body {
    max-width: 1920px;
    margin: auto;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
    overflow-x: hidden;
}

.shodow {
    text-shadow: 0 3px 6px #333;
}

.btn {
    max-width: 1747px;
    width: 90.989%;
    margin: auto;
    cursor: pointer;
}

.ib {
    display: inline-block;
}

.sp-block {
    display: none;
}

@media(max-width:750px) {
    .sp-block {
        display: block;
    }
    .sp-none {
        display: none;
    }
}


/* first-view */

.first-view__sp {
    display: none;
}

@media(max-width:750px) {
    .first-view__pc {
        display: none;
    }
    .first-view__sp {
        display: block;
        /* background: url(../images/first-view__bgi.jpg) no-repeat left 70% bottom 0 /cover; */
        /* height: 80vh;
        max-height: 926px;
        position: relative; */
    }
    .first-new-sp{
        width: -webkit-fill-available;
        display: block;
    }
    .logo {
        width: 20.327%;
        min-width: 90px;
        filter: brightness(10);
        margin: 0 20px 30px auto;
        padding-top: 20px;
    }
    .first-view__txt01 {
        width: 75.7%;
        margin-bottom: 10px;
        max-width: 350px;
    }
    .first-view__txt02 {
        width: 69.859%;
        max-width: 300px;
    }
    .first-view__catch {
        position: absolute;
        bottom: 5%;
        left: -5%;
    }
}


/* .sec01 */

.sec01 {
    background: url(../images/sec01__bgi.jpg) no-repeat center center/cover;
}

.sec01 {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

.sec01__ttl-block {
    margin-bottom: 40px;
}

.sec01__ttl-block h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(23px, 4vw, 75px);
}

.sec01__content-block {
    display: flex;
    justify-content: space-evenly;
}

.sec01__content-block img {
    width: 29%;
}

.earth {
    position: absolute;
    /* bottom: 1px; */
    top:-18%;
    left: 50%;
    transform: translate(-50%, 100%);
    max-width: 68.54%;
    z-index: 1;
}

.earth__sp {
    display: none;
}

@media(max-width:750px) {
    .sec01__content-block {
        flex-direction: column;
    }
    .sec01__content-block img {
        width: 86.214%;
        margin: 0 auto 10vw;
    }
    .sec01__ttl-block {
        margin-bottom: 10vw;
    }
    .earth__sp {
        display: block;
        position: absolute;
        /* bottom: 0; */
        top: -16%;
        left: 50%;
        transform: translate(-50%, 80%);
        z-index: 1;
    }
    .earth {
        display: none;
    }
}


/* .sec02 */

.sec02 {
    background: url(../images/sec02__bgi.jpg) no-repeat center center/cover;
    margin: 0 0 30px 0;
    padding-top: 20vw;
    padding-bottom: 7vw;
    position: relative;
    overflow-x: hidden;
}

.sec02__image {
    position: absolute;
    top: 56%;
    right: 1%;
    width: 38%;
}

.sec02__img01 {
    margin: 0 auto 4vw;
    width: 64.479%;
}

.sec02__img02 {
    width: 51.458%;
    margin-left: 4vw;
    margin-bottom: 6vw;
}

.sec02__img03 {
    width: 68.229%;
    margin-left: 9vw;
}

.sec02__img--sp,
.sec02__img02--sp,
.sec02__img01--sp,
.sec02__img03--sp {
    display: none;
}

@media(max-width:750px) {
    .sec02__img01,
    .sec02__img02,
    .sec02__img03,
    .sec02__image {
        display: none;
    }
    .sec02__img01--sp {
        display: block;
        width: 58.224%;
        margin: 0 auto 11vw;
    }
    .sec02__img02--sp {
        display: block;
        width: 66.822%;
        margin-left: 10%;
        margin-bottom: 25vw;
    }
    .sec02__img03--sp {
        display: block;
        width: 88.551%;
        /* padding-top: 100px; */
        margin-left: auto;
        margin-right: auto;
    }
    .sec02__img--sp {
        display: block;
        position: absolute;
        top: 46%;
        right: 1%;
        z-index: -1;
        width: 97.71%;
        margin: auto;
        max-width: 107.71%;
    }
    .sec02__img03 {
        width: 88.551%;
        margin: auto;
    }
    .sec02 {
        padding-top: 32vw;
    }
    .sec02 {
        z-index: -1;
    }
}


/* sec03 */

.sec03 {
    background: url(../images/sec03__bgi.jpg) no-repeat center center/cover;
    padding-top: 3vw;
    padding-bottom: vw;
}

.sec03__ttl-block {
    position: relative;
    margin-bottom: 7vw;
}

.sec03__ttl__sp {
    display: none;
}

.sec03__ttl {
    margin: auto;
    width: 77.5%;
}

.sec03__media {
    content: url(../images/sec03__media.png);
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 17.5%;
}

.sec03__catch-block {
    position: relative;
}

.sec03__img {
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 2vw;
}
@media(max-width:430px) {
.sec03__img {
    width: 90%;
    right: 0;
    bottom: 2vw;
}
}

.sec03__catch-block--txt-block {
    width: 62%;
    margin-left: 5vw;
    margin-right: auto;
    padding: 2vw 0 19vw;
}
@media(max-width:430px) {
.sec03__catch-block--txt-block {
    width: 90%;
    margin-left: 5vw;
    margin-right: auto;
    padding: 5px 0 290px;
}
}

.sec03__catch-block--txt01 {
    width: 75.541%;
    margin: 0 auto 3vw;
}

.sec03__content-block .content01 {
    position: relative;
    overflow: hidden;
}

.sec03__ttl01,
.sec03__ttl03 {
    width: 88.333%;
    margin-bottom: 5vw;
}

.content__txt-block {
    max-width: 1790px;
    width: 93.229%;
    margin: auto;
}

.sec03-ttl__block {
    width: fit-content;
    padding-bottom: .1em;
    margin-bottom: .75em;
    border-bottom: 2px solid #000;
}

.sec03-ttl__block--right {
    margin-right: 0;
    margin-left: auto;
}

.content__txt-block h4 {
    font-size: clamp(23px, 3.9vw, 75px);
}

.content__txt-block p {
    font-size: clamp(18px, 2vw, 45px);
    line-height: 1.77;
    font-weight: 500;
}

.content01__txt-block {
    position: relative;
    padding-bottom: 20vw;
}

.sec03__img01 {
    position: absolute;
    right: -8vw;
    top: 0;
    width: 24.062%;
}

.sec03__img03 {
    position: absolute;
    right: 0;
    bottom: -5%;
    width: 28.435%;
}

.sec03__ttl02 {
    width: 92.864%;
    margin: 0 0 5vw auto;
}

.content02__txt-block {
    position: relative;
    padding-bottom: 20vw;
}

.content02__txt-block h4 {
    margin-right: 0;
    margin-left: auto;
}

.content02__txt-block p {
    text-align: right;
}

.sec03__img02 {
    position: absolute;
    left: -6.3%;
    bottom: -6%;
    width: 28.435%;
}

.sec03 .contetnt03 {
    margin-bottom: 10vw;
}

.sec03-ttl__block--righgt {
    margin-right: 0;
    margin-left: auto;
}

@media(max-width:750px) {
    .sec03__media {
        display: none;
    }
    .sec03__ttl {
        display: none;
    }
    .sec03__ttl__sp {
        display: block;
    }
    .sec03__img01 {
        width: 23.831%;
        right: -1.5vw;
        top: 5px;
        max-width: 105px;
    }
    .sec03-ttl__block {
        width: 100%;
        max-width: 95%;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
    }
    .content03__txt-block {
        position: relative;
    }
    .content02__txt-block h4 {
        text-align: right;
    }
    .sec03__img02 {
        top: 0;
        left: -1.5%;
        max-width: 105px;
    }
    .contetnt02 .sec03-ttl__block {
        margin-right: 0;
        margin-left: auto;
    }
    .sec03__img03 {
        top: -2.6%;
        right: 5%;
        max-width: 105px;
    }
    .btn {
        width: 100%;
    }
    .content02__txt-block p {
        text-align: left;
    }
}


/* sec04 */

.sec04 {
    background: url(../images/sec04__bgi.jpg) no-repeat center center/cover;
}

.sec04__content-block .content {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
}
.sec04__content-block .botom {
    position: relative;
    width: 100%;
    padding-bottom: 10vw;
}

.sec04__content-block--img-block {
    width: 48.072%;
}

.sec04__content-block--txt-block {
    width: 63.906%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sec04__content-block--txt-block h4 {
    font-size: clamp(30px, 5.5vw, 110px);
    line-height: 1.3;
    background-color: #fff;
    padding: 0.05em 0 0.05em 1em;
    margin-bottom: 2.5vw;
    box-shadow: 0 3px 6px rgba(255, 255, 255, .15);
}

.sec04__content-block--txt-block p {
    font-size: clamp(16px, 2vw, 45px);
    line-height: 1.77;
    font-weight: 500;
}

.content-left p {
    text-align: right;
    padding: 0 2vw;
    width: 85%;
    margin-left: auto;
}

.sec04__ttl {
    margin-bottom: 4vw;
}

.content-right .sec04__content-block--img-block {
    margin-right: 0;
    margin-left: auto;
}

.content-right .sec04__content-block--txt-block {
    left: 0;
}

.content-right p {
    text-align: left;
    padding: 0 2vw;
    width: 80%;
    margin-right: auto;
    margin-left: 0;
}

.reason3 .content01 .sec04__content-block--txt-block {
    width: 59%;
}

@media(max-width:750px) {
    .sec04__content-block--txt-block {
        position: inherit;
        transform: translateY(0);
    }
    .sp-right {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .sec04__content-block--txt-block h4 {
        width: 85.28%;
    }
    .content-left h4 {
        width: 85.28%;
        margin-right: 0;
        margin-left: auto;
        padding-right: .5em;
        padding-left: .5em;
    }
    .content-left p,
    .content-right p,
    .reason3 .content01 .sec04__content-block--txt-block,
    .sec04__content-block--txt-block {
        width: 100%;
    }
    .content-right p,
    .content-left p {
        padding: 0 5vw;
    }
    .content02 {
        display: flex;
        flex-direction: column-reverse;
    }
    .sec04__ttl {
        margin-bottom: 20px;
    }
    .sec04__ttl-first {
        margin-bottom: 50px;
    }
    .sec04__content-block--img-block {
        width: 76.635%;
        margin-bottom: 24px;
    }
    .reason3 {
        padding-bottom: 1px;
    }
    .reason3 .content-left h4 {
        text-align: right;
    }
}

@media(max-width:430px) {
    .sec04__content-block--txt-block h4 {
        font-size: clamp(20px, 7vw, 30px);
    }
}


/* sec05 */

.sec05 {
    background: url(../images/sec05__bgi.jpg) no-repeat center center/cover;
    padding: 10vw 0 0 0;
}

.sec05 h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(35px, 4vw, 102px);
}

.sec05__content-block {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5vw;
}

.sec05__content-block img {
    width: 33%;
}


/* sec06 */

.sec06 {
    background: url(../images/sec06__bgi.jpg) no-repeat center center/cover;
    padding: 10vw 0;
}

.sec06__ttl {
    width: 79.427%;
    margin: 0 auto 6.5vw;
}

.sec06 .content:not(:last-child) {
    margin-bottom: 10vw;
}

.table {
    width: 87.291%;
    margin: auto;
    font-size: clamp(18px, 3vw, 55px);
    font-weight: bold;
}

.table-tr {
    display: flex;
    justify-content: space-between;
}

.table-tr:not(:last-child) {
    margin-bottom: 10px;
}

.table-th,
.table-td {
    background-color: #fff;
    padding: .3em 0;
    text-align: center;
}

.table-th {
    width: calc(34.964% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-td {
    width: calc(100% - 34.964%);
}

.td-small {
    font-size: .6em;
}

@media(max-width:750px) {
    .sec05__content-block {
        flex-direction: column;
    }
    .sec05__content-block img {
        width: 100%;
    }
    .table {
        width: 97%;
    }
}


/* sec07 */

.sec07 {
    padding: 10vw 0;
    background: url(../images/sec07__bgi.jpg) no-repeat top center/cover;
}

.question {
    width: 87.291%;
    margin: auto;
    background-color: #fff;
    padding: 6.205%;
    font-size: clamp(18px, 2vw, 55px);
    border: 1px solid #000;
}

.question h2 {
    text-align: center;
    font-size: clamp(25px, 4vw, 95px);
    border-bottom: 1px solid #000;
    padding-bottom: .5em;
    margin-bottom: .8em;
}

.qa-block {
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: .8em;
    margin-bottom: 1em;
    position: relative;
}

.qa {
    font-size: clamp(25px, 3vw, 75px);
    margin-right: .5em;
}

.toggle-btn__outer {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.toggle-btn {
    cursor: pointer;
    width: 2.8645vw;
    height: 2.8645vw;
    position: relative;
}

.qa-block__item {
    position: relative;
    align-items: baseline;
}

.q-flex {
    display: flex;
    padding-right: 1em;
    align-items: center;
    margin-top: 1em;
}

.answer {
    padding-right: 1.5em;
}

.qa-block__item:nth-of-type(1) {
    cursor: pointer;
}

.qa-block__item:nth-of-type(2) {
    display: none;
}

.toggle-btn span {
    display: block;
}

.toggle-btn span::before,
.toggle-btn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-btn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.25s;
}

.toggle-btn span.active::after {
    transform: rotate(0) translateY(-1.5px);
    transition: 0.25s;
}

@media(max-width:750px) {
    .sec07 {
        background-size: 140%;
    }
    .question {
        width: 90%;
    }
}


/* sec08 */

.sec08 {
    padding: 6vw 0;
    background-color: #fff;
}

.sec8sta1 {
    width: 72%;
    margin: 0 auto;
}

.sec8sta2 {
    width: 93%;
    margin: 0 auto;
}

.sec8sta3 {
    width: 40%;
    margin: 0 auto;
    position: absolute;
    bottom: 14vw;
    left: 29.6vw;
}

.parent {
    position: relative;
    margin-top: 3vw;
}

.sec8sta1sp {
    width: 85%;
    margin: 0 auto;
}

.sec8sta2sp {
    width: 90%;
    margin: 0 auto;
}

.sec8sta3sp {
    width: 62%;
    margin: 0 auto;
    position: absolute;
    bottom: 12vw;
    left: 18.5vw;
}

.parentsp {
    position: relative;
    margin-top: 9vw;
}

.sec08__innersp {
    padding: 2vw 0;
}

@media(max-width:750px) {
    .sec08__innerpc {
        display: none;
    }
}

@media(min-width:751px) {
    .sec08__innersp {
        display: none;
    }
}

/* contact */

.contact {
    background: url(../images/sec08__bgi.jpg) no-repeat center center/cover;
    padding: 10vw 0;
}

.mailform {
    width: 87.291%;
    margin: auto;
    background-color: #fff;
    padding: 3vw;
    font-size: clamp(18px, 2vw, 55px);
}

.contact h2 {
    text-align: center;
    font-size: clamp(23px, 4vw, 75px);
    margin-bottom: .5em;
}


/* animation */

@keyframes shiny {
    0% {
        left: -20%;
    }
    30% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.kira {
    position: relative;
    overflow: hidden;
    display: block;
}

.kira::after {
    content: '';
    position: absolute;
    top: 0%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.test_btn {
    max-width: 92%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.test_btn2 {
    max-width: 92%;
    margin: 0 auto;
    ;
}

.fuwa,
.fuwa__Y50 {
    transform: translateY(40px);
    opacity: 0;
    transition: all .95s;
}

.is-fuwa {
    transform: translateY(0);
    opacity: 1;
}

.is-fuwa__Y50 {
    transform: translateY(-50%);
    opacity: 1;
}

@media(max-width:750px) {
    .is-fuwa__Y50 {
        transform: translateY(0);
    }
}

.cta {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    width: 15%;
    max-width: 500px;
    min-width: 120px;
    z-index: 100;
    /* opacity: 0; */
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

.cta2 {
    position: fixed;
    bottom: 18vw;
    right: 2vw;
    width: 15%;
    max-width: 500px;
    min-width: 120px;
    z-index: 100;
    /* opacity: 0; */
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

@media(max-width:750px) {
    .cta2 {
        position: fixed;
        bottom: 18vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:700px) {
    .cta2 {
        position: fixed;
        bottom: 21vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:600px) {
    .cta2 {
        position: fixed;
        bottom: 23vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:600px) {
    .cta2 {
        position: fixed;
        bottom: 28vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:428px) {
    .cta2 {
        position: fixed;
        bottom: 33vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:368px) {
    .cta2 {
        position: fixed;
        bottom: 36vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

@media(max-width:324px) {
    .cta2 {
        position: fixed;
        bottom: 40vw;
        right: 2vw;
        width: 15%;
        max-width: 500px;
        min-width: 120px;
        z-index: 100;
        /* opacity: 0; */
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: 1s;
    }
}

.is-cta {
    /* opacity: 1; */
    /* display: block; */
    visibility: visible;
    opacity: 1;
    transition: 1s;
}

.new_cv_area {
    background-color: #C6B363;
    width: 100%;
    padding-bottom: 60px;
}

.cv_new_txt_img {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
}

.cv_new_txt_img2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.cv_img {
    margin: 0 auto;
}

.new_cv_area {
    background-color: #C6B363;
    width: 100%;
    padding-bottom: 60px;
}

.cv_new_txt_img_sp {
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
}

.cv_new_txt_img2_sp {
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 15px;
}

.cv_img_sp {
    max-width: %;
    margin: 0 auto;
}

@media(max-width:750px) {
    .cv_new_txt_img {
        display: none;
    }
    .cv_new_txt_img2 {
        display: none;
    }
    .cv_img {
        display: none;
    }
    .new_cv_area {
        background-color: #C6B363;
        width: 100%;
        padding-bottom: 30px;
    }
}

@media(min-width:751px) {
    .cv_new_txt_img_sp {
        display: none;
    }
    .cv_new_txt_img2_sp {
        display: none;
    }
    .cv_img_sp {
        display: none;
    }
    .pc_none {
        display: none;
    }
}


/* .cv_new_txt{
    text-align: center;
    font-size: clamp(1.8rem, calc(6vw), 7.2rem);
    font-weight: bold;
    padding-top: 80px;
    letter-spacing: 0.09em;
}
.cv_new_txt_span{
    font-size: clamp(16px, 10vw, 100px);
    color: #EB0000;
}
.cv_new_txt2{
    text-align: center;
    font-size: clamp(1.8rem, calc(4.5vw), 7.2rem);
    letter-spacing: 0.09em;
} */


/* 追記 */

.footer-sub-menu {
    width: 100%;
    margin: 20px 0;
}

.footer-sub-menu__column {
    display: flex;
    justify-content: center;
    gap: 40px
}

.footer-sub-menu__column--link {
    text-decoration: none;
    color: #000;
    transition: .3s;
}

.footer-sub-menu__column--link:hover {
    opacity: 0.5;
    transition: .3s;
}

@media screen and (max-width: 500px) {
    .footer-sub-menu {
        margin: 8px 0;
    }
    .footer-sub-menu__column--link {
        font-size: 10px;
    }
}


/* 追加 */


/* 利用規約 */


/* プライバシーポリシー */

.terms-page {
    margin: 100px 0;
}

.terms-page__inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

.terms-page__inner--title p {
    margin-top: 40px;
}

.term-title p {
    line-height: 1.5;
}

.terms-page__inner--title {
    margin-top: 40px;
}

.terms-list__inner h2 {
    margin-top: 40px;
}

.terms-list__inner--text {
    margin-top: 20px;
}

.terms-list__inner p {
    line-height: 1.5;
    margin-top: 10px;
}


.tenpo__inner{
  padding: 6vw 5vw;
}
@media (min-width: 960px){
.tenpo__inner{
  padding: 6vw 12vw;
}
}

.tenpo__inner ul.tenpo-list{
  width: 100%;
}

.tenpo__inner ul.tenpo-list li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
  border-bottom: 1px solid #aaa;
  padding: 14px 0;
}
@media (min-width: 960px){
.tenpo__inner ul.tenpo-list li{
	flex-direction: row;
	align-items: center;
  padding: 24px 0;
}
}

.tenpo__inner h3{
  text-align: center;
  font-size: 5.5vw;
  margin-top: 2%;
  padding-bottom: 2%;
}
@media (min-width: 960px){
.tenpo__inner h3{
  font-size: 3vw;
}
}

.tenpo__inner .tenpo-map img{
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
@media (min-width: 960px){
.tenpo__inner .tenpo-map img{
  width: 75%;
  padding: 0 0 30px 0;
}
}

.tenpo__inner ul.tenpo-list li:first-child{
  border-top: 1px solid #aaa;
}

.tenpo__inner ul.tenpo-list li .head{
  width: 100%;
  font-size: 3.8vw;
  letter-spacing: 0.04em;
}
@media (min-width: 960px){
.tenpo__inner ul.tenpo-list li .head{
  width: 50%;
  font-size: 1.3vw;
  padding-left: 10px;
}
}

.tenpo__inner ul.tenpo-list li .add{
  width: 100%;
  font-size: 3.0vw;
}
@media (min-width: 960px){
.tenpo__inner ul.tenpo-list li .add{
  width: 50%;
  font-size: 1.1vw;
}
}


@media screen and (max-width: 500px) {
    .terms-page__inner {
        padding: 0 15px;
    }
}

.sec00{
    background-color: white;
}
.kensyu{
    display: flex;
    justify-content: center;
    background-color: white;
}
.kikan{
    width: 30%;
}
.kensyutxt{
    width: 36%;
    font-size: 3.5vw;
    padding-top: 1.8%;
    padding-left: 6%;
}
.kensyutxt2{
    text-align: center;
    font-size: 3vw;
    margin-top: 6%;
}
.kensyutxt3{
    text-align: center;
    font-size: 3vw;
    margin-top: 5%;
    padding-bottom: 9%;
}
.highlight{
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.6em; /* 線の太さ */
    text-decoration-color: #FFFF00; /* 線の色 */
    text-underline-offset: -0.4em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

@media(max-width:750px) {
    .kikan{
        width: 41%;
    }
    .kensyutxt{
        width: 45%;
        font-size: 4.4vw;
        padding-top: 2.8%;
        padding-left: 8%;
    }
    .kensyutxt2{
        text-align: center;
        font-size: 4.2vw;
        margin-top: 9%;
    }
    .kensyutxt3{
        text-align: center;
        font-size: 4.2vw;
        margin-top: 6%;
        padding-bottom: 9%;
    }

}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
    .pc6{
        display: none;
    }
}
@media screen and (min-width:769px) {
    .sp6{
        display: none;
    }
}

.sec-ex{
    background: url(../images/exbg.jpg) no-repeat center center/cover;;
}
.sec-ex-inner{

}
.eximg{
    width: 42vw;
    margin-top: 10vw;
}
.sec-ex-box{
    display: flex;
    justify-content: space-between;
}
.exfont{
    margin-top: 11.5vw;
    font-size: 3.3vw;
    margin-right: 6vw;
}
.exexfon{
    font-size: 2.8vw;
}
.extxt{
    margin-top: 3vw;
}
.eximg2{
    margin-top: 8vw;
    padding-bottom: 5vw;
}
.ex-sp-txt-box{
    margin: 0 auto;
    text-align: center;
    background-color: white;
    width: 80%;
    margin-top: 5vw;
    font-size: 4.5vw;
}
.ex-sp-txt{
    line-height: 2;
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.spimgbox{
    display: flex;
}
.spimgboxin{
    width: 50%;
    margin-right: 10vw;
    margin-top: 11vw;
}
.spimgboxin2{
    width: 50%;
    margin-top: 25vw;
    padding-bottom: 10vw;
}

@media(min-width:750px) {
    .ex-sp-txt-box{
        display: none;
    }
    .spimgbox{
        display: none;
    }
    .extxt-sp{
        display: none;
    }
}

@media(max-width:750px) {
    .eximg2{
        display: none;
    }
    .sec-ex-box {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .eximg {
        width: 100%;
        margin-top: 10vw;
    }
    .exexfon {
        display: none;
    }
    .exfont {
        margin-top: 11.5vw;
        font-size: 6.3vw;
        margin-left: 6vw;
    }
    .extxt-sp{
        margin-top: 10vw;
        margin-left: 12vw;
    }
    .exexfon-sp{
        font-size: 5vw;
    }
    .sec-ex{
        background: url(../images/exbg.jpg) no-repeat center center/cover;;
    }
}

.newtxt{
    color: aliceblue;
    margin: 0 auto;
    text-align: center;
    line-height: 6vw;
    font-size: 3vw;
    margin-bottom: 5vw;
}
@media(max-width:750px){
    .newtxt{
        color: aliceblue;
        margin: 0 auto;
        text-align: center;
        line-height: 9vw;
        font-size: 4.3vw;
        margin-bottom: 15vw;
    }
}
