@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.section {
  padding: 80px 0 100px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 7.8125vw 0 9.765625vw;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 15.38461538vw 0 17.94871795vw;
  }
}
.section h2 {
  color: #061C3A;
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto 50px;
}
@media screen and (max-width: 1024px) {
  .section h2 {
    font-size: 3.90625vw;
    margin: 1.953125vw auto 4.8828125vw;
  }
}
@media screen and (max-width: 480px) {
  .section h2 {
    font-size: 6.666666667vw;
    margin: 3.846153846vw auto 10.25641026vw;
  }
}
.section h3 {
  color: #154C7B;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px auto 30px;
  padding-left: 20px;
  border-left: 5px solid #4B7CB9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section h3 {
    font-size: 2.734375vw;
    margin: 3.90625vw auto 2.9296875vw;
    padding-left: 1.953125vw;
    border-left-width: 0.48828125vw;
  }
}
@media screen and (max-width: 480px) {
  .section h3 {
    font-size: 5.384615385vw;
    margin: 7.692307692vw auto 5.128205128vw;
    padding-left: 3.846153846vw;
    border-left-width: 1.282051282vw;
  }
}
.section h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  background-color: #274E7F;
  position: absolute;
  top: 0;
  left: -5px;
}
@media screen and (max-width: 1024px) {
  .section h3::before {
    width: 0.48828125vw;
    left: -0.48828125vw;
  }
}
@media screen and (max-width: 480px) {
  .section h3::before {
    width: 1.282051282vw;
    left: -1.282051282vw;
  }
}
.section p {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .section p {
    font-size: 1.66015625vw;
  }
}
@media screen and (max-width: 480px) {
  .section p {
    font-size: 4.358974359vw;
    line-height: 1.6;
  }
}
.section p:has(+ h2) {
  color: #C78715;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .section p:has(+ h2) {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  .section p:has(+ h2) {
    font-size: 4.102564103vw;
  }
}
.section p:has(+ h2)::after {
  content: "";
  display: block;
  width: 100%;
  /* 線の長さ（適宜調整） */
  height: 1px;
  /* 線の太さ */
  /* 中央に色を配置し、両端を透明（transparent）にするグラデーション */
  background: -webkit-radial-gradient(circle, #d4a017 0%, transparent 100%);
  background: radial-gradient(circle, #d4a017 0%, transparent 100%);
  /* もしくは、よりシャープに調整したい場合は linear-gradient */
  /* background: linear-gradient(to right, transparent, #d4a017 50%, transparent); */
  margin: 10px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section p:has(+ h2)::after {
    margin: 0.9765625vw 0 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  .section p:has(+ h2)::after {
    margin: 2.564102564vw 0 5.128205128vw;
  }
}
.section p:where(h2 + p) {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .section p:where(h2 + p) {
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }
}
.section.bg_bl {
  background-image: url(../img/cta_bg_bl.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.bg_bl .spbr {
  display: none;
}
@media screen and (max-width: 480px) {
  .section.bg_bl .spbr {
    display: block;
  }
}
.section.bg_color {
  background-image: url(../img/cta_bg_color.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .section.bg_color .catch br {
    display: none;
  }
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  width: 350px;
  height: auto;
  aspect-ratio: 35/8;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn {
    gap: 0.9765625vw;
    font-size: 1.953125vw;
    width: 34.1796875vw;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 4.615384615vw;
    width: 100%;
  }
}
.btn::before {
  content: "";
  width: 350px;
  height: auto;
  aspect-ratio: 350/33;
  background: #FFFFFF;
  opacity: 0.1;
  border-radius: 10px 10px 30px 20px;
  position: absolute;
  left: 0.5px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .btn::before {
    width: 34.1796875vw;
    left: 0.0048828125vw;
  }
}
@media screen and (max-width: 480px) {
  .btn::before {
    width: 100%;
  }
}
.btn::after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 100%;
  background-image: url(../img/cta_btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .btn::after {
    width: 2.44140625vw;
    right: 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  .btn::after {
    width: 5.641025641vw;
    right: 3.846153846vw;
  }
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
}
.btn.rd {
  background: -webkit-gradient(linear, left top, left bottom, from(#E31515), to(#A60000));
  background: -webkit-linear-gradient(top, #E31515 0%, #A60000 100%);
  background: linear-gradient(180deg, #E31515 0%, #A60000 100%);
  -webkit-box-shadow: 0px 4px 8px #D6DEE7;
          box-shadow: 0px 4px 8px #D6DEE7;
}
.btn.or {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEA83F), to(#D67600));
  background: -webkit-linear-gradient(top, #FEA83F 0%, #D67600 100%);
  background: linear-gradient(180deg, #FEA83F 0%, #D67600 100%);
  -webkit-box-shadow: 0px 4px 8px #D6DEE7;
          box-shadow: 0px 4px 8px #D6DEE7;
}
.btn.gd {
  background: -webkit-gradient(linear, left bottom, left top, from(#BC8521), to(#E6BF61));
  background: -webkit-linear-gradient(bottom, #BC8521 0%, #E6BF61 100%);
  background: linear-gradient(0deg, #BC8521 0%, #E6BF61 100%);
}

.btn_default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #294f7d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 50px auto 5px;
  width: 435px;
  height: auto;
  aspect-ratio: 29/5;
  border: solid 2px #d9d9d9;
  position: relative;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .btn_default {
    font-size: 1.7578125vw;
    width: 42.48046875vw;
    margin: 4.8828125vw auto 0.48828125vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_default {
    font-size: 3.846153846vw;
    width: 90%;
  }
}
.btn_default span {
  display: inline-block;
}
.btn_default:hover {
  opacity: 0.8;
}
.btn_default:before {
  content: " ";
  display: block;
  margin-top: -7.5px;
  width: 18px;
  height: 18px;
  background: url(../img/btn_default_arrow.png) no-repeat top left;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn_default.bl {
  color: #fff;
  background-color: #294f7d;
  border-color: #294f7d;
}
.btn_default.bl::before {
  background: url(../img/btn_default_bl_arrow.png) no-repeat top left;
  background-size: 100%;
}
.btn_default.top {
  color: #Fff;
  aspect-ratio: 29/7;
  background: -webkit-linear-gradient(341.13deg, #284E7F 12.99%, #061C3A 87.52%);
  background: linear-gradient(108.87deg, #284E7F 12.99%, #061C3A 87.52%);
  border: none;
  border-radius: 5em;
}
.btn_default.top::before {
  background: url(../img/btn_default_bl_arrow.png) no-repeat top left;
  background-size: 100%;
}

.txtC {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cta_outer {
  text-align: center;
  margin: 0 auto;
  padding: 45px 0 60px;
  width: 90%;
  max-width: 1080px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta_outer {
    padding: 4.39453125vw 0 5.859375vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer {
    padding: 7.692307692vw 5.128205128vw;
  }
}
.cta_outer .catch {
  color: #154C7B;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .cta_outer .catch {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .catch {
    font-size: 5.641025641vw;
  }
}
@media screen and (min-width: 481px) {
  .cta_outer .catch .sp {
    display: none;
  }
}
.cta_outer .lead {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .cta_outer .lead {
    font-size: 1.66015625vw;
    margin-top: 2.44140625vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .lead {
    font-size: 4.358974359vw;
    text-align: left;
    margin: 6.41025641vw auto 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .cta_outer .lead br:not([class]) {
    display: none;
  }
}
.cta_outer .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .cta_outer .flex {
    gap: 2.9296875vw;
    margin-top: 2.9296875vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex .flex_item {
    margin-top: 5.128205128vw;
  }
}
.cta_outer .flex p {
  color: #154C7B;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cta_outer .flex p {
    font-size: 1.46484375vw;
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex p {
    font-size: 3.333333333vw;
    margin-bottom: 2.564102564vw;
  }
}
.cta_outer .flex p::before, .cta_outer .flex p::after {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .cta_outer .flex p::before, .cta_outer .flex p::after {
    margin: 0 0.48828125vw;
  }
}
.cta_outer .flex p::before {
  content: "＼";
}
.cta_outer .flex p::after {
  content: "／";
}
.cta_outer .flex a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta_outer .flex + p {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .cta_outer .flex + p {
    margin-top: 2.44140625vw;
  }
}
.cta_outer.bl {
  margin-bottom: 35px;
  background-color: #001D42;
}
@media screen and (max-width: 1024px) {
  .cta_outer.bl {
    margin-bottom: 3.41796875vw;
  }
}
.cta_outer.bl .catch {
  color: #E4BE63;
}
@media screen and (max-width: 480px) {
  .cta_outer.bl .catch br {
    display: none;
  }
}
.cta_outer.bl .lead {
  color: #fff;
}
.cta_outer.bl .flex p {
  color: #fff;
}
.cta_outer.bl .flex .btn.mail,
.cta_outer.bl .flex .btn.tel {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cta_outer.bl .flex .btn.mail .icon,
.cta_outer.bl .flex .btn.tel .icon {
  margin-left: 25px;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .cta_outer.bl .flex .btn.mail .icon,
  .cta_outer.bl .flex .btn.tel .icon {
    margin-left: 1.44140625vw;
    width: 2.9296875vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer.bl .flex .btn.mail .icon,
  .cta_outer.bl .flex .btn.tel .icon {
    margin-left: 6.41025641vw;
    width: 7.692307692vw;
  }
}
.cta_outer.bl .flex .btn.mail .text,
.cta_outer.bl .flex .btn.tel .text {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .cta_outer.bl .flex .btn.mail .text,
  .cta_outer.bl .flex .btn.tel .text {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer.bl .flex .btn.mail .text,
  .cta_outer.bl .flex .btn.tel .text {
    width: 65%;
  }
}
.cta_outer.bl .flex .btn.mail {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (min-width: 768px) {
  .cta_outer.bl .flex .btn.tel {
    pointer-events: none;
  }
  .cta_outer.bl .flex .btn.tel::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta_outer.bl .flex .btn.tel .text {
    width: 70%;
  }
}
.cta_outer.bl .flex .btn.tel .text span {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1024px) {
  .cta_outer.bl .flex .btn.tel .text span {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer.bl .flex .btn.tel .text span {
    font-size: 6.153846154vw;
  }
}
.cta_outer.bl .flex .btn.tel .text small {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cta_outer.bl .flex .btn.tel .text small {
    font-size: 10px;
  }
}
.cta_outer.bl .flex + p {
  color: #fff;
  font-weight: 400;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cta_outer.bl .flex + p {
    margin-top: 2.44140625vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer.bl .flex + p {
    font-size: 3.58974359vw;
    margin-top: 5.128205128vw;
  }
}
.cta_outer .flex.cta_4 {
  margin: 30px auto 25px;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .cta_outer .flex.cta_4 {
    margin: 2.9296875vw auto 2.44140625vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex.cta_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.846153846vw;
    margin: 5.128205128vw auto;
  }
}
.cta_outer .flex.cta_4 .flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 150px;
  height: 150px;
  background-color: #154C7B;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta_outer .flex.cta_4 .flex_item {
    width: 14.6484375vw;
    height: 14.6484375vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex.cta_4 .flex_item {
    margin-top: 0;
    width: calc((100% - 3.846153846vw) / 2);
    height: 37.46153846vw;
  }
}
.cta_outer .flex.cta_4 .flex_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003D71;
  position: relative;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cta_outer .flex.cta_4 .flex_item div {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta_outer .flex.cta_4 .flex_item div {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 480px) {
  .cta_outer .flex.cta_4 .flex_item div {
    font-size: 4.615384615vw;
  }
}

#fv {
  padding: 40px 0 115px;
  text-align: center;
  background-image: url(../img/fv_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105% auto;
}
@media screen and (max-width: 1024px) {
  #fv {
    padding: 3.90625vw 0 12.23046875vw;
    background-size: 125% auto;
  }
}
@media screen and (max-width: 480px) {
  #fv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-bottom: 10vw;
    background-image: url(../img/fv_bg_sp.jpg);
    background-size: 100% auto;
    height: 83vh;
  }
}
#fv .catch {
  letter-spacing: 2px;
}
#fv .catch p {
  color: #154C7B;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  #fv .catch p {
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 480px) {
  #fv .catch p {
    font-size: 4.102564103vw;
  }
}
#fv .catch p:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 100%;
  /* 線の長さ（適宜調整） */
  height: 1px;
  /* 線の太さ */
  /* 中央に色を配置し、両端を透明（transparent）にするグラデーション */
  background: -webkit-radial-gradient(circle, #d4a017 0%, transparent 100%);
  background: radial-gradient(circle, #d4a017 0%, transparent 100%);
  /* もしくは、よりシャープに調整したい場合は linear-gradient */
  /* background: linear-gradient(to right, transparent, #d4a017 50%, transparent); */
  margin: 10px 0 20px;
}
@media screen and (max-width: 1024px) {
  #fv .catch p:nth-of-type(1)::after {
    margin: 0.9765625vw 0 1.953125vw;
  }
}
#fv .catch p:nth-of-type(2) {
  font-size: 38px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #fv .catch p:nth-of-type(2) {
    font-size: 3.7109375vw;
    margin-top: 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  #fv .catch p:nth-of-type(2) {
    font-size: 5.641025641vw;
    margin-top: 5.128205128vw;
  }
}
@media screen and (min-width: 481px) {
  #fv .catch p:nth-of-type(2) br.sp {
    display: none;
  }
}
#fv .catch span {
  color: #CD9736;
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #fv .catch span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  #fv .catch span {
    font-size: 6.153846154vw;
  }
}
#fv .text {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  #fv .text {
    margin-top: 4.37109375vw;
  }
}
@media screen and (max-width: 480px) {
  #fv .text {
    margin-top: 10.25641026vw;
  }
}
@media screen and (max-width: 480px) {
  #fv .text p {
    text-align: left;
    line-height: 1.5;
    margin: 0 auto;
    width: 80%;
  }
}
#fv .text p:nth-of-type(2) {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  #fv .text p br {
    display: none;
  }
}

#anchor {
  padding: 50px 0;
  background: -webkit-linear-gradient(295.83deg, #284E7F 8.39%, #061C3A 89.7%);
  background: linear-gradient(154.17deg, #284E7F 8.39%, #061C3A 89.7%);
}
@media screen and (max-width: 1024px) {
  #anchor {
    padding: 4.8828125vw 0;
  }
}
#anchor .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #anchor .flex {
    gap: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  #anchor .flex {
    gap: 3.846153846vw;
    width: 90%;
  }
}
#anchor .flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 15px;
  width: 200px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #anchor .flex_item {
    padding: 1.46484375vw;
  }
}
@media screen and (max-width: 480px) {
  #anchor .flex_item {
    padding: 3.846153846vw 2.564102564vw 5.128205128vw;
    width: calc((100% - 3.846153846vw) / 2);
  }
}
#anchor .flex_item p {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #anchor .flex_item p {
    font-size: 1.46484375vw;
  }
}
#anchor .flex_item p:first-of-type {
  color: #154C7B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #anchor .flex_item p:first-of-type {
    font-size: 1.7578125vw;
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 480px) {
  #anchor .flex_item p:first-of-type {
    font-size: 4.102564103vw;
    margin-bottom: 2.564102564vw;
  }
}
#anchor .flex_item p:last-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #anchor .flex_item p:last-of-type {
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 480px) {
  #anchor .flex_item p:last-of-type {
    font-size: 3.076923077vw;
    margin-bottom: 1.282051282vw;
  }
}
#anchor .flex_item p small {
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #anchor .flex_item p small {
    font-size: 2.564102564vw;
  }
}
#anchor .flex_item div {
  margin-top: auto;
  width: 100%;
}
#anchor .flex_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  width: 80%;
  height: 2.3em;
  background-color: #154C7B;
  border-radius: 3em;
}
@media screen and (max-width: 1024px) {
  #anchor .flex_item a {
    font-size: 1.26953125vw;
  }
}
@media screen and (max-width: 480px) {
  #anchor .flex_item a {
    font-size: 3.333333333vw;
    width: 100%;
  }
}
#anchor .flex_item a:hover {
  opacity: 0.8;
}

#strength {
  padding: 100px 0;
  background-color: #F3F5F7;
}
@media screen and (max-width: 1024px) {
  #strength {
    padding: 9.765625vw 0;
  }
}
@media screen and (max-width: 480px) {
  #strength {
    padding: 15.38461538vw 0 17.94871795vw;
  }
}
#strength::before {
  content: "";
  display: block;
  width: 368.84px;
  height: auto;
  aspect-ratio: 9221/10000;
  background: -webkit-linear-gradient(359.54deg, #284E7F -6.25%, #061C3A 99.7%);
  background: linear-gradient(90.46deg, #284E7F -6.25%, #061C3A 99.7%);
  -webkit-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
          transform: matrix(1, 0, -0.31, 0.95, 0, 0);
  position: absolute;
  left: -100px;
  bottom: -200px;
}
@media screen and (max-width: 1024px) {
  #strength::before {
    width: 36.01953125vw;
    left: -9.965625vw;
    bottom: -19.53125vw;
  }
}
@media screen and (max-width: 480px) {
  #strength::before {
    width: 84.6153846153vw;
    height: 74.4256410256vw;
    aspect-ratio: unset;
    background: -webkit-linear-gradient(354.7deg, #284E7F 49.89%, #061C3A 98.22%);
    background: linear-gradient(95.3deg, #284E7F 49.89%, #061C3A 98.22%);
    left: -75.25641vw;
    top: 192.564102564vw;
    bottom: unset;
  }
}
#strength > div {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
#strength h1 {
  color: #154C7B;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #strength h1 {
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 480px) {
  #strength h1 {
    font-size: 5.641025641vw;
  }
}
@media screen and (min-width: 481px) {
  #strength h1 br {
    display: none;
  }
}
#strength p:where(h1 + *) {
  text-align: center;
  margin: 20px auto 70px;
}
@media screen and (max-width: 1024px) {
  #strength p:where(h1 + *) {
    margin: 1.953125vw auto 6.8359375vw;
  }
}
@media screen and (max-width: 480px) {
  #strength p:where(h1 + *) {
    font-size: 4.358974359vw;
    text-align: left;
    margin: 5.128205128vw auto 10.25641026vw;
    width: 90%;
  }
  #strength p:where(h1 + *) br {
    display: none;
  }
}

#strength8 {
  padding-bottom: 1px;
}
#strength8::before {
  content: "";
  display: block;
  width: 368.84px;
  height: auto;
  aspect-ratio: 9221/10000;
  background: -webkit-linear-gradient(359.54deg, #284E7F -6.25%, #061C3A 99.7%);
  background: linear-gradient(90.46deg, #284E7F -6.25%, #061C3A 99.7%);
  position: absolute;
  right: -100px;
  top: 600px;
  -webkit-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
          transform: matrix(1, 0, -0.31, 0.95, 0, 0);
}
@media screen and (max-width: 1024px) {
  #strength8::before {
    width: 36.01953125vw;
    right: -9.765625vw;
    top: 65.59375vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8::before {
    display: none;
  }
}
#strength8 ol {
  margin: 0 auto 100px;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-reset: li;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #strength8 ol {
    margin: 0 auto 9.765625vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 ol {
    width: 90%;
  }
}
#strength8 ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 4em;
  border-bottom: 1px dotted #EDEFF1;
  list-style: none !important;
}
@media screen and (max-width: 1024px) {
  #strength8 ol li {
    font-size: 1.66015625vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 ol li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 4.358974359vw;
    line-height: 1.5;
  }
}
#strength8 ol li::before {
  content: counter(li) ". ";
  counter-increment: li;
  display: inline-block;
  color: #154C7B;
  font-size: 48px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  text-align: right;
  letter-spacing: 3px;
  margin-right: 15px;
  width: 45px;
}
@media screen and (max-width: 1024px) {
  #strength8 ol li::before {
    font-size: 4.6875vw;
    margin-right: 1.46484375vw;
    width: 4.39453125vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 ol li::before {
    font-size: 12.30769231vw;
    width: 9vw;
  }
}
#strength8 .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #strength8 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15.38461538vw;
  }
}
#strength8 .flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
  width: calc((100% - 80px) / 2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item {
    margin-bottom: 9.765625vw;
    width: calc((100% - 7.8125vw) / 2);
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item {
    margin-bottom: 12.82051282vw;
    width: 100%;
  }
}
#strength8 .flex_item > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Crimson Text";
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  background: -webkit-linear-gradient(295.83deg, #284E7F 8.39%, #061C3A 89.7%);
  background: linear-gradient(154.17deg, #284E7F 8.39%, #061C3A 89.7%);
  position: absolute;
  left: -10px;
  top: -35px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item > span {
    gap: 0.9765625vw;
    font-size: 3.90625vw;
    width: 6.8359375vw;
    left: -0.9765625vw;
    top: -3.41796875vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item > span {
    gap: 2.564102564vw;
    font-size: 8.205128205vw;
    width: 13.84615385vw;
    left: -2.564102564vw;
    top: -6.923076923vw;
  }
}
#strength8 .flex_item .catch {
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item .catch {
    font-size: 2.34375vw;
    margin: 2.05078125vw auto;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item .catch {
    font-size: 5.384615385vw;
    margin: 5.128205128vw auto;
  }
}
#strength8 .flex_item .catch ~ p {
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item .catch ~ p {
    margin-bottom: 3.41796875vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item .catch ~ p {
    margin-bottom: 8.974358974vw;
  }
}
#strength8 .flex_item .box {
  margin-top: auto;
  padding: 28px 20px;
  background-color: #F3F5F7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item .box {
    margin-top: unset;
    margin-bottom: auto;
    padding: 2.734375vw 2.05078125vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item .box {
    padding: 7.179487179vw 5.128205128vw 5.128205128vw;
  }
}
#strength8 .flex_item .box::before {
  content: "主な実例";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  background-color: #CD9736;
  width: 83px;
  height: 32px;
  position: absolute;
  left: -10px;
  top: -16px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item .box::before {
    font-size: 1.46484375vw;
    width: 8.10546875vw;
    height: 3.125vw;
    left: -0.9765625vw;
    top: -1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item .box::before {
    gap: 2.564102564vw;
    font-size: 3.846153846vw;
    padding: 1.025641026vw 2.564102564vw;
    width: 21.28205128vw;
    height: 8.205128205vw;
    left: -2.564102564vw;
    top: -4.102564103vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#strength8 .flex_item .case_name {
  color: #154C7B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item .case_name {
    font-size: 1.7578125vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item .case_name {
    font-size: 4.615384615vw;
    margin-bottom: 3.076923077vw;
  }
}
#strength8 .flex_item p:has(+ p) {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item p:has(+ p) {
    font-size: 1.5625vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item p:has(+ p) {
    font-size: 4.102564103vw;
    margin-bottom: 3.076923077vw;
  }
}
#strength8 .flex_item p:has(a) {
  text-align: right;
}
#strength8 .flex_item p:has(a) a {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item p:has(a) a {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 480px) {
  #strength8 .flex_item p:has(a) a {
    font-size: 3.846153846vw;
  }
}
#strength8 .flex_item p:has(a) a::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.5px;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background: url(../../../_site-assets/img/btn_icon_arrow.png) no-repeat top left;
  background-size: 1em;
}
@media screen and (max-width: 1024px) {
  #strength8 .flex_item p:has(a) a::before {
    margin-top: -0.341796875vw;
    margin-right: 0.48828125vw;
  }
}
#strength8 .flex_item p:has(a) a:hover {
  color: #154C7B;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #support p:where(h2 + *) br {
    display: none;
  }
}
#support .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
#support .inner p {
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #support .inner p:where(h3 + *) br {
    display: none;
  }
}
#support .inner .txtC {
  margin: 50px auto;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  #support .inner .txtC {
    margin: 4.8828125vw auto;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #support .inner .txtC {
    margin: 7.692307692vw auto;
    width: 100%;
  }
}
#support .inner .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin: 0 auto 60px;
  padding: 18px 50px 18px 70px;
  max-width: 590px;
  border: 1px solid #E1E4E6;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #support .inner .box a {
    margin: 0 auto 5.859375vw;
    padding: 1.7578125vw 4.8828125vw 1.7578125vw 6.8359375vw;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #support .inner .box a {
    margin: 0 auto 10.25641026vw;
    padding: 3.846153846vw 10.25641026vw 3.846153846vw 5.128205128vw;
    width: 100%;
  }
}
#support .inner .box a:after {
  content: " ";
  display: block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../../../_site-assets/img/btn_icon_arrow.png) no-repeat top left;
  background-size: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
}
@media screen and (max-width: 1024px) {
  #support .inner .box a:after {
    width: 1.7578125vw;
    height: 1.7578125vw;
    background-size: 1.7578125vw;
    top: calc(50% - 0.87890625vw);
    right: 2.44140625vw;
  }
}
@media screen and (max-width: 480px) {
  #support .inner .box a:after {
    width: 4.615384615vw;
    height: 4.615384615vw;
    background-size: 4.615384615vw;
    top: calc(50% - 2.307692308vw);
    right: 3.846153846vw;
  }
}
#support .inner .box a:hover {
  opacity: 0.8;
}
#support .inner .box a p {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #support .inner .box a p {
    font-size: 3.58974359vw;
    text-align: left;
  }
  #support .inner .box a p br {
    display: none;
  }
}
#support .inner .box a p span {
  color: #154C7B;
  font-weight: 700;
  text-decoration: underline;
}
#support .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  #support .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#support .flex_item {
  margin-top: 120px;
  padding: 80px 30px 30px;
  width: calc((100% - 80px) / 2);
  background-color: #F3F5F7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #support .flex_item {
    margin-top: 11.71875vw;
    padding: 7.8125vw 2.9296875vw 2.9296875vw;
    width: calc((100% - 4.8828125vw) / 2);
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item {
    margin-top: 20.51282051vw;
    padding: 17.94871795vw 5.128205128vw 7.692307692vw;
    width: 100%;
  }
}
#support .flex_item .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #154C7B;
  position: absolute;
  left: calc(50% - 70px);
  top: -80px;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .num {
    width: 13.671875vw;
    height: 13.671875vw;
    left: calc(50% - 6.8359375vw);
    top: -7.8125vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .num {
    width: 30.76923077vw;
    height: 30.76923077vw;
    left: calc(50% - 15.38461538vw);
    top: -15.38461538vw;
  }
}
#support .flex_item .num span {
  color: #E4BE63;
  font-size: 50px;
  font-weight: 400;
  font-family: "Crimson Text";
  font-style: italic;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .num span {
    font-size: 4.8828125vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .num span {
    font-size: 10.25641026vw;
  }
}
#support .flex_item .num h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .num h4 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .num h4 {
    font-size: 4.615384615vw;
  }
}
#support .flex_item .catch {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .catch {
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .catch {
    font-size: 4.871794872vw;
  }
}
#support .flex_item .flex {
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  height: 255px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex {
    margin: 2.05078125vw auto;
    padding: 1.46484375vw 1.46484375vw 1.46484375vw 0.9765625vw;
    height: 24.90234375vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex {
    margin: 5.128205128vw auto;
    padding: 3.846153846vw;
    height: auto;
  }
}
#support .flex_item .flex.rowLL {
  height: 330px;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex.rowLL {
    height: 32.22656525vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex.rowLL {
    height: auto;
  }
}
#support .flex_item .flex.rowL {
  height: 340px;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex.rowL {
    height: 33.203125vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex.rowL {
    height: auto;
  }
}
#support .flex_item .flex.rowL.spbr p br {
  display: none;
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex.rowL.spbr p br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex {
    width: 100%;
  }
}
#support .flex_item .flex p {
  color: #154C7B;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex p {
    font-size: 1.7578125vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex p {
    font-size: 4.615384615vw;
    margin-bottom: 3.076923077vw;
  }
}
#support .flex_item .flex ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1em;
}
#support .flex_item .flex ul li {
  font-size: 15px;
  text-indent: -8px;
  line-height: 1.3;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #support .flex_item .flex ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  #support .flex_item .flex ul li {
    font-size: 1.46484375vw;
    text-indent: -0.78125vw;
    margin-top: 0.48828125vw;
  }
}
@media screen and (max-width: 480px) {
  #support .flex_item .flex ul li {
    font-size: 3.846153846vw;
    text-indent: -2.051282051vw;
    margin-top: 1.282051282vw;
  }
}
#support .flex_item .flex ul li::before {
  content: "・";
  display: inline-block;
  color: #CD9736;
}
#support .flex_item .flex ul li.w100 {
  width: 100%;
}
#support .flex_item .flex ul.col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#support .flex_item .flex ul.col1 li {
  width: 100%;
}
#support .flex_item .text p {
  line-height: 1.7;
}
#support .flex_item .text p:nth-of-type(n+2) {
  margin-top: 1.2em;
}

#service {
  padding-bottom: 1px;
}
#service p:where(h2 + *) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #service p:where(h2 + *) {
    margin-bottom: 3.90625vw;
  }
}
#service .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  #service .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  text-decoration: none;
  width: calc((100% - 90px) / 3);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #service .flex_item {
    width: calc((100% - 8.7890625vw) / 3);
  }
}
@media screen and (max-width: 480px) {
  #service .flex_item {
    margin-top: 7.692307692vw;
    width: 100%;
  }
}
#service .flex_item:nth-of-type(n+4) {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  #service .flex_item:nth-of-type(n+4) {
    margin-top: 3.41796875vw;
  }
}
@media screen and (max-width: 480px) {
  #service .flex_item:nth-of-type(n+4) {
    margin-top: 7.692307692vw;
  }
}
#service .flex_item .img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #service .flex_item .img {
    margin-bottom: 2.05078125vw;
  }
}
#service .flex_item .img::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#service .flex_item .img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #service .flex_item .img img {
    height: 17.578125vw;
  }
}
@media screen and (max-width: 480px) {
  #service .flex_item .img img {
    height: 51.282051282vw;
  }
}
#service .flex_item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#service .flex_item h3,
#service .flex_item h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1024px) {
  #service .flex_item h3,
  #service .flex_item h4 {
    font-size: 2.1484375vw;
    height: 17.578125vw;
  }
}
@media screen and (max-width: 480px) {
  #service .flex_item h3,
  #service .flex_item h4 {
    font-size: 5.641025641vw;
    height: 51.282051282vw;
  }
  #service .flex_item h3 br,
  #service .flex_item h4 br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #service .flex_item h3 br,
  #service .flex_item h4 br {
    display: none;
  }
}
#service .flex_item p {
  color: #000;
  line-height: 1.7;
}
#service .flex_item p:first-of-type {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #service .flex_item p:first-of-type {
    margin-bottom: 1.46484375vw;
  }
}
#service .flex_item p:last-of-type {
  color: #154C7B;
  font-size: 15px;
  text-decoration: underline;
  margin-left: auto;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  #service .flex_item p:last-of-type {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 480px) {
  #service .flex_item p:last-of-type {
    font-size: 3.846153846vw;
  }
}
#service .flex_item p:last-of-type::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.5px;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background: url(../../../_site-assets/img/btn_icon_arrow.png) no-repeat top left;
  background-size: 1em;
}
@media screen and (max-width: 1024px) {
  #service .flex_item p:last-of-type::before {
    margin-top: -0.341796875vw;
    margin-right: 0.48828125vw;
  }
}

#flow p:has(+ h2) br {
  display: none;
}
@media screen and (max-width: 480px) {
  #flow p:has(+ h2) br {
    display: block;
  }
}
#flow h2 br {
  display: none;
}
@media screen and (max-width: 480px) {
  #flow h2 br {
    display: block;
  }
}
#flow .flow {
  margin: 30px auto 0;
  width: 85%;
  max-width: 860px;
}
@media screen and (max-width: 1024px) {
  #flow .flow {
    margin: 2.9296875vw auto 0;
  }
}
#flow .flow_item {
  padding: 30px 60px 30px 120px;
  background-color: #F3F5F7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #flow .flow_item {
    padding: 2.9296875vw 5.859375vw 2.9296875vw 11.71875vw;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow_item {
    margin-top: 11.02564103vw;
    padding: 11.53846154vw 5.128205128vw 5.128205128vw;
  }
}
#flow .flow_item .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  background: -webkit-linear-gradient(295.83deg, #284E7F 8.39%, #061C3A 89.7%);
  background: linear-gradient(154.17deg, #284E7F 8.39%, #061C3A 89.7%);
  position: absolute;
  left: -50px;
  top: calc(50% - 50px);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #flow .flow_item .num {
    width: 9.765625vw;
    height: 9.765625vw;
    left: -4.8828125vw;
    top: calc(50% - 4.8828125vw);
  }
}
@media screen and (max-width: 480px) {
  #flow .flow_item .num {
    width: 17.94871795vw;
    height: 17.94871795vw;
    left: calc(50% - 8.974358974vw);
    top: -8.974358974vw;
  }
}
#flow .flow_item .num small {
  color: #E4BE63;
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #flow .flow_item .num small {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow_item .num small {
    font-size: 3.58974359vw;
  }
}
#flow .flow_item .num span {
  color: #E4BE63;
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #flow .flow_item .num span {
    font-size: 4.39453125vw;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow_item .num span {
    font-size: 7.692307692vw;
  }
}
#flow .flow_item .catch {
  color: #154C7B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #flow .flow_item .catch {
    font-size: 2.34375vw;
    margin-bottom: 2.05078125vw;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow_item .catch {
    font-size: 5.128205128vw;
    margin-bottom: 2.564102564vw;
  }
}
#flow .flow_item p:not([class]) strong {
  color: #154C7B;
}
#flow .flow_item p:not([class]) a {
  font-weight: 700;
}
#flow .flow_arrow {
  margin: 10px auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #flow .flow_arrow {
    margin: 0.9765625vw auto;
  }
}
@media screen and (max-width: 1024px) {
  #flow .flow_arrow {
    margin: 2.564102564vw auto;
  }
}
#flow .flow_arrow img {
  width: auto;
}

#about {
  background-color: #F3F5F7;
}
#about .type_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 0;
  padding: 30px 80px;
  width: 90%;
  max-width: 880px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #about .type_table {
    padding: 2.9296875vw 7.8125vw;
  }
}
#about .type_table > dt {
  color: #154C7B;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  padding: 25px 0;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  #about .type_table > dt {
    font-size: 1.66015625vw;
    padding: 2.44140625vw 0;
    width: 15.625vw;
  }
}
@media screen and (max-width: 480px) {
  #about .type_table > dt {
    font-size: 3.58974359vw;
    padding: 5.128205128vw 0;
    width: 19.23076923vw;
  }
}
#about .type_table > dt:nth-of-type(n+2) {
  border-top: 1px solid #EDEFF1;
}
#about .type_table > dd {
  font-size: 17px;
  line-height: 1.7;
  padding: 25px 0;
  width: calc(100% - 160px);
}
@media screen and (max-width: 1024px) {
  #about .type_table > dd {
    font-size: 1.66015625vw;
    padding: 2.44140625vw 0;
    width: calc(100% - 15.625vw);
  }
}
@media screen and (max-width: 480px) {
  #about .type_table > dd {
    font-size: 3.58974359vw;
    padding: 5.128205128vw 0;
    width: calc(100% - 19.23076923vw);
  }
}
#about .type_table > dd:nth-of-type(n+2) {
  border-top: 1px solid #EDEFF1;
}
#about .type_table > dd * {
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  #about .type_table > dd * {
    font-size: 1.66015625vw;
  }
}
@media screen and (max-width: 480px) {
  #about .type_table > dd * {
    font-size: 3.58974359vw;
  }
}
#about .type_table > dd ul:not([class]) {
  padding-left: 1.5em;
}
#about .type_table > dd ul:not([class]) li {
  line-height: 1.5;
  list-style: disc;
}
#about .type_table > dd ul:not([class]) li:nth-of-type(n+2) {
  margin-top: 5px;
}
#about .type_table > dd .person {
  line-height: 1.5;
}
#about .type_table > dd .person li {
  line-height: 1.5;
}
#about .type_table > dd .person li:nth-of-type(n+2) {
  margin-top: 10px;
}
#about .type_table > dd .spbr {
  display: none;
}
@media screen and (max-width: 480px) {
  #about .type_table > dd .spbr {
    display: block;
  }
}

#blog p:has(+ h2) br {
  display: none;
}
@media screen and (max-width: 480px) {
  #blog p:has(+ h2) br {
    display: block;
  }
}
#blog .article_slick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 50px;
}
@media screen and (max-width: 1024px) {
  #blog .article_slick {
    margin: 2.9296875vw auto 4.8828125vw;
  }
}
@media screen and (max-width: 480px) {
  #blog .article_slick {
    width: 90%;
  }
}
#blog .article_slick .slick-list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 480px) {
  #blog .article_slick .slick-list {
    padding: 0 28.20512821vw 0 0;
  }
}
#blog .article_slick .slick-slide {
  margin: 0 10px;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #blog .article_slick .slick-slide {
    margin: 0 0.9765625vw;
  }
}
@media screen and (max-width: 480px) {
  #blog .article_slick .slick-slide {
    margin: 0 1.794871795vw;
  }
}
#blog .article_slick .slick-slide.slick-active {
  opacity: 1;
}
#blog .article_slick .slick-dots {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: static;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 1024px) {
  #blog .article_slick .slick-dots {
    margin-top: 2.9296875vw;
  }
}
#blog .article_slick .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1024px) {
  #blog .article_slick .slick-dots li {
    width: 0.9765625vw;
    height: 0.9765625vw;
  }
}
@media screen and (max-width: 480px) {
  #blog .article_slick .slick-dots li {
    width: 2.051282051vw;
    height: 2.051282051vw;
  }
}
#blog .article_slick .slick-dots li button {
  display: none;
}
#blog .article_slick .slick-dots li.slick-active {
  background-color: #154C7B;
}
#blog .article_slick .slide-arrow {
  margin-top: 30px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1024px) {
  #blog .article_slick .slide-arrow {
    margin-top: 2.9296875vw;
  }
}
@media screen and (max-width: 480px) {
  #blog .article_slick .slide-arrow img {
    width: 9.230769231vw;
    height: 9.230769231vw;
  }
}
#blog .article_slick .prev-arrow {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#blog .article_slick .next-arrow {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
#blog .article_slick_item img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */