@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    color: #333333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.125rem;
    height: 100%;
    letter-spacing: .05em;
    line-height: 1.5rem;
    margin: 0;
    overflow-x: hidden;
}
img {
    height: auto;
    vertical-align: top;
    width: 100%;
}
a {
    color: #b23083;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    opacity: .7;
}
h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 auto 60px;
    position: relative;
    text-align: center;
}
h2:before {
    background-color: #9db265;
    border-radius: 2px;
    bottom: -8px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
}
h3 {
    color: #3067b2;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: 20px;
}
section {
    margin-bottom: 60px;
}
.w1000 {
    margin: 0 auto 60px;
    max-width: 1000px;
}
.center {
    margin: 20px auto!important;
    text-align: center;
}
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
}
h1 {
    height: auto;
    max-width: 400px;
    padding: 10px;
}
.header_link {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.header_link div:first-child {
    margin-right: 20px;
}
.btn {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    height: 60px;
    margin: 10px;
    text-align: center;
    width: 300px;
}
.btn p {
    line-height: 60px;
}
.fp {
    background-color: #b23083;
    box-shadow: 4px 4px #881c51;
}
.line {
    background-color: #9db265;
    box-shadow: 4px 4px #57652f;
}
.annotation {
    font-size: .9rem;
    padding-bottom: 20px;
}
.text_p {
    color: #b23083;
}
.font_b {
    font-weight: bold;
}
.fv {
    background-image: url(../img/hero1.png);
    background-size: cover;
    height: 760px;
    position: relative;
    width: 100%;
}
.fv p {
    background-color: rgb(255, 255, 2555,.5);
    font-size: 1.75rem;
    padding: 10px;
}
.hero_p1 {
    left: 0;
    position: absolute;
    top: 120px;
}
.hero_p2 {
    bottom: 120px;
    position: absolute;
    right: 0;
}
p.hero_p3 {
    display: none;
}
ul.target_card, .promise_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}
ul.target_card li {
    text-align: center;
    width: 220px;
}
.point {
    background-color: #bfdaff;
}
.tri {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 120px 50vw 0 50vw;
    height: 0;
    margin-bottom: 60px;
    width: 0;
}
.point_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_card h3 {
    color: #b23083;
    margin-bottom: 10px;
}
.point_card li {
    background-color: #ffffff;
    display: flex;
    margin-bottom: 20px;
    text-align: center;
    width: 47%;
}
.point_card_img {
    height: auto;
}
ul.point_card div {
    width: inherit;
}
.promise_card li {
    width: 250px;
}
.cus_colum {
    display: flex;
    padding: 10px;
    width: 100%;
}
.cus_img {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.hukidashi-left, .hukidashi-right {
    align-items: center;
    background: #ffdfbd;
    color: #555555;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 1.5em 0 1.5em 15px;
    max-width: 100%;
    min-width: 120px;
    padding: 7px 10px;
    position: relative;
}
.hukidashi-left:before {
    border: 15px solid transparent;
    border-right: 15px solid #ffdfbd;
    content: "";
    left: -30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
} 
.hukidashi-left p, .hukidashi-right p {
    margin: 0;
    padding: 0;
}
.hukidashi-right:before {
    border: 15px solid transparent;
    border-left: 15px solid #ffdfbd;
    content: "";
    left: 100%;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.footer_link {
    display: none;
}
.fqa_q, .fqa_a {
    margin-bottom: 10px;
    padding-left: 2rem;
    position: relative;
}
.fqa_q::before {
    color: #3067b2;
    content: "Q";
    font-size: 1.8rem;
    font-weight: bold;
    left: 0rem;
    position: absolute;
}
.fqa_a::before {
    color: #b23083;
    content: "A";
    font-size: 1.8rem;
    font-weight: bold;
    left: 0rem;
    position: absolute;
}
.officialline {
    text-align: center;
}
footer {
    background-color: #bfdaff;
}
.footer_logo {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 60px;
}
.port {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.port_table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.port_table td {
    padding: 2px;
    word-break : break-all;
}
.port_table th {
    text-align: left;
} 
.table_td_top {
    vertical-align: top;
}
.port_comment {
    background-color: rgb(255, 255, 2555,.5);
    padding: 20px;
}
@media (max-width: 1200px) {
    h1 {
        margin: 0 auto;
    }
    .header_link {
        display: none;
    }
    .fv {
        height: 50vw;
    }
    .hero_p1 {
        bottom: 120px;
        top: inherit;
    }
    .hero_p2 {
        bottom: 0;
    }
    .footer_link {
        background-color: #bfdaff;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        position: fixed;
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .point_card {
        display: block;
    }
    .point_card li {
        margin: 20px auto;
        width: 100%;
    }
    p.point_card_img {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .promise_card li {
        margin-bottom: 20px;
    }
    .port_table {
        padding-left: 20px;
    }
}
@media (max-width: 787px) {
    .w1000 {
        margin-left: 10px;
        margin-right: 10px;
    }
    header {
        background: rgba(250, 250, 250, 1);
        top: 0;
    }
    .fv {
        margin-top: 45px;
        margin-bottom: 9rem;
    }
    .fv p {
        font-size: 1.2rem;
        font-weight: bold;
        height: 1.8rem;
        line-height: 1.8rem;
        padding: 0;
        text-align: center;
    }
    .hero_p1,.hero_p2{
        display: none;
    }
    .hero_p3{
        position: absolute;
        bottom: -2rem;
        display: block!important;
        width: 100%;
    }
    .footer_link {
        display: block;
    }
    .btn {
        height: 45px;
        margin: 10px auto;
    }
    .btn p {
        line-height: 45px;
    }
    .port table td, .port table th {
        display: block;
    }
    .port {
        padding-bottom: 100px;
    }
    .port table{
        margin: auto;
    }
    .port table th {
        padding-top: 5px;
        text-align: center;
    }
    .ul.target_card li {
        margin-bottom: 10px;
    }
}