@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Poppins:wght@400;500;600;700&display=swap");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-layout_m {
  padding-bottom: 100px;
  overflow: hidden;
}
.l-layout_l {
  padding-bottom: clamp(200px, 28.8888888889vw, 260px);
}
.l-layout_l.our-business {
  overflow: hidden;
}
.l-layout_s {
  padding-bottom: clamp(200px, 28.8888888889vw, 260px);
}
.l-layout-over_left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1280px) / 2 + 40px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_left {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_left {
    padding-left: 20px;
  }
}
.l-layout-over_left .inner {
  margin-right: calc((100vw - 1280px) / 2);
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_left .inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_left .inner {
    padding-right: 20px;
  }
}
.l-layout-over_right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1280px) / 2 + 40px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_right {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_right {
    padding-right: 20px;
  }
}
.l-layout-over_right .inner {
  margin-left: calc((100vw - 1280px) / 2);
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_right .inner {
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_right .inner {
    padding-left: 20px;
  }
}
.l-layout-parts_left {
  padding-left: calc((100vw - 1600px) / 2);
}
@media screen and (max-width: 1280px) {
  .l-layout-parts_left {
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-parts_left {
    padding-left: 20px;
  }
}
.l-layout-parts_right {
  padding-right: calc((100vw - 1600px) / 2);
}
@media screen and (max-width: 1280px) {
  .l-layout-parts_right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-parts_right {
    padding-right: 20px;
  }
}

.c-title_front, .c-title_cta {
  color: #333;
}
.c-title_front p, .c-title_cta p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.003em;
  text-indent: 0.003em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 0.78125vw, 10px);
}
.c-title_front p::before, .c-title_cta p::before {
  content: "";
  aspect-ratio: 1/1;
  width: clamp(8px, 0.9375vw, 12px);
  height: auto;
  display: block;
  background: #ffff00;
  border-radius: 50%;
}
.c-title_front h2, .c-title_cta h2 {
  margin-top: 8px;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 500;
  line-height: 1.8;
}
.c-title_front._w, ._w.c-title_cta {
  color: #fff;
}
.c-title_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
}
.c-title_lower::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 1.3333333333vw, 12px);
  height: auto;
  background-color: #ffff00;
  border-radius: 50%;
}
.c-title_lower._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title_cta {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .c-title_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-arrow, .c-button span, .l-header-menu ul li.menu-contact a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow svg, .c-button span svg, .l-header-menu ul li.menu-contact a span svg {
  aspect-ratio: 8/14;
  width: 8px;
  height: auto;
}
.c-arrow svg path, .c-button span svg path, .l-header-menu ul li.menu-contact a span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.c-arrow_hover, .c-button:hover span, .l-header-menu ul li.menu-contact a:hover span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 8/14;
  width: 8px;
  height: auto;
}
.c-arrow_hover svg, .c-button:hover span svg, .l-header-menu ul li.menu-contact a:hover span svg {
  aspect-ratio: 8/14;
  width: 8px;
  height: auto;
}
.c-arrow_hover svg path, .c-button:hover span svg path, .l-header-menu ul li.menu-contact a:hover span svg path {
  fill: #16307a;
}
.c-arrow-white svg path, .c-button._w span svg path, .l-header-menu ul li.menu-contact a._w span svg path {
  fill: #16307a;
}
.c-arrow-white_hover svg path, .c-button._w:hover span svg path, .l-header-menu ul li.menu-contact a._w:hover span svg path {
  fill: #fff;
}
.c-arrow-separate {
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-arrow-separate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow-separate svg {
  aspect-ratio: 8/13;
  width: 8px;
  height: auto;
  position: relative;
}
.c-arrow-separate svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #16307a;
}
.c-arrow-separate._56 {
  aspect-ratio: 1/1;
  width: clamp(40px, 6.2222222222vw, 56px);
  height: auto;
}
.c-arrow-separate._56 svg {
  aspect-ratio: 14/23;
  width: clamp(10px, 1.09375vw, 14px);
  height: auto;
}
.c-arrow-separate._blue::before {
  background: #16307a;
}
.c-arrow-separate._blue svg path {
  fill: #fff;
}
.c-arrow-separate_hover::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #16307a;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
}
.c-arrow-separate_hover svg path {
  fill: #fff;
}
.c-arrow-separate_hover_56:before {
  aspect-ratio: 1/1;
  background: #16307a;
  width: clamp(56px, 5vw, 64px);
  height: auto;
}
.c-arrow-separate_hover_56 svg path {
  fill: #fff;
}

.c-button, .l-header-menu ul li.menu-contact a {
  background: #16307a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  aspect-ratio: 200/56;
  width: clamp(160px, 14.2857142857vw, 200px);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 20px 8px rgba(211, 226, 244, 0.8);
          box-shadow: 0 0 20px 8px rgba(211, 226, 244, 0.8);
  position: relative;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .c-button, .l-header-menu ul li.menu-contact a {
    width: 200px;
    font-size: 16px;
  }
}
.c-button b, .l-header-menu ul li.menu-contact a b {
  font-weight: 500;
}
.c-button figure, .l-header-menu ul li.menu-contact a figure {
  aspect-ratio: 24/17;
  width: 24px;
  height: auto;
}
.c-button:hover, .l-header-menu ul li.menu-contact a:hover {
  opacity: 1;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 20px 8px rgba(157, 201, 255, 0.8);
          box-shadow: 0 0 20px 8px rgba(157, 201, 255, 0.8);
}
.c-button._cta, .l-header-menu ul li.menu-contact a._cta {
  aspect-ratio: initial;
  width: 264px;
  height: 56px;
  padding-right: 11px;
}
@media screen and (max-width: 450px) {
  .c-button._cta, .l-header-menu ul li.menu-contact a._cta {
    padding-right: 0;
  }
}
.c-button._wide, .l-header-menu ul li.menu-contact a._wide {
  aspect-ratio: unset;
  width: 240px;
  height: clamp(48px, 11.2vw, 56px);
}
.c-button._large, .l-header-menu ul li.menu-contact a._large {
  aspect-ratio: unset;
  width: 100%;
  max-width: 324px;
  height: clamp(48px, 4vw, 56px);
}
.c-button._w, .l-header-menu ul li.menu-contact a._w {
  background: #fff;
  color: #333;
}
.c-button._w:hover, .l-header-menu ul li.menu-contact a._w:hover {
  background: #16307a;
  color: #fff;
  -webkit-box-shadow: 0 0 40px 8px rgba(157, 201, 255, 0.8);
          box-shadow: 0 0 40px 8px rgba(157, 201, 255, 0.8);
}
.c-link_recruit {
  margin-top: clamp(104px, 17.7777777778vw, 160px);
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px 10px rgba(211, 226, 244, 0.8);
          box-shadow: 0 0 40px 10px rgba(211, 226, 244, 0.8);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .c-link_recruit {
    padding: 20px;
  }
}
.c-link_recruit ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 10px;
}
.c-link_recruit ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-link_recruit ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-link_recruit ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .c-link_recruit ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.c-link_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.c-link_recruit a figure {
  -ms-flex-preferred-size: 37.09%;
      flex-basis: 37.09%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: clip;
}
.c-link_recruit a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link_recruit a .-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-link_recruit a b {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
}
.c-link_recruit a .c-arrow-separate {
  position: absolute;
  right: 7.53%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: clamp(24px, 3.5555555556vw, 32px);
  height: auto;
}
.c-link_recruit a .c-arrow-separate svg {
  width: clamp(6px, 0.8888888889vw, 8px);
}
.c-link_recruit a .c-arrow-separate::before {
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 900px) {
  .c-link_recruit a .c-arrow-separate {
    right: 0;
  }
}
@media (hover: hover) {
  .c-link_recruit a:hover {
    opacity: 1;
  }
  .c-link_recruit a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-link_recruit a:hover .c-arrow-separate::before {
    aspect-ratio: 1/1;
    width: clamp(32px, 4.4444444444vw, 40px);
  }
}
@media (hover: none) {
  .c-link_recruit a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-link_recruit a:active {
    opacity: 1;
  }
  .c-link_recruit a:active img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-link_recruit a:active .c-arrow-separate::before {
    aspect-ratio: 1/1;
    width: clamp(32px, 4.4444444444vw, 40px);
  }
}
.c-link_recruit .is-hidden {
  display: none;
}

.c-layout_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(80px, 10.9375vw, 140px);
}
@media screen and (max-width: 900px) {
  .c-layout_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 104px;
  }
}
.c-layout_side .-nav {
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-layout_side .-nav {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .c-layout_side .-contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-layout_singlenav {
  margin-top: clamp(80px, 11.5555555556vw, 104px);
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  border-top: 1px solid #D4DBDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-layout_singlenav a {
  color: #16307a;
  text-decoration: underline;
}
.c-layout_singlenav .-back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-layout_singlenav .-prev,
.c-layout_singlenav .-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55px;
}
.c-layout_singlenav .-prev a,
.c-layout_singlenav .-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.c-layout_singlenav .-prev a b,
.c-layout_singlenav .-next a b {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-layout_singlenav .-prev a span,
.c-layout_singlenav .-next a span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  aspect-ratio: 9/16;
  width: 9px;
  height: auto;
}
.c-layout_singlenav .-prev a span svg,
.c-layout_singlenav .-next a span svg {
  width: 100%;
  height: 100%;
}
.c-layout_singlenav .-prev a span svg path,
.c-layout_singlenav .-next a span svg path {
  fill: #D4DBDC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-layout_singlenav .-prev a span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-table table th,
.c-table table td {
  padding: 32px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .c-table table th,
  .c-table table td {
    display: block;
    padding: 20px 24px;
  }
}
.c-table table th {
  border-bottom: 1px solid #16307a;
  width: 200px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .c-table table th {
    width: 100%;
    padding-bottom: 4px;
    border: none;
  }
}
.c-table table td {
  border-bottom: 1px solid #D4DBDC;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .c-table table td {
    padding-top: 0;
  }
}

.l-header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  height: clamp(68px, 10vw, 128px);
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.l-header-logo {
  padding: clamp(8px, 0.78125vw, 10px) clamp(20px, 3.125vw, 40px);
}
.l-header-logo a,
.l-header-logo img {
  display: block;
  height: auto;
}
.l-header-logo a {
  width: clamp(207px, 20.5vw, 287px);
}
.l-header-logo img {
  width: 100%;
}
.l-header-trigger {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 902px) {
  .l-header-trigger {
    display: none;
  }
}
.l-header-trigger:hover {
  opacity: 1;
}
.l-header-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background-color: #16307a;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.l-header-trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.l-header-trigger.active span {
  opacity: 0;
}
.l-header-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
          transform: translate(-50%, -50%) rotate(405deg);
}
.l-header-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-405deg);
          transform: translate(-50%, -50%) rotate(-405deg);
}
.l-header-menu {
  padding-right: clamp(20px, 3.125vw, 40px);
}
.l-header-menu a {
  font-size: clamp(0.75rem, 1.1428571429vw, 1rem);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .l-header-menu a {
    font-size: 15px;
  }
}
.l-header-menu a:hover {
  opacity: 1;
  color: #16307a;
}
.l-header-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 1.875vw, 24px) clamp(24px, 3.4285714286vw, 48px);
}
.l-header-menu ul li.menu-contact {
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .l-header-menu ul li.menu-contact {
    margin: 32px auto;
  }
}
.l-header-menu .children {
  display: none;
}
@media screen and (min-width: 902px) {
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px clamp(24px, 3.4285714286vw, 48px);
  }
}
@media screen and (min-width: 902px) and (max-width: 1200px) {
  .l-header-menu ul {
    gap: 8px 24px;
  }
}
@media screen and (max-width: 900px) {
  .l-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .l-header-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .l-header-menu ul {
    display: block;
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .l-header-menu li {
    border-bottom: 1px solid #16307a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header-menu li.menu-contact {
    margin: 32px auto;
    border-bottom: none;
  }
  .l-header-menu a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #16307a;
  }
}

#top {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.l-cta {
  padding: 0 clamp(20px, 3.125vw, 40px);
}
.l-cta .-flex {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background: #16307a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: clamp(64px, 10vw, 128px) 20px;
  gap: 24px clamp(24px, 6.25vw, 80px);
}
@media screen and (max-width: 900px) {
  .l-cta .-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cta .-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.l-cta .-bg:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 900px) {
  .l-cta .-bg:nth-of-type(1) {
    display: none;
  }
}
.l-cta .-bg:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-cta .-bg:nth-of-type(2) {
    display: block;
  }
}
.l-cta .-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-cta .-inner {
  position: relative;
  z-index: 1;
}
.l-cta .-inner hgroup {
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
}
.l-cta .-inner > p {
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .l-cta .-inner > p br {
    display: none;
  }
}
.l-cta .-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .l-cta .-btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .l-cta .-btns {
    -ms-flex-preferred-size: clamp(280px, 42.2222222222vw, 380px);
        flex-basis: clamp(280px, 42.2222222222vw, 380px);
  }
}
@media screen and (max-width: 450px) {
  .l-cta .-btns {
    gap: 20px;
  }
}
.l-cta .-btns .-tel {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-cta .-btns .-tel a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.75rem, 4.2222222222vw, 2.375rem);
  letter-spacing: 0.003em;
  text-indent: 0.003em;
}
.l-cta .-btns .-tel a span {
  display: inline-block;
  margin-right: clamp(4px, 0.390625vw, 5px);
  font-size: clamp(1.25rem, 2.8888888889vw, 1.625rem);
}
.l-cta .-btns .-tel > span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.l-cta .-btns .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .l-cta .-btns .-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer-wrap {
  padding: clamp(56px, 11.5555555556vw, 104px) 0 56px;
}
@media screen and (max-width: 900px) {
  .l-footer-wrap {
    padding-bottom: 88px;
  }
}
.l-footer-logo {
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.l-footer-logo a,
.l-footer-logo img {
  display: block;
  height: auto;
}
.l-footer-logo a {
  width: 287px;
}
.l-footer-logo img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-footer-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.l-footer-nav a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
}
.l-footer-nav a:hover {
  opacity: 1;
  color: #16307a;
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(24px, 3.0769230769vw, 40px) clamp(40px, 6.25vw, 80px);
  flex-wrap: wrap;
  height: 250px;
}
@media screen and (max-width: 900px) {
  .l-footer-nav ul {
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    border-top: 1px solid #ddd;
    width: 100dvw;
    margin: 0 -40px;
  }
}
@media screen and (max-width: 450px) {
  .l-footer-nav ul {
    margin: 0 -20px;
  }
}
.l-footer-nav ul ul {
  height: initial;
  display: block;
  margin: 8px 0 0 10px;
}
@media screen and (max-width: 900px) {
  .l-footer-nav ul ul {
    display: none;
  }
}
.l-footer-nav ul ul a {
  position: relative;
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-nav ul ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (max-width: 900px) {
  .l-footer-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .l-footer-nav li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .l-footer-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer-nav a {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-address {
    text-align: center;
  }
}
.l-footer-youtube {
  display: block;
  width: 40px;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 56px 0 48px;
  }
}
.l-footer-copy {
  padding: 8px 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #333;
}
@media screen and (max-width: 900px) {
  .l-footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-rtt {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
.l-footer-rtt img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 900px) {
  .l-footer-rtt {
    display: block;
  }
}

@media screen and (min-width: 901px) {
  .l-anchorlink {
    position: sticky;
    top: 120px;
    margin-top: -16px;
  }
}
.l-anchorlink ul {
  padding: 0 24px;
}
@media screen and (min-width: 901px) {
  .l-anchorlink ul {
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 40px 10px color-mix(in srgb, #D3E2F4 80%, transparent);
            box-shadow: 0 0 40px 10px color-mix(in srgb, #D3E2F4 80%, transparent);
    border-radius: 20px;
  }
}
.l-anchorlink li {
  font-size: 16px;
  line-height: 1.4;
}
.l-anchorlink li + li {
  margin-top: 24px;
}
.l-anchorlink b {
  font-weight: 500;
}
.l-anchorlink span {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .l-anchorlink span {
  rotate: 90deg;
}
.l-anchorlink span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #16307a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-anchorlink span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 8/14;
  width: 6px;
  height: auto;
}
.l-anchorlink span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.l-anchorlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-anchorlink a:not([aria-current=page]) {
  opacity: 0.3;
}
@media screen and (max-width: 900px) {
  .company .l-anchorlink a:not([aria-current=page]) {
    opacity: 1;
  }
}
@media (hover: hover) {
  .l-anchorlink a:hover {
    opacity: 1;
  }
  .l-anchorlink a:hover span::before {
    background: #16307a;
    width: 32px;
    height: auto;
  }
}
@media (hover: none) {
  .l-anchorlink a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-anchorlink a:active {
    opacity: 1;
  }
  .l-anchorlink a:active span::before {
    background: #16307a;
    width: 32px;
    height: auto;
  }
}

.l-bread {
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  line-height: 1.6;
  font-weight: 400;
}
.l-bread a {
  color: inherit;
  font-size: inherit;
}
.l-bread .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 8px;
}
.l-bread .breadcrumbs > span:last-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mw_wp_form {
  margin-top: clamp(32px, 5.5555555556vw, 50px);
  background: #F7F9F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 901px) {
  .mw_wp_form {
    padding-top: clamp(56px, 11.1111111111vw, 100px);
    padding-bottom: clamp(56px, 11.1111111111vw, 100px);
    padding-left: clamp(40px, 11.1111111111vw, 100px);
    padding-right: clamp(40px, 11.1111111111vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.submit .mw_wp_form, .thanks .mw_wp_form {
  display: none;
}
.mw_wp_form table {
  table-layout: fixed;
}
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-family: inherit;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .mw_wp_form th {
    line-height: 57px;
    min-width: 264px;
    width: 264px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.mw_wp_form th > span.required {
  background-color: #c50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th {
    padding-left: 50px !important;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 30px;
    top: 50%;
    left: 0;
    font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 901px) {
  .entry .mw_wp_form th small {
    margin-top: -35px;
  }
}
.mw_wp_form td {
  width: auto;
  font-weight: 400;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td {
    padding-left: clamp(28px, 6.2222222222vw, 56px);
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td {
    padding-bottom: 24px !important;
  }
  .mw_wp_form td th {
    font-weight: 400;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .mw_wp_form td td {
    padding-bottom: 10px !important;
  }
}
.mw_wp_form td input,
.mw_wp_form td select,
.mw_wp_form td textarea {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 1.4375em;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #DEDCD8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 10px;
  }
}
.mw_wp_form td input,
.mw_wp_form td textarea {
  width: 100%;
}
.mw_wp_form td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../images/common/ico_arrow_select.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
  color: #333;
}
.mw_wp_form td textarea {
  max-width: 720px;
  min-height: 180px;
}
.mw_wp_form td .var01 {
  max-width: 344px;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td .var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td .var02 {
    max-width: 4em;
  }
}
.mw_wp_form td input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  margin-top: clamp(10px, 1.7777777778vw, 16px);
}
.mw_wp_form td input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
.mw_wp_form td input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
.mw_wp_form .error {
  display: block;
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
.mw_wp_form .mwform-checkbox-field,
.mw_wp_form .mwform-radio-field {
  display: inline-block;
  margin-left: 0 !important;
}
.mw_wp_form .mwform-checkbox-field ~ .error,
.mw_wp_form .mwform-radio-field ~ .error {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .mw_wp_form .mwform-checkbox-field,
  .mw_wp_form .mwform-radio-field {
    margin-bottom: 8px;
  }
}
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=radio] {
  display: none;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
@media screen and (min-width: 902px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  border-radius: 50%;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #c50000;
  border-radius: 50%;
  opacity: 0;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check.svg);
}
.mw_wp_form input[type=checkbox]:checked + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.mw_wp_form .-note {
  display: block;
  margin-top: clamp(56px, 8.8888888889vw, 80px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}

@media screen and (min-width: 902px) {
  .mw_wp_form_input th,
  .mw_wp_form_input td {
    padding-bottom: 30px;
  }
  .mw_wp_form_input th {
    line-height: 58px;
  }
  .mw_wp_form_input td th,
  .mw_wp_form_input td td {
    font-weight: 400;
    padding-bottom: 24px;
  }
  .mw_wp_form_input td th {
    min-width: 210px;
    width: 210px;
  }
  .mw_wp_form_input td td {
    padding-left: 0;
  }
  .mw_wp_form_confirm th,
  .mw_wp_form_confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .mw_wp_form_confirm td th,
  .mw_wp_form_confirm td td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.file-text {
  display: block;
}

@media screen and (max-width: 500px) {
  .file-text {
    display: inline-block;
    font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
    line-height: 1.6;
    font-weight: 400;
  }
}
@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 4.4444444444vw, 40px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2em;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #16307a;
  text-decoration: underline;
}
@media screen and (min-width: 902px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 3vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  text-align: center;
  width: 244px;
  line-height: 56px;
  border-radius: 56px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  color: #fff;
  background-color: #16307a;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 20px 8px rgba(211, 226, 244, 0.8);
          box-shadow: 0 0 20px 8px rgba(211, 226, 244, 0.8);
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  background-image: url("../images/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*background: url(../../../../uploads/2025/05/ico_arrow-r.png) 94% 50% no-repeat $cl_white;
  background-size: 24px;
  &:hover {
      background: url(../../../../uploads/2025/05/ico_arrow-r.png) 96% 50% no-repeat $cl_white;
      background-size: 32px;
  }

  &.fm-modoru {
      background: url(../../../../uploads/2025/05/ico_arrow-l.png) 8% 50% no-repeat $cl_white;
      background-size: 24px;

      &:hover {
          background: url(../../../../uploads/2025/05/ico_arrow-l.png) 6% 50% no-repeat $cl_white;
          background-size: 32px;
      }
  }*/
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 20px 8px rgba(157, 201, 255, 0.8);
          box-shadow: 0 0 20px 8px rgba(157, 201, 255, 0.8);
  background-image: url("../images/icon/arrow_bule.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 8px;
}

.ui-datepicker th {
  width: initial;
  font-size: clamp(0.6875rem, 1.4444444444vw, 0.8125rem);
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
}

.contact-btn {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.l-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .l-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.l-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #F7F9F9;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact_tab.active {
  color: #fff;
  background: #16307a;
}
@media screen and (min-width: 829px) {
  .l-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_tab {
    line-height: 34px;
  }
}
.l-contact_count {
  position: relative;
}
.l-contact_line {
  display: block;
  height: 1px;
  background: #16307a;
}
@media screen and (min-width: 829px) {
  .l-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}
.l-contact_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}