html {
    margin: 0 !important;
    scroll-behavior: smooth;
}
.body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.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;
}
.heading2 {
    width: 100%;
    max-width: 1200px;
    padding: 100px min(15% ,180px) 40px min(15% ,180px);
    box-sizing: border-box;
}
.heading3 {
    width: 100%;
    max-width: 1560px;
    padding: 0 0 100px 0;
    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;
}
@media screen and (max-width: 960px) {

    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /* .block0 {
        background: rgba(255, 255, 255, 1);
        height: 50px;
    } */
    .heading {
        max-width: 500px;
        padding: 50px min(5.333%, 20px);
    }
    .heading2 {
        max-width: 500px;
        padding: 100px min(5.333%, 20px) 40px min(5.333%, 20px);
    }
    .heading3 {
        max-width: 500px;
        width: 100%;
        padding: 0 min(5.333%, 20px) 80px min(5.333%, 20px);
    }
}
/* header */
.header01 {
    position: fixed;
    width: 98.33%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;
    z-index: 999;
}
.nav01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}

.header_logo {
    width: 190px;
    margin: 0 0 0 10px;
}

.header_left,
.header_right {
    display: flex;
    align-items: center;
}
.header_text1 {
    font: normal normal bold 14px/14px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #444444;
    text-decoration: none;
    margin: 0 14px 0 0;
}
.header_text1:hover {
    color: #F2A643;
}
.header_ul,
.header_ul2,
.header_li2 {
    display: flex;
    align-items: center;
}

.header_img1 {
    width: 30px;
    height: auto;
    margin: 0 0 0 20px;
}

.header_btn1,
.header_btn2 {
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 14px/14px Zen Kaku Gothic New;
    color: #FFFFFF;
    border-radius: 5px;
    list-style: none;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.header_btn1 {
    background: #EE7DAE 0% 0% no-repeat padding-box;
    margin: 0 10px 0 20px;
}
.header_btn2 {
    background: #F2A643 0% 0% no-repeat padding-box;
    margin: 0 10px 0 0;
}

@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: 50px;
    }

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

    .header_logo.visible {
        display: block;
        opacity: 1;
    }
/* ハンバーガーモーダル */
    .header_text1 {
        font: normal normal medium 14px/14px Zen Old Mincho;
        letter-spacing: 0.56px;
        color: #363636;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .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: 100px 0 50px 0;
    }

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

    .header_ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .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;
    }
}
/* 共通 スクロール位置 見出し */
#party,
#event,
#calender,
#features,
#flow,
#about,
#contact {
    padding-top: 80px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.common_h2_en {
    text-align: center;
    font: normal normal bold 18px/27px Montserrat;
    letter-spacing: 0px;
    color: #F2A643;
    margin: 0 0 5px 0;
}
.common_h2 {
    text-align: center;
    font: normal normal bold 36px/54px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #444444;
    margin: 0 0 40px 0;
}
.common_h2._white,
.common_h2_en._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;
}
._pink {
    font-weight: 700;
    color: #EE7DAE;
}
._orange {
    font-weight: 700;
    color: #F2A643;
}
._bold {
    font-weight: 700;
}
._gray {
    color: #9C9C9C;
}
@media screen and (max-width: 960px) {
    #party,
    #event,
    #calender,
    #features,
    #flow,
    #about,
    #contact {
        padding-top: 50px;
        margin-top: -50px;
    }
    .common_h2_en {
        font: normal normal bold 18px/27px Montserrat;
    }
    .common_h2 {
        font: normal normal bold 28px/42px Zen Kaku Gothic New;
    }
    .common_text1 {
        font: normal normal bold 18px/27px Zen Kaku Gothic New;
        letter-spacing: 0.36px;
    }
    .common_text2 {
        font: normal normal bold 21px/32px Zen Kaku Gothic New;
        letter-spacing: 1.05px;
    }
}
/* 共通 ボタン */
.btn_wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

.btn_more1 {
    width: min(20vw, 240px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 6px 0;
    background: #4D9940 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font: normal normal bold 15px/15px Zen Kaku Gothic New;
    color: #FFFFFF;
}
.btn_more2 {
    width: min(38.333vw, 460px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 20px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EE7DAE;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font: normal normal bold 27px/24px Zen Kaku Gothic New;
    color: #444444;
}
.btn_more3 {
    width: 210px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 0;
    background: transparent linear-gradient(270deg, #F2A643 0%, #EE7DAE 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font: normal normal bold 16px/24px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.btn_more1:hover,
.btn_more2:hover {
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn_icon1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    width: 5px;
    transition: right 0.4s ease;
}
.btn_icon2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    transition: right 0.4s ease;
}

.btn_more1:hover .btn_icon1 {
    right: 7px;
}
.btn_more2:hover .btn_icon2 {
    right: 13px;    
}
@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;
}
.fv_title {
    position: absolute;
    top: 33vw;
    left: 8.333vw;
}
.fv_h1 {
    font-family: 'Zen Kaku Gothic New';
    font-size: 5vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.07vw;
    color: #FFFFFF;
    margin: 0 0 3.083vw 0;
}
.fv_text1 {
    width: fit-content;
    font-family: 'Zen Kaku Gothic New';
    font-size: 1.75vw;
    font-weight: 700;
    letter-spacing: 0.224vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0.417vw;
    padding: 0.25vw 1.25vw;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .fv_title {
        top: 74.4vw;
        left: 5.333vw;
    }
    .fv_h1 {
        letter-spacing: 1.48vw;
        font-size: 9.867vw;
        margin: 0 0 4vw 0;
    }
    .fv_text1 {
        font-size: 5.6vw;
        letter-spacing: 0.224vw;
        padding: 1.333vw 4vw;
        margin: 0 0 2.667vw 0;
    }
}
/* party */
.party {
    content: '';
    background-image: url('../img/party_bg_pc.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.party_area {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.party_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.party_img_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 135/87;
}
.party_img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    transform-origin: center center;
    border-radius: 10px 10px 0 0;
}
.party_down {
    padding: min(0.833vw, 10px) min(1.25vw, 15px);
}
.party_text1 {
    font: normal normal bold 12px/15px Zen Kaku Gothic New;
    color: #9C9C9C;
    margin: 0 0 5px 0;
}
.party_h3 {
    font: normal normal bold 18px/23px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 5px 0;
}
.party_text2 {
    font: normal normal bold 12px/15px Zen Kaku Gothic New;
    color: #EE7DAE;
    margin: 0;
}
.party_text3 {
    font: normal normal bold 16px/24px Zen Kaku Gothic New;
    color: #444444;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .party {
        background-image: url('../img/party_bg_sp.png');
    }
    .party_area {
        grid-template-columns: 1fr;
    }
    .party_block {
        border-radius: 2.667vw;
        margin: 0 0 20px 0;        
    }
    .party_down {
        padding: min(2.667vw, 10px) min(4vw, 15px);
    }
}

/* event */
.event {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FDF1F6 100%) 0% 0% no-repeat padding-box;
}
.event_area {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 0 40px 0;
}
.event_block {
    display: flex;
    flex-direction: column;

}
.event_img_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 2/1;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
.event_img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    transform-origin: center center;
}
.event_h3 {
    font: normal normal bold 30px/35px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 10px 0;
}
.event_text1 {
    font: normal normal bold 16px/24px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 10px 0;
}
.event_link1 {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: underline;
    font: normal normal bold 18px/18px Zen Kaku Gothic New;
    color: #EE7DAE;
    margin: 0 0 0 auto;
}
.event_icon1 {
    width: min(1.667vw, 20px);
    margin: 0 0 0 5px;
}
.event_text2 {
    text-align: center;
    font: normal normal bold 22px/22px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 10px 0;
}
.event_flex {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.event_text3 {
    font: normal normal bold 28px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0;
}
.event_icon2,
.event_icon3 {
    width: 20px;
}
.event_icon2 {
    margin: 0 10px 0 0;
}
.event_icon3 {
    margin: 0 0 0 10px;
}
@media screen and (max-width: 960px) {
    .event_area {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .event_block {
        margin: 0 0 20px 0;
    }
    .event_icon1 {
        width: min(5.333vw, 20px);
    }
    .event_text2 {
        font: normal normal bold 14px/14px Zen Kaku Gothic New;
    }
    .event_text3 {
        text-align: center;
        font: normal normal bold 20px/28px Zen Kaku Gothic New;
    }
}

/* event modal */
#modal_area1,
#modal_area2,
#modal_area3,
#modal_area4,
#modal_area5,
#modal_area6,
#modal_area7 {
  z-index: 1000;
}
.modal_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.modal_block {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  display: flex;
  background: #fff;
  padding: min(3.333vw, 40px);
  box-shadow: 0px 2px 10px #00000033;
  border-radius: 14px;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 70vh;
  box-sizing: border-box;
}
.open_modal {
  text-decoration: underline;
  cursor: pointer;
  margin: 0 2% 0 0;
}
   
.modal_h3 {
    font: normal normal bold 28px/28px Noto Sans JP;
    color: #0099CB;
    margin: 0 0 5px 0;
}
.modal_img1 {
    margin: 0 0 30px 0;
}
.modal_text1 {
    width: 100%;
    font: normal normal bold 24px/36px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #EE7DAE 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: min(0.833vw, 10px) min(1.667vw, 20px);
    margin: 0 0 30px 0;
}
.modal_text2 {
    width: 100%;
    font: normal normal bold 16px/24px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 20px 0;
}
.modal_text2:last-child {
    margin: 0;
}
.close_modal {
    position: absolute;
    top: 1%;
    right: 1%;
    cursor: pointer;
    text-align: center;
    color: #333333;
    font-size: 1.5vw;
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 960px) {
  .close_modal {
    font-size: 2.933vw !important;
  }
  .modal_block {
    width: 90%;
    height: 75vh;
  }
  .modal_left {
    width: 80%;
    margin: 0 auto 30px auto;
    }
  .modal_right {
    width: 100%;
    text-align: center;
    }
  .open_modal {
    margin: 0 0 20px 0;
  }
  .close_modal {
    top: 0.5%;
    right: 0.5%;
    }
}
/* calender */
.calender iframe {
    width: 100%;
}

/* features */
.features {
    background: #FEF8F0 0% 0% no-repeat padding-box;
    content: '';
    background-image: url('../img/features_text_pc.png');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.features_block {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.features_left {
    width: 29%;
    margin: 0 5% 0 0;
}
.features_right {
    position: relative;
    width: 66%;
}
.swap .features_left {
    order: 2;
    margin: 0 0 0 5%;
}
.swap .features_right {
    order: 1;
    margin: 0;
}
.features_h3_en {
    position: absolute;
    top: -40px;
    left: 0;
    font: normal normal normal 90px/90px Montserrat;
    letter-spacing: 0px;
    color: #F2A643;
    opacity: 0.4;
    margin: 0;
}
.features_h3 {
    font: normal normal bold 30px/45px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 20px 0;
}
.features_text1 {
    font: normal normal bold 16px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 30px 0;
}
.features_text1:last-child {
    margin: 0;
}
@media screen and (max-width: 960px) {
    .features {
        background-image: url('../img/features_text_sp.png');
    }
    .features_block {
        padding: 0 0 40px 0;
    }
    .features_left {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .features_right {
        width: 100%;
    }
    .swap .features_left {
        order: 1;
        margin: 0 0 50px 0;
    }
    .swap .features_right {
        order: 2;
        margin: 0;
    }
}
/* flow */
.flow_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 0 0 40px 0;
}
.flow_right {
    padding: 0 min(15%, 180px) 0 0;
}
.flow_left {
    padding: 0 0 0 min(15%, 180px);
}
.flow_h3_en {
    font: normal normal bold 18px/18px Montserrat;
    color: #DBDBDB;
    margin: 0 0 5px 0;
}
.flow_h3 {
    font: normal normal bold 40px/40px Zen Kaku Gothic New;
    color: #F2A643;
    margin: 0 0 5px 0;
}
.flow_h4 {
    font: normal normal bold 20px/30px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 24px 0;
}
.flow_text1 {
    font: normal normal bold 16px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0;
}
.flow_btn_block {
    max-width: 1200px;
    background: transparent linear-gradient(101deg, #F2A643 0%, #EE7DAE 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 26px 0;
    margin: 0 auto;
}
.flow_text2 {
    width: 100%;
    text-align: center;
    font: normal normal bold 22px/22px Zen Kaku Gothic New;
    color: #FFFFFF;
    margin: 0 0 3px 0;
}
@media screen and (max-width: 960px) {
    .flow_block {
        grid-template-columns: 1fr;
    }
    .flow_right,
    .flow_left {
        padding: 0;
    }
    .flow_text2 {
        font: normal normal bold 16px/16px Zen Kaku Gothic New;
        margin: 0 0 4px 0;
    }
    .flow_btn_block {
        max-width: 510px;
        padding: 10px 0 15px 0;
    }
    .flow_h3 {
        font: normal normal bold 30px/30px Zen Kaku Gothic New;
    }
}

/* about */
.about_h3 {
    text-align: center;
    font: normal normal bold 32px/32px Zen Kaku Gothic New;
    color: #EE7DAE;
    margin: 0 0 30px 0;
}
.about_down {
    margin: 50px 0 0 0;
}
.about_down_wrapper {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 2rem;
}
.about_text2 {
    font: normal normal normal 16px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 20px 0;
}
.about_text2:last-child {
    margin: 0;
}

@media screen and (max-width: 960px) {
    .about {
        content: '';
        background-image: url('../img/about_bg_sp.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .about_text1 {
        font: normal normal bold 14px/25px Zen Kaku Gothic New;
        color: #444444;
        margin: 0 0 20px 0;
    }
    .about_img2 {
        margin: 0 0 20px 0;
    }
    .about_down_wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .about_img3 {
        width: 35%;
        margin: 0 auto;
    }
}

/* worries */
.worries_h2 {
    text-align: center;
    font: normal normal bold 33px/41px Zen Kaku Gothic New;
    letter-spacing: 1.98px;
    color: #444444;
    margin: 0 0 40px 0;
}
.worries_img1 {
    margin: 0 0 40px 0;
}
.worries_text1 {
    font: normal normal bold 44px/44px Zen Kaku Gothic New;
    text-align: center;
    color: #444444;
    margin: 0 0 10px 0;
}
.worries_text1 ruby {
    font: normal normal 600 75px/75px Montserrat;
}
.worries_text1 rt {
    font: normal normal bold 16px/16px Zen Kaku Gothic New;
}
.worries_img2 {
    width: 240px;
    margin: 0 auto;
}
.worries_text2 {
    text-align: center;
    font: normal normal bold 36px/45px Zen Kaku Gothic New;
    margin: 0;
}
.worries_area {
    position: relative;
    background: #FDF1F6 0% 0% no-repeat padding-box;
    border-radius: min(0.833vw, 10px);
    padding: min(3.75vw, 45px) min(3.333vw, 40px) min(3.333vw, 40px) min(3.333vw, 40px);
    box-sizing: border-box;
    margin: 70px 0 40px 0;
}
.worries_img3 {
    position: absolute;
    top: max(-2.5vw, -30px);
    left: 50%;
    transform: translateX(-50%);
    width: min(5.833vw, 70px);
}
.worries_h3 {
    text-align: center;
    font: normal normal bold 28px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 30px 0;
}
.worries_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: min(0.833vw, 10px);
    padding: min(1.667vw, 20px) min(2.5vw, 30px);
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
.worries_block:last-child {
    margin: 0;
}
.worries_h4 {
    font: normal normal bold 24px/30px Zen Kaku Gothic New;
    color: #EE7DAE;
    margin: 0 0 5px 0;
}
.worries_text3 {
    font: normal normal bold 16px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 20px 0;
}
.worries_text4 {
    font: normal normal bold 16px/28px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 4px 0;
}
.worries_text5 {
    font: normal normal bold 16px/28px Zen Kaku Gothic New;
    color: #F2A643;
    margin: 0 0 5px 0;
}
.worries_li {
    font: normal normal bold 14px/21px Zen Kaku Gothic New;
    color: #444444;
    margin: 0 0 5px 0;
}
.worries_content {
    background: #FEF8F0 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.667vw, 20px);
    box-sizing: border-box;
}
.worries_content_wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #FADBB3;
}
.worries_text6 {
    font: normal normal normal 14px/21px Zen Kaku Gothic New;
    color: #444444;
    margin: 10px 0 0 0;
}
.worries_text7 {
    text-align: center;
    font: normal normal bold 30px/45px Zen Kaku Gothic New;
    color: #444444;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .worries_h2 {
        font: normal normal bold 25px/31px Zen Kaku Gothic New;
        letter-spacing: 1.5px;
    }
    .worries_text2 {
        font: normal normal bold 28px/35px Zen Kaku Gothic New;
    }
    .worries_img3 {
        top: max(-12vw, -45px);
        width: min(24vw, 90px);
    }
    .worries_area {
        padding: min(12vw, 45px) min(5.333vw, 20px) min(5.333vw, 20px) min(5.333vw, 20px);
    }
}
/* contact */
.contact {
    background: #FEF8F0 0% 0% no-repeat padding-box;
    width: 100%;
}
.contact_block {
    margin: 0 0 20px 0;
}
.contact_text1 {
    font: normal normal bold 16px/16px Zen Kaku Gothic New;
    color: #444444;
    padding: 20px 0 0 0;
    margin: 0 0 8px 0;
}
.contact_text1 .required {
    font: normal normal bold 16px/16px Zen Kaku Gothic New;
    color: #EE7DAE;
    margin: 0 0 0 10px;
}
input.form-control,
select.form-select,
textarea.form-control {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F2A643;
    border-radius: 5px;
    padding: 8px min(0.833vw, 10px);
    box-sizing: border-box;
    height: 64px;
    font: normal normal normal 16px/28px Zen Kaku Gothic New;
    color: #444444;
}
textarea.form-control {
    height: 240px !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 #707070;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0 !important;
}
input[type="checkbox"]:checked {
    background-color: #EE7DAE;
}
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 {
    text-decoration: none;
    font: normal normal normal 16px/16px Zen Kaku Gothic New;
    color: #444444;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .contact {
    }
    .contact_text1 {
    }
    .contact_text1 .required {
    }
    .contact_text2 {
    }
}

/* 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 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100px;
    padding: 0 min(15%, 180px);
    box-sizing: border-box;
}
.footer_text1 {
    font: normal normal normal 14px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #9C9C9C;
    margin: 0;
    text-decoration: none;
}
.arrow {
    position: fixed;
    height: auto;
    right: 10px;
    bottom: 10px;
    z-index: 13;
    transition: opacity 0.3s ease-in-out;
}
.arrow_link {
    width: 50px;
    height: auto;
}
@media screen and (max-width: 960px) {
    .footer_text1 {
        font: normal normal normal 12px/12px Noto Sans JP;
        margin: 0 0 20px 0;
    }
    .arrow {
        bottom: 60px;
    }
    .footer_cta {
        width: 100%;
        height: 50px;
        position: fixed;
        display: flex;
        left: 0;
        bottom: 0;
    }
    .footer_cta_btn1,
    .footer_cta_btn2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 50px;
        font: normal normal bold 14px/20px Zen Kaku Gothic New;
        letter-spacing: 0px;
        color: #FFFFFF;
        list-style: none;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        padding: 1px 0 0 0;
    }
    .footer_cta_btn1 {
        background: #EE7DAE 0% 0% no-repeat padding-box;
    }
    .footer_cta_btn2 {
        background: #F2A643 0% 0% no-repeat padding-box;
    }
}
/* page02 common */
.page02 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.fv2 {
    background: #E5B9BC;
    width: 100%;
    height: 300px;
    padding: 140px 0 0 0;
    box-sizing: border-box;
}
.privacy,
.thanks {
    padding: 20px 0 0 0;
    background: #FEF8F0 0% 0% no-repeat padding-box;
    width: 100%;
}
.privacy_block {
    padding: 30px 0;
    border-bottom: 1px dotted #707070;
}
.privacy_block._last {
    border: none;
}
.page02_common_area p {
    font: normal normal normal 16px/24px Noto Sans JP;
    color: #444444;
    margin: 0 0 10px 0;
}
.page02_common_area h3 {
    font: normal normal normal 20px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #F2A643;
    margin: 0 0 20px 0;
}
.page02_common_area li {
    font: normal normal normal 16px/16px Noto Sans JP;
    color: #444444;
    margin: 0 0 10px 0;
}
.privacy_text1 {
    font: normal normal normal 14px/18px Noto Sans JP !important;
}

@media screen and (max-width: 960px) {
    .page02_common_h3 {
        font-size: 15px;
    }
    .page02_common_text1,
    .page02_common_text2 {
        font-size: 14px;
    }
}
