@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (max-width: 950px) {
  .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 950px) {
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 951px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc {
    display: block !important;
  }
}

.light-sky-blue {
  color: #46A1E7 !important;
}

.sky-blue {
  color: #008DFA !important;
}

.yellow {
  color: #FFFF46 !important;
}

.bg__light-sky-blue {
  background: #46A1E7 !important;
}

.bg__sky-blue {
  background: #1992F0 !important;
}

.bg__D0EBFD {
  background: #D0EBFD !important;
}

.bg__DFF0FC {
  background: #DFF0FC !important;
}

.bg__DEDEDE {
  background: #DEDEDE !important;
}

.bg__yellow {
  background: #FFFF46 !important;
}

.bg__gray {
  background: #F0F0F0 !important;
}

.bg__dots {
  background: url(../img/bg__dots.svg);
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.w-100 {
  width: 100% !important;
}

.w-120 {
  width: 120px !important;
}

.w-180 {
  width: 180px !important;
}

.w-200 {
  width: 200px !important;
}

.w-230 {
  width: 230px !important;
}

.top-0 {
  top: 0 !important;
}

@media screen and (min-width: 951px) {
  .pc__ml-20 {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 950px) {
  .sp__mt-14 {
    margin-top: 14px !important;
  }
  .sp__mt-22-5 {
    margin-top: 22.5px !important;
  }
  .sp__mt-45 {
    margin-top: 45px !important;
  }
  .sp__mt-60 {
    margin-top: 60px !important;
  }
  .sp__w-100 {
    display: block;
    width: 100% !important;
  }
  .sp__w-120 {
    width: 120px !important;
  }
  .sp__w-140 {
    width: 140px !important;
  }
  .sp__w-165 {
    width: 165px !important;
  }
  .sp__ai-c {
    align-items: center !important;
  }
  .sp__jc-fs {
    justify-content: flex-start !important;
  }
  .sp__ai-fs {
    align-items: flex-start !important;
  }
  .sp__w-auto {
    width: auto !important;
  }
}
body * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #101010;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a.telephone {
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  body a.telephone {
    pointer-events: auto;
  }
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 950px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex.reverse {
  flex-direction: row-reverse;
}
body .flex.flex-start {
  align-items: flex-start !important;
}
body .flex.gap-10 {
  gap: 10px;
}
body img {
  display: block;
}
body .inner {
  max-width: 1100px;
  margin: 0 auto;
}
body .sections-inner {
  margin: 0 auto;
}
body section {
  box-sizing: border-box;
}
body header {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 20px;
  width: calc(100% - 40px);
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .logo {
  display: block;
}
body header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
body header ul li a {
  font-weight: 500;
  display: block;
  font-size: 17px;
}
body header ul li a.btn02 {
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  border: solid #fff 5px;
  width: 185px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
}
body header ul li a.btn02 * {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 950px) {
  body header {
    top: 5.3333333333vw;
    left: 4vw;
    width: 100%;
    height: 60px;
  }
  body header img {
    width: 37.292vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body header ul {
    display: none;
  }
}
body footer {
  background: #0081EF;
}
body footer > .inner {
  padding: 80px 0;
}
body footer > .inner * {
  color: #fff;
}
body footer > .inner .flex {
  justify-content: center;
}
body footer > .inner .flex .flex-item {
  position: relative;
  padding-top: 10.5px;
  padding-left: 34px;
}
body footer > .inner .flex .flex-item .site_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4583333333;
  margin-bottom: 15px;
  display: block;
}
body footer > .inner .flex .flex-item .site_ttl + p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
body footer > .inner .flex .flex-item p {
  letter-spacing: 0.1em;
}
body footer > .inner .flex .flex-item .ttl {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 8.8px;
}
body footer > .inner .flex .flex-item .ttl span {
  font-weight: bold;
  font-size: 13px;
}
body footer > .inner .flex .flex-item a {
  letter-spacing: 0.1em;
  position: relative;
}
body footer > .inner .flex .flex-item a.telephone {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 21px;
}
body footer > .inner .flex .flex-item a.telephone:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon__phone-footer.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  left: 0;
  top: unset;
  transform: unset;
  bottom: 7.2px;
}
body footer > .inner .flex .flex-item address {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.3125;
  margin-bottom: 3.5px;
}
body footer > .inner .flex .flex-item:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #FFFF8B;
  width: 1px;
  height: 130px;
  right: 0;
}
body footer > .inner .flex .flex-item:not(:first-child) {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body footer > .inner .flex .flex-item:first-child {
  width: 290px;
  padding: 0;
}
body footer .footer-bottom {
  background: #fff;
  height: 80px;
}
body footer .footer-bottom > .flex {
  height: 100%;
  align-items: center;
}
body footer .footer-bottom > .flex .footer___sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body footer .footer-bottom > .flex .copy {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  body footer > .inner {
    padding: 60px 27.5px;
  }
  body footer > .inner .flex {
    justify-content: center;
  }
  body footer > .inner .flex .flex-item {
    padding-top: 0;
    padding-bottom: 26.3px;
    padding-left: 0;
  }
  body footer > .inner .flex .flex-item .site_ttl {
    font-size: 21.5px;
    line-height: 1.4418604651;
  }
  body footer > .inner .flex .flex-item .site_ttl + p {
    font-size: 12px;
    line-height: 1.5208333333;
  }
  body footer > .inner .flex .flex-item .ttl {
    font-size: 13px;
    line-height: 1.4230769231;
    margin-bottom: 5px;
  }
  body footer > .inner .flex .flex-item .ttl span {
    font-size: 11px;
  }
  body footer > .inner .flex .flex-item a {
    letter-spacing: 0.1em;
  }
  body footer > .inner .flex .flex-item a.telephone {
    font-size: 21.5px;
    padding-left: 21px;
  }
  body footer > .inner .flex .flex-item a.telephone:before {
    bottom: 4px;
  }
  body footer > .inner .flex .flex-item address {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.3125;
    margin-bottom: 3.5px;
  }
  body footer > .inner .flex .flex-item:before {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
    transform: unset;
  }
  body footer > .inner .flex .flex-item:not(:first-child) {
    width: 100%;
    padding-top: 25px;
  }
  body footer > .inner .flex .flex-item:first-child {
    width: 100%;
    padding: 0 0 30px;
  }
  body footer > .inner .flex .flex-item:last-child {
    padding-bottom: 0;
  }
  body footer > .inner .flex .flex-item:last-child:before {
    display: none;
  }
  body footer .footer-bottom {
    height: auto;
    padding: 45px 0 100px;
  }
  body footer .footer-bottom > .flex {
    height: 100%;
    align-items: center;
    gap: 55px;
  }
  body footer .footer-bottom > .flex .footer___sns-box {
    gap: 30px;
  }
  body footer .footer-bottom > .flex .copy {
    text-align: center;
    font-size: 10px;
    line-height: 2;
  }
}
body .btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 420px;
  height: 110px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  background: #008DFA;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
body .btn * {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
body .btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-4.svg) no-repeat;
  background-size: contain;
  width: 12.38px;
  height: 23.84px;
  right: 20px;
}
body .btn.back {
  background: #909090;
}
body .btn.back:before {
  right: unset;
  left: 20px;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 950px) {
  body .btn {
    width: 230px;
    height: 65px;
    font-size: 17px;
  }
  body .btn * {
    font-size: 17px;
  }
  body .btn:before {
    width: 9px;
    height: 16px;
    right: 16px;
  }
}
body #modal_bg {
  background: rgba(16, 16, 16, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
body #modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}
body #modal-list .modal-item {
  position: fixed;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 600px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
body #modal-list .modal-item.active {
  opacity: 1;
  pointer-events: auto;
}
body #modal-list .modal-item .close {
  background: #000;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: -70px;
  cursor: pointer;
}
body #modal-list .modal-item .close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
body #modal-list .modal-item .close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
body #modal-list .modal-item .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body #modal-list .modal-item .modal-item__inner {
  width: 100%;
  height: 600px;
  overflow: auto;
  border-radius: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body #modal-list .modal-item .modal-item__inner::-webkit-scrollbar {
  display: none;
}
body #modal-list .modal-item .modal-item__inner img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  body #modal-list .modal-item {
    width: 100%;
    height: 100%;
  }
  body #modal-list .modal-item .close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 2.6666666667vw;
    top: 9.3333333333vw;
  }
  body #modal-list .modal-item .close span {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
  }
  body #modal-list .modal-item .modal-item__inner {
    height: 141.4666666667vw;
    border-radius: 10px;
    padding-top: 22.6666666667vw;
  }
  body #modal-list .modal-item .modal-item__inner img {
    border-radius: 10px;
    height: auto;
  }
}
body .float-btn {
  position: fixed;
  z-index: 50;
  top: 28.6979166667vw;
  right: 2.0833333333vw;
  border-radius: 0.2604166667vw;
  border: solid #fff 0.2604166667vw;
  font-size: 1.5625vw;
  letter-spacing: 0.06em;
  width: 15.46875vw;
  height: 5vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
body .float-btn span {
  display: block;
  font-weight: bold;
}
body .float-btn span.fukidashi {
  font-size: 1.09375vw;
  letter-spacing: 0.03em;
  width: 11.5625vw;
  height: 2.96875vw;
  padding-top: 0.4166666667vw;
  text-align: center;
  background: url(../img/floa-btn__fukidashi.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.71875vw;
  filter: drop-shadow(0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16));
}
body .float-btn.scrolld {
  top: calc(100vh - 5vw - 20px);
}
@media screen and (max-width: 950px) {
  body .float-btn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 17.3333333333vw;
    border-radius: unset;
    border: unset;
    font-size: 5.3333333333vw;
    letter-spacing: 0.09em;
    box-shadow: 0 -1.6vw 5.3333333333vw rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
  }
  body .float-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/arrow-2.svg) no-repeat;
    background-size: contain;
    width: 3.3013333333vw;
    height: 6.3573333333vw;
    right: 4.3333333333vw;
  }
  body .float-btn span.fukidashi {
    position: static;
    letter-spacing: 0.09em;
    font-size: 4.2666666667vw;
    width: 16.1333333333vw;
    height: 9.3333333333vw;
    padding-top: 0;
    text-align: center;
    background: #fff;
    border: #008DFA 1px solid;
    border-radius: 1.8666666667vw;
    transform: unset;
    filter: unset;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin-right: 4vw;
  }
  body .float-btn.scrolld {
    top: unset;
    opacity: 1;
    pointer-events: auto;
  }
}
body .for-top {
  position: fixed;
  z-index: 50;
  bottom: 8.8020833333vw;
  right: 2.0833333333vw;
  border-radius: 50%;
  background: #fff url(../img/for-top.svg) no-repeat;
  background-size: 1.41875vw 1.6984375vw;
  background-position: center;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
body .for-top:hover {
  box-shadow: unset;
}
body .for-top.scrolld {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 950px) {
  body .for-top {
    bottom: 22.6666666667vw;
    right: 5.3333333333vw;
    background-size: 4.6706666667vw 5.9693333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
}
body #bread-crumb {
  display: flex;
  padding: 137px 100px 40px;
}
body #bread-crumb * {
  font-size: 15px;
  color: #414141;
}
body #bread-crumb li {
  position: relative;
}
body #bread-crumb li + li:before {
  content: "　＞　";
}
@media screen and (max-width: 950px) {
  body #bread-crumb {
    padding: 80px 15px 20px;
  }
  body #bread-crumb * {
    font-size: 12px;
  }
}
body .sections {
  position: relative;
}
body .sections .head_h1,
body .sections .head_h2,
body .sections .head_h3 {
  font-weight: bold;
  position: relative;
}
body .sections .head_h1 span,
body .sections .head_h2 span,
body .sections .head_h3 span {
  font-weight: bold;
}
body .sections .head_h1 span.marker,
body .sections .head_h2 span.marker,
body .sections .head_h3 span.marker {
  position: relative;
  z-index: 1;
}
body .sections .head_h1 span.marker *,
body .sections .head_h2 span.marker *,
body .sections .head_h3 span.marker * {
  position: relative;
  z-index: 1;
}
body .sections .head_h1 span.marker:before,
body .sections .head_h2 span.marker:before,
body .sections .head_h3 span.marker:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: calc(100% + 50px);
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
body .sections .head_h1 span.marker.marker-yellow:before,
body .sections .head_h2 span.marker.marker-yellow:before,
body .sections .head_h3 span.marker.marker-yellow:before {
  background: #FFFF46;
}
@media screen and (max-width: 950px) {
  body .sections .head_h2 span.marker:before,
  body .sections .head_h3 span.marker:before {
    width: 100%;
  }
}
body .sections.mv .sections-inner .main {
  background: url(../img/mv.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 37.5vw;
}
body .sections.mv .sections-inner .main .txt-box {
  padding-top: 7.5520833333vw;
  padding-left: 14.84375vw;
}
body .sections.mv .sections-inner .main .txt-box * {
  color: #fff;
  font-weight: bold;
}
body .sections.mv .sections-inner .main .txt-box h1 {
  margin-bottom: 1.6666666667vw;
  padding-left: 1.0416666667vw;
}
body .sections.mv .sections-inner .main .txt-box h1 span {
  display: block;
  text-shadow: #0B445D 0 0.15625vw 2.3958333333vw;
}
body .sections.mv .sections-inner .main .txt-box h1 span.small {
  font-size: 1.4583333333vw;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin-bottom: 1.09375vw;
}
body .sections.mv .sections-inner .main .txt-box h1 span.large {
  font-size: 3.59375vw;
  letter-spacing: 0.11em;
  line-height: 1.3043478261;
}
body .sections.mv .sections-inner .main .txt-box .flex {
  gap: 0.3645833333vw;
  justify-content: flex-start;
}
body .sections.mv .sections-inner .main .txt-box .flex .flex-item {
  width: 7.5vw;
  height: 7.5vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
}
body .sections.mv .sections-inner .main .txt-box .flex .flex-item span {
  display: block;
}
body .sections.mv .sections-inner .main .txt-box .flex .flex-item span.small {
  font-size: 0.9375vw;
  line-height: 1.4444444444;
}
body .sections.mv .sections-inner .main .txt-box .flex .flex-item span.midium {
  font-size: 1.4583333333vw;
  line-height: 1.4285714286;
  letter-spacing: 0.07em;
}
body .sections.mv .sections-inner .bottom {
  background: url(../img/bg__mv-bottom.svg) no-repeat;
  background-size: contain;
  height: 37.2395833333vw;
  padding-top: 6.25vw;
  padding-left: 18.75vw;
  position: relative;
}
body .sections.mv .sections-inner .bottom .head_h2 {
  margin-bottom: 2.0833333333vw;
}
body .sections.mv .sections-inner .bottom .head_h2 span {
  letter-spacing: 0.1em;
}
body .sections.mv .sections-inner .bottom .head_h2 span .midium {
  font-size: 1.6666666667vw;
  line-height: 2.0625;
}
body .sections.mv .sections-inner .bottom .head_h2 span .large {
  font-size: 2.1354166667vw;
  line-height: 1.6097560976;
}
body .sections.mv .sections-inner .bottom p {
  padding-left: 1.0416666667vw;
  max-width: 30.5208333333vw;
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
}
body .sections.mv .sections-inner .bottom p + p {
  margin-top: 1.5625vw;
}
body .sections.mv .sections-inner .bottom img {
  position: absolute;
  bottom: 0;
  right: 22.8645833333vw;
  width: 22.6552083333vw;
  height: 31.5104166667vw;
}
@media screen and (max-width: 950px) {
  body .sections.mv .sections-inner .main {
    background: url(../img/mv@sp.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 101.4666666667vw;
  }
  body .sections.mv .sections-inner .main .txt-box {
    padding-top: 49.2vw;
    padding-left: 5.0666666667vw;
  }
  body .sections.mv .sections-inner .main .txt-box h1 {
    margin-bottom: 2.6666666667vw;
    padding-left: 0;
  }
  body .sections.mv .sections-inner .main .txt-box h1 span {
    text-shadow: #0B445D 0 0.4vw 6.1333333333vw;
  }
  body .sections.mv .sections-inner .main .txt-box h1 span.small {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.5892857143;
  }
  body .sections.mv .sections-inner .main .txt-box h1 span.large {
    font-size: 9.2vw;
    letter-spacing: 0.11em;
    line-height: 1.4057971014;
  }
  body .sections.mv .sections-inner .main .txt-box .flex {
    gap: 1.2vw;
    flex-direction: unset;
  }
  body .sections.mv .sections-inner .main .txt-box .flex .flex-item {
    width: 20.4vw;
    height: 20.4vw;
  }
  body .sections.mv .sections-inner .main .txt-box .flex .flex-item span.small {
    font-size: 2.5333333333vw;
    line-height: 1;
    margin-bottom: 1.3333333333vw;
  }
  body .sections.mv .sections-inner .main .txt-box .flex .flex-item span.midium {
    font-size: 3.8666666667vw;
    line-height: 1;
  }
  body .sections.mv .sections-inner .bottom {
    background: unset;
    height: auto;
    padding-top: 17.8666666667vw;
    padding-left: 0;
  }
  body .sections.mv .sections-inner .bottom .head_h2 {
    margin-bottom: 8.2666666667vw;
    padding-left: 5.0666666667vw;
  }
  body .sections.mv .sections-inner .bottom .head_h2 > span {
    display: block;
  }
  body .sections.mv .sections-inner .bottom .head_h2 span.midium {
    font-size: 3.4666666667vw;
    line-height: 3.1153846154;
  }
  body .sections.mv .sections-inner .bottom .head_h2 span.large {
    font-size: 6.4vw;
    line-height: 1.6875;
  }
  body .sections.mv .sections-inner .bottom .box {
    background: #DFF0FC;
    border-radius: 16vw 0 0 0;
    padding: 12.8vw 10vw;
  }
  body .sections.mv .sections-inner .bottom p {
    padding-left: 0;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  body .sections.mv .sections-inner .bottom p + p {
    margin-top: 20px;
  }
  body .sections.mv .sections-inner .bottom img {
    top: 11.1866666667vw;
    bottom: unset;
    right: 0vw;
    width: 39.8506666667vw;
    height: 47.3453333333vw;
  }
}
body .sections.assessment-form .sections-inner {
  max-width: 1100px;
  padding: 153px 0 120px;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box {
  position: relative;
  width: 830px;
  height: 120px;
  margin: 0 auto 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box > p {
  text-align: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.02em;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box > p span.large {
  font-size: 52px;
  letter-spacing: 0.02em;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box .flex {
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -30px;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box .flex .flex-item {
  border: 2px solid #008DFA;
  width: 220px;
  height: 59px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  background: #fff;
  letter-spacing: 0.06em;
}
body .sections.assessment-form .sections-inner .assessment-form__lead-box .flex .flex-item.large {
  width: 290px;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main {
  margin-bottom: 40px;
  height: 240px;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .ttl {
  background: #0C5FA0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 1.652173913;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 240px;
  position: relative;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/assessment-form__fukidashi.png) no-repeat;
  background-size: contain;
  width: 118px;
  height: 95.94px;
  top: -30px;
  left: -39px;
  transform: unset;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex {
  gap: 20px;
  background: #fff;
  width: calc(100% - 230px);
  justify-content: center;
  align-items: center;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item {
  position: relative;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item:before {
  position: absolute;
  top: 65px;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 9px;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item select {
  border: 1px solid #B5B5B5;
  width: 250px;
  height: 70px;
  padding: 20px;
  color: #101010;
}
body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item select.placeholder {
  color: #7A7A7A;
}
body .sections.assessment-form .sections-inner .input-area .submit {
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  border: solid #fff 5px;
  font-size: 26px;
  width: 360px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
  letter-spacing: 0.06em;
}
body .sections.assessment-form .sections-inner .input-area .submit span {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
body .sections.assessment-form .sections-inner .input-area .submit:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-2.svg) no-repeat;
  background-size: contain;
  width: 12.38px;
  height: 23.84px;
  right: 20px;
}
@media screen and (max-width: 950px) {
  body .sections.assessment-form .sections-inner {
    max-width: 100%;
    padding: 60px 15px;
  }
  body .sections.assessment-form .sections-inner .assessment-form__lead-box {
    display: none;
  }
  body .sections.assessment-form .sections-inner > img {
    width: 100%;
    margin-bottom: 20px;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main {
    margin-bottom: 25px;
    height: auto;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .ttl {
    font-size: 17px;
    line-height: 1;
    width: 100%;
    height: 70px;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .ttl:before {
    display: none;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .flex {
    gap: 33.5px;
    width: 100%;
    padding: 30px 20px 35px;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item {
    width: 100%;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item:before {
    top: 42px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
  }
  body .sections.assessment-form .sections-inner .input-area .input-area__main .flex .flex-item select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
  body .sections.assessment-form .sections-inner .input-area .submit {
    font-size: 20px;
    width: 270px;
    height: 80px;
  }
  body .sections.assessment-form .sections-inner .input-area .submit span {
    font-size: 20px;
  }
  body .sections.assessment-form .sections-inner .input-area .submit:before {
    right: 8px;
    transform: translateY(-50%) scale(0.9);
  }
}
body .sections.worries .sections-inner {
  max-width: 1100px;
  padding: 120px 0 137px;
}
body .sections.worries .sections-inner .head_h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  margin-bottom: 48px;
}
body .sections.worries .sections-inner .head_h2 .light-sky-blue {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
body .sections.worries .sections-inner .head_h2 .wave {
  background: url(../img/wave__worries.svg) no-repeat;
  background-size: 302.73px;
  background-position: center bottom;
  padding: 0 30px 13px;
  padding-right: 40px;
  margin-right: -40px;
}
body .sections.worries .sections-inner .flex {
  gap: 13px;
}
body .sections.worries .sections-inner .flex .flex-item {
  display: block;
  width: 265px;
  height: 265px;
  border-radius: 5px;
  background: #E3F4FF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-top: 40px;
}
body .sections.worries .sections-inner .flex .flex-item:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-3.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  right: 20px;
}
body .sections.worries .sections-inner .flex .flex-item span {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  text-align: center;
  font-weight: bold;
  display: block;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sections.worries .sections-inner .flex .flex-item img {
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  body .sections.worries .sections-inner {
    max-width: 100%;
    padding: 48px 0 60px;
  }
  body .sections.worries .sections-inner .head_h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }
  body .sections.worries .sections-inner .head_h2 .light-sky-blue {
    font-size: 21px;
  }
  body .sections.worries .sections-inner .head_h2 .wave {
    background: url(../img/wave__worries.svg) no-repeat;
    background-size: 150px;
    background-position: center bottom;
    padding: 0 0px 5px;
    padding-right: 0px;
    margin-right: 0px;
  }
  body .sections.worries .sections-inner .flex {
    gap: 2.6666666667vw;
    padding: 0 6vw;
    flex-direction: unset;
  }
  body .sections.worries .sections-inner .flex .flex-item {
    width: 42.6666666667vw;
    height: 38.6666666667vw;
    padding-top: 6.1333333333vw;
  }
  body .sections.worries .sections-inner .flex .flex-item:before {
    width: 1.8666666667vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
  body .sections.worries .sections-inner .flex .flex-item span {
    font-size: 4vw;
    line-height: 1.4583333333;
    height: 9.3333333333vw;
  }
  body .sections.worries .sections-inner .flex .flex-item img {
    width: 30.2666666667vw;
    height: auto;
  }
}
body .sections.achievements * {
  color: #fff;
}
body .sections.achievements .sections-inner {
  max-width: 1150px;
  padding: 120px 0 115px;
  height: 800px;
}
body .sections.achievements .sections-inner .flex .txt-box {
  position: relative;
}
body .sections.achievements .sections-inner .flex .txt-box img {
  position: absolute;
  bottom: -116px;
  left: -50px;
}
body .sections.achievements .sections-inner .flex .txt-box .head_h2 {
  margin-bottom: 37px;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
body .sections.achievements .sections-inner .flex .txt-box .head_h2 .yellow {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p {
  font-size: 18px;
  line-height: 2.2777777778;
  letter-spacing: 0.06em;
  font-weight: 500;
}
body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p .large {
  font-size: 25px;
  font-weight: 500;
}
body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p .middle {
  font-size: 20px;
  font-weight: 500;
}
body .sections.achievements .sections-inner .flex ul {
  background: #fff;
  border-radius: 5px;
  width: 590px;
  height: 564px;
  overflow: auto;
  padding: 10px 50px 25px 30px;
}
body .sections.achievements .sections-inner .flex ul li {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #BCBCBC;
  color: #101010;
}
body .sections.achievements .sections-inner .flex ul li .label {
  background: #EFF3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 100px;
  height: 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
body .sections.achievements .sections-inner .flex ul li .txt {
  color: #101010;
  width: calc(100% - 120px);
}
@media screen and (max-width: 950px) {
  body .sections.achievements .sections-inner {
    max-width: 100%;
    padding: 55px 10px 0;
    height: auto;
  }
  body .sections.achievements .sections-inner .flex .txt-box {
    margin-bottom: 35px;
  }
  body .sections.achievements .sections-inner .flex .txt-box .head_h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.375;
  }
  body .sections.achievements .sections-inner .flex .txt-box .head_h2 .yellow {
    font-size: 24px;
    line-height: 1.375;
  }
  body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p {
    font-size: 13px;
    line-height: 2.1538461538;
    max-width: 77.3333333333vw;
    margin: 0 auto;
  }
  body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p .large {
    font-size: 13px;
  }
  body .sections.achievements .sections-inner .flex .txt-box .head_h2 + p .middle {
    font-size: 13px;
  }
  body .sections.achievements .sections-inner .flex ul {
    border-radius: 5px;
    width: 100%;
    height: 380px;
    padding: 10px 33px 32.5px 15px;
    margin-bottom: 25px;
  }
  body .sections.achievements .sections-inner .flex ul li {
    gap: 10px;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  body .sections.achievements .sections-inner .flex ul li .label {
    border-radius: 5px;
    width: 70px;
    height: 25px;
    font-size: 10px;
  }
  body .sections.achievements .sections-inner .flex ul li .txt {
    width: calc(100% - 80px);
  }
  body .sections.achievements .sections-inner img {
    width: 100%;
    padding: 0 5px;
  }
}
body .sections.voice {
  padding: 45px 0 175px;
  overflow: hidden;
}
body .sections.voice:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 963px;
  background: #DFF0FC;
  border-radius: 10px;
  width: 1200px;
  left: 50%;
  top: 45px;
  transform: translate(-50%, 0);
}
body .sections.voice .sections-inner {
  max-width: 1200px;
  padding: 90px 60px 40px;
}
body .sections.voice .sections-inner .head_h2 {
  letter-spacing: 0.1em;
  font-size: 36px;
  margin-bottom: 30px;
}
body .sections.voice .sections-inner .head_h2 span {
  letter-spacing: 0.1em;
}
body .sections.voice .sections-inner .head_h2 span.marker:before {
  width: 100%;
  left: 47%;
}
body .sections.voice .sections-inner p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  position: relative;
}
body .sections.voice .slider-voice {
  height: auto;
}
body .sections.voice .slider-voice .slick-prev, body .sections.voice .slider-voice .slick-next {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  top: unset;
  transform: unset;
  bottom: -70px;
}
body .sections.voice .slider-voice .slick-prev:before, body .sections.voice .slider-voice .slick-next:before {
  font-size: 0;
  opacity: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 17px;
}
body .sections.voice .slider-voice .slick-prev {
  right: calc(50% + 10px);
  background: url(../img/arrow_prev.svg) no-repeat;
  background-size: contain;
  left: unset;
}
body .sections.voice .slider-voice .slick-next {
  left: calc(50% + 10px);
  background: url(../img/arrow_next.svg) no-repeat;
  background-size: contain;
}
body .sections.voice .slider-voice .slider-voice__item {
  cursor: pointer;
  position: relative;
  width: 397px !important; /* 固定幅 */
  margin-right: 10px;
  flex: 0 0 auto;
}
body .sections.voice .slider-voice .slider-voice__item:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: 10px;
  right: 10px;
  transform: unset;
  background: url(../img/icon-search.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
body .sections.voice .slider-voice .slider-voice__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 950px) {
  body .sections.voice {
    padding: 2.6666666667vw 0 5.3333333333vw;
    min-height: 158.2666666667vw;
  }
  body .sections.voice:before {
    height: 150.2666666667vw;
    border-radius: 1.3333333333vw;
    width: 89.3333333333vw;
    left: 50%;
    top: 2.6666666667vw;
  }
  body .sections.voice .sections-inner {
    max-width: 100%;
    padding: 10.6666666667vw 10.6666666667vw 8vw;
  }
  body .sections.voice .sections-inner .head_h2 {
    font-size: 5.6vw;
    margin-bottom: 2.6666666667vw;
  }
  body .sections.voice .sections-inner .head_h2 span {
    letter-spacing: 0.1em;
  }
  body .sections.voice .sections-inner .head_h2 span.marker {
    font-size: 4vw;
    top: -1.8666666667vw;
  }
  body .sections.voice .sections-inner .head_h2 span.marker:before {
    bottom: -0.8vw;
  }
  body .sections.voice .sections-inner p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  body .sections.voice .slider-voice {
    height: auto;
  }
  body .sections.voice .slider-voice .slick-prev, body .sections.voice .slider-voice .slick-next {
    width: 8vw;
    height: 8vw;
    bottom: -13.3333333333vw;
  }
  body .sections.voice .slider-voice .slick-prev {
    right: calc(50% + 2.6666666667vw);
  }
  body .sections.voice .slider-voice .slick-next {
    left: calc(50% + 2.6666666667vw);
  }
  body .sections.voice .slider-voice .slider-voice__item {
    width: 55.6vw !important;
    margin-right: unset;
  }
  body .sections.voice .slider-voice .slider-voice__item:before {
    top: 2.6666666667vw;
    right: 4.2666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  body .sections.voice .slider-voice .slider-voice__item img {
    width: 52.9333333333vw;
    height: auto;
  }
}
body .sections.flow .sections-inner {
  padding: 100px 0 125px;
  max-width: 1180px;
}
body .sections.flow .sections-inner .head_h2 {
  letter-spacing: 0.1em;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
body .sections.flow .sections-inner .head_h2 span {
  letter-spacing: 0.06em;
}
body .sections.flow .sections-inner .head_h2 span.marker {
  margin-bottom: 10px;
  display: inline-block;
}
body .sections.flow .sections-inner .head_h2 span.small {
  font-size: 27px;
  letter-spacing: 0.08em;
}
body .sections.flow .sections-inner .head_h2 span.middle {
  font-size: 42px;
}
body .sections.flow .sections-inner .head_h2 + p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.6;
  text-align: center;
  margin-bottom: 100px;
}
body .sections.flow .sections-inner .flex {
  gap: 20px;
  row-gap: 87px;
}
body .sections.flow .sections-inner .flex .flex-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 380px;
  height: 526px;
  padding-top: 80px;
}
body .sections.flow .sections-inner .flex .flex-item .step {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
body .sections.flow .sections-inner .flex .flex-item .step + img {
  margin: 0 auto;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sections.flow .sections-inner .flex .flex-item .ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.0384615385;
  text-align: center;
  margin-bottom: 16px;
  margin: 31px auto 16px;
}
body .sections.flow .sections-inner .flex .flex-item .ttl span {
  color: #46A1E7;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body .sections.flow .sections-inner .flex .flex-item .txt {
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0.06em;
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #414141;
}
@media screen and (max-width: 950px) {
  body .sections.flow .sections-inner {
    padding: 45px 20px 60px;
    max-width: 100%;
  }
  body .sections.flow .sections-inner .head_h2 {
    font-size: 21px;
    margin-bottom: 18px;
  }
  body .sections.flow .sections-inner .head_h2 span {
    letter-spacing: 0.1em;
  }
  body .sections.flow .sections-inner .head_h2 span.marker {
    margin-bottom: 5px;
  }
  body .sections.flow .sections-inner .head_h2 span.small {
    font-size: 15px;
  }
  body .sections.flow .sections-inner .head_h2 span.middle {
    font-size: 25px;
  }
  body .sections.flow .sections-inner .head_h2 + p {
    font-size: 14px;
    line-height: 1.6785714286;
    margin-bottom: 50px;
  }
  body .sections.flow .sections-inner .flex {
    row-gap: 20px;
  }
  body .sections.flow .sections-inner .flex .flex-item {
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body .sections.flow .sections-inner .flex .flex-item .step {
    top: -5px;
    left: -10px;
    transform: unset;
    width: 60px;
    height: 60px;
  }
  body .sections.flow .sections-inner .flex .flex-item .step + img {
    height: 110px;
  }
  body .sections.flow .sections-inner .flex .flex-item .ttl {
    font-size: 17px;
    line-height: 1.5588235294;
    margin: 4.5px auto 10px;
  }
  body .sections.flow .sections-inner .flex .flex-item .ttl span {
    font-size: 13px;
  }
  body .sections.flow .sections-inner .flex .flex-item .txt {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.06em;
    max-width: 100%;
  }
}
body .sections.howto .sections-inner {
  padding: 87px 0 120px;
  max-width: 1100px;
}
body .sections.howto .sections-inner .head_h2 {
  letter-spacing: 0.1em;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
  color: #414141;
  background: url(../img/howto__bg-h2.png) no-repeat;
  background-size: 858.94px 160px;
  margin: 0 auto;
  background-position: center top;
  padding-top: 18px;
}
body .sections.howto .sections-inner .head_h2 * {
  color: #414141;
}
body .sections.howto .sections-inner .head_h2 span.marker {
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  display: inline-block !important;
}
body .sections.howto .sections-inner .head_h2 span.marker:before {
  bottom: 1px;
  width: calc(100% + 14px);
}
body .sections.howto .sections-inner .head_h2 span.small {
  font-size: 27px;
  letter-spacing: 0.08em;
}
body .sections.howto .sections-inner .head_h2 span.middle {
  font-size: 41px;
  letter-spacing: 0.1em;
}
body .sections.howto .sections-inner .head_h2 span.large {
  font-size: 69px;
  letter-spacing: 0.1em;
}
body .sections.howto .sections-inner .head_h2 + p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2222222222;
  text-align: center;
  margin-bottom: 109px;
}
body .sections.howto .sections-inner .flex {
  gap: 20px;
}
body .sections.howto .sections-inner .flex .flex-item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 350px;
  height: 475px;
  border: 2px solid #008DFA;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .sections.howto .sections-inner .flex .flex-item .fukidashi {
  position: absolute;
  background: url(../img/yellow-fukidashi.svg) no-repeat;
  background-size: contain;
  width: 220px;
  height: 74px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -53px;
  padding-top: 20px;
}
body .sections.howto .sections-inner .flex .flex-item .ttl {
  height: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008DFA;
  border-radius: 6px 6px 0 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  text-align: center;
}
body .sections.howto .sections-inner .flex .flex-item .txt {
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #414141;
  margin: 35px auto auto;
  font-weight: 500;
}
body .sections.howto .sections-inner .flex .flex-item .txt.small {
  font-size: 18px;
  line-height: 1.9444444444;
  margin: 23px auto auto;
}
body .sections.howto .sections-inner .flex .flex-item .point-box {
  background: #F5F5F5;
  border-radius: 10px;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  padding: 20px;
}
body .sections.howto .sections-inner .flex .flex-item .point-box * {
  letter-spacing: 0.06em;
}
body .sections.howto .sections-inner .flex .flex-item .point-box .point {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 2.4761904762;
  border-bottom: 2px solid #B2D2EA;
  margin-bottom: 15px;
  display: block;
}
body .sections.howto .sections-inner .flex .flex-item .point-box p {
  font-size: 17px;
  line-height: 1.7647058824;
}
@media screen and (max-width: 950px) {
  body .sections.howto .sections-inner {
    padding: 60px 0 55px;
    max-width: 100%;
  }
  body .sections.howto .sections-inner .head_h2 {
    font-size: 21px;
    margin-bottom: 15px;
    background: unset;
    padding-top: 0;
  }
  body .sections.howto .sections-inner .head_h2 span.marker {
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  body .sections.howto .sections-inner .head_h2 span.marker.pc {
    display: none !important;
  }
  body .sections.howto .sections-inner .head_h2 span.marker:before {
    bottom: 1px;
    width: calc(100% + 14px);
    z-index: -1;
  }
  body .sections.howto .sections-inner .head_h2 span.small {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: -40px;
  }
  body .sections.howto .sections-inner .head_h2 span.middle {
    font-size: 21px;
  }
  body .sections.howto .sections-inner .head_h2 span.large {
    font-size: 40px;
  }
  body .sections.howto .sections-inner .head_h2 + p {
    font-size: 14px;
    line-height: 1.9285714286;
    text-align: left;
    max-width: 290px;
    margin: 0 auto 65px;
  }
  body .sections.howto .sections-inner .flex {
    gap: 64px;
    padding: 0 32.5px;
  }
  body .sections.howto .sections-inner .flex .flex-item {
    border-radius: 20px;
    width: 100%;
    height: auto;
    border: 1px solid #008DFA;
    padding-bottom: 15px;
    padding: 0 0 15px;
  }
  body .sections.howto .sections-inner .flex .flex-item .fukidashi {
    width: 150px;
    height: 55px;
    font-size: 16px;
    top: -35px;
    padding-top: 10px;
  }
  body .sections.howto .sections-inner .flex .flex-item .ttl {
    height: 52.5px;
    border-radius: 17px 17px 0 0;
    font-size: 19px;
    line-height: 2.2368421053;
  }
  body .sections.howto .sections-inner .flex .flex-item .txt {
    font-size: 16px;
    line-height: 1.8181818182;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 17px;
  }
  body .sections.howto .sections-inner .flex .flex-item .txt.small {
    font-size: 14px;
    line-height: 1.9285714286;
    margin: 20px auto;
  }
  body .sections.howto .sections-inner .flex .flex-item .point-box {
    border-radius: 10px;
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  body .sections.howto .sections-inner .flex .flex-item .point-box * {
    letter-spacing: 0.06em;
  }
  body .sections.howto .sections-inner .flex .flex-item .point-box .point {
    font-size: 15px;
    line-height: 1.3333333333;
    margin-bottom: 11px;
    padding-bottom: 10px;
  }
  body .sections.howto .sections-inner .flex .flex-item .point-box p {
    font-size: 13px;
    line-height: 1.7647058824;
  }
}
body .sections.staff {
  background: #DFF0FC;
}
body .sections.staff .sections-inner {
  padding: 120px 0;
  max-width: 1130px;
}
body .sections.staff .sections-inner * {
  color: #414141;
}
body .sections.staff .sections-inner .head_h2 {
  letter-spacing: 0.1em;
  font-size: 36px;
  text-align: center;
  color: #414141;
  margin: 0 auto 20px;
  background: url(../img/wave__staff.svg) no-repeat;
  background-size: 492.99px;
  background-position: center bottom;
  padding-bottom: 17px;
}
body .sections.staff .sections-inner .head_h2 span.light-sky-blue {
  background: url(../img/staff__h2-slash.svg) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 62px 80px;
}
body .sections.staff .sections-inner .content .box {
  background: #fff;
  border-radius: 5px;
  width: 940px;
  padding: 63px 120px 60px;
  margin: -30px auto 40px;
}
body .sections.staff .sections-inner .content .box * {
  font-weight: 500;
}
body .sections.staff .sections-inner .content .box .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C5D5E0;
}
body .sections.staff .sections-inner .content .box ul li {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 20px;
}
body .sections.staff .sections-inner .content .box ul li span {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
body .sections.staff .sections-inner .content .box ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #005495;
  border-radius: 50%;
  left: 0;
}
body .sections.staff .sections-inner .content .box ul li + li {
  margin-top: 20px;
}
body .sections.staff .sections-inner .btn {
  color: #fff;
}
@media screen and (max-width: 950px) {
  body .sections.staff .sections-inner {
    padding: 60px 0;
    max-width: 100%;
  }
  body .sections.staff .sections-inner .head_h2 {
    font-size: 20px;
    margin: 0 auto 10px;
    background-size: 246px;
    background-position: center bottom;
    padding-bottom: 13px;
  }
  body .sections.staff .sections-inner .head_h2 span.light-sky-blue {
    font-size: 17px;
    background: url(../img/staff__h2-slash@sp.svg) no-repeat;
    background-size: 320px;
    background-position: center;
    padding: 0 45px 60px;
  }
  body .sections.staff .sections-inner .head_h2 span.wave {
    position: relative;
    top: 5px;
  }
  body .sections.staff .sections-inner .content {
    overflow: hidden;
  }
  body .sections.staff .sections-inner .content img {
    width: 107.1026666667vw;
    height: auto;
    position: relative;
    left: -12px;
  }
  body .sections.staff .sections-inner .content .box {
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin: 25px auto 30px;
  }
  body .sections.staff .sections-inner .content .box .ttl {
    font-size: 19px;
    line-height: 1.4473684211;
    padding-bottom: 14.5px;
  }
  body .sections.staff .sections-inner .content .box ul li {
    font-size: 14px;
    line-height: 1.6071428571;
    padding-left: 18px;
  }
  body .sections.staff .sections-inner .content .box ul li span {
    font-size: 14px;
    line-height: 1.6071428571;
  }
  body .sections.staff .sections-inner .content .box ul li:before {
    width: 8px;
    height: 8px;
    top: 8px;
    transform: unset;
  }
  body .sections.staff .sections-inner .content .box ul li + li {
    margin-top: 12.5px;
  }
}
body .sections.happiness {
  background: url(../img/bg-happiness.jpg) no-repeat right;
  background-size: cover;
  background-position: 40%;
}
body .sections.happiness .sections-inner {
  padding: 100px 0 120px;
  max-width: 1100px;
}
body .sections.happiness .sections-inner .head_h2 {
  letter-spacing: 0.1em;
  font-size: 28px;
  margin: 0 auto 26px;
}
body .sections.happiness .sections-inner .head_h2 span {
  letter-spacing: 0.1em;
  font-size: 28px;
}
body .sections.happiness .sections-inner .head_h2 span.slash-box {
  height: 62px;
  display: flex;
  align-items: center;
  padding-left: 39px;
}
body .sections.happiness .sections-inner .head_h2 span.slash-box + .slash-box {
  margin-top: 12px;
}
body .sections.happiness .sections-inner .head_h2 span.slash-box:nth-child(1) {
  background: url(../img/slash-box__10.svg) no-repeat;
  background-size: contain;
  background-position-x: 0;
}
body .sections.happiness .sections-inner .head_h2 span.slash-box:nth-child(2) {
  background: url(../img/slash-box__20.svg) no-repeat;
  background-size: contain;
  background-position-x: 0;
}
body .sections.happiness .sections-inner p {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.5555555556;
  max-width: 626px;
  color: #414141;
}
@media screen and (max-width: 950px) {
  body .sections.happiness {
    background: #F5F5F5 url(../img/bg-happiness@sp.webp) no-repeat right;
    background-size: cover;
    background-position: center bottom;
  }
  body .sections.happiness .sections-inner {
    padding: 55px 0 57.3333333333vw;
    max-width: 100%;
  }
  body .sections.happiness .sections-inner .head_h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto 19px;
  }
  body .sections.happiness .sections-inner .head_h2 span {
    letter-spacing: 0;
    font-size: 18px;
  }
  body .sections.happiness .sections-inner .head_h2 span.slash-box {
    height: 46px;
    padding-left: 61.5px;
    transform: translateX(-33px);
  }
  body .sections.happiness .sections-inner .head_h2 span.slash-box + .slash-box {
    margin-top: 5px;
  }
  body .sections.happiness .sections-inner .head_h2 span.slash-box:nth-child(1) {
    background: url(../img/slash-box__10@sp.svg) no-repeat;
    background-size: contain;
    background-position-x: 0;
  }
  body .sections.happiness .sections-inner .head_h2 span.slash-box:nth-child(2) {
    background: url(../img/slash-box__20@sp.svg) no-repeat;
    background-size: contain;
    background-position-x: 0;
    transform: translateX(-13px);
    padding-left: 41.5px;
  }
  body .sections.happiness .sections-inner p {
    font-size: 14px;
    line-height: 2;
    margin-left: 6.2666666667vw;
    max-width: 85.3333333333vw;
  }
}
body .sections.cta-area {
  background: #46A1E7;
  padding: 50px 0;
}
body .sections.cta-area .sections-inner {
  padding: 60px 0;
  max-width: 1100px;
  padding: 10px;
}
body .sections.cta-area .sections-inner .border {
  border: 2px solid #46A1E7;
  padding: 50px 35px 35px;
}
body .sections.cta-area .sections-inner .border .head_h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  text-align: center;
  margin-bottom: 25px;
  background: url(../img/wave__cta-area.svg) no-repeat;
  background-size: 492.99px;
  background-position: center bottom;
  padding-bottom: 10px;
}
body .sections.cta-area .sections-inner .border .head_h2 span.light-sky-blue {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  text-align: center;
}
body .sections.cta-area .sections-inner .border .flex {
  gap: 21px;
  justify-content: center;
  margin-bottom: 20px;
}
body .sections.cta-area .sections-inner .border .flex * {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
body .sections.cta-area .sections-inner .border .flex .txt {
  width: 500px;
  padding-top: 20px;
  font-weight: 500;
}
body .sections.cta-area .sections-inner .border .btn {
  margin: 0 auto;
  background: #008DFA;
  width: 700px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
}
body .sections.cta-area .sections-inner .border .btn * {
  font-weight: bold;
  color: #fff;
}
body .sections.cta-area .sections-inner .border .btn .yellow {
  letter-spacing: 0.1em;
  font-size: 34px;
}
body .sections.cta-area .sections-inner .border .btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-4.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 27px;
  right: 30px;
}
body .sections.cta-area .sections-inner .border .cta-area__phone {
  background: #EFF3F7;
  border-radius: 5px;
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 20px;
}
body .sections.cta-area .sections-inner .border .cta-area__phone * {
  font-weight: bold;
}
body .sections.cta-area .sections-inner .border .cta-area__phone > p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.9166666667;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex {
  margin-top: 24px;
  justify-content: center;
  gap: 1px;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item {
  background: #fff;
  width: 300px;
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .ttl {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.4210526316;
  margin: 20px auto 6px;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .ttl span {
  font-size: 15px;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .telephone {
  text-align: center;
  position: relative;
  font-size: 36px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4444444444;
  padding-left: 31px;
  letter-spacing: 0;
}
body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .telephone:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon__phone-cta-area.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0;
  top: 17px;
  transform: unset;
}
@media screen and (max-width: 950px) {
  body .sections.cta-area {
    padding: 20px 12.5px;
  }
  body .sections.cta-area .sections-inner {
    padding: 60px 0;
    max-width: 100%;
    padding: 10px;
  }
  body .sections.cta-area .sections-inner .border {
    padding: 35px 12.5px 12.5px;
    border: 1px solid #46A1E7;
  }
  body .sections.cta-area .sections-inner .border .head_h2 {
    font-size: 22.5px;
    letter-spacing: 0.03em;
    margin-bottom: 13px;
    background: url(../img/wave__cta-area@sp.svg) no-repeat;
    background-size: 282px;
    background-position: center bottom;
    padding-bottom: 7px;
  }
  body .sections.cta-area .sections-inner .border .head_h2 span.light-sky-blue {
    font-size: 22.5px;
    letter-spacing: 0.03em;
    line-height: 0.2057971014;
    text-align: center;
  }
  body .sections.cta-area .sections-inner .border .flex {
    gap: 21px;
    margin-bottom: 25px;
    position: relative;
  }
  body .sections.cta-area .sections-inner .border .flex * {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  body .sections.cta-area .sections-inner .border .flex .txt {
    width: 285px;
    padding-top: 0;
    font-size: 13px;
    margin: 0 auto;
  }
  body .sections.cta-area .sections-inner .border .flex .txt * {
    font-size: 13px;
  }
  body .sections.cta-area .sections-inner .border .flex picture {
    display: none;
  }
  body .sections.cta-area .sections-inner .border .btn {
    width: 240px;
    height: 75px;
    letter-spacing: 0.1em;
    font-size: 18px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    padding-top: 20px;
    display: block;
    text-align: center;
    position: relative;
  }
  body .sections.cta-area .sections-inner .border .btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    top: -70px;
    transform: unset;
    width: 80px;
    height: 84px;
    right: -15px;
    background: url(../img/cta-area@sp.webp) no-repeat;
    background-size: contain;
  }
  body .sections.cta-area .sections-inner .border .btn:before {
    width: 10px;
    height: 18px;
    right: 15px;
  }
  body .sections.cta-area .sections-inner .border .btn .small {
    font-size: 14px;
  }
  body .sections.cta-area .sections-inner .border .btn .yellow {
    letter-spacing: 0.06em;
    font-size: 18px;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone {
    border-radius: 2.5px;
    padding: 19px 12.5px 15px;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone > p {
    font-size: 16px;
    line-height: 1.4375;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex {
    margin-top: 15px;
    margin-bottom: 0;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item {
    width: 100%;
    height: 85px;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .ttl {
    font-size: 12.5px;
    line-height: 1.44;
    margin: 13.5px auto 4px;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .ttl span {
    font-size: 10px;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .telephone {
    font-size: 24px;
    line-height: 1.4583333333;
    padding-left: 22px;
    letter-spacing: 0;
  }
  body .sections.cta-area .sections-inner .border .cta-area__phone .flex .flex-item .telephone:before {
    width: 17px;
    height: 17px;
    top: 12px;
  }
}
body .sections.ttl-section .sections-inner {
  padding: 65px 0;
}
body .sections.ttl-section .sections-inner .head_h2 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 52px;
  font-size: 36px;
  margin-bottom: 40px;
  background: url(../img/wave__form__ttl-section.svg) no-repeat;
  background-size: 492.99px;
  background-position: center bottom;
  padding-bottom: 12px;
}
body .sections.ttl-section .sections-inner p {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  line-height: 1.8333333333;
}
@media screen and (max-width: 950px) {
  body .sections.ttl-section .sections-inner {
    padding: 40px 0 45px;
  }
  body .sections.ttl-section .sections-inner .head_h2 {
    line-height: 1.5;
    font-size: 30px;
    margin-bottom: 10px;
    background: url(../img/wave__form__ttl-section@sp.svg) no-repeat;
    background-size: 222px;
    background-position: center bottom;
    padding-bottom: 3px;
  }
  body .sections.ttl-section .sections-inner p {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 2;
    max-width: 80vw;
    margin: 0 auto;
  }
}
body .sections.form-section {
  background: #F5F5F5;
  padding: 65px 0 120px;
}
body .sections.form-section .sections-inner {
  background: #fff;
  padding-bottom: 80px;
  max-width: 1000px;
}
body .sections.form-section .sections-inner .status {
  justify-content: flex-start;
  flex-wrap: unset;
}
body .sections.form-section .sections-inner .status .status-item {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #008DFA;
  letter-spacing: 0.06em;
  position: relative;
}
body .sections.form-section .sections-inner .status .status-item:nth-child(1):before, body .sections.form-section .sections-inner .status .status-item:nth-child(2):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 15.09px solid;
  right: -15px;
  z-index: 10;
}
body .sections.form-section .sections-inner .status .status-item:nth-child(1) {
  width: 335.25px;
  margin-right: -19px;
  z-index: 10;
}
body .sections.form-section .sections-inner .status .status-item:nth-child(2) {
  width: 368.8px;
  margin-right: -50px;
  z-index: 8;
}
body .sections.form-section .sections-inner .status .status-item:nth-child(3) {
  width: 366.67px;
  z-index: 6;
}
body .sections.form-section .sections-inner .status .status-item.bg__light-sky-blue {
  color: #fff;
}
body .sections.form-section .sections-inner .status .status-item.bg__light-sky-blue:before {
  border-left: 15.09px solid #46A1E7;
}
body .sections.form-section .sections-inner .status .status-item.bg__D0EBFD:before {
  border-left: 15.09px solid #D0EBFD;
}
body .sections.form-section .sections-inner .status .status-item.bg__DFF0FC:before {
  border-left: 15.09px solid #DFF0FC;
}
body .sections.form-section .sections-inner .status .status-item.bg__DEDEDE:before {
  border-left: 15.09px solid #DEDEDE;
}
body .sections.form-section .sections-inner form {
  max-width: 800px;
  width: 100%;
  margin: 80px auto;
}
body .sections.form-section .sections-inner form * {
  color: #414141;
}
body .sections.form-section .sections-inner form .input-area .flex {
  align-items: center;
}
body .sections.form-section .sections-inner form .input-area .flex + .flex {
  margin-top: 45px;
}
body .sections.form-section .sections-inner form .input-area .flex.error.text + * {
  margin-top: 65px;
}
body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 {
  margin-top: 85px !important;
}
body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text {
  margin-top: 40px;
}
body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text .error {
  position: static;
  display: block;
  margin-top: 6px;
}
body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text + .text {
  margin-top: 35px;
}
body .sections.form-section .sections-inner form .input-area .flex.privacy .error {
  position: static;
  margin-top: 7px;
  display: block;
}
body .sections.form-section .sections-inner form .input-area .flex.flex-start .ttl {
  top: 17px;
}
body .sections.form-section .sections-inner form .input-area .ttl {
  position: relative;
  padding-left: 52px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
body .sections.form-section .sections-inner form .input-area .ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: unset;
  top: 0;
  left: 0;
  width: 45px;
  height: 25px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.06em;
}
body .sections.form-section .sections-inner form .input-area .ttl.reqire:before {
  content: "必須";
  color: #fff;
  background: #FF6C6C;
}
body .sections.form-section .sections-inner form .input-area .ttl.reqire ~ .input_box input, body .sections.form-section .sections-inner form .input-area .ttl.reqire ~ .input_box select {
  background: #FFFFCC;
}
body .sections.form-section .sections-inner form .input-area .ttl.any:before {
  content: "任意";
  color: #101010;
  background: #E3F4FF;
}
body .sections.form-section .sections-inner form .input-area .input_box {
  width: 72.5%;
  position: relative;
}
body .sections.form-section .sections-inner form .input-area .input_box * + p {
  margin-top: 18px;
}
body .sections.form-section .sections-inner form .input-area .input_box p, body .sections.form-section .sections-inner form .input-area .input_box a {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.7333333333;
}
body .sections.form-section .sections-inner form .input-area .input_box a {
  color: #46A1E7;
  text-decoration: underline;
}
body .sections.form-section .sections-inner form .input-area .input_box .error {
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #FF5D5D;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label {
  padding-left: 25px;
  cursor: pointer;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check {
  left: -25px;
  position: relative;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:before, body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #707070;
  left: 0;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:after {
  width: 12px;
  height: 12px;
  background: #46A1E7;
  left: 3px;
  transition: 0.3s;
  transform: translateY(-50%) scale(0);
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label input:checked + .radio-check::after {
  transform: translateY(-50%) scale(1);
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label {
  padding-left: 25px;
  cursor: pointer;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check {
  left: -25px;
  position: relative;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:before, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:before {
  border-radius: 5px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #707070;
  left: 0;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:after {
  background: url(../img/form__check.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: translateY(-50%) scale(0);
  width: 13px;
  height: 10px;
  left: 2px;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label input:checked + .checkbox-check::after {
  transform: translateY(-50%) scale(1);
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio .error, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox .error {
  top: 30px;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio > *, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox > * {
  width: 25%;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio.flex-half, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox.flex-half {
  gap: 60px;
  row-gap: 15px;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.radio.flex-half > *, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox.flex-half > * {
  width: auto;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.text {
  gap: 20px;
  row-gap: 15px;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.text .error {
  top: 60px;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.text .flex + .flex {
  margin-top: 0;
}
body .sections.form-section .sections-inner form .input-area .input_box .flex.text .sp {
  font-size: 15px;
  margin-bottom: -10px;
}
body .sections.form-section .sections-inner form .input-area .input_box input::-moz-placeholder {
  color: #9D9D9D;
}
body .sections.form-section .sections-inner form .input-area .input_box input::placeholder {
  color: #9D9D9D;
}
body .sections.form-section .sections-inner form .input-area .input_box input.any {
  background: unset !important;
}
body .sections.form-section .sections-inner form .input-area .input_box input[type=text],
body .sections.form-section .sections-inner form .input-area .input_box input[type=email],
body .sections.form-section .sections-inner form .input-area .input_box select,
body .sections.form-section .sections-inner form .input-area .input_box textarea {
  height: 150px;
  border: #BABABA 1px solid;
  font-size: 15px !important;
  font-weight: normal !important;
  letter-spacing: 0.06em;
  padding: 17px 20px;
}
body .sections.form-section .sections-inner form .input-area .input_box input[type=text],
body .sections.form-section .sections-inner form .input-area .input_box input[type=email],
body .sections.form-section .sections-inner form .input-area .input_box select {
  width: 200px;
  height: 55px;
}
body .sections.form-section .sections-inner form .input-area .input_box input[type=checkbox],
body .sections.form-section .sections-inner form .input-area .input_box input[type=radio] {
  display: none;
}
body .sections.form-section .sections-inner form .input-area .input_box .input-ttl {
  position: absolute;
  top: -23px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
body .sections.form-section .sections-inner form .input-area .input_box label {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
body .sections.form-section .sections-inner form .input-area .input_box label .support {
  position: absolute;
  bottom: -25px;
  color: #9B9B9B;
  font-size: 14px;
  letter-spacing: 0.06em;
}
body .sections.form-section .sections-inner form .input-area .input_box label .support + .error {
  margin: 25px auto 0;
}
body .sections.form-section .sections-inner form .input-area .input_box .select {
  position: relative;
}
body .sections.form-section .sections-inner form .input-area .input_box .select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/form__select-arrow.svg) no-repeat;
  pointer-events: none;
}
body .sections.form-section .sections-inner form .input-area .input_box .select + * {
  margin-top: 45px;
}
body .sections.form-section .sections-inner form .input-area .input_box .select + .error {
  position: static;
  margin: 6px auto -5px;
  display: block;
}
body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}
body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex.wrap {
  flex-wrap: wrap;
}
body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex * {
  font-weight: 500;
  font-size: 18px;
}
body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex > div {
  font-size: 16px;
  font-weight: normal;
}
body .sections.form-section .sections-inner form .input-area .input_box .text + .text {
  margin-top: 45px;
}
body .sections.form-section .sections-inner form .input-area .input_box .checkbox p {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.7333333333;
  margin-top: 16px;
}
body .sections.form-section .sections-inner form .input-area .box {
  margin-top: 60px;
}
body .sections.form-section .sections-inner form .input-area .box .category {
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.06em;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
body .sections.form-section .sections-inner form .submit {
  margin: 60px auto 0;
  transition: 0.3s;
}
body .sections.form-section .sections-inner form .submit:hover {
  opacity: 0.7;
}
body .sections.form-section .sections-inner form .submit input {
  color: #fff;
  width: 100%;
  height: 100%;
}
body .sections.form-section .sections-inner form .submit + .submit {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  body .sections.form-section {
    padding: 0;
  }
  body .sections.form-section .sections-inner {
    max-width: 100%;
    padding: 0 0 60px;
  }
  body .sections.form-section .sections-inner .status {
    flex-direction: unset;
  }
  body .sections.form-section .sections-inner .status .status-item {
    height: 65px;
    font-size: 15px;
  }
  body .sections.form-section .sections-inner .status .status-item:nth-child(1):before, body .sections.form-section .sections-inner .status .status-item:nth-child(2):before {
    border-top: 32.5px solid transparent;
    border-bottom: 32.5px solid transparent;
    border-left: 15.09px solid;
    right: -15px;
  }
  body .sections.form-section .sections-inner .status .status-item:nth-child(1) {
    width: 33.3333333333vw;
    margin-right: 0vw;
  }
  body .sections.form-section .sections-inner .status .status-item:nth-child(2) {
    width: 33.3333333333vw;
    margin-right: 0vw;
  }
  body .sections.form-section .sections-inner .status .status-item:nth-child(3) {
    width: 33.3333333333vw;
  }
  body .sections.form-section .sections-inner .status .status-item.bg__light-sky-blue:before {
    border-left: 15.09px solid #46A1E7;
  }
  body .sections.form-section .sections-inner .status .status-item.bg__D0EBFD:before {
    border-left: 15.09px solid #D0EBFD;
  }
  body .sections.form-section .sections-inner .status .status-item.bg__DFF0FC:before {
    border-left: 15.09px solid #DFF0FC;
  }
  body .sections.form-section .sections-inner .status .status-item.bg__DEDEDE:before {
    border-left: 15.09px solid #DEDEDE;
  }
  body .sections.form-section .sections-inner form {
    max-width: 100%;
    margin: 45px auto 0;
    padding: 0 16.5px;
  }
  body .sections.form-section .sections-inner form .input-area .flex {
    align-items: flex-start;
  }
  body .sections.form-section .sections-inner form .input-area .flex + .flex {
    margin-top: 25px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.text + * {
    margin-top: 20px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.text + .sp__mt-45 {
    margin-top: 55px !important;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 {
    margin-top: 55px !important;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text {
    margin-top: 40px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text .error {
    position: static;
    display: block;
    margin-top: 6px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.error.mt-75 .text + .text {
    margin-top: 35px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.privacy .error {
    position: static;
    margin-top: 7px;
    display: block;
  }
  body .sections.form-section .sections-inner form .input-area .flex.privacy .ttl {
    margin-bottom: 16px;
  }
  body .sections.form-section .sections-inner form .input-area .flex.flex-start .ttl {
    top: 0;
  }
  body .sections.form-section .sections-inner form .input-area .flex.mt-35 {
    margin-top: 25px !important;
  }
  body .sections.form-section .sections-inner form .input-area .flex.mt-75 {
    margin-top: 40px !important;
  }
  body .sections.form-section .sections-inner form .input-area .ttl {
    padding-left: 50px;
    margin-bottom: 10px;
  }
  body .sections.form-section .sections-inner form .input-area .ttl:before {
    width: 40px;
    height: 24px;
    border-radius: 2.5px;
    font-size: 13px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box {
    width: 100%;
  }
  body .sections.form-section .sections-inner form .input-area .input_box * + p {
    margin-top: 18px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box p, body .sections.form-section .sections-inner form .input-area .input_box a {
    font-size: 13px;
    line-height: 1.6923076923;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio {
    gap: 20px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label {
    padding-left: 37px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check {
    left: -37px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:before {
    width: 25px;
    height: 25px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio label .radio-check:after {
    width: 15px;
    height: 15px;
    left: 5px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox {
    gap: 20px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label {
    padding-left: 37px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check {
    left: -37px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:before {
    border-radius: 2.5px;
    width: 25px;
    height: 25px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox label .checkbox-check:after {
    width: 18px;
    height: 15px;
    left: 3px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox {
    margin-top: 6px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio .error, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox .error {
    position: static;
    margin-top: -10px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio > *, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox > * {
    width: 100%;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio.flex-half, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox.flex-half {
    gap: 0;
    row-gap: 20px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.radio.flex-half > *, body .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox.flex-half > * {
    width: auto;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.text {
    gap: 10px;
    row-gap: 15px;
    flex-direction: unset;
    margin-top: 10px;
    align-items: flex-end;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.text label {
    width: auto;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.text .error {
    position: static;
    margin-top: -10px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .flex.text .flex + .flex {
    margin-top: 0;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input::-moz-placeholder {
    font-size: 13px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input::placeholder {
    font-size: 13px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input[type=text],
  body .sections.form-section .sections-inner form .input-area .input_box input[type=email],
  body .sections.form-section .sections-inner form .input-area .input_box select,
  body .sections.form-section .sections-inner form .input-area .input_box textarea {
    padding: 17px 10px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input[type=text],
  body .sections.form-section .sections-inner form .input-area .input_box input[type=email],
  body .sections.form-section .sections-inner form .input-area .input_box select {
    width: 100%;
    height: 60px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input.w-120,
  body .sections.form-section .sections-inner form .input-area .input_box div.w-120 {
    width: 75px !important;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input.w-120.sp__w-140,
  body .sections.form-section .sections-inner form .input-area .input_box div.w-120.sp__w-140 {
    width: 140px !important;
  }
  body .sections.form-section .sections-inner form .input-area .input_box input.w-120.sp__w-165,
  body .sections.form-section .sections-inner form .input-area .input_box div.w-120.sp__w-165 {
    width: 165px !important;
  }
  body .sections.form-section .sections-inner form .input-area .input_box textarea {
    height: 48vw;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .input-ttl {
    top: -20px;
    font-size: 12px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box label {
    font-size: 15px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box label .support {
    bottom: -20px;
    font-size: 12px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box label .support + .error {
    margin: 25px auto 0;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .select + * {
    margin-top: 32.5px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .select + .error {
    position: static;
    margin: 6px auto -5px;
    display: block;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex {
    gap: 5px;
    font-size: 15px;
    font-weight: normal;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex * {
    font-size: 15px;
    font-weight: normal;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex > div {
    font-size: 13px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex.ml-30 {
    margin-left: 0 !important;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex.ml-50 {
    margin-left: 16px !important;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text .inline-flex.wrap {
    width: 100%;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .text + .text {
    margin-top: 32.5px;
  }
  body .sections.form-section .sections-inner form .input-area .input_box .checkbox p {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.7333333333;
    margin-top: 16px;
  }
  body .sections.form-section .sections-inner form .input-area .box {
    margin-top: 45px;
  }
  body .sections.form-section .sections-inner form .input-area .box .category {
    border-radius: 2.5px;
    padding-left: 10px;
    height: 45px;
    margin-bottom: 25px !important;
  }
  body .sections.form-section .sections-inner form .submit {
    margin: 45px auto 0;
  }
}
body article.form.confirm .sections.ttl-section .sections-inner {
  padding-bottom: 58px;
}
body article.form.confirm .sections.ttl-section .sections-inner .head_h2 {
  background: unset;
  padding-bottom: 0;
  margin-bottom: 20px;
}
body article.form.confirm .sections.form-section .sections-inner form .input-area .flex + .flex {
  margin-top: 15px !important;
}
body article.form.confirm .sections.form-section .sections-inner form .input-area .input_box .select + * {
  margin-top: 15px;
}
body article.form.confirm .sections.form-section .flex .input_box .text > div:not(.inline-flex), body article.form.confirm .sections.form-section .flex.radio, body article.form.confirm .sections.form-section .flex.checkbox {
  background: #EBEBEB;
  letter-spacing: 0.06em;
  width: 200px;
  padding-left: 20px;
  display: flex;
  height: 55px;
  align-items: center;
}
body article.form.confirm .sections.form-section .flex .inline-flex {
  background: unset;
  display: inline-flex;
  align-items: center;
}
body article.form.confirm .sections.form-section .flex .inline-flex > div {
  background: #EBEBEB;
  letter-spacing: 0.06em;
  width: 120px;
  padding-left: 20px;
  display: flex;
  height: 55px;
  align-items: center;
}
body article.form.confirm .sections.form-section .flex .select {
  padding-left: 20px;
  display: flex;
  height: 55px;
  align-items: center;
  height: 55px;
}
body article.form.confirm .sections.form-section .flex .select,
body article.form.confirm .sections.form-section .flex .textarea {
  background: #EBEBEB;
  letter-spacing: 0.06em;
  width: 100%;
}
body article.form.confirm .sections.form-section .flex .textarea {
  height: auto;
  min-height: 150px;
  padding: 25px 20px;
}
body article.form.confirm .sections.form-section .input-area .input_box .flex.checkbox > * {
  width: 100%;
}
body article.form.confirm .sections.form-section .input-area .input_box .text + .text {
  margin-top: 15px;
}
body article.form.confirm .privacy .checkbox + p,
body article.form.confirm .input-ttl,
body article.form.confirm .support,
body article.form.confirm .select:before {
  display: none;
}
body article.form.thanks {
  padding-bottom: 25px;
}
body article.form.thanks .sections.ttl-section .sections-inner .head_h2 {
  background: url(../img/wave__form-thanks__ttl-section.svg) no-repeat;
  background-size: 302.73px;
  background-position: center bottom;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
body article.form.thanks .border {
  margin: 0 auto 44px;
  width: 800px;
  border: 1px solid #008DFA;
  border-radius: 5px;
  background: #fff;
  padding: 60px;
}
body article.form.thanks .border p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.3529411765;
}
body article.form.thanks .border p + p {
  margin-top: 30px;
}
@media screen and (max-width: 950px) {
  body article.form.confirm .sections.ttl-section .sections-inner {
    padding-bottom: 35px;
  }
  body article.form.confirm .sections.form-section .sections-inner form .input-area .flex + .flex {
    margin-top: 25px !important;
  }
  body article.form.confirm .sections.form-section .sections-inner form .input-area .input_box .select + * {
    margin-top: 15px;
  }
  body article.form.confirm .sections.form-section .sections-inner form .input-area .input_box .flex.radio,
  body article.form.confirm .sections.form-section .sections-inner form .input-area .input_box .flex.checkbox {
    margin-top: 0;
  }
  body article.form.confirm .sections.form-section .flex .input_box .text > div:not(.inline-flex), body article.form.confirm .sections.form-section .flex.radio, body article.form.confirm .sections.form-section .flex.checkbox {
    width: 100%;
    padding-left: 10px;
    height: 60px;
    align-items: flex-start;
    justify-content: center;
    font-size: 13px;
  }
  body article.form.confirm .sections.form-section .flex .inline-flex {
    background: unset;
    display: inline-flex;
    align-items: center;
  }
  body article.form.confirm .sections.form-section .flex .inline-flex > div {
    width: 120px;
    padding-left: 10px;
    height: 55px;
    align-items: center;
  }
  body article.form.confirm .sections.form-section .flex .select {
    padding-left: 20px;
    display: flex;
    height: 55px;
    align-items: center;
    height: 55px;
  }
  body article.form.confirm .sections.form-section .flex .select,
  body article.form.confirm .sections.form-section .flex .textarea {
    width: 100%;
    font-size: 13px;
  }
  body article.form.confirm .sections.form-section .flex .textarea {
    height: auto;
    min-height: 150px;
    padding: 25px 20px;
  }
  body article.form.confirm .sections.form-section .input-area .input_box .flex.checkbox > * {
    width: 100%;
  }
  body article.form.confirm .sections.form-section .input-area .input_box .text + .text {
    margin-top: 15px;
  }
  body article.form.thanks {
    padding-bottom: 25px;
  }
  body article.form.thanks .sections.ttl-section .sections-inner .head_h2 {
    background-size: 258px;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  body article.form.thanks .border {
    margin: 0 auto 40px;
    width: calc(100% - 35px);
    border-radius: 2.5px;
    padding: 40px 20px;
  }
  body article.form.thanks .border p {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
  }
  body article.form.thanks .border p + p {
    margin-top: 25px;
  }
}
body article.archive.staff .sections.ttl-section .sections-inner {
  padding: 70px 0 60px;
}
body article.archive.staff .sections.ttl-section .sections-inner .head_h2 {
  margin-bottom: 0;
}
body article.archive.staff .staff-list .sections-inner {
  max-width: 860px;
  padding-bottom: 130px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt {
  width: 380px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 {
  margin-bottom: 30px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.main {
  font-size: 36px;
  letter-spacing: 0.1em;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.main .light-sky-blue {
  font-size: 36px;
  letter-spacing: 0.1em;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.small {
  font-size: 16px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt dl {
  display: flex;
  flex-wrap: wrap;
}
body article.archive.staff .staff-list .sections-inner .flex .txt dl * {
  font-weight: 500;
  line-height: 1.95;
}
body article.archive.staff .staff-list .sections-inner .flex .txt dl dt {
  font-size: 17px;
  width: 85px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt dl dd {
  width: 280px;
  padding-left: 37px;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .btn {
  margin-top: 30px;
  width: 100%;
  height: 70px;
  font-size: 19px;
  padding-left: 20px;
  justify-content: flex-start;
}
body article.archive.staff .staff-list .sections-inner .flex .txt .btn:before {
  right: 30px;
}
body article.archive.staff .staff-list .sections-inner .flex + .flex {
  margin-top: 150px;
}
body article.archive.staff .staff-list .sections-inner .flex:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  body article.archive.staff .sections.ttl-section .sections-inner {
    padding: 46px 0 35px;
  }
  body article.archive.staff .sections.ttl-section .sections-inner .head_h2 {
    background-size: 200px;
    padding-bottom: 8px;
  }
  body article.archive.staff .staff-list .sections-inner {
    max-width: 100%;
    padding-bottom: 60px;
  }
  body article.archive.staff .staff-list .sections-inner .flex img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt {
    width: 69.3333333333vw;
    margin: 0 auto;
    margin-right: 30px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 {
    margin-bottom: 16.5px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.main {
    font-size: 29px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.main .light-sky-blue {
    font-size: 29px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .head_h2 span.small {
    font-size: 11.5px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt dl dt {
    font-size: 14px;
    width: 83px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt dl dd {
    font-size: 14px;
    width: calc(100% - 83px);
    padding-left: 11.5px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt dl dd span {
    font-size: 12px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .btn {
    margin-top: 20px;
    height: 55px;
    font-size: 14px;
  }
  body article.archive.staff .staff-list .sections-inner .flex .txt .btn:before {
    right: 10px;
  }
  body article.archive.staff .staff-list .sections-inner .flex + .flex {
    margin-top: 60px;
  }
  body article.archive.staff .staff-list .sections-inner .flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  body article.archive.staff .staff-list .sections-inner .flex:nth-child(even) .txt {
    margin: 0 auto;
    margin-left: 30px;
  }
}
body article.single.single-staff .staff-content .bg__dots {
  max-width: 880px;
  padding: 90px 0;
  margin: 0 auto;
  position: relative;
}
body article.single.single-staff .staff-content .bg__dots .txt {
  max-width: 475px;
}
body article.single.single-staff .staff-content .bg__dots .txt .head_h2 {
  margin-bottom: 30px;
}
body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.main {
  font-size: 36px;
  letter-spacing: 0.1em;
}
body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.main .light-sky-blue {
  font-size: 36px;
  letter-spacing: 0.1em;
}
body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.small {
  font-size: 16px;
}
body article.single.single-staff .staff-content .bg__dots .txt dl {
  display: flex;
  flex-wrap: wrap;
}
body article.single.single-staff .staff-content .bg__dots .txt dl * {
  font-weight: 500;
  line-height: 1.95;
}
body article.single.single-staff .staff-content .bg__dots .txt dl dt {
  font-size: 17px;
  width: 85px;
}
body article.single.single-staff .staff-content .bg__dots .txt dl dd {
  width: 390px;
  padding-left: 30px;
}
body article.single.single-staff .staff-content .staff-detail {
  background: #EFF3F7;
  padding: 90px 0 110px;
}
body article.single.single-staff .staff-content .staff-detail > * {
  margin: 0 auto;
  width: 870px;
}
body article.single.single-staff .staff-content .staff-detail .about {
  background: #Fff;
  border-radius: 20px;
  padding: 30px 60px 50px;
  margin-bottom: 40px;
}
body article.single.single-staff .staff-content .staff-detail .about .head_h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #46A1E7;
}
body article.single.single-staff .staff-content .staff-detail .about p {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1.8823529412;
}
body article.single.single-staff .staff-content .staff-detail .num-box {
  background: #fff;
  box-shadow: #FFFF8B 2px 4px 0;
  border-radius: 20px 0 20px 20px;
  position: relative;
}
body article.single.single-staff .staff-content .staff-detail .num-box:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: -2px;
  transform: unset;
  width: 872px;
  height: 30px;
  left: -2px;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex {
  padding: 44px 60px 70px;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span {
  font-weight: bold;
  display: block;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.num {
  font-size: 38px;
  line-height: 55px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.ttl {
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.ttl.small {
  font-size: 24px;
  line-height: 1.6666666667;
}
body article.single.single-staff .staff-content .staff-detail .num-box .flex .txt {
  padding-top: 60px;
  max-width: 505px;
  width: 100%;
  line-height: 1.8823529412;
  font-size: 17px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(2) * {
  color: #46A1E7;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(2):before {
  background: url(../img/staffs/num-box__2.svg) no-repeat;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(3) * {
  color: #1E91EB;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(3):before {
  background: url(../img/staffs/num-box__3.svg) no-repeat;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(4) * {
  color: #0170C6;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(4):before {
  background: url(../img/staffs/num-box__4.svg) no-repeat;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(5) * {
  color: #005495;
}
body article.single.single-staff .staff-content .staff-detail .num-box:nth-of-type(5):before {
  background: url(../img/staffs/num-box__5.svg) no-repeat;
}
body article.single.single-staff .staff-content .staff-detail .num-box + .num-box {
  margin-top: 40px;
}
body article.single.single-staff .staff-content .staff-detail .msg {
  background: #46A1E7;
  position: relative;
  margin-top: 90px;
  border-radius: 30px;
  padding: 63px 0 90px;
}
body article.single.single-staff .staff-content .staff-detail .msg:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/staffs/msg.png) no-repeat;
  background-size: contain;
  width: 952.41px;
  height: 167.05px;
  left: -14.5px;
  top: unset;
  bottom: -20px;
  transform: unset;
  z-index: 10;
}
body article.single.single-staff .staff-content .staff-detail .msg img {
  width: 280px;
  height: 380px;
  border-radius: 10px;
  position: absolute;
  top: -32px;
  left: -23px;
  box-shadow: #FFFF46 6px 8px 0;
}
body article.single.single-staff .staff-content .staff-detail .msg .txt {
  max-width: 460px;
  margin: 0 auto;
  margin-right: 110px;
}
body article.single.single-staff .staff-content .staff-detail .msg .txt .head_h2 {
  background: url(../img/wave__msg.svg) no-repeat;
  background-size: 302.73px;
  background-position: left bottom;
  padding-bottom: 20px;
  font-size: 29px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
body article.single.single-staff .staff-content .staff-detail .msg .txt p {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 2.0588235294;
  font-weight: 500;
}
body article.single.single-staff .staff-content .staff-detail .msg * {
  color: #fff;
}
@media screen and (max-width: 950px) {
  body article.single.single-staff .staff-content .bg__dots {
    max-width: 100%;
    padding: 12vw 0;
  }
  body article.single.single-staff .staff-content .bg__dots .txt {
    max-width: 82.5333333333vw;
    margin: 0 auto;
  }
  body article.single.single-staff .staff-content .bg__dots .txt .head_h2 {
    position: absolute;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
  }
  body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span {
    text-align: center;
  }
  body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.main {
    font-size: 9.4666666667vw;
  }
  body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.main .light-sky-blue {
    font-size: 9.4666666667vw;
  }
  body article.single.single-staff .staff-content .bg__dots .txt .head_h2 span.small {
    display: block;
    font-size: 3.7333333333vw;
  }
  body article.single.single-staff .staff-content .bg__dots .txt dl {
    position: relative;
    z-index: 10;
  }
  body article.single.single-staff .staff-content .bg__dots .txt dl * {
    line-height: 2.1428571429;
  }
  body article.single.single-staff .staff-content .bg__dots .txt dl dt {
    font-size: 3.7333333333vw;
    width: 21.3333333333vw;
  }
  body article.single.single-staff .staff-content .bg__dots .txt dl dd {
    font-size: 3.7333333333vw;
    padding-left: 4.4vw;
    width: 60.4vw;
  }
  body article.single.single-staff .staff-content .bg__dots img {
    position: absolute;
    height: auto;
  }
  body article.single.single-staff .staff-content.nanzaki .bg__dots {
    height: 137.3333333333vw;
    padding-top: 72vw;
  }
  body article.single.single-staff .staff-content.nanzaki .bg__dots img {
    top: 12vw;
    left: 0;
    width: 50.5333333333vw;
  }
  body article.single.single-staff .staff-content.nanzaki .bg__dots .txt .head_h2 {
    right: 15.6vw;
    top: 41.0666666667vw;
  }
  body article.single.single-staff .staff-content.aihara .bg__dots {
    height: 130.4vw;
    padding-top: 49.3333333333vw;
  }
  body article.single.single-staff .staff-content.aihara .bg__dots img {
    top: 9.8666666667vw;
    right: 0;
    width: 48.5333333333vw;
  }
  body article.single.single-staff .staff-content.aihara .bg__dots .txt .head_h2 {
    left: 8.8vw;
    top: 12vw;
  }
  body article.single.single-staff .staff-content.konno .bg__dots {
    height: 123.8666666667vw;
    padding-top: 66.6666666667vw;
  }
  body article.single.single-staff .staff-content.konno .bg__dots img {
    top: 12vw;
    left: 0;
    width: 46.2666666667vw;
  }
  body article.single.single-staff .staff-content.konno .bg__dots .txt .head_h2 {
    right: 8.6666666667vw;
    top: 24.2666666667vw;
  }
  body article.single.single-staff .staff-content .staff-detail {
    padding: 45px 0 60px;
  }
  body article.single.single-staff .staff-content .staff-detail > * {
    width: 100%;
  }
  body article.single.single-staff .staff-content .staff-detail .about {
    border-radius: 10px;
    padding: 30px 0 35px;
    margin-bottom: 35px;
    width: calc(100% - 35px);
  }
  body article.single.single-staff .staff-content .staff-detail .about > * {
    width: 77.3333333333vw;
    margin: 0 auto;
  }
  body article.single.single-staff .staff-content .staff-detail .about .head_h2 {
    margin-bottom: 20px;
    font-size: 21px;
    padding-bottom: 20px;
  }
  body article.single.single-staff .staff-content .staff-detail .about p {
    font-size: 14px;
    line-height: 2;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box {
    width: calc(100% - 35px);
    box-shadow: #FFFF8B 2px 4px 3px;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box:before {
    top: -2px;
    width: 100%;
    height: 7.128vw;
    left: -2px;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex {
    padding: 24px 25px 35px;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span {
    text-align: center;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.num {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.ttl {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex .head_h2 span.ttl.small {
    font-size: 21px;
    line-height: 1.5476190476;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box .flex .txt {
    padding-top: 20px;
    max-width: 77.3333333333vw;
    width: 100%;
    line-height: 2;
    font-size: 14px;
  }
  body article.single.single-staff .staff-content .staff-detail .num-box + .num-box {
    margin-top: 35px;
  }
  body article.single.single-staff .staff-content .staff-detail .msg {
    margin-top: 21.3333333333vw;
    border-radius: 4vw;
    padding: 48.2666666667vw 0 14.6666666667vw;
    max-width: calc(100% - 35px);
  }
  body article.single.single-staff .staff-content .staff-detail .msg:before {
    background: url(../img/staffs/msg@sp.png) no-repeat;
    background-size: 100%;
    width: 100vw;
    height: 30.9333333333vw;
    left: -17.5px;
    bottom: -16vw;
  }
  body article.single.single-staff .staff-content .staff-detail .msg img {
    width: 37.3333333333vw;
    height: 50.6666666667vw;
    border-radius: 1.3333333333vw;
    top: -9.3333333333vw;
    left: -1.3333333333vw;
  }
  body article.single.single-staff .staff-content .staff-detail .msg .txt {
    max-width: 72vw;
    margin-right: auto;
  }
  body article.single.single-staff .staff-content .staff-detail .msg .txt .head_h2 {
    background: url(../img/wave__msg.svg) no-repeat;
    background-size: 51.8586666667vw;
    background-position: center bottom;
    padding-bottom: 5.8666666667vw;
    font-size: 6.8vw;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 12.1333333333vw;
    right: 4.1333333333vw;
    width: 51.8586666667vw;
  }
  body article.single.single-staff .staff-content .staff-detail .msg .txt p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
body article.single.single-worries .worries-contents {
  background: #DFF0FC;
}
body article.single.single-worries .worries-contents .sections-inner {
  max-width: 940px;
  padding: 120px 0;
}
body article.single.single-worries .worries-contents .sections-inner .head_h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
body article.single.single-worries .worries-contents .sections-inner .head_h1 * {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
body article.single.single-worries .worries-contents .sections-inner .head_h1 .marker:before {
  z-index: -1;
  width: 98%;
}
body article.single.single-worries .worries-contents .sections-inner .content {
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
}
body article.single.single-worries .worries-contents .sections-inner .content .content-inner {
  margin: 0 auto;
  padding: 80px 95px;
}
body article.single.single-worries .worries-contents .sections-inner .content img {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: 0 auto;
}
body article.single.single-worries .worries-contents .sections-inner .content img.main {
  max-width: 560px;
  margin-bottom: 60px;
}
body article.single.single-worries .worries-contents .sections-inner .content p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
body article.single.single-worries .worries-contents .sections-inner .content p + p {
  margin-top: 60px;
}
body article.single.single-worries .worries-contents .sections-inner .content p + img {
  margin-top: 50px;
}
body article.single.single-worries .worries-contents .sections-inner .content p + .head_h2 {
  margin-top: 20px;
}
body article.single.single-worries .worries-contents .sections-inner .content ul {
  margin: 20px auto;
}
body article.single.single-worries .worries-contents .sections-inner .content ul li {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2.6666666667;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
body article.single.single-worries .worries-contents .sections-inner .content ul li span {
  font-weight: bold;
  display: block;
}
body article.single.single-worries .worries-contents .sections-inner .content ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: 17px;
  transform: unset;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #008DFA;
}
body article.single.single-worries .worries-contents .sections-inner .content .head_h2 {
  font-weight: bold;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2.6666666667;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
}
body article.single.single-worries .worries-contents .sections-inner .content .head_h2:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: 17px;
  transform: unset;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #008DFA;
}
body article.single.single-worries .worries-contents .sections-inner .content .head_h2 + p {
  margin-top: 0;
}
body article.single.single-worries .worries-contents .sections-inner .content .head_h2 + p + p {
  margin-top: 20px;
}
body article.single.single-worries .worries-contents .sections-inner .content .flex {
  margin: 60px auto;
  align-items: flex-start;
}
body article.single.single-worries .worries-contents .sections-inner .content .flex img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin: 0;
}
body article.single.single-worries .worries-contents .sections-inner .content .flex .txt {
  width: 56%;
}
body article.single.single-worries .worries-contents .sections-inner .content .btn {
  width: 360px;
  height: 90px;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  body article.single.single-worries .worries-contents .sections-inner {
    max-width: 100%;
    padding: 45px 10px 15px;
  }
  body article.single.single-worries .worries-contents .sections-inner .head_h1 {
    font-size: 22px;
    margin-bottom: 26px;
    line-height: 1.7;
  }
  body article.single.single-worries .worries-contents .sections-inner .head_h1 * {
    font-size: 22px;
    line-height: 1.7;
  }
  body article.single.single-worries .worries-contents .sections-inner .head_h1 .marker:before {
    bottom: -5px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .content-inner {
    padding: 15px 15px 60px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content img {
    max-width: 100%;
  }
  body article.single.single-worries .worries-contents .sections-inner .content img.main {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content p {
    font-size: 14px;
    font-weight: normal;
  }
  body article.single.single-worries .worries-contents .sections-inner .content p + img {
    margin-top: 20px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content p + .head_h2 {
    margin-top: 30px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content ul {
    margin: 25px auto;
  }
  body article.single.single-worries .worries-contents .sections-inner .content ul li {
    font-size: 14px;
    line-height: 2;
    padding-left: 15px;
    font-weight: normal;
  }
  body article.single.single-worries .worries-contents .sections-inner .content ul li span {
    font-weight: normal;
  }
  body article.single.single-worries .worries-contents .sections-inner .content ul li:before {
    top: 11px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .head_h2 {
    font-size: 14px;
    line-height: 2;
    padding-left: 18px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .head_h2:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    top: 17px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .head_h2 + p + p {
    margin-top: 20px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .flex {
    margin: 20px auto 40px;
    gap: 20px;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .flex img {
    order: 2;
    width: 100%;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .flex .txt {
    order: 1;
    width: 100%;
  }
  body article.single.single-worries .worries-contents .sections-inner .content .btn {
    min-width: 230px;
    height: 65px;
    font-size: 17px;
    letter-spacing: 0.06em;
    margin-top: 40px;
    max-width: calc(100% - 40px);
  }
}/*# sourceMappingURL=style.css.map */