@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
}
body{
    margin: 0;
    padding: 0;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #ff0000;
}
.fcp {
    color: #FA57CC;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.fcy {
    color: #ffff00;
}
.fss {
    font-size: 13px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}
.sp {
    display: none;
}

@media only screen and (min-width: 767px){
    #wrapper{
        max-width: 640px;
        margin: auto;
    }
    .sp {
        display: block;
    }
}

p {
    font-size: clamp(16px, 1.2vw, 24px);
}

header {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.hea_l {
    width: 60%;
    max-width: 300px;
}
.hea_r {
    display: flex;
    width: 30%;
    justify-content: flex-end;
}
.hea_r a {
    border-radius: 5px;
    padding: 6px;
    display: flex;
    align-items: center;
}
.hea_r a img {
    width: 36px;
}
.h_tel {
    background-color: #fc5810;
    margin: auto 6px;
}
.h_mail {
    background-color: #0a6dd2;
}

.real {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 6px 0;
}

.cta {
    padding: 8% 0;
}
.cta .real {
    border-radius: 999px;
    width: 80%;
    margin: auto;
}
.cta .tri {
    background-color: #ff0000;
    width: 20px;
    height: 8px;
    margin: -1px auto auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cta .tel,.cta .mail {
    box-shadow: 5px 8.66px 20px 0px rgba(127, 49, 15, 0.3);
    display: block;
    width: 90%;
    margin: 10px auto;
    border-radius: 18px;
}
.cta .mail {
    box-shadow: 5px 8.66px 20px 0px rgba(6, 91, 20, 0.3);
}
.cta .tel .abs,
.cta .mail .abs  {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.cta .tel .abs img,
.cta .mail .abs img  {
    width: 40px;
    object-fit: contain;
    margin-right: 12px;
}
.cta .tel .abs p {
    margin: auto;
}
.cta .tel .abs p:nth-of-type(1) {
    color: #ffff00;
    font-size: clamp(16px, 8.2vw, 44px);
    font-weight: bold;
    line-height: 1;
}
.cta .tel .abs p:nth-of-type(2) {
    color: #fff;
}
.cta .mail .abs p {
    color: #fff;
    font-size: clamp(18px, 6.2vw, 34px);
    font-weight: bold;
    line-height: 1;
}
.review {
    background-image: linear-gradient( 112deg, rgb(11,109,210) 0%, rgb(0,145,234) 100%);
    padding: 6% 0;
}
.review h2 img {
    width: 42%;
    margin: auto;
    display: block;
}
.review .slick-next {
    right: 5%;
}
.review .slick-prev {
    left: 1%;
    z-index: 10;
}
.review .slick-prev:before, .review .slick-next:before {
    font-size: 36px;
    opacity: 1;
    color: #01367a;
}
.review .slick-slide>div {
    width: 94%;
    margin: auto;
    margin-right: 4%;
}
.review .slick-dots li button:before,
.review .slick-dots li.slick-active button:before {
    color: #fff;
}

.area {
    padding: 8% 0;
}
.area img {
    margin-bottom: 14px;
}
.accordion-001 {
    width: 90%;
    margin: 10px auto;
    background-color: #d9effc;
}
.accordion-001:not([open]) {
    margin: 10px auto;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.6em 1em;
    background-color: #096ed2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] summary::after {
    transform: rotate(225deg);
}
.accordion-001 ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    font-size: clamp(14px, 1.2vw, 24px);
    padding: 1em 1em 1em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] ul {
    transform: none;
    opacity: 1;
    width: 50%;
}
.accordion-001[open] div {
    display: flex;
}

.faq {
    background-color: #b3dffa;
    padding: 6% 0 10%;
}
.faq h2 img {
    width: 52%;
    margin: auto;
    display: block;
}
.accordion-002 {
    width: 90%;
    margin: auto;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 5px;
}
.accordion-002 summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0.8em 1em;
    background-image: url(../img/gray-circle.png);
    background-position: right calc(1.6em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    font-weight: 600;
    cursor: pointer;
}
.accordion-002 summary b,
.accordion-002 p b {
    margin-right: 10px;
}
.accordion-002 summary::-webkit-details-marker {
    display: none;
}
.accordion-002 summary::before,
.accordion-002 summary::after {
    position: absolute;
    right: calc(1.6em + 2.5px);
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background-color: #000000;
    content: '';
}
.accordion-002 summary::before {
    rotate: 90deg;
}
.accordion-002 summary::after {
    transition: rotate .3s;
}
.accordion-002[open] summary::after {
    rotate: 90deg;
}
.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1em 1em;
    color: #000000;
    transition: transform .5s, opacity .5s;
    text-align: justify;
}
.accordion-002[open] p {
    transform: none;
    opacity: 1;
}
.accordion-002 .line {
    height: 1px;
    width: 90%;
    margin: auto auto 12px;
    background-color: #cfcfcf;
}

.form {
    background-image: linear-gradient( 112deg, rgb(11,109,210) 0%, rgb(0,145,234) 100%);
    padding: 6% 0;
}
.form h2 img {
    width: 52%;
    margin: auto;
    display: block;
}
.form-container {
    max-width: 500px;
    width: 84%;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 4%;
  }
  .form-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
  }
  label {
    display: block;
    margin-top: 20px;
    font-weight: bold;
  }
  .required {
    color: white;
    background: #fe5a0f;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
  }
  input, textarea {
    width: 92%;
    padding: 3% 4%;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  textarea {
    height: 100px;
  }
  .privacy-box {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    height: 100px;
    overflow-y: scroll;
    font-size: 13px;
    word-break: break-all;
  }
  .agree label {
    margin-top: 0px;
    display: flex;
    align-items: center;
  }
  .agree label input {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .submit-btn {
    margin: 0 auto 20px;
    width: 40%;
    background: #f44336;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
  }
  .submit-btn:hover {
    background: #d32f2f;
  }

.follow {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: none;
    transition: transform 0.3s, bottom 0.3s;
    width: 100%;
    max-width: 640px;
    padding: 10px;
}
.follow.show {
    display: flex;
    align-items: center;
}
.follow>div {
    width: 25%;
}
.follow>div p {
    background-color: #ffffb1;
    color: #ff0000;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    padding: 1px;
    font-size: 13px;
    letter-spacing: -0.3px;
}
.follow>div p:nth-of-type(1) {
    margin-bottom: 5px;
}
.follow a {
    background-color: #fc5810;
    display: block;
    border-radius: 999px;
    text-decoration: none;
    width: 68%;
    margin-left: 5px;
}
.follow a div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px 4px;
}
.follow a img {
    width: 32px;
    object-fit: contain;
    margin-right: 3px;
}
.follow a p {
    font-size: clamp(20px, 9.8vw, 24px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 6px;
    text-align: center;
}

@media only screen and (min-width: 767px){
    .follow.show {
        justify-content: center;
    }
}

footer {
    background-color: #0059b3;
    text-align: center;
    padding: 2% 0;
}
footer p {
    color: #fff;
    font-size: smaller;
}

.form-confirm {
    background-image: linear-gradient( 112deg, rgb(11,109,210) 0%, rgb(0,145,234) 100%);
    padding-bottom: 5vh;
}
.form-confirm h1 {
    color: #fff;
    text-align: center;
}
.button-area {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}
.btn {
    flex: 1;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.back-btn {
    background: #ccc;
    margin: 0 auto 20px;
  }