@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.l_back__ico img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
}

.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: 400;
}

.alternates {
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.scale_image {
  scale: 0.7;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scale_image.__active {
  scale: 1;
  opacity: 1;
}

.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;
  }
}

.l-layout_m {
  padding-bottom: clamp(128px, 21vw, 189px);
}
.l-layout_l {
  padding-top: clamp(120px, 19.5555555556vw, 176px);
  padding-bottom: clamp(120px, 19.5555555556vw, 176px);
}
.l-layout_notfound {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.l-layout_s {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.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;
  }
}

.l_header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l_header {
    padding-top: 36px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l_header {
    padding-top: 16px;
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 769px) {
  .l_header_contents {
    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: 0;
  }
}

.l_header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .l_header__logos {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l_header__logos {
    gap: 8px;
  }
}

.l_header__icon {
  display: block;
  width: 100%;
  height: auto;
}

.l_header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .l_header__logo {
    max-width: 357px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l_header__logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .l_header__logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .l_header__logo {
    max-width: 170px;
  }
}

.l_header__link,
.l_header__image {
  display: block;
  width: 100%;
  height: auto;
}

.l_header__sdgs {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .l_header__sdgs {
    max-width: 193px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l_header__sdgs {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .l_header__sdgs {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .l_header__sdgs {
    max-width: 92px;
  }
}

@media screen and (min-width: 769px) {
  .l_header__menu ul {
    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: 16px;
  }
}
.l_header__menu a {
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .l_header__menu a {
    background-color: #0E7863;
    border-radius: 50px;
    overflow: clip;
    padding-top: 0.1333333333em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 0.1333333333em;
  }
}
@media screen and (max-width: 768px) {
  .l_header__menu a {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}
.l_header__menu a[aria-current], .l_header__menu a:hover {
  opacity: 1;
  background-color: #011F5D;
}
@media screen and (max-width: 768px) {
  .l_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgba(14, 120, 99, 0.95);
    z-index: 10;
    overflow-y: scroll;
    translate: 500px 0;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .l_header__menu.active {
    translate: 0 0;
    opacity: 1;
  }
}

.l_header__trigger {
  z-index: 10;
  display: block;
  position: fixed;
  top: 12px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  background-color: #011F5D;
}
@media screen and (min-width: 769px) {
  .l_header__trigger {
    display: none;
  }
}
.l_header__trigger::before, .l_header__trigger::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.l_header__trigger::before {
  top: calc(50% - 2px);
}
.l_header__trigger::after {
  top: calc(50% + 2px);
}
.l_header__trigger.active::before, .l_header__trigger.active::after {
  top: 50%;
  translate: -50% 0;
}
.l_header__trigger.active::before {
  rotate: -200deg;
}
.l_header__trigger.active::after {
  rotate: 200deg;
}

.l_footer {
  position: relative;
  margin-top: clamp(100px, 17.7777777778vw, 160px);
}
.f_page + .l_footer {
  margin-top: 0;
}

.l_footer__image {
  display: block;
  background-color: #fff;
}

.l_footer__block {
  background-color: #F2FFEE;
}

.l_footer__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l_footer__contents {
    padding-top: 104px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__contents {
    padding-top: 48px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 48px;
  }
}

.l_footer__content {
  display: block;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 44px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .l_footer__content .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l_footer__logo {
  display: block;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
}

.l_footer__link,
.l_footer__image {
  display: block;
  width: 100%;
  height: auto;
}

.l_footer__address {
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .l_footer__address {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__address {
    margin-bottom: 8px;
  }
}

.l_footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #011F5D;
}

.l_footer__label {
  font-size: clamp(0.625rem, 2vw, 1.125rem);
  font-weight: 700;
}

.l_footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.l_footer__ico {
  display: block;
}
@media screen and (min-width: 769px) {
  .l_footer__ico {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__ico {
    width: 15px;
  }
}

.l_footer__num {
  font-size: clamp(1.3125rem, 4.2222222222vw, 2.375rem);
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #011F5D;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.l_footer__nav {
  margin-top: clamp(20px, 4.4444444444vw, 40px);
  border-top: 1px solid #DFE3EB;
  border-bottom: 1px solid #DFE3EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.l_footer__nav a {
  display: block;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l_footer__nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l_footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__nav li + li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #DFE3EB;
  }
  .l_footer__nav a {
    padding-top: 0.9230769231em;
    padding-bottom: 0.9230769231em;
  }
}

.l_footer__icons {
  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: 12px 10px;
  margin-top: clamp(24px, 4.4444444444vw, 40px);
}

.l_footer__icon {
  display: block;
}

.l_footer__img {
  display: block;
  max-width: 148px;
  width: 100%;
  height: auto;
}

.l_footer__copy {
  margin-top: clamp(22px, 2.6666666667vw, 24px);
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  display: block;
  text-align: center;
}

.l_back {
  position: absolute;
  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;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .l_back {
    right: 38px;
    bottom: 126px;
  }
}
@media screen and (max-width: 768px) {
  .l_back {
    right: 7px;
    bottom: 7px;
  }
}

.l_back__txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 14px;
  font-weight: 600;
  color: #011F5D;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  text-indent: 0.002em;
}
@media screen and (max-width: 768px) {
  .l_back__txt {
    display: none;
  }
}

.l_back__ico {
  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;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #011F5D;
  border-radius: 48px;
  overflow: clip;
}
@media screen and (min-width: 769px) {
  .l_back__ico {
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .l_back__ico {
    width: 36px;
  }
}
.l_back__ico img {
  display: block;
  aspect-ratio: 1/1;
  width: 13px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}

.l_bread {
  padding-top: clamp(16px, 2.4444444444vw, 22px);
  padding-bottom: clamp(16px, 2.7777777778vw, 25px);
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  line-height: 1.6;
  color: #7A8086;
}
.l_bread span,
.l_bread a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}

.mw_wp_form {
  margin-top: clamp(32px, 5.5555555556vw, 50px);
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@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: 700;
}
@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;
}
.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: 500;
}
@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 th {
    font-weight: 500;
    padding-left: 0 !important;
    padding-bottom: 0 !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 #cccccc;
  -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: 500;
  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", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
}
.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", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
}
.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: 500;
  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;
}

@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: 500;
    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;
  }
}
@media screen and (max-width: 500px) {
  .file-text {
    display: inline-block;
    font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
    line-height: 1.6;
  }
}
@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);
  line-height: 2em;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0969b2;
  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: 240px;
  line-height: 48px;
  border-radius: 48px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  color: #fff;
  background-color: #0969b2;
  border: 1px solid #f8f8f8;
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 500;
  /*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;
      }
  }*/
}

.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);
  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: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  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: #ddd;
}
@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: #000;
}
@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_block {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_page {
  margin-top: clamp(80px, 12.2222222222vw, 110px);
}

.l_block__box {
  padding-top: clamp(32px, 8.8888888889vw, 80px);
  padding-left: clamp(24px, 11.1111111111vw, 100px);
  padding-right: clamp(24px, 11.1111111111vw, 100px);
  padding-bottom: clamp(32px, 8.8888888889vw, 80px);
  border: 1px solid #DFE3EB;
  border-radius: 20px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}