img {
  width: 100%;
  vertical-align: middle; }

.container {
  max-width: 750px;
  box-sizing: border-box;
  padding: 0 30px;
  margin: auto; }

.cta {
  display: flex;
  gap: 34px; }
  .cta a {
    width: calc((100% - 68px) / 3); }

.fv {
  padding-top: 40px;
  padding-bottom: 30px;
  background-position: center top;
  background-image: url("./../img/fv_bg.jpg");
  background-size: 280%;
  background-repeat: no-repeat;
  background-color: #127BB4;
  overflow: hidden; }
  .fv-img {
    border-radius: 15px;
    overflow: hidden;
    margin-left: -40px;
    margin-bottom: 40px; }
  .fv-big-text-img {
    margin-bottom: 30px; }
  .fv-emblem {
    margin-top: 30px;
    margin-bottom: 40px; }
  .fv-ok {
    margin-bottom: 30px; }
  .fv .description {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    color: #FFF; }

.anxiety {
  background-color: #EFEFEF;
  padding: 75px 0 50px; }
  .anxiety-title {
    margin: 0 30px 30px; }
  .anxiety-text {
    color: #6A6A6A;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-align: center; }
  .anxiety-list {
    margin-top: 34px; }
  .anxiety .container {
    position: relative; }
  .anxiety-message {
    position: absolute;
    bottom: -24vw;
    left: 30px;
    z-index: 1;
    width: calc(100% - 60px); }

.reason {
  background-color: #127BB4;
  position: relative;
  padding-top: 100px; }
  .reason-box {
    background-color: #FFF;
    border-radius: 35px 35px 10px 10px;
    padding: 50px 0 120px; }
  .reason-title {
    margin: 0 40px 125px; }
  .reason-column {
    margin-bottom: 235px;
    position: relative; }
    .reason-column .reason-sono {
      position: absolute;
      width: 70px;
      top: -30px; }
    .reason-column-title {
      margin-bottom: 25px;
      color: #353535;
      font-size: 23px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center; }
      .reason-column-title::before, .reason-column-title::after {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #ADAF76;
        border-radius: 50%; }
      .reason-column-title::before {
        margin-right: 15px; }
      .reason-column-title::after {
        margin-left: 15px; }
    .reason-column-img {
      margin-bottom: 23px; }
      .reason-column-img img {
        border-radius: 13px; }
    .reason-column-text {
      font-size: 14px;
      line-height: 28px;
      color: #353535;
      font-weight: bold;
      letter-spacing: .8px; }
    .reason-column:nth-of-type(odd) .reason-sono {
      left: 0; }
    .reason-column:nth-of-type(even) .reason-sono {
      right: 0; }
    .reason-column:last-of-type {
      margin-bottom: 0; }

.cta-area {
  background-color: #127BB4;
  padding: 50px 0; }
  .cta-area.under {
    background-color: #FFF; }
    .cta-area.under .cta-under-text {
      margin-bottom: 46px; }
    .cta-area.under .cta-under-description {
      font-size: 19px;
      line-height: 33px;
      font-weight: bold;
      color: #353535;
      text-align: center;
      margin-top: 50px; }
      .cta-area.under .cta-under-description span {
        color: #ADAF76;
        font-weight: bold;
        font-size: 29px; }

.price {
  background: linear-gradient(0deg, #f7e59b, #f7e59b 48%, #127bb4 51%);
  padding-top: 80px;
  position: relative;
  overflow: hidden; }
  .price-bg {
    position: absolute;
    transform: scale(-1, -1);
    left: 30%;
    width: 100%; }
  .price-title {
    margin: 0 26vw 80px;
    position: relative; }
  .price-box {
    background-color: #FFF;
    border-radius: 35px 35px 10px 10px;
    padding: 70px 0 36px;
    position: relative; }
  .price-img {
    margin-bottom: 80px; }
    .price-img:last-of-type {
      margin-top: 400px; }

.voice {
  background-color: #f7e59b;
  padding: 60px 0 80px; }
  .voice-title {
    margin: 0 90px 40px; }
  .voice-list {
    display: flex;
    flex-direction: column;
    gap: 37px; }

.flow {
  background-color: #F5FDFF;
  padding: 74px 0 50px; }
  .flow-title {
    margin: 0 107px 67px; }
  .flow-list {
    display: flex;
    margin-bottom: 32px; }
    .flow-list-number {
      width: 67px;
      margin-right: 18px;
      position: relative;
      z-index: 1; }
      .flow-list-number::before {
        content: "";
        width: 4px;
        height: 100%;
        background-color: #127BB4;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
      .flow-list-number::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #127BB4;
        position: absolute;
        border-radius: 50%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
      .flow-list-number .num {
        width: 67px;
        height: 67px;
        background-color: #127BB4;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #FFF;
        font-size: 35px;
        font-weight: bold; }
    .flow-list-body {
      flex: 1;
      padding: 25px 0 15px; }
      .flow-list-body__title {
        color: #353535;
        font-size: 19px;
        font-weight: bold;
        line-height: 23px; }
      .flow-list-body__img {
        margin: 46px 0 26px;
        border-radius: 13px;
        overflow: hidden; }
      .flow-list-body__description {
        color: #353535;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold; }
    .flow-list:last-of-type .flow-list-number::before,
    .flow-list:last-of-type .flow-list-number::after {
      display: none; }

.area {
  background-color: #FFF;
  padding: 74px 0 50px; }
  .area-title {
    margin: 0 145px 100px; }
  .area .accordion {
    max-width: 100%;
    margin-bottom: 17px;
    background-color: #D9D9D9; }
    .area .accordion summary {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0 20px;
      color: #353535;
      font-weight: 600;
      cursor: pointer;
      height: 70px; }
      .area .accordion summary::-webkit-details-marker {
        display: none; }
      .area .accordion summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #353535;
        border-right: 3px solid #353535;
        content: '';
        transition: transform .3s;
        position: absolute;
        right: 20px; }
    .area .accordion p {
      transform: translateY(-10px);
      opacity: 0;
      margin: 0;
      padding: 0 20px 20px;
      color: #333333;
      line-height: 1.5;
      transition: transform .5s, opacity .5s; }
      .area .accordion p .bold {
        font-weight: bold;
        margin-bottom: 5px;
        display: block; }
    .area .accordion[open] summary::after {
      transform: rotate(225deg); }
    .area .accordion[open] p {
      transform: none;
      opacity: 1; }

.contact {
  background-color: #FFFCF2;
  padding: 88px 0 59px; }
  .contact-title {
    margin: 0 145px 100px; }
  .contact .form-column > label, .contact .form-column > .label {
    width: 100%;
    color: #353535;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 18px;
    display: block; }
  .contact .form-column input[type="text"],
  .contact .form-column input[type="email"],
  .contact .form-column input[type="tel"],
  .contact .form-column input[type="date"],
  .contact .form-column textarea {
    border: #D6D6D6 solid 1px;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    color: #353535;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 45px;
    box-sizing: border-box; }
    .contact .form-column input[type="text"]::placeholder,
    .contact .form-column input[type="email"]::placeholder,
    .contact .form-column input[type="tel"]::placeholder,
    .contact .form-column input[type="date"]::placeholder,
    .contact .form-column textarea::placeholder {
      color: #D9D9D9;
      font-weight: bold;
      font-size: 19px; }
  .contact .form-column .radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 45px; }
    .contact .form-column .radio-group label {
      background-color: #E6E6E6;
      height: 70px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      font-weight: bold;
      color: #B4B4B4;
      border-radius: 8px;
      width: calc((100% - 20px) / 2); }
    .contact .form-column .radio-group input {
      display: none; }
      .contact .form-column .radio-group input:checked + label {
        background-color: #127BB4;
        color: #FFF; }
  .contact .form-column .check-group {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap; }
    .contact .form-column .check-group label {
      font-size: 19px;
      font-weight: bold;
      color: #353535;
      margin-bottom: 30px;
      display: flex;
      align-items: center; }
    .contact .form-column .check-group input {
      width: 20px;
      height: 20px;
      margin-right: 12px; }
  .contact .form .submit {
    background-color: #C2EB2F;
    color: #FFF;
    width: 80%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0;
    border-radius: 12px;
    border: none;
    font-size: 19px;
    font-weight: bold; }

.footer {
  background-color: #127BB4;
  padding: 55px 0; }
  .footer .copyright {
    text-align: center;
    color: #FFF;
    font-size: 12px; }

/*# sourceMappingURL=style.css.map */
