html {
    margin: 0 !important;
    scroll-behavior: smooth;
}
.body {
    margin: 0;
    font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', 'Sawarabi Gothic', sans-serif;
}
.body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;

}
.pc {
    display: block;
}
.sp {
    display: none;
}
.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.heading {
    width: 100%;
    max-width: 1200px;
    padding: 80px min(15% ,180px);
    box-sizing: border-box;
}
a {
    display: inline-block;
}
a:hover {
    opacity: 0.8;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.block0 {
    background: rgba(255, 255, 255, 1);
    height: 150px;
}
@media screen and (max-width: 960px) {

    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .block0 {
        height: 120px;
    }
    .heading {
        max-width: 500px;
        padding: 50px min(5.333%, 20px);
    }
}
/* header */
.header01 {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
}
.nav01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 0 24px;
    box-sizing: border-box;
}

.header_logo {
    width: 135px;
}
.header_left,
.header_right {
    display: flex;
    align-items: center;
}
.header_text1 {
    font: normal normal normal 16px/24px Noto Sans JP;
    letter-spacing: 0px;
    color: #333333;
    text-decoration: none;
    margin: 0 24px 0 0;
}
.header_text1:hover {
    color: #01A29A;
}
.header_ul {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 960px) {
    .header01 {
        background: rgba(255, 255, 255, 0);
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        top: 0;
    }

    .nav01 {
        height: 120px;
        align-items: start;
        padding: 0 10px 0 20px;
    }

    .header_logo {
        width: 90px;
        position: relative;
        z-index: 1001;
        transition: opacity 0.2s ease-in-out;
        display: none;
        opacity: 0;
        margin-top: 10px;
     }   

    .header_logo.visible {
        display: block;
        opacity: 1;
    }
/* ハンバーガーモーダル */
    .header_text1 {
        font-size: 14px;
        letter-spacing: 0.56px;
        color: #363636;
        padding: 0 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .header_icon1 {
        width: 10px;
        margin: 0 5px 0 0;
    }

    .header_modal {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 1);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding: 120px 0 50px 0;
    }

    .header_modal.is-active {
        right: 0;
        display: flex;
    }

    .header_ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .header_ul2 {
        align-items: flex-start;
        margin: 0 auto 0 0;
    }
    .header_img1 {
        margin: 0 15px 0 0;
        padding: 20px 0 0 0;
    }

    .header_li {
        width: 100%;
        border-bottom: 1px solid #C6C6C6;
        padding: 20px 0;
    }
/* ハンバーガーボタン */
    .ham_btn {
      width: 50px;
      height: 50px;
      border: none;
      background: rgba(255, 255, 255, 0);
      position: relative;
      cursor: pointer;
      z-index: 1001;
    }
    .ham_btn span {
      position: absolute;
      height: 2px;
      background: #000;
      border-radius: 2px;
      transition: all 0.3s ease;
    }
    .ham_btn span:nth-of-type(1) {
      width: 30px;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
    }
    .ham_btn span:nth-of-type(2) {
      width: 30px;
      top: 30px;
      left: 10px;
    }
    .ham_btn.is-active span:nth-of-type(1),
    .ham_btn.is-active span:nth-of-type(2) {
      width: 30px;
      left: 10px;
      top: 25px;
      transform: rotate(45deg);
      transform-origin: center;
    }
    .ham_btn.is-active span:nth-of-type(2) {
      transform: rotate(-45deg);
    }
    body.no-scroll {
        overflow: hidden;
    }
}
/* 共通 スクロール位置 見出し */
#message,
#company,
#contact {
    padding-top: 150px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.common_h2_en {
    text-align: center;
    font: normal normal normal 62px/72px Marcellus;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.common_h2 {
    font-family: 'Zen Kaku Gothic Antique';
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #646464;
    margin: 0 0 40px 0;
}
.common_h2_en._message {
    text-align: left;
    margin: 0 0 0.417vw 6.667vw;
}
.common_h2_en._black {
    color: #333333;
}
.common_h2._message {
    text-align: left;
    color: #646464;
    margin: 0 0 3.333vw 6.667vw;
}
.common_h2._white {
    color: #fff;
}
.common_text1 {
    text-align: center;
    font: normal normal bold 22px/33px Zen Kaku Gothic New;
    letter-spacing: 0.44px;
    color: #444444;
    margin: 0 0 40px 0;
}
.common_text2 {
    text-align: center;
    font: normal normal bold 25px/38px Zen Kaku Gothic New;
    letter-spacing: 1.25px;
    color: #444444;
    margin: 0 0 40px 0;
}
@media screen and (max-width: 960px) {
    #message,
    #company,
    #contact {
        padding-top: 0px;
        margin-top: 0px;
    }
    .common_h2_en {
        font: normal normal normal 32px/40px Marcellus;
    }
    .common_h2 {
        font-size: 14px;
    }
    .common_h2_en._message {
        text-align: center;
        margin: 0 0 5px 0;
    }
    .common_h2._message {
        text-align: center;
        margin: 0 0 40px 0;
    }

    .common_text1 {
        letter-spacing: 0.36px;
    }
}
/* 共通 ボタン */
.btn_wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.btn_more1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font: normal normal normal 16px/23px Sawarabi Gothic;
    letter-spacing: 1.6px;
    box-shadow: none;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 260px;
    padding: 13px 0;
    background: #7BAEB6 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 30px;
}

.btn_more1:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.btn_more1:hover .btn_img1 {
    right: 11px;
}
.btn_img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    width: 18px;
    transition: right 0.4s ease;
}
@media screen and (max-width: 960px) {
    .btn_more1 {
        width: min(81.333vw, 305px);
        margin: 0 auto;
    }
    .btn_more2 {
        width: min(78.933vw, 296px);
        padding: 10px 0;
        font: normal normal bold 18px/20px Zen Kaku Gothic New;
    }
    .btn_icon2 {
        width: 13px;
    }
}
/* 共通 index single archive 404 */
._minheight,
._error {
    min-height: 45vh;
}
.error {
    background: #fff 0% 0% no-repeat padding-box;
}

/* fv */
.fv {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.fv_left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv_right {
    width: 80%;
}
.fv_h1 {
    font-family: 'BIZ UDMincho';
    font-size: 3.5vw;
    color: #333333;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.fv_text1 {
    display: flex;
    align-items: center;
    font-family: 'Marcellus';
    font-size: 1.333vw;
    letter-spacing: 0.067vw;
    color: #808080;
    margin: 0 0 0 2vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.fv_icon1 {
    width: 0.083vw;
    margin: 0.417vw 0.417vw 0 0;    
}

@media screen and (max-width: 960px) {
    .fv_left,
    .fv_right {
        width: 100%;
    }
    .fv_left {
        padding: 8vw 0;
    }

    .fv_h1 {
        font-size: 8.533vw;
    }
    .fv_text1 {
        font-size: 4vw;
        margin: 0 0 0 2.933vw;
    }
    .fv_icon1 {
        width: 0.267vw;
        margin: 1.6vw 1.6vw 0 0;    
    }
}
/* message */
.message {
    position: relative;
    background: #EEE9E6 0% 0% no-repeat padding-box;
}
.message_heading {
    padding: 100px 0;
}
.message_block {
    display: flex;
    flex-wrap: wrap;
}
.message_left {
    width: 40%;
}
.message_right {
    width: 60%;
    padding: 0 8.333vw 0 0;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.message_h3 {
    font-family: 'Zen Kaku Gothic Antique';
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin: 0 0 40px 0;
}
.message_text1,
.message_text2,
.message_text3 {
    font-family: 'Noto Sans JP';
    line-height: 1.8;
    color: #333333;
}
.message_text1 {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.message_text2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.message_text3 {
    font-size: 15px;
    margin: 0;
}

.message_img1 {
    width: 23.417vw;
}
.message_name {
    float: right;
}



@media screen and (max-width: 960px) {
    .message_left,
    .message_right {
        width: 100%;
        padding: 0;
    }    
    .message_heading {
        max-width: 500px;
        padding: 40px min(5.333%, 20px);
    }
    .message_img1 {
        width: 29.867vw;
        position: absolute;
        left: 0;
        top: 55px;
    }
    .message_h3 {
        font-size: 16px;
    }

    .message_text1 {
        font-size: 14px;
    }

}



/* company */
.company_title {
    background: rgba(0,0,0,0.2);
}
.company_content {
    background: #ffff;
}
.company_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #707070;
    padding: 25px 0;
}
.company_text1,
.company_text2 {
    font: normal normal normal 16px/16px Noto Sans JP;
    color: #363636;
    overflow-wrap: anywhere;
}
.company_text1 {
    width: 23%;
    margin: 0 2% 0 0;
}
.company_text2 {
    width: 75%;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .company .heading {
        background-image: url('../img/company_bg_sp.png');
    }
    .company_text1,
    .company_text2 {
        font-size: 14px;
    }
    .company_text1 {
        width: 30%;
    }
    .company_text2 {
        width: 68%;
    }
}

/* cta */
.cta {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px 0 0 0;
}

.cta_block {
    width: 100%;
    position: relative;
    background: #FCFBF7 0% 0% no-repeat padding-box;
    border-radius: 18px;
    border: 2px solid ;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    padding: min(4.167vw, 50px);
    box-sizing: border-box;
}
.cta_right,
.cta_left {
    width: 50%;
    text-align: center;
    margin: auto 0;
}
.cta_img1 {
    width: min(50%, 580px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.cta_text1 {
    font: normal normal normal 16px/27px Noto Sans JP;
    color: #777777;
    margin: 0 0 10px 0;
}
.cta_text2 {
    font: normal normal normal 24px/44px VDL-V7Mincho;
    letter-spacing: 1.2px;
    color: #333333;
    margin: 0 0 10px 0;
}
.cta_text3 {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500;
    color: #01A29A;
    margin: 0;
}
.cta_text4 {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}
.cta_link {
    width: min(25vw, 300px);
}
@media screen and (max-width: 960px) {
    .cta_block {
        padding: min(5.333vw, 20px);
    }
    .cta_right,
    .cta_left {
        width: 100%;
    }
    .cta_text1 {
        font-size: 14px;
    }
    .cta_text2 {
        font-size: 23px;
        margin: 0 0 7px 0;
    }
    .cta_text3 {
        font-size: 13px;
        margin: 0 0 10px 0;
    }
    .cta_text4 {
        font-size: 12px;
    }
    .cta_link {
        width: min(74.667vw, 280px);
    }
}

/* instagram */
.instagram {
    position: relative;
    background: #fff;
    /* background-color: #97D9E1;
    display: flex;
    justify-content: center;
    background-image: url('../img/insta_bg_pc.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; */
    padding: 6.67vw 0;
    z-index: 2;
    margin: -1px 0 0 0;
}
.insta_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6% 0 0 0;
    width: 50%;
    height: min(22.5vw);
    box-sizing: border-box;
    background: rgba(255,255,255,0.75);
}
.insta_text_img1 {
    width: 20%;
    margin: 0 auto 0.521vw auto;
}
.insta_text1 {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.354vw;
    font-weight: 500;
    letter-spacing: 0.26px;
    color: #454545;
    margin: 0 0 2.083vw 0;
}
.insta_btn {
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000033;
    border-radius: 32px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 700;
    color: #4A4A4A;
    margin: 0 auto;
}
.insta_icon1 {
    width: 9%;
    margin: 0 0 0 10%;
}
.insta_icon2 {
    width: 6%;
    margin: 0 1.042vw 0 0;
}
.insta_img1 {
    width: 9.167vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.333vw;
}
.slick_block {
    border-top: 0.833vw solid #7BAEB6;
    border-bottom: 0.833vw solid #7BAEB6;
}
@media screen and (max-width: 960px) {
    .insta_block {
        padding: 14% 0 0 0;
        width: 89%;
        height: 70.667vw;
    }
    .insta_text_img1 {
        width: 40%;
        margin: 0 auto 0.521vw auto;
    }
    .insta_text1 {
        font-size:  5.333vw;
        margin: 0 0 8vw 0;
    }
    .insta_btn {
        width: 80%;
        padding: 15px 0;
        margin: 0 auto;
    }
    .insta_icon1 {
        width: 9%;
        margin: 0 0 0 11%;
    }
    .insta_icon2 {
        width: 6%;
        margin: 0 5.33vw 0 0;
    }
    .insta_text2 {
       font-size: clamp(13px, 5.33vw, 16px);
        margin: 0;
    }
    .insta_img1 {
        width: 26.667vw;
        top: -6.667vw;
    }
    .slick_block {
        border-top: 2.667vw solid #7BAEB6;
        border-bottom: 2.667vw solid #7BAEB6;
    }

}

/* contact */
.contact {
    background: #F6F4F4 0% 0% no-repeat padding-box;
}
.contact_text3 {
    text-align: center;
    font: normal normal normal 16px/30px Noto Sans JP;
    color: #363636;
    margin: 0 0 70px 0;
}
.contact_block {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin: 0 0 50px 0;
}
.contact_text1 {
    width: 30%;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    padding: 20px 0 0 0;
    margin: 0;
}
.contact_text1 .required {
    font: normal normal normal 13px/13px Sawarabi Gothic;
    letter-spacing: 1.3px;
    color: #333333;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 0 0 10px;
    box-sizing: border-box;
}
input.form-control,
select.form-select,
textarea.form-control {
    width: 70%;
    background: #F6F4F4 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    padding: 15px 2%;
    height: 60px;
    font: normal normal normal 16px/16px Noto Sans JP;
    color: #363636;
    box-sizing: border-box;
}
textarea.form-control {
    height: 224px !important;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #232220;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0 !important;
}
input[type="checkbox"]:checked {
    background-color: #E5B9BC;
}
input[type="checkbox"]:checked::after {
    content: "?";
    font-size: 14px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.consent_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.contact_text2 {
    font: normal normal normal 16px/16px Sawarabi Gothic;
    color: #333333;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .contact_text1 {
        width: 100%;
        font-size: 14px;
        margin: 0 0 15px 0;
    }
    .contact_text1 .required {
        font-size: 12px;
    }
    input.form-control,
    textarea.form-control,
    select.form-select {
        width: 100%;
    }
    .contact_text2 {
        font-size: 14px;
    }
}

/* validation */
#consent-error {
    position: absolute;
    left: 50%;
    margin-top: 35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #D30001;
    font-weight: normal;
    font-size: 16px;
}
.validation-block {
    color: #fff;
}
.has-error .validation-block {
    text-align: left;
    color: #D30001;
}
/* bootstrap */
button.btn-success {
    cursor: pointer;
}
.btn {
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}
.btn01 .btn {
    background-color: #009E96;
    width: 120px;
    margin-left: 20px;
    margin-left: 15px;
    color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
    text-align: center;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    background: #3958A7;
    color: #fff;
    border: 2px solid #3958A7;
}
@media screen and (max-width: 960px) {
}
/* footer */
.footer {
    margin: auto 0 0 0 0;
    display: flex;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
    height: 82px;
    padding: 0 min(15%, 180px);
    box-sizing: border-box;
    justify-content: space-between;
}
.footer_text1 {
    font: normal normal normal 14px/14px Noto Sans JP;
    color: #333;
    margin: 0;
    text-decoration: none;
}
.arrow_fixed {
    position: fixed;
    height: auto;
    right: 10px;
    bottom: 10px;
    z-index: 13;
    transition: opacity 0.3s ease-in-out;
}
.fixed_link {
    width: 200px;
    height: auto;
}
@media screen and (max-width: 960px) {
    .footer {
        text-align: center;
        display: block;
        padding: 20px 5.1%;
        height: 103px;
        margin: -1px 0 0 0;
    }
    .fixed_link {
        width: 140px;
    }
    .footer_text1 {
        font: normal normal normal 12px/12px Noto Sans JP;
        margin: 0 0 20px 0;
    }
    .footer_text1:last-child {
        margin: 0;
    }
}
/* page02 common */
.page02 {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.fv2 {
    background: #EEE9E6 0% 0% no-repeat padding-box;
    width: 100%;
    height: 600px;
    padding: 100px 0 0 0;
    box-sizing: border-box;
}
.privacy,
.thanks {
    padding: 20px 0 0 0;
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 6.667vw 6.667vw 0px 0px;
    top: 450px;
}
.privacy_block {
    padding: 30px 0;
    border-bottom: 1px dotted #707070;
}
.privacy_block._last {
    border: none;
}
.page02_common_text1 {
    font: normal normal normal 16px/16px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 30px 0;
}
.page02_common_h3 {
    font: normal normal normal 18px/18px Noto Sans JP;
    letter-spacing: 0px;
    color: #7C606B;
    margin: 0 0 20px 0;
}
.page02_common_text2 {
    font: normal normal normal 16px/18px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 960px) {
    .fv2 {
        padding: 40px 0 0 0;
    }
    .privacy,
    .thanks {
            border-radius: 21.333vw 21.333vw 0px 0px;
            top: 260px;
    }
    .page02_common_h3 {
        font-size: 15px;
    }
    .page02_common_text1,
    .page02_common_text2 {
        font-size: 14px;
    }
}
