@charset "UTF-8";
/*PC*/
/*
$lineSpace_normal_pc:48px;
$lineSpace_xsmall_pc:30px;
$lineSpace_small_pc:30px;
$lineSpace_large_pc:70px;
$lineSpace_xlarge_pc:40px;
$lineSpace_h1_pc:80px;
$lineSpace_h2_pc:48px;
$lineSpace_footer_pc:20px;
*/
/*
$color_main1:#F8C961;
$color_main2:#F4A923;
$color_main3:#F9F8ED;
*/
html {
  scroll-behavior: auto;
}

.scroll-target {
  scroll-margin-top: 72px; /* 固定ヘッダーの高さに合わせる */
}

.contact-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
}
.contact-wrapper .offer_ribon {
  margin-top: 24px;
  background-image: url("../img/ribon.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 180px;
  padding: 16px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon {
    margin-top: 32px;
    height: 120px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .contact-wrapper .offer_ribon {
    height: 200px;
  }
}
.contact-wrapper .offer_ribon h2 {
  color: #891900;
  text-align: center;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon h2 {
    font-size: 20px;
  }
}
.contact-wrapper .offer_ribon h2::before {
  content: "";
  width: 0;
  height: 0;
}
.contact-wrapper .offer_ribon h2::after {
  content: "";
  width: 0;
  height: 0;
}
.contact-wrapper .offer_ribon span.big {
  font-size: 64px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon span.big {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .contact-wrapper .offer_ribon span.big {
    font-size: 40px;
  }
}
.contact-wrapper .offer_ribon span.m1 {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon span.m1 {
    font-size: 20px;
  }
}
.contact-wrapper .offer_ribon span.m2 {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon span.m2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .contact-wrapper .offer_ribon span.m2 {
    font-size: 24px;
  }
}
.contact-wrapper .offer_ribon span.s1 {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon span.s1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .contact-wrapper .offer_ribon span.s1 {
    font-size: 20px;
  }
}
.contact-wrapper .offer_ribon::before {
  content: "";
  width: 305px;
  height: 263.5px;
  background-image: url("../img/ribon_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0%;
  position: absolute;
  top: -100px;
  left: 20px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .offer_ribon::before {
    width: 122px;
    height: 100px;
    top: -32px;
    left: 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact-wrapper .offer_ribon::before {
    top: -40px;
    left: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact-wrapper .offer_ribon::before {
    width: 182px;
    height: 160px;
    top: -40px;
    left: 8px;
  }
}
.contact-wrapper .button_area {
  padding: 64px;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .button_area {
    padding: 24px;
  }
}
.contact-wrapper .button_area .button_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 32px;
}
.contact-wrapper .button_area .button_wrapper .__box h3 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .contact-wrapper .button_area .button_wrapper .__box h3 {
    font-size: 12px;
  }
}
.contact-wrapper .button_area .button_wrapper .__box .__button {
  transition: 0.4s;
  /*                    img{
                          width:300px;
                          height: auto;
                      @include variable.mq-down('sp'){
                          width:150px;
                          height: auto;
                      }      
                      }
  */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 8px 16px;
  margin-top: 4px;
  text-align: center;
}
.contact-wrapper .button_area .button_wrapper .__box .__button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}
.contact-wrapper .button_area .button_wrapper .__box ._tel {
  background-color: #FFD000;
}
.contact-wrapper .button_area .button_wrapper .__box ._mail {
  background-color: #FF8B5D;
}

/* お問い合わせボタン */
.contact-button {
  background-color: #FFD000;
  color: #333;
  text-align: center;
  font-size: 14px;
  padding: 12px 16px;
  border: none;
  width: 100vw;
  border-radius: 24px 24px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact-button {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .contact-button {
    display: block;
  }
}

/* スライドボックス */
.contact-box {
  width: 100vw;
  overflow: hidden;
  height: 0px;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background-color: #7CB6E8;
  z-index: 1;
  transition: 0.4s;
}

/* ボックス展開時 */
.contact-box.active {
  height: auto;
  opacity: 1;
  padding: 10px 0;
  transition: 0.4s;
}

/* ボックス内ボタン */
.contact-option {
  display: block;
  text-align: center;
  margin: 4px 16px;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

.body_back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background-image: url("../img/body_backimg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

a {
  text-decoration: none;
}

a.common_style_link {
  color: #2411FF;
  text-decoration: underline;
  transition: 0.4s;
}

a.common_style_link:hover {
  color: #c8aa00;
  text-decoration: underline;
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}

h1 {
  font-size: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 32px;
    margin-top: 32px;
  }
}

h2 {
  margin: 0 auto;
  color: #000989;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  left: -56px;
  top: 32px;
  background: #FF8B5D;
}
@media screen and (max-width: 599px) {
  h2::before {
    width: 0;
    height: 0;
    display: none;
  }
}

h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  right: -56px;
  top: 32px;
  background: #FF8B5D;
}
@media screen and (max-width: 599px) {
  h2::after {
    width: 0;
    height: 0;
    display: none;
  }
}

.__strong {
  font-size: 64px;
}
@media screen and (max-width: 599px) {
  .__strong {
    font-size: 40px;
  }
}

.h2__strong::before {
  top: 56px;
}
@media screen and (max-width: 599px) {
  .h2__strong::before {
    width: 0;
    height: 0;
    display: none;
  }
}
.h2__strong::after {
  top: 56px;
}
@media screen and (max-width: 599px) {
  .h2__strong::after {
    width: 0;
    height: 0;
    display: none;
  }
}

.header_title_sub_style {
  font-size: 20px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 2px 20px #404040;
}

._center {
  justify-content: center;
}

.cv_area_box {
  width: 100vw;
  padding: 40px;
  background-color: #D9D9D9;
}
.cv_area_box .cv_area_box__text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.cv_area_box .cv_area_box__button_area {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_area_box .cv_area_box__button_area .cv_area_box__button {
  border: 1px solid #3F3F3F;
  color: #3F3F3F;
  background-color: #FFF;
  padding: 16px 64px;
  margin: 24px;
  font-size: 32px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cv_area_box .cv_area_box__button_area .cv_area_box__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .cv_area_box .cv_area_box__button_area .cv_area_box__button {
    font-size: 20px;
  }
}
.cv_area_box .cv_area_box__button_area .cv_area_box__button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}

header {
  width: 100vw;
  height: 72px;
  position: fixed;
  background: #FBFDFF;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  header {
    height: 56px;
  }
}
header .header_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 40px;
  width: 100vw;
  height: 72px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header .header_box {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box {
    display: none;
  }
}
header .header_box a:has(.header_logo) {
  height: 48px;
  margin-top: 8px;
}
header .header_box .header_logo_area {
  width: 200px;
  margin-left: 36px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  header .header_box .header_logo_area {
    width: auto;
    margin: 0;
    padding: 8px;
  }
}
header .header_box .header_logo_area .header_logo {
  width: 39px;
  height: 29px;
  background-image: url("../img/ys_logo.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
}
header .header_box .header_logo_area .header_text {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #2F2F2F;
}
@media screen and (max-width: 599px) {
  header .header_box .header_logo_area .header_text {
    display: none;
  }
}
header .header_box .contact_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: calc(100% - 236px);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
header .header_box .contact_area .contact_tel_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
header .header_box .contact_area .contact_tel_box i {
  color: #000989;
  font-size: 40px;
}
header .header_box .contact_area .contact_tel_box .__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
header .header_box .contact_area .contact_tel_box .__tel .__no {
  font-size: 36px;
  font-weight: 900;
  color: #333;
  line-height: 1;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box .contact_area .contact_tel_box .__tel .__no {
    font-size: 24px;
  }
}
header .header_box .contact_area .contact_tel_box .__tel .__info {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box .contact_area .contact_tel_box .__tel .__info {
    font-size: 12px;
  }
}
header .header_box .contact_area .contact_form_box {
  transition: 0.4s;
}
header .header_box .contact_area .contact_form_box img {
  height: 72px;
}
@media screen and (max-width: 599px) {
  header .header_box .contact_area .contact_form_box img {
    height: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box .contact_area .contact_form_box img {
    height: 56px;
  }
}
header .header_box .contact_area .contact_form_box:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
header .header_box_sp {
  display: none;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #FBFDFF;
  /*
          .plate {
              height: 41px;
              width: 41px;
          }
          .burger {
  //                        filter: url(#gooeyness);
          }
          .x {
              transform: scale(0);
              transition: transform 400ms;
          }
          .line {
              fill: none;
              stroke: #0D221F;
              stroke-width: 6px;
              stroke-linecap: round;
              stroke-linejoin: round;
              transform-origin: 50%;
              transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms,
              transform 500ms 200ms;
          }
          .x .line {
              stroke-width: 5.5px;
          }
          .plate2 .line1 {
              stroke-dasharray: 21 185.62753295898438;
              transition-delay: 0;
          }
          .plate2 .line2 {
              stroke-dasharray: 21 178.6514129638672;
              transition-delay: 30ms;
          }
          .plate2 .line3 {
              stroke-dasharray: 21 197.92425537109375;
              transition-delay: 60ms;
          }
          .plate2 .line4 {
              stroke-dasharray: 21 190.6597137451172;
              transition-delay: 90ms;
          }
          .plate2 .line5 {
              stroke-dasharray: 21 208.52874755859375;
              transition-delay: 120ms;
          }
          .plate2 .line6 {
              stroke-dasharray: 21 186.59703063964844;
              transition-delay: 150ms;
          }
          .active.plate2 .line1 {
              stroke-dasharray: 5 185.62753295898438;
              stroke-dashoffset: -155px;
          }
          .active.plate2 .line2 {
              stroke-dasharray: 5 178.6514129638672;
              stroke-dashoffset: -150px;
          }
          .active.plate2 .line3 {
              stroke-dasharray: 5 197.92425537109375;
              stroke-dashoffset: -190px;
          }
          .active.plate2 .line4 {
              stroke-dasharray: 5 190.6597137451172;
              stroke-dashoffset: -180px;
          }
          .active.plate2 .line5 {
              stroke-dasharray: 5 208.52874755859375;
              stroke-dashoffset: -160px;
          }
          .active.plate2 .line6 {
              stroke-dasharray: 5 186.59703063964844;
              stroke-dashoffset: -186px;
          }
          .active.plate2 .x {
              transform: scale(1);
              transition: transform 400ms 250ms;
          }
  */
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
}
@media screen and (max-width: 599px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .header_box_sp .header_logo {
  width: 148px;
  height: 32px;
  background-image: url("../img/ys_logo.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  position: relative;
  z-index: 1000;
}
header .header_box_sp svg {
  height: 32px;
  position: absolute;
  width: 32px;
  right: 16px;
  top: 12px;
  cursor: pointer;
  /*   border: 1px solid black; */
  z-index: 1001;
}
header .header_box_sp #g-nav-list {
  display: none; /*はじめは表示なし*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*
              .sp_header_area__link_box{
                  color:#0D221F;
                  padding: 32px;
                  width:100%;
                  @include variable.mq-down('sp'){
                      width:100%;
                  }
                  @include variable.mq-range('stb'){
                      width:360px;
                  }
                  @include variable.mq-range('btb'){
                      width:50%;
                  }

                  .__link_box_set{
                      width:100%;
                      color:#0D221F;
                      margin-top:20px;
                      .__title{
                          width:auto;
                          color:#0D221F;
                          border-bottom:solid 1px #EBF5F3;
                          font-size:14px;
                          font-weight: bold;
                          transition: 0.4s;
                      }
                      a{
                          color:#0D221F;
                          transition: 0.4s;
                      }

                      a:hover .__title{
                          border-bottom:solid 1px #F6A0A6;
                          color:#F6A0A6;

                          transition: 0.4s;
                          cursor: pointer;
                      }
                      .__title:hover a{
                          transition: 0.4s;
                          color:#F6A0A6;
                      }
                      .__link_box{
                          padding:24px;
                          box-sizing: border-box;
                          .__link{
                              margin-top:8px;
                              font-size: 12px;
                              a{
                                  color:#0D221F;
                                  text-decoration: underline;
                                  text-decoration-thickness: 0.5px;
                                  transition: 0.4s;
                                  .small_info{
                                      font-size: 8px;
                                  }
                              }
                              a:hover{
                                  transition: 0.4s;
                                  color:#F6A0A6;

                              }
                          }
                      }
                  }
              }
              .sp_header_area__cv_box{
                  width:100%;
                  display: grid;
                  justify-content: end;
                  align-items: end;
                  align-content: end;
                  padding-bottom:72px;
                  @include variable.mq-down('sp'){
                      width:100%;
                      justify-content: center;
                  }
                  @include variable.mq-range('tb'){
                      width:320px;
                      justify-content: center;
                      align-content: start;
                      padding-top:32px;
                  }


              }
  */
}
header .header_box_sp #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FBFDFF;
  /*動き*/
  transition: all 0.6s;
  padding-top: 60px;
}
header .header_box_sp #g-nav.panelactive {
  right: 0;
}
header .header_box_sp #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav.panelactive #g-nav-list {
    display: flex;
  }
}
header .header_box_sp #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav ul {
    width: 70%;
  }
}
header .header_box_sp #g-nav li {
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  border-bottom: #BABFC7 solid 0.5px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav li {
    font-size: 16px;
  }
}
header .header_box_sp #g-nav li:last-child {
  border-bottom: 0px;
}
header .header_box_sp #g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 8px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.humberger_button_area {
  /* 各バー */
  /* 各バーの初期位置 */
  /* メニューが開いた状態 */
  /* 下部バーのポイント */
  /*
      .bar:nth-child(3)::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: goldenrod;
        border-radius: 50%;
        transition: opacity 0.6s ease;
      }
  */
  /* メニューが開いている状態でポイントを非表示 */
}
.humberger_button_area .hamburger-menu {
  width: 36px;
  height: 36px;
  display: flex;
  z-index: 1000;
  justify-content: center; /* 中央揃え */
  align-items: center; /* 中央揃え */
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}
.humberger_button_area .bar {
  position: absolute;
  width: 24px; /* バーの幅 */
  height: 3px; /* バーの高さ */
  background-color: #5EA3DE;
  border-radius: 4px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.humberger_button_area .bar:nth-child(1) {
  transform: translateY(-10px); /* 上部バーの位置 */
}
.humberger_button_area .bar:nth-child(2) {
  transform: translateY(0); /* 中央バーの位置 */
}
.humberger_button_area .bar:nth-child(3) {
  transform: translateY(10px); /* 下部バーの位置 */
}
.humberger_button_area .hamburger-menu.open .bar:nth-child(1) {
  transform: rotate(45deg); /* 左斜め方向に回転 */
}
.humberger_button_area .hamburger-menu.open .bar:nth-child(2) {
  opacity: 0; /* 中央バーを非表示 */
}
.humberger_button_area .hamburger-menu.open .bar:nth-child(3) {
  transform: rotate(-45deg); /* 右斜め方向に回転 */
  width: 24px;
  margin-left: 0px;
}
.humberger_button_area .hamburger-menu.open .bar:nth-child(3)::after {
  opacity: 0;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
  margin-left: calc(50% - 50px);
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #3F3F3F;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.content_area {
  width: 1056px;
  margin: 0px auto;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .content_area {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .content_area {
    width: 90%;
  }
}

.font_big {
  font-size: 48px;
}

.font_bold {
  font-weight: bold;
}

.font_futura {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.text_center {
  text-align: center;
}

.line_height1 {
  line-height: 1;
}

.line_height1_2 {
  line-height: 1.2;
}

.margin_center {
  margin: 0px auto;
}

/*
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;

*/
.change-color {
  background-color: rgba(255, 255, 255, 0.6);
}

body a {
  text-decoration: none;
}

.inline_content {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 24px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .inline_content {
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 599px) {
  .inline_content {
    width: 100%;
    padding: 16px;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br-sp {
    display: inline;
  }
}

.br-stb {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .br-stb {
    display: inline;
  }
}

.title_en_ds_h2 {
  position: relative;
}
@media screen and (max-width: 599px) {
  .title_en_ds_h2 {
    padding: 0px 16px 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .title_en_ds_h2 {
    padding: 0px 24px 0px 24px;
  }
}
.title_en_ds_h2 h2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .title_en_ds_h2 h2 {
    font-size: 24px;
  }
}
.title_en_ds_h2 .title_en_ds_h2__en {
  position: absolute;
  z-index: 1;
  font-family: "futura-pt", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  font-style: normal;
  top: -25px;
  left: 0;
  color: #EBF5F3;
}
@media screen and (max-width: 599px) {
  .title_en_ds_h2 .title_en_ds_h2__en {
    width: 100%;
    font-size: 48px;
    padding: 0px 16px 0px 16px;
  }
}
@media screen and (max-width: 1103px) {
  .title_en_ds_h2 .title_en_ds_h2__en {
    width: 100%;
    font-size: 48px;
    padding: 0px 24px 0px 24px;
  }
}
@media screen and (max-width: 599px) {
  .title_en_ds_h2 .double_set {
    line-height: 48px;
    top: -48px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.en_title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #B39D22;
}
@media screen and (max-width: 599px) {
  .en_title {
    font-size: 14px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.mv_top {
  width: 100vw;
  height: 670px;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/main_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  text-align: left;
  justify-content: left;
  align-items: center;
  align-content: center;
  /*
      @include variable.mq-range('stb'){
          height:fit-content;
          margin-top:72px;
          padding-bottom:40px;
          background-image: url(../img/top_main_tb.jpg);
          background-position: 0% 100%;
      }
      @include variable.mq-range('btb'){
          height:fit-content;
          margin-top:72px;
          padding-bottom:40px;
          background-image: url(../img/top_main_tb.jpg);
          background-position: 0% 100%;
      }
  */
}
@media screen and (max-width: 599px) {
  .mv_top {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 56px;
    background-image: none;
    background-image: url(../img/main_back_sp.jpg);
    background-position: 100% 100%;
    background-size: 100vw;
    background-color: #E4F2FF;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 72px;
    background-image: url(../img/main_back_tb.jpg);
    background-position: 100% 100%;
  }
}
.mv_top .content_area_mv {
  width: 1056px;
  margin: 0px auto;
  position: relative;
  display: grid;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .content_area_mv {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .mv_top .content_area_mv {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .mv_top .content_area_mv {
    width: 100%;
  }
}
.mv_top .mv_top__box {
  width: 800px;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .mv_top .mv_top__box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .mv_top__box {
    width: 100%;
  }
}
.mv_top .mv_top__box .__service_box_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .__service_box_area {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mv_top .mv_top__box .__service_box_area .__box {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #005298;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .__service_box_area .__box {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .mv_top__box .__service_box_area .__box {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top .sp_di_no {
    display: none;
  }
}
.mv_top .__text1 {
  margin-top: 32px;
  color: #333;
  text-align: left;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .mv_top .__text1 {
    font-size: 24px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text1 {
    font-size: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv_top .__text1 {
    width: 60%;
  }
}
.mv_top .__text2_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mv_top .__text2_box .__text .__sentence1 {
  color: #333;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__text .__sentence1 {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text2_box .__text .__sentence1 {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv_top .__text2_box .__text .__sentence1 {
    width: 60%;
  }
}
.mv_top .__text2_box .__text .__sentence1 .__strong {
  color: #333;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 133.333% */
  background: linear-gradient(transparent 60%, #FFFD9F 60%);
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__text .__sentence1 .__strong {
    font-size: 16px;
  }
}
.mv_top .__text2_box .__text .__text2 {
  color: #000989;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__text .__text2 {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text2_box .__text .__text2 {
    font-size: 40px;
    line-height: 1.4;
    margin-top: 24px;
    padding: 8px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text2_box .__point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    margin-top: 24px;
  }
}
.mv_top .__text2_box .__point_box .__point {
  border-radius: 30px;
  border: 3px solid #5EA3DE;
  background: #FFF;
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__point_box .__point {
    font-size: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text2_box .__point_box .__point {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mv_top .__text2_box .__point_box .__point:last-child {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .mv_top .__text2_box .__point_box .__point:last-child {
    font-size: 10px;
    margin-top: 0px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__text2_box .__point_box .__point:last-child {
    margin-top: 0px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mv_top .__emblem_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 599px) {
  .mv_top .__emblem_box {
    justify-content: center;
    width: 100vw;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__emblem_box {
    justify-content: flex-start;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.mv_top .__emblem_box .__emblem img {
  width: 174px;
  height: 171px;
}
@media screen and (max-width: 599px) {
  .mv_top .__emblem_box .__emblem img {
    width: 72px;
    height: 71px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .__emblem_box .__emblem img {
    width: 104px;
    height: 103px;
  }
}
.mv_top .first_message_area {
  width: 50vw;
  height: 670px;
  position: relative;
  align-content: center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .mv_top .first_message_area {
    align-content: flex-start;
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .first_message_area {
    align-content: flex-start;
    width: 100vw;
  }
}
.mv_top .first_message_area .first_message_area_box {
  background-color: rgba(255, 255, 255, 0.9);
  height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: calc(50vw - 548px);
  padding-right: 24px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .mv_top .first_message_area .first_message_area_box {
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .first_message_area .first_message_area_box {
    width: 100%;
    padding: 32px 16px;
  }
}
.mv_top .first_message_area .first_message_area_box .__title {
  margin-bottom: 24px;
}
.mv_top .first_message_area .first_message_area_box .__title h1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #003F86;
}
@media screen and (max-width: 599px) {
  .mv_top .first_message_area .first_message_area_box .__title h1 {
    font-size: 24px;
  }
}
.mv_top .first_message_area .first_message_area_box p {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 1.6;
}
.mv_top .first_message_area .first_message_area_box::before {
  content: "";
  position: absolute;
  width: 14px; /* 画像サイズを指定 */
  height: 291px;
  top: -44px;
  left: calc(50vw - 580px);
  background-image: url("../img/line1.png");
  background-size: cover; /* または contain, 100% 等 */
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .first_message_area .first_message_area_box::before {
    width: 0px;
    height: 0px;
  }
}
.mv_top .first_message_area .first_message_area_box::after {
  content: "";
  position: absolute;
  width: 440px; /* 画像サイズを指定 */
  height: 389px;
  bottom: -180px;
  left: calc(50vw - 548px);
  background-image: url("../img/line2.png");
  background-size: contain; /* または contain, 100% 等 */
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .mv_top .first_message_area .first_message_area_box::after {
    width: 0px;
    height: 0px;
    background-image: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .first_message_area .first_message_area_box::after {
    width: 0px;
    height: 0px;
    background-image: none;
  }
}

.service_img_area {
  width: 100vw;
  height: 170px;
  flex-shrink: 0;
  background: #5EA3DE;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .service_img_area {
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .service_img_area {
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
.service_img_area img {
  width: 126px;
  height: 107px;
}
@media screen and (max-width: 599px) {
  .service_img_area img {
    width: 72px;
    height: 61px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .service_img_area img {
    width: 88px;
    height: 87px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.worried_section {
  background-color: #E4F2FF;
  padding: 80px 24px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .worried_section {
    padding: 64px 0px;
  }
}
.worried_section .worried_box {
  position: relative;
  width: 720px;
  height: auto;
  margin: 64px auto 80px;
  background-color: #FFF;
  padding: 48px 96px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .worried_section .worried_box {
    width: 100%;
    padding: 32px 0px;
  }
}
.worried_section .worried_box .__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 528px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-bottom: 1px #5EA3DE solid;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .worried_section .worried_box .__box {
    width: 90%;
  }
}
.worried_section .worried_box .__box .__text {
  color: #891900;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 133.333% */
  width: calc(100% - 56px);
}
@media screen and (max-width: 599px) {
  .worried_section .worried_box .__box .__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .worried_section .worried_box .__box img {
    width: 16px;
  }
}
.worried_section .worried_box::after {
  content: "";
  background-image: url("../img/triangle.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  width: 720px;
  height: 62.25px;
  left: 0;
  top: calc(100% - 0.2px);
}
@media screen and (max-width: 599px) {
  .worried_section .worried_box::after {
    width: 100%;
  }
}
.worried_section::after {
  content: "";
  background-image: url("../img/worried.png");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  z-index: 10;
  width: 248px;
  height: 165px;
  left: calc(50% - 124px);
  top: calc(100% - 165px);
}
@media screen and (max-width: 599px) {
  .worried_section::after {
    width: 148px;
    height: 98px;
    left: calc(50% - 74px);
    top: calc(100% - 98px);
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.pr_own {
  background-color: #005298;
  height: 121px;
  width: 100vw;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .pr_own {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.pr_own .highlight {
  position: relative;
  display: inline-block;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .pr_own .highlight {
    font-size: 24px;
  }
}
.pr_own .highlight::before {
  content: "";
  position: absolute;
  top: -6px; /* テキストの上に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFD000; /* 強調色 */
  border-radius: 50%; /* 丸くする */
}
@media screen and (max-width: 599px) {
  .pr_own .highlight::before {
    width: 4px;
    height: 4px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.strength_section {
  padding-top: 56px;
  padding-bottom: 64px;
}
.strength_section .strong_wrapper {
  width: 928px;
  height: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  margin: 100px auto 0px;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper {
    width: 90%;
    margin-top: 64px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .strength_section .strong_wrapper {
    width: 90%;
  }
}
.strength_section .strong_wrapper .strong_box {
  border: 0.5px solid #5EA3DE;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(187, 187, 187, 0.25);
  padding: 48px 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
}
.strength_section .strong_wrapper .strong_box h3 {
  color: #000989;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box h3 {
    font-size: 18px;
  }
}
.strength_section .strong_wrapper .strong_box h3::after {
  content: "";
  width: 0;
  height: 0;
}
.strength_section .strong_wrapper .strong_box span.big {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box span.big {
    font-size: 24px;
  }
}
.strength_section .strong_wrapper .strong_box span.small1 {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box span.small1 {
    font-size: 16px;
  }
}
.strength_section .strong_wrapper .strong_box span.small2 {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box span.small2 {
    font-size: 14px;
  }
}
.strength_section .strong_wrapper .strong_box .text_area {
  width: 360px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box .text_area {
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength_section .strong_wrapper .strong_box .text_area {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .strength_section .strong_wrapper .strong_box .text_area {
    width: calc(100% - 340px);
  }
}
.strength_section .strong_wrapper .strong_box .text_area p {
  margin-top: 8px;
}
.strength_section .strong_wrapper .strong_box .photo_area {
  width: 340px;
  height: 226.67px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .strength_section .strong_wrapper .strong_box .photo_area {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength_section .strong_wrapper .strong_box .photo_area {
    margin-top: 24px;
  }
}
.strength_section .strong_wrapper .strong_box .photo_area::before {
  content: "";
  display: block;
  position: absolute;
  width: 35.106px;
  height: 36px;
  background: #FFD000;
  box-shadow: 2px 2px 6px 0px rgba(134, 134, 134, 0.25);
  top: -18px;
  left: -18px;
}
.strength_section .strong_wrapper .strong_box .photo_area::after {
  content: "";
  display: block;
  position: absolute;
  width: 35.106px;
  height: 36px;
  background: #FFD000;
  box-shadow: 2px 2px 6px 0px rgba(134, 134, 134, 0.25);
  bottom: -18px;
  right: -18px;
}
.strength_section .strong_wrapper .strong_box ._01 {
  background-image: url("../img/strength_work_speedy_01.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.strength_section .strong_wrapper .strong_box ._02 {
  background-image: url("../img/strength_work_professional_02.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.strength_section .strong_wrapper .strong_box ._03 {
  background-image: url("../img/strength_work_cleaning_03.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.strength_section .strong_wrapper .strong_box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 85px;
  height: 95px;
  top: -50px;
  left: -16px;
}
.strength_section .strong_wrapper ._01::before {
  background-image: url("../img/no_01.png");
}
.strength_section .strong_wrapper ._02::before {
  background-image: url("../img/no_02.png");
}
.strength_section .strong_wrapper ._03::before {
  background-image: url("../img/no_03.png");
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.cta_section {
  width: 100vw;
  position: relative;
}
.cta_section .offer_area {
  width: 100%;
  height: auto;
  background-color: #7CB6E8;
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}
.cta_section .offer_area .service_name_rapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding-left: 120px;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  max-width: 100%;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .service_name_rapper {
    max-width: 100%;
    padding-left: 8px;
  }
}
.cta_section .offer_area .service_name_rapper .__name {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cta_section .offer_area .service_name_rapper .__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cta_section .offer_area .service_name_rapper .__logo {
  background-image: url("../img/waiesu_logo_text.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 267px;
  height: 70px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .service_name_rapper .__logo {
    width: 200px;
    height: 52px;
  }
}
.cta_section .offer_area .offer_ribon {
  margin-top: 24px;
  background-image: url("../img/ribon.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  padding: 16px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon {
    margin-top: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .offer_ribon {
    height: 200px;
  }
}
.cta_section .offer_area .offer_ribon h2 {
  color: #891900;
  text-align: center;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon h2 {
    font-size: 32px;
  }
}
.cta_section .offer_area .offer_ribon h2::before {
  content: "";
  width: 0;
  height: 0;
}
.cta_section .offer_area .offer_ribon h2::after {
  content: "";
  width: 0;
  height: 0;
}
.cta_section .offer_area .offer_ribon span.big {
  font-size: 64px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon span.big {
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .offer_ribon span.big {
    font-size: 40px;
  }
}
.cta_section .offer_area .offer_ribon span.m1 {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon span.m1 {
    font-size: 32px;
  }
}
.cta_section .offer_area .offer_ribon span.m2 {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon span.m2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .offer_ribon span.m2 {
    font-size: 24px;
  }
}
.cta_section .offer_area .offer_ribon span.s1 {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon span.s1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .offer_ribon span.s1 {
    font-size: 20px;
  }
}
.cta_section .offer_area .offer_ribon::before {
  content: "";
  width: 305px;
  height: 263.5px;
  background-image: url("../img/ribon_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0%;
  position: absolute;
  top: -100px;
  left: 20px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .offer_ribon::before {
    width: 162px;
    height: 140px;
    top: -40px;
    left: 8px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .cta_section .offer_area .offer_ribon::before {
    top: -40px;
    left: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .cta_section .offer_area .offer_ribon::before {
    width: 182px;
    height: 160px;
    top: -40px;
    left: 8px;
  }
}
.cta_section .offer_area .__emblem_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .__emblem_box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    width: 60%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .__emblem_box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    width: 80%;
  }
}
.cta_section .offer_area .__emblem_box .__emblem img {
  width: 163px;
  height: 159px;
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area .__emblem_box .__emblem img {
    width: 104px;
    height: 103px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cta_section .offer_area .__emblem_box .__emblem img {
    width: 104px;
    height: 103px;
  }
}
.cta_section .offer_area::after {
  content: "";
  width: 286px;
  height: 286px;
  background-image: url("../img/information_lady1.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: calc(50vw + 400px);
}
@media screen and (max-width: 599px) {
  .cta_section .offer_area::after {
    width: 200px;
    height: 200px;
    background-size: contain;
    left: calc(100% - 200px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .cta_section .offer_area::after {
    width: 200px;
    height: 200px;
    background-size: contain;
    left: calc(50vw + 160px);
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .cta_section .offer_area::after {
    width: 200px;
    height: 200px;
    background-size: contain;
    left: calc(50vw + 160px);
  }
}
.cta_section .button_area {
  padding: 64px;
  background-color: #005298;
}
@media screen and (max-width: 599px) {
  .cta_section .button_area {
    padding: 40px;
  }
}
.cta_section .button_area .button_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 114px;
       column-gap: 114px;
  row-gap: 32px;
}
.cta_section .button_area .button_wrapper .__box h3 {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .cta_section .button_area .button_wrapper .__box h3 {
    font-size: 16px;
  }
}
.cta_section .button_area .button_wrapper .__box a .__button {
  transition: 0.4s;
  display: inline-block;
}
.cta_section .button_area .button_wrapper .__box a .__button img {
  width: 360px;
  height: 88px;
}
.cta_section .button_area .button_wrapper .__box a:hover .__button {
  transition: 0.4s;
  transform: scale(1.1);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.reason_for_choossing_section {
  padding: 80px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section {
    padding: 24px;
  }
}
.reason_for_choossing_section .reason_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  min-width: 934px;
  margin: 0 auto;
  justify-content: center;
  row-gap: 64px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 1103px) {
  .reason_for_choossing_section .reason_wrapper {
    width: 100%;
    min-width: 0;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border: solid 24px #5EA3DE;
  padding: 24px 48px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box {
    padding: 24px 16px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__image {
  width: 223px;
  height: 223px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__image {
    width: 180px;
    height: 180px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box ._i_01 {
  background-image: url("../img/reason_close_to_your_heart_1.png");
}
.reason_for_choossing_section .reason_wrapper .reason_box ._i_02 {
  background-image: url("../img/reason_peace_of_mind_2.png");
}
.reason_for_choossing_section .reason_wrapper .reason_box ._i_03 {
  background-image: url("../img/reason_one_stop_3.png");
}
.reason_for_choossing_section .reason_wrapper .reason_box ._i_04 {
  background-image: url("../img/reason_responsibility_response_4.png");
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text {
  width: 530px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text {
    width: calc(100% - 223px);
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text h3 {
    text-align: center;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text span.__strong {
  color: #891900;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 175% */
  background-color: #FFE984;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text span.__strong {
    font-size: 24px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text span.strong2 {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text span.strong2 {
    font-size: 32px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text span.small {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text span.small {
    font-size: 16px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text span.small2 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text span.small2 {
    font-size: 16px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box .__text p {
  text-align: justify;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 133.333% */
}
@media screen and (max-width: 599px) {
  .reason_for_choossing_section .reason_wrapper .reason_box .__text p {
    font-size: 14px;
  }
}
.reason_for_choossing_section .reason_wrapper .reason_box::before {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  top: -16px;
  left: 0;
  z-index: 5;
}
.reason_for_choossing_section .reason_wrapper .reason_box::after {
  content: "";
  position: absolute;
  background-image: url("../img/Polygon.svg");
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  width: 177.875px;
  height: 158px;
  top: -24px;
  left: -24px;
  z-index: 0;
}
.reason_for_choossing_section .reason_wrapper ._01::before {
  content: "01";
}
.reason_for_choossing_section .reason_wrapper ._02::before {
  content: "02";
}
.reason_for_choossing_section .reason_wrapper ._03::before {
  content: "03";
}
.reason_for_choossing_section .reason_wrapper ._04::before {
  content: "04";
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.price_list_section {
  padding: 64px;
}
@media screen and (max-width: 599px) {
  .price_list_section {
    padding: 24px;
  }
}
.price_list_section table {
  width: 800px;
  margin: 0px auto;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .price_list_section table {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .price_list_section table {
    width: 100%;
  }
}
.price_list_section table tr {
  border-style: solid;
}
.price_list_section table tr th {
  border-style: solid;
  background-color: #005298;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 8px;
}
@media screen and (max-width: 599px) {
  .price_list_section table tr th {
    font-size: 14px;
  }
}
.price_list_section table tr td {
  padding: 8px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #333;
}
@media screen and (max-width: 599px) {
  .price_list_section table tr td {
    font-size: 14px;
  }
}
.price_list_section table tr:nth-child(even) {
  background-color: #FFF; /* 偶数行に薄いグレー */
}
.price_list_section table tr:nth-child(odd) {
  background-color: #E4F2FF; /* 奇数行に白 */
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.area_section {
  padding: 64px;
}
@media screen and (max-width: 599px) {
  .area_section {
    padding: 24px;
  }
}
.area_section h2 {
  margin-bottom: 40px;
}
.area_section .text_middle {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .area_section .text_middle {
    font-size: 16px;
  }
}
.area_section .area_box {
  width: 800px;
  margin: 40px auto;
  padding: 32px 24px;
  background: #E4F2FF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
  .area_section .area_box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .area_section .area_box {
    width: 100%;
  }
}
.area_section .area_box h3 {
  color: #000989;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.achievements_section {
  padding: 64px;
}
@media screen and (max-width: 599px) {
  .achievements_section {
    padding: 24px;
  }
}
.achievements_section .achievements_wrapper {
  width: 934px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  row-gap: 80px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper {
    width: 100%;
    row-gap: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper {
    width: 100%;
    row-gap: 32px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box {
  width: 100%;
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000989;
  padding: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  align-content: center;
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case {
  color: #FFEA8A;
  text-align: center;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -3.2px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case {
    font-size: 20px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case {
    font-size: 20px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case .__bottom_no {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case .__bottom_no {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__case .__bottom_no {
    font-size: 24px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 100% */
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title h3 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 100% */
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title h3 {
    text-align: center;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title .__bottom_info {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .title_area .__title .__bottom_info {
    font-size: 14px;
    text-align: center;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area {
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area {
    padding: 0px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table {
  width: 777px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table {
    width: 100%;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table tr th {
  background-color: #FFE98D;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 120% */
  padding: 8px 16px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table tr th {
    font-size: 16px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table tr td {
  padding: 8px 16px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area table tr td {
    font-size: 16px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper {
  margin: 36px auto 0px auto;
  width: 777px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper {
    width: 100%;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .before_photo_box {
  width: 308px;
  height: 226px;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .before_photo_box {
    width: 213px;
    height: 156px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .before_photo_box._case1 {
  background-image: url("../img/archivement_photo_before_1.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .before_photo_box._case2 {
  background-image: url("../img/archivement_photo_before_2.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .before_photo_box._case3 {
  background-image: url("../img/archivement_photo_before_3.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .triangle {
  background-image: url("../img/Polygon_y.svg");
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  width: 44.17px;
  height: 36px;
  margin-left: 54px;
  margin-right: 24px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .triangle {
    transform: rotate(90deg);
    width: 30px;
    margin-left: 15px;
    background-position: 50%;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .after_photo_box {
  width: 308px;
  height: 226px;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .after_photo_box {
    width: 213px;
    height: 156px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .after_photo_box._case1 {
  background-image: url("../img/archivement_photo_after_1.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .after_photo_box._case2 {
  background-image: url("../img/archivement_photo_after_2.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .photo_wrapper .after_photo_box._case3 {
  background-image: url("../img/archivement_photo_after_3.jpg");
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about {
  width: 777px;
  padding: 24px 40px 44px 40px;
  text-align: justify;
  background: #E4F2FF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
  margin: 40px auto;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about {
    width: 100%;
    padding: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about {
    width: 100%;
    padding: 24px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about h3 {
  color: #000989;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about h3 {
    font-size: 18px;
  }
}
.achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .achievements_section .achievements_wrapper .achievements_wrapper__box .info_area .archive_how_about p {
    font-size: 14px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.customers_voices_session {
  position: relative;
  padding-top: 64px;
  padding-bottom: 240px;
}
@media screen and (max-width: 599px) {
  .customers_voices_session {
    padding-top: 40px;
  }
}
.customers_voices_session .voices_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 64px;
       column-gap: 64px;
  row-gap: 160px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .customers_voices_session .voices_wrapper {
    row-gap: 120px;
  }
}
.customers_voices_session .voices_wrapper .voices_box {
  width: 348px;
  height: auto;
  position: relative;
  filter: drop-shadow(2px 2px 6px rgba(122, 122, 122, 0.25));
}
@media screen and (max-width: 599px) {
  .customers_voices_session .voices_wrapper .voices_box {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .customers_voices_session .voices_wrapper .voices_box {
    width: 90%;
  }
}
.customers_voices_session .voices_wrapper .voices_box .__title {
  width: 100%;
  background-color: #FFD000;
  padding: 8px;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .customers_voices_session .voices_wrapper .voices_box .__title {
    font-size: 18px;
  }
}
.customers_voices_session .voices_wrapper .voices_box .__message {
  width: 100%;
  padding: 36px 36px 56px 36px;
  background-color: #FEF2BB;
}
.customers_voices_session .voices_wrapper .voices_box .__message h4 {
  color: #000989;
  text-align: center;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3; /* 133.333% */
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .customers_voices_session .voices_wrapper .voices_box .__message h4 {
    font-size: 18px;
  }
}
.customers_voices_session .voices_wrapper .voices_box .__message .__personal_info {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .customers_voices_session .voices_wrapper .voices_box .__message .__personal_info {
    font-size: 14px;
  }
}
.customers_voices_session .voices_wrapper .voices_box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/voice1.png");
  background-repeat: no-repeat;
  width: 138px;
  height: 138px;
  background-position: 50%;
  background-size: contain;
  bottom: -100px;
  left: calc(50% - 69px);
}
.customers_voices_session .voices_wrapper .voice1::after {
  background-image: url("../img/voice1.png");
}
.customers_voices_session .voices_wrapper .voice2::after {
  background-image: url("../img/voice2.png");
}
.customers_voices_session .voices_wrapper .voice3::after {
  background-image: url("../img/voice3.png");
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.flow_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #E4F2FF;
}
@media screen and (max-width: 599px) {
  .flow_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.flow_section .flow_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 48px;
  margin: 64px auto;
  width: 800px;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper {
    margin: 24px auto;
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .flow_section .flow_wrapper {
    margin: 24px auto;
    width: 90%;
  }
}
.flow_section .flow_wrapper .flow_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  background: #FFF;
  padding: 48px;
  box-shadow: 2px 2px 8px 0px rgba(171, 171, 171, 0.25);
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper .flow_box {
    flex-wrap: wrap-reverse;
    padding: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .flow_section .flow_wrapper .flow_box {
    flex-wrap: wrap-reverse;
    padding: 40px;
  }
}
.flow_section .flow_wrapper .flow_box .__photo {
  width: 216px;
  height: 151px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper .flow_box .__photo {
    margin-top: 24px;
  }
}
.flow_section .flow_wrapper .flow_box ._01 {
  background-image: url("../img/flow_01.jpg");
}
.flow_section .flow_wrapper .flow_box ._02 {
  background-image: url("../img/flow_02.jpg");
}
.flow_section .flow_wrapper .flow_box ._03 {
  background-image: url("../img/flow_03.jpg");
}
.flow_section .flow_wrapper .flow_box ._04 {
  background-image: url("../img/flow_04.jpg");
}
.flow_section .flow_wrapper .flow_box ._05 {
  background-image: url("../img/flow_05.jpg");
}
.flow_section .flow_wrapper .flow_box .__text {
  width: 448px;
  text-align: justify;
  color: #2F2F2F;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper .flow_box .__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .flow_section .flow_wrapper .flow_box .__text {
    width: calc(100% - 300px);
  }
}
.flow_section .flow_wrapper .flow_box .__text .__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.flow_section .flow_wrapper .flow_box .__text .__title ._no {
  color: #000989;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper .flow_box .__text .__title ._no {
    font-size: 24px;
  }
}
.flow_section .flow_wrapper .flow_box .__text .__title h3 {
  color: #000989;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_wrapper .flow_box .__text .__title h3 {
    font-size: 18px;
  }
}
.flow_section .flow_wrapper .flow_box .__text .__info {
  color: #891900;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.faq_section {
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq_section {
    padding: 40px 24px;
  }
}
.faq_section .faq_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq_section .faq_wrapper {
    row-gap: 16px;
  }
}
.faq_section .faq_wrapper::before {
  content: "";
  width: 116.85px;
  height: 140px;
  background-image: url("../img/faq_1.png");
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  top: -140px;
  left: calc(50% - 400px);
}
@media screen and (max-width: 599px) {
  .faq_section .faq_wrapper::before {
    background-position: 0% 100%;
    width: 60px;
    height: 80px;
    top: -70px;
    left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .faq_section .faq_wrapper::before {
    background-position: 0% 100%;
    width: 80px;
    height: 100px;
    top: -100px;
    left: 20px;
  }
}
.faq_section .faq_wrapper::after {
  content: "";
  width: 116.85px;
  height: 140px;
  background-image: url("../img/faq_2.png");
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  top: -140px;
  right: calc(50% - 400px);
}
@media screen and (max-width: 599px) {
  .faq_section .faq_wrapper::after {
    background-position: 0% 100%;
    width: 60px;
    height: 80px;
    top: -70px;
    right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .faq_section .faq_wrapper::after {
    background-position: 0% 100%;
    width: 80px;
    height: 100px;
    top: -100px;
    right: 20px;
  }
}
.faq_section .faq {
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 80%;
  max-width: 1035px;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 8px rgba(142, 142, 142, 0.25));
}
@media screen and (max-width: 599px) {
  .faq_section .faq {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .faq_section .faq {
    width: 100%;
  }
}
.faq_section .faq input[type=checkbox] {
  display: none;
}
.faq_section .faq-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E4F2FF;
  padding: 16px 40px;
  cursor: pointer;
  font-weight: bold;
  width: 80%;
  max-width: 1035px;
  margin: 0 auto;
  color: #000989;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .faq_section .faq-label {
    width: 100%;
    font-size: 16px;
    padding: 16px;
    col-gap: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .faq_section .faq-label {
    width: 100%;
    col-gap: 16px;
  }
}
.faq_section .faq-label .__text {
  width: 90%;
}
.faq_section .faq-label .icon {
  transition: transform 0.3s;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  color: #000989;
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .faq_section .faq-label .icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.faq_section .faq input[type=checkbox] ~ .faq-label .fa-chevron-down {
  display: inline;
}
.faq_section .faq input[type=checkbox]:checked ~ .faq-label .fa-chevron-down {
  display: none;
}
.faq_section .faq input[type=checkbox]:checked ~ .faq-label .fa-chevron-up {
  display: inline;
}
.faq_section .faq .fa-chevron-up {
  display: none;
}
.faq_section .faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 40px; /* 横だけ先に指定、縦方向は0 */
  width: 80%;
  max-width: 1035px;
  margin: 0 auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .faq_section .faq-answer {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .faq_section .faq-answer {
    width: 100%;
  }
}
.faq_section .faq input[type=checkbox]:checked ~ .faq-answer {
  max-height: 500px;
  padding: 32px 40px; /* 開いたときだけ上下のpaddingを指定 */
}
@media screen and (max-width: 599px) {
  .faq_section .faq input[type=checkbox]:checked ~ .faq-answer {
    padding: 16px 24px; /* 開いたときだけ上下のpaddingを指定 */
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.contact_section {
  padding: 80px;
}
@media screen and (max-width: 599px) {
  .contact_section {
    padding: 40px 24PX;
  }
}
.contact_section .contact_message_area {
  margin: 64px auto 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 800px;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_message_area {
    width: 100%;
  }
}
.contact_section .contact_message_area .__image {
  width: 200px;
  height: 324px;
  background-image: url("../img/contact_woman.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__image {
    width: 0px;
    height: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_message_area .__image {
    width: 140px;
  }
}
.contact_section .contact_message_area .__message {
  width: 576px;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__message {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_message_area .__message {
    width: calc(100% - 164px);
  }
}
.contact_section .contact_message_area .__message .__type1 {
  color: #891900;
  font-family: "Shippori Mincho B1 OTF";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 100% */
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__message .__type1 {
    font-size: 18px;
  }
}
.contact_section .contact_message_area .__message .__type2 {
  margin-top: 24px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__message .__type2 {
    font-size: 16px;
  }
}
.contact_section .contact_message_area .__message .__type3 {
  margin-top: 32px;
  color: #000989;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__message .__type3 {
    font-size: 18px;
  }
}
.contact_section .contact_message_area .__message .__tel_button {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_message_area .__message .__tel_button {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_message_area .__message .__tel_button {
    margin-bottom: 24px;
  }
}
.contact_section .contact_message_area .__message .__tel_button img {
  width: 424px;
  height: 80px;
  transition: 0.4s;
}
.contact_section .contact_message_area .__message .__tel_button img:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}
.contact_section .contact_form_area {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #E4F2FF;
  padding: 36px;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_form_area {
    width: 100%;
    padding: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_form_area {
    width: 100%;
    padding: 24px;
  }
}
.contact_section .contact_form_area p {
  color: #000989;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact_section .contact_form_area form {
  width: 600px;
  margin: 64px auto;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_form_area form {
    width: 100%;
    margin: 24px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_form_area form {
    width: 100%;
    margin: 24px auto;
  }
}
.contact_section .contact_form_area form div {
  margin-bottom: 24px;
}
.contact_section .contact_form_area form .required_box {
  display: inline-block;
  padding: 2px 8px;
  background-color: #FFC3AB;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.contact_section .contact_form_area form .any_box {
  display: inline-block;
  padding: 2px 8px;
  background-color: #FEF2BB;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.contact_section .contact_form_area input, .contact_section .contact_form_area textarea {
  width: 600px;
  background: #FFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: 0px;
  margin-top: 4px;
  padding: 4px;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_form_area input, .contact_section .contact_form_area textarea {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_section .contact_form_area input, .contact_section .contact_form_area textarea {
    width: 100%;
  }
}
.contact_section .contact_form_area input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}
.contact_section .contact_form_area input[type=text], .contact_section .contact_form_area input[type=tel], .contact_section .contact_form_area input[type=email] {
  height: 48px;
}
.contact_section .contact_form_area label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_form_area label {
    font-size: 14px;
  }
}
.contact_section .contact_form_area button {
  background: #000989;
  box-shadow: 2px 2px 6px 0px rgba(134, 134, 134, 0.25);
  display: block;
  height: 67.472px;
  padding: 16px 120px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0px;
  transition: 0.4s;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .contact_section .contact_form_area button {
    font-size: 20px;
    padding: 8px 40px;
    margin: 0 auto;
  }
}
.contact_section .contact_form_area button:hover {
  transition: 0.4s;
  cursor: pointer;
  transform: scale(1.1);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.company_section {
  padding: 80px;
}
@media screen and (max-width: 599px) {
  .company_section {
    padding: 40px 24px;
  }
}
.company_section table {
  width: 768px;
  margin: 0px auto;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .company_section table {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .company_section table {
    width: 100%;
  }
}
.company_section table tr th {
  text-align: left;
}
.company_section table tr td, .company_section table tr th {
  padding: 16px;
}
.company_section table tr:nth-child(even) {
  background-color: #fff; /* 偶数行に薄いグレー */
}
.company_section table tr:nth-child(odd) {
  background-color: #E4F2FF; /* 奇数行に白 */
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.column_section {
  padding: 80px;
}
@media screen and (max-width: 599px) {
  .column_section {
    padding: 40px 24px;
  }
}
.column_section .column_wrapper {
  margin: 0px auto;
  width: 800px;
}
@media screen and (max-width: 599px) {
  .column_section .column_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .column_section .column_wrapper {
    width: 100%;
  }
}
.column_section .column_wrapper a .column_link {
  width: 100%;
  border-bottom: solid 1px #5EA3DE;
  padding: 16px 24px;
  transition: 0.4s;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
}
@media screen and (max-width: 599px) {
  .column_section .column_wrapper a .column_link {
    padding: 8px 16px;
    font-weight: 400;
  }
}
.column_section .column_wrapper a .column_link:hover {
  transition: 0.4s;
  cursor: pointer;
  background-color: #5EA3DE;
  color: #FFF;
}

.no_wrap {
  display: inline-block;
}

footer {
  width: 100vw;
  background-color: #5EA3DE;
  padding: 16px;
}
footer .copy_light {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 0.5px #5EA3DE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #5EA3DE;
  border-right: 3px solid #5EA3DE;
  transform: translateY(20%) rotate(-45deg);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.delay-4 {
  transition-delay: 0.8s;
}

.delay-5 {
  transition-delay: 1s;
}

.delay-6 {
  transition-delay: 1.2s;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shake 0.5s ease-in-out;
}

.animated-text {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeInChar 0.6s forwards;
}

@keyframes fadeInChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.bounce-once {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s ease;
}

.bounce-once.bounce-start {
  animation: bounce 0.6s ease;
  opacity: 1;
}