:root {
    --spacer-20: clamp(20px, 5vw, 40px);
    --spacer-40: clamp(40px, 10vw, 80px);
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color:#3C3C3C;
}
p {
    line-height: 2;
    font-size: clamp(14px, 8px + 1.6vw, 21px);
}
.img_100 picture, .img_100 img {
    width: 100%;
    display: block;
}
.floating_cta picture, .floating_cta img {
    width: 100%;
    display: block;
}
.floating_cta {
    position: fixed;
    z-index: 999;
    padding-left: 2%;
    padding-right: 2%;
    bottom: 0;
    left:0;
}
.sec04 .cta picture, .sec04 .cta img {
    width: 100%;
    display: block;
}
.sec03 .cta {
    position: absolute;
    z-index: 99;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 7%;
    left:0;
}
.sec03 .cta:hover picture {
    filter: hue-rotate(-25deg);
}
.pad_common {
    padding-left: 6%;
    padding-right: 6%;
    
}
.sec05 ul > li {
    padding-bottom: var(--spacer-40);
}
.sec05 ul > li p {
    padding-top: var(--spacer-20);
}
.sec .ttl h2 picture, .sec .ttl h2 img {
    width: 100%;
    display: block;
}
.sec .ttl span {
    font-size: clamp(20px, 14px + 1.6vw, 30px);
    display: block;
    text-align: center;
    line-height: 1.5;
    margin-top: -25%;
    margin-bottom: 40px;
    font-family: "Shippori Mincho", serif;
}
.sec06 .img_100 {
    z-index: 99;
}
.sec06 .ttl {
    margin-top: calc(clamp(40px, 10vw, 80px)* -1);
}
.sec06 .ttl span {
    margin-top: -25%;
}
.is_sec_bg {
    overflow: hidden;
}
.is_sec_bg > picture {
    position: absolute;
    width: 100%;
    left:0;
    top:0;
}
.speech_woman div {
    padding-right: 40%;
    position: absolute;
    left: 6%;
    top: 12%;
    z-index: 9;
}
@media screen and (max-width: 360px) {
    .speech_woman {
        height: 220px;
    }
    .speech_woman img {
        position: absolute;
        bottom: 0;
    }
}
.speech_woman div p {
    line-height: 1.3;
    font-size: clamp(12px, 6px + 1.6vw, 18px);
}
@media only screen and (min-width : 750px) {
    .speech_woman div p {
        line-height: 1.5;
    }
}
.speech_woman div h3 {
    font-size: clamp(14px, 8px + 1.6vw, 21px);
    margin-bottom: 20px;
}
p.is_bordered {
    font-size: clamp(16px, 10px + 1.6vw, 24px);
    font-weight: bold;
    padding: 10px;
    border:1px solid #242F3B;
    border-radius: 10px;
    background-color: #FFF;
}
.sec07 h2 {
    padding-top: var(--spacer-40);
    padding-bottom: var(--spacer-20);
}
.with_rounded_img {
    display: flex;
}
.with_rounded_img > p {
    width:70%;
}
.with_rounded_img > div {
    border-radius: 50%;
    overflow: hidden;
    width: 40%;
    height: 40%;
}
.sec10 {
    background: rgb(113,150,255);
    background: linear-gradient(90deg, rgba(113,150,255,1) 0%, rgba(112,153,254,1) 50%, rgba(94,233,218,1) 100%);
    padding-bottom: 6%;
}
.review_slider {
    background-color: #FFF;

}
.sec11 {
    background-color: #F0F4FC;
    padding-top: var(--spacer-20);
    padding-bottom: var(--spacer-40);
}
.sec11 ul li {
    border-radius: 8px;
    border:1px solid #7196FF;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 6%;
}
.sec11 ul li:last-child {
    margin-bottom: 0;
}
.offset_bottom {
    margin-bottom: -10px;
}
.sec11 ul li p {
    padding: 10px;
}
.sec11 ul li h3 {
    background-color: #7196FF;
    padding: 6px 10px;
}
.sec12 h2 {
    margin: var(--spacer-40) 0;
}
.sec12 h3 {
    margin: var(--spacer-20) 0;
}
.sec12 ul li {
    margin-bottom: var(--spacer-40);
}
.small_round_photo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.tab__label, .tab__close {
    align-items: center;
    line-height: 1.2;
}
.tab__label h3 {
    padding-right: 10px;
    width: 100%;
    font-size: clamp(14px, 8px + 1.6vw, 21px);
}
.sec13 ul li {
    margin-bottom: 30px;
}
.yellow_underlined {
    border-bottom: 2px solid #FFE502;
}
.yellow_highlight {
    background-color: #FFE502;
}

.sec07 h3 {
    font-size: clamp(20px, 14px + 1.6vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacer-20);
    position: relative;
}
.sec07 h3::before {
    content: '';
    width:100%;
    height:1px;
    background-color: #000;
    position: absolute;
}
.sec07 h3 span {
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}
.is_bubble {
    border-radius: 10px;
    background-color: #F0F4FC;
    padding: 10px;
    position: relative;

}
.is_bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 4px solid transparent;
    border-top: 22px solid #F0F4FC;
}
.sec08 .pad_common {
    padding-bottom: 20px;
}
.offset_right {
    right: -8.5%;
}
.tag {
    font-size: clamp(12px, 6px + 1.6vw, 18px);
    background-color: #7196FF;
    color: #FFF;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.sec14 h3 {
    font-size: clamp(16px, 10px + 1.6vw, 24px);
    display: flex;
    align-items: center;
}
.sec14 h3 > div {
    width:20px;
    height:20px;
    margin-right: 10px;
}
.sec15 ul li {
    border: 1px solid #CCD4D7;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}
.sec15 ul li:last-child {
    margin-bottom: 0;
}
.sec15 ul li h3 {
    margin-top: -35px;
}
.sec15 ul li p {
    padding: 12px;
}
.sec16 .font12 {
    text-align: center;
    font-size: clamp(12px, 6px + 1.6vw, 18px);
}


.sec13 .tab__content {
    background-color:#F2FAFD ;
    padding-top: 15px;
}
/********* FOR ACCORDION *********/
:root {
    --primary: #227093;
    --secondary: #ff5252;
    --background: #eee;
    --highlight: #ffda79;
    /* Theme color */
    --theme: var(--primary);
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }

  
  /* Core styles/functionality */
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {

    overflow: hidden;
    
    display: none;
  }
  .tab input:checked ~ .tab__content {
    max-height: inherit;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #F2FAFD;
  }
  
  /* Visual styles */
  .accordion {
    color: var(--theme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .tab__label,
  .tab__close {
    display: flex;
    color: white;
    background: #7196FF;
    cursor: pointer;
  }
  .tab__label {
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 2px solid #FFF;

  }
  .tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    
  }


  .tab__label.open::after {
    transform: rotate(270deg);

    transform-origin: 0px 8px;
  }
  .tab__content p {
    margin: 0;
    border-radius: 10px;
    background-color: #FFF;
    padding: 10px;
  }
  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .accordion--radio {
    --theme: var(--secondary);
  }
  


/**** END ACCORDION  *****/



.sec16 .tab {
    border: 1px solid #CCD4D7;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}
.sec16 .tab__content, .sec16 .tab input:checked ~ .tab__content {
    padding:0;
}
.sec16 h4 {
    font-size: clamp(16px, 10px + 1.6vw, 24px);
    display: flex;
   line-height: 1.5;
}
.sec16 h4 > div {
    width:25px;
    height:25px;
    margin-right: 10px;
    bottom: -5px;
}
.sec16 h4 span {
    width: 100%;
}
.sec17 h3 {
    text-align: center;
    font-size: clamp(16px, 10px + 1.6vw, 24px);
    background-color: #242F3B;
    font-family: "Shippori Mincho", serif;
    color: #FFF;
    padding: 10px;
}


.sec16 h3 {
    background-color: #7196FF;
    text-align: center;
    color:#FFF;
    font-size: clamp(16px, 10px + 1.6vw, 24px);
    padding: 10px;
}

.sec16 .tab__label, .sec16 .tab__close {
    background: none;
    color: #3C3C3C;
    border-bottom: 1px solid #CCD4D7;
}
.sec17 ul li {
    display: flex;
    padding: 10px 0;
}
.sec17 ul li .ico {
    width:20px;
    height:20px;
    background-size: contain !important;
    display: inline-flex;
    margin-right: 8px;
    margin-top: 1%;
}
.sec17 ul li .icon2 {
    background: url(../images/svg/ico_location.svg) center center no-repeat;
}
.sec17 ul li .icon1 {
    background: url(../images/svg/ico_schedule.svg) center center no-repeat;
}
.sec17 ul li .icon3 {
    background: url(../images/svg/ico_subway.svg) center center no-repeat;
}

footer {
    background-color: #C1AB96;
    color: #FFF;
    text-align: center;
    padding: 20px;
}
hr {
    border:0;
    padding: 0;
    margin:0;
}
.spacer-2 {
    height: clamp(40px, 10vw, 80px);
    
}
.spacer-1 {
    height: clamp(20px, 5vw, 40px);
}
.mb20 {
    margin-bottom: 20px;
}





/****** PAGE 2 ***/

.page2 {
    background-color: #F2FBFF;
}
.page2 .page2-sec02 h2 {
    font-size: clamp(24px, 18px + 1.6vw, 46px);
    color:#FF0000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.page2 .page2-sec02 h2::before, .page2-sec02 h2::after {
    content: '';

    width: 2px;
    background-color: #FF0000;
    height: 60px;
}
.page2 .page2-sec02 h2::before {
    transform: rotate(-16deg);
    margin-right: 30px;
}
.page2 .page2-sec02 h2::after {
    transform: rotate(16deg);
    margin-left: 20px;
}
.page2 .intro_text {
    text-align: center;
    font-size: clamp(16px, 10px + 1.6vw, 24px);
}
.page2 .price1 {
    padding-left: 5px;
    padding-right: 5px;
    color: #FF0000;
}
.page2 .font16 {
    font-size: clamp(16px, 10px + 1.6vw, 24px);
}
.page2 .line_box {
    text-align: center;
    background-color: #25AE5C;
    display: block;
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.12);
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page2 .line_box:hover {
    opacity: 0.7;
}
.line_box .line_text {
    line-height: 1.4;
    font-size: clamp(24px, 18px + 1.6vw, 46px);
}




/**** END PAGE 2 *******/






@media only screen and (min-width : 750px) {
    html { 
        font-size: 15px; 
    }
    .main_wrapper {
        max-width: 750px;
        margin: 0 auto;
        width: 100;
    }
    .floating_cta {
        width: 750px;
        left:50%;
        margin-left: -375px;
    }
    .floating_cta:hover picture {
        filter: hue-rotate(-25deg);
    }
    .main_wrapper{
        box-shadow: 0 0 4px 4px rgba(0,0,0,0.12);
    }
}
  