@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");


/* contents.css */

/* 共通 */
section {
    padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
    section {
        padding-bottom: 12vw;
    }
}
section .inner {
    width: 96%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 750px) {
    section .inner {
        width: 92%;
    }
    .wrap {
        display: block;
    }
}

/* 共通ボタン */
a.btn {
    display: block;
    padding: 0.65em;
    border-radius: 10px;
    text-align: center;
    line-height: 1.0;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    transition: all .3s ease;
}
a.btn:hover {
    opacity: 0.7;
}
a.btn.btn-green {
    background: linear-gradient(180deg, #02D21A 0%, #99FFA5 50%, #02D21A 100%);    
}
a.btn.btn-blue {
    background: linear-gradient(180deg, #00AEEB 0%, #BAEDFF 50%, #00AEEB 100%);    
}


/* 共通ボタンセクション内 */
section.btns {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.btns ul {
    display: flex;
    justify-content: center;
}
section.btns ul li {
    width: 16em;
    margin: 0 1.5%;
    font-size: 24px;
}
section.btns a {
    width: 100%;
}
@media only screen and (max-width: 750px) {
    section.btns ul {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    section.btns ul li {
        margin: 0 1%;
        font-size: 3.6vw;
    }
    section.btns a {
        padding: 0.85em 0;
        font-size: 3.0vw;
    }
}

/* 画像別ウィンドウ */
figure.img-zoom a {
    pointer-events: none;
}
figure.img-zoom figcaption {
    display: none;
}
@media only screen and (max-width: 750px) {
    figure.img-zoom a {
        pointer-events: auto;
    }
    figure.img-zoom figcaption {
        display: block;
        text-align: right;
        font-size: 2.4vw;
    }
}


/* KV */
section#kv {
    position: relative;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/kv.png");
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width:1100px) {
    section#kv {
        height: 0;
        background-size: contain;
        padding-top: 59.09%;
    }
}
section#kv h1 {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1%;
    text-align: left;
    line-height: 1.4;
    font-size: 46px;
    font-weight: 700;
}
section#kv h1 em {
    background: linear-gradient(transparent 70%, #FBFF2B 0%);
    font-weight: 700;
}
section#kv h1 strong {
    font-size: 54px;
}
section#kv h1 span {
    font-size: 54px;
    color: #E86C00;
}
section#kv h1 span strong {
    font-size: 74px;
}
@media only screen and (max-width: 1100px) {
    section#kv h1 {
        font-size: 4.2vw;
    }
    section#kv h1 span {
        font-size: 4.9vw;
    }
    section#kv h1 strong {
        font-size: 4.9vw;
    }
    section#kv h1 span strong {
        font-size: 6.8vw;
    }
}


/* リード・特徴２共通 */
.with-pic figure {
    width: 370px;
}
.with-pic .text {
    order: 1;
    width: calc(100% - 390px);
    text-align: left;
}
.text p {
    margin-bottom: 0.5em;
    font-size: 32px;
    font-weight: 700;
}
.text p strong {
    background: linear-gradient(transparent 50%, #F6AA00 0%);
}
.text p span {
    color: #E7380D;
}
.text p.note {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: 500;
}
.text p.note:before {
    color: #E7380D;
    content: "※";
}
@media only screen and (max-width: 1100px) {
    .with-pic figure {
        width: 36%;
    }
    .with-pic .text {
        width: 62%;
    }
    .text p {
        font-size: 2.96vw;
    }
    .text p.note {
        font-size: 1.6vw;
    }
}
@media only screen and (max-width: 750px) {
    .with-pic figure {
        width: 100%;
        text-align: center;
    }
    .with-pic .text {
        width: 100%;
        margin-bottom: 4vw;
    }
    .text p {
        font-size: 4.46vw;
    }
    .text p.note {
        font-size: 2.8vw;
    }
}


/* H2 */
section h2 {
    display: inline-block;
    background-color: #da3b15;
    margin-bottom: 0.75em;
    padding: 0.25em 1.5em 0.25em;
    border-radius: 12px;
    line-height: 1.0;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}
section h2 span {
    display: inline-block;
    background-color: #ffffff;
    margin-right: 0.5em;
    padding: 0.5em 0.5em;
    border-radius: 12px;
    font-size: 0.5em;
    font-weight: 500;
    color: #da3b15;
}
section h2:has(span) {
    display: flex;
    align-items: center;
    padding: 0.25em 0.25em 0.35em;
    font-size: 50px;
}
@media only screen and (max-width: 750px) {
    section h2 {
        font-size: 5.8vw;
    }
    section h2:has(span) {
        font-size: 6.8vw;
    }
}


/* H3 */
section h3 {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    color: #21a3da;
}
@media only screen and (max-width: 750px) {
    section h3 {
        font-size: 4.8vw;
    }
}


/* lead */
section#lead {
    padding-top: 60px;
    padding-bottom: 0;
}
section#lead .text {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
}
section#lead .text:before,
section#lead .text:after {
    position: absolute;
    width: 25px;
    height: 110%;
    content: "";
}
section#lead .text:before {
    top: -5%;
    left: -5%;
    border-top: 5px solid #da3b15;
    border-left: 5px solid #da3b15;
    border-bottom: 5px solid #da3b15;
}
section#lead .text:after {
    top: -5%;
    right: -5%;
    border-top: 5px solid #da3b15;
    border-right: 5px solid #da3b15;
    border-bottom: 5px solid #da3b15;
}
section#lead .text p {
    margin-bottom: 0;
    font-size: 30px;
}
section#lead .text p.note {
    margin-bottom: 0;
    font-size: 16px;
}
section#lead .text-b {
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
section#lead .text-b p {
    margin-bottom: 0.5em;
    font-size: 28px;
    font-weight: 700;
}
section#lead .text-b p strong {
    background: linear-gradient(transparent 50%, #39cbf0 0%);
}
section#lead .text-b p.note {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: 500;
    color: #E7380D;
}
section#lead .text-b p.note:before {
    content: "※";
}
@media only screen and (max-width: 750px) {
    section#lead {
        padding-top: 10vw;
    }
    section#lead .text:before,
    section#lead .text:after {
        width: 4.8vw;
    }
    section#lead .text p {
        font-size: 4.0vw;
    }
    section#lead .text p.note {
        font-size: 2.4vw;
    }
    section#lead .text-b p {
        font-size: 3.8vw;
    }
    section#lead .text-b p.note {
        font-size: 2.4vw;
    }
}



/* features1 */
section#features1 {
    padding-top: 60px;
    padding-bottom: 0;
}
section#features1 figure {
    margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
    section#features1 {
        padding-top: 8vw;
    }
    section#features1 figure {
        margin-bottom: 2vw;
    }
}
section#features1 p,
section#features1 ul {
    margin-left: 3%;
}

/* features-image */
section.features-title {
    padding-top: 40px;
    padding-bottom: 0;
}
section.features-image {
    background-color: #fef3df;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.features-notice {
    padding-top: 40px;
    padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
    section.features-title {
        padding-top: 8vw;
    }
    section.features-image {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    section.features-notice {
        padding-top: 6vw;
    }
}


/* fee */
section#fee {
    background-color: #e7f8ff;
    padding-top: 60px;
}
section#fee h4 {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0 1em;
    border-radius: 6px;
    font-size: 20px;
    color: #ffffff;
}
section#fee h4.men {
    background-color: #47a7cf;
}
section#fee h4.women {
    background-color: #ef7aca;
}

/* table */
.table-wrap {
    overflow-x: auto;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 40px;
}
.scroll-hint-icon {
    top: 30%;
}
@media only screen and (max-width: 750px) {
    .table-wrap {
        max-width: 150vw;
        margin-bottom: 6vw;
    }
}
table.fee {
    width: 100%;

}
table.fee th,
table.fee td {
    padding: 0.5em 1em;
    text-align: center;
    white-space: nowrap;
}

table.fee thead {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
table.fee thead th {
    color: #ffffff;
}
table.fee thead th:not(:last-child) {
    border-right: 1px solid #ffffff;
}
table.fee thead th[colspan] {
    border-bottom: 1px solid #ffffff;;
}

table.fee.men thead th {
    background-color: #47a7cf;
}
table.fee.women thead th {
    background-color: #ef7aca;
}

table.fee tbody td {
    background-color: #ffffff;
}
table.fee.men tbody tr:nth-child(even) td {
    background-color: #b5e4f8;
}
table.fee.women tbody tr:nth-child(even) td {
    background-color: #ffcad4;
}

table.fee tbody {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
table.fee tbody td:not(:last-child) {
    border-right: 1px solid #cccccc;
}


/* features2 */
/* choice */
section#features2,
section#choice {
    padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
    section#features2,
    section#choice {
        padding-bottom: 12vw;
    }
}

/* choice */
section#choice .wrap {
    margin-bottom: 30px;
}
section#choice p.center {
    margin-bottom: 0.5em;
}
section#choice h4 {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 18px;
}
@media only screen and (max-width: 750px) {
    section#choice .wrap {
        margin-bottom: 4vw;
    }
    section#choice h4 {
        font-size: 3.8vw;
    }
}
section#choice .box {
    position: relative;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 0.5em;
    border: 5px solid #da3b15;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
}
section#choice .box:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 80px;
    height: 30px;
    background-color: #da3b15;
    margin: auto;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
}
@media only screen and (max-width: 750px) {
    section#choice .box {
        width: 100%;
        margin-bottom: 10vw;
        font-size: 4.2vw;
    }
    section#choice .box:after {
        bottom: -8vw;
        width: 18vw;
        height: 6vw;
    }
}
section#choice ul.choice {
    display: flex;
    justify-content:  center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
section#choice ul.choice li {
    position: relative;
    width: 270px;
    margin: 0 5px 10px;
    padding-left: 8%;
    border-radius: 8px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
section#choice ul.choice li span {
    font-size: 0.7em;
}
section#choice ul.choice li:nth-child(1) {
    background-color: #ea5408;
}
section#choice ul.choice li:nth-child(2) {
    background-color: #7da7d0;
}
section#choice ul.choice li:nth-child(3) {
    background-color: #07903b;
}
section#choice ul.choice li:nth-child(4),
section#choice ul.choice li:nth-child(5) {
    background-color: #8b93c7;
}

section#choice ul.choice li:before {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
section#choice ul.choice li:nth-child(1):before {
    background-image: url("../images/icon01.svg");
}
section#choice ul.choice li:nth-child(2):before {
    background-image: url("../images/icon02.svg");
}
section#choice ul.choice li:nth-child(3):before {
    background-image: url("../images/icon03.svg");
}
section#choice ul.choice li:nth-child(4):before,
section#choice ul.choice li:nth-child(5):before {
    background-image: url("../images/icon04.svg");
}

@media only screen and (max-width: 750px) {
    section#choice ul.choice li {
        width: 48%;
        margin: 0 1% 2%;
        padding-left: 13%;
        line-height: 14vw;
        font-size: 3.0vw;
    }
    section#choice ul.choice li:before {
        left: 3%;
        width: 9vw;
        height: 9vw;
    }
}



/* attention */
.attention{
    max-width: 1100px;
    background-color: #ffdddd;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    border: 2px solid #cc0000;
    font-weight: bold;
    color: #cc0000;
}



/* お電話ボタン */
.callButton {
    display:block;
}
.callButtonSp {
    display:none;
}

.callButton {
    position:fixed;
    left:5px;
    top:45%;
    z-index:100;
}
.callButton a {
    display:inline-block;
    background:#0f82f4;
    min-width:120px;
    margin:0;
    padding:0.5em 1em;
    border-radius:8px;
    border:3px solid #ffffff;
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
}
.callButton a:hover {
    background:#3292f1;
}
.callButton span {
    display:block;
    font-size:0.7em;
}

/* call button */
.callButtonSp {
    position:fixed;
    left:1%;
    bottom:20%;
    z-index:10;
}
.callButtonSp a.btn {
    display:inline-block;
    min-width:110px;
    background:#0f82f4;
    margin:0;
    padding:0.5em 1em;
    border-radius:8px;
    border:3px solid #ffffff;
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
}
.callButtonSp a:hover {
    background:#3292f1;
}

.callButtonSp span {
    display:block;
    border-radius:0;
    font-size:0.8em;
}
.callButtonSp span a,
.callButtonSp span a:hover {
    display:inline;
    background:none;
    margin:0;
    padding:0;
    font-size:1.1em;
    color:#0071BA;
}
@media only screen and (max-width: 750px) {
    .callButton {
        display:none;
    }
    .callButtonSp {
        display:block;
    }
}

