@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template 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;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.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_l {
  padding-top: clamp(64px, 8.8888888889vw, 80px);
}
.l-layout_notfound {
  padding-top: clamp(72px, 8vw, 128px);
}
.l-layout_s {
  padding-top: clamp(64px, 8.8888888889vw, 80px);
}
.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: 30px;
  }
}
.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: 30px;
  }
}
.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: 30px;
  }
}
.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: 30px;
  }
}
.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: 30px;
  }
}
.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: 30px;
  }
}

.l-header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: clamp(55px, 7.5vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5vw;
  position: absolute;
  top: 0;
  z-index: 10;
}

.l-header-logo {
  position: relative;
  z-index: 2;
  padding: clamp(11px, 2vw, 32px) clamp(12px, 3vw, 48px);
  padding-left: clamp(12px, 3vw, 48px);
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-logo a,
.l-header-logo img {
  display: block;
  height: auto;
}
.l-header-logo a {
  width: clamp(120px, 16.9375vw, 271px);
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .l-header-logo a {
    width: 16.9375vw;
  }
}
.l-header-logo img {
  width: 100%;
}

@media screen and (min-width: 1601px) {
  .l-header-menu {
    position: absolute;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.l-header-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #084B9D;
  z-index: 12;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .l-header-trigger {
    display: none;
  }
}
.l-header-trigger:hover {
  opacity: 1;
}
.l-header-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  -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(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.l-header-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}
.l-header-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .l-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(18, 18, 18, 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: 10;
    overflow-y: scroll;
  }
  .l-header-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .l-header-menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .l-header-menu li {
    border-bottom: 1px solid #fff;
  }
  .l-header-menu a {
    display: block;
    text-align: center;
    padding: 16px 0;
    color: #fff;
  }
}

.l-header-menu .sub-menu {
  display: none;
}

.l-header-menu__box {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  padding: clamp(20px, 2.1875vw, 28px) clamp(32px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-menu__box .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  border-top: 1px solid #DFE1E2;
  margin-top: clamp(18px, 2.2222222222vw, 20px);
  padding-top: clamp(18px, 2.2222222222vw, 20px);
}
@media screen and (max-width: 1200px) {
  .l-header-menu__box .sub-menu {
    display: none;
  }
}
.l-header-menu__box .sub-menu li {
  min-width: 190px;
}
.l-header-menu__box .sub-menu .c-arrow {
  position: relative;
}
.l-header-menu__box .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #121212;
}
@media (hover: hover) {
  .l-header-menu__box .sub-menu a:hover {
    opacity: 1;
    color: #121212;
  }
  .l-header-menu__box .sub-menu a:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-header-menu__box .sub-menu a:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-header-menu__box .sub-menu a:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-menu__box .sub-menu a:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .l-header-menu__box .sub-menu a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-menu__box .sub-menu a:active {
    opacity: 1;
    color: #121212;
  }
  .l-header-menu__box .sub-menu a:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-header-menu__box .sub-menu a:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-header-menu__box .sub-menu a:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-menu__box .sub-menu a:active .c-arrow::before {
    background-color: #D90012;
  }
}

.l-header-menu__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 1200px) {
  .l-header-menu__box-inner {
    display: none;
  }
}
.l-header-menu__box-inner figure {
  -ms-flex-preferred-size: clamp(148px, 13.75vw, 176px);
      flex-basis: clamp(148px, 13.75vw, 176px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header-menu__box-inner .-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header-menu__box-inner .-ttl p {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  color: #121212;
}
.l-header-menu__box-inner .-ttl span {
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}
.l-header-menu__box-inner .c-arrow {
  position: relative;
}
@media (hover: hover) {
  .l-header-menu__box-inner:hover {
    opacity: 1;
  }
  .l-header-menu__box-inner:hover .-ttl span {
    color: #D90012;
  }
  .l-header-menu__box-inner:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-header-menu__box-inner:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-header-menu__box-inner:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-menu__box-inner:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .l-header-menu__box-inner {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-menu__box-inner:active {
    opacity: 1;
  }
  .l-header-menu__box-inner:active .-ttl span {
    color: #D90012;
  }
  .l-header-menu__box-inner:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-header-menu__box-inner:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-header-menu__box-inner:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-menu__box-inner:active .c-arrow::before {
    background-color: #D90012;
  }
}

@media screen and (min-width: 1201px) {
  .l-header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(12px, 1.5555555556vw, 14px);
    padding-bottom: clamp(12px, 1.5555555556vw, 14px);
    padding-left: clamp(28px, 4.4444444444vw, 40px);
    padding-right: clamp(28px, 4.4444444444vw, 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 760px;
  }
  .l-header-menu__list li:hover {
    opacity: 1;
  }
  .l-header-menu__list li:hover > a {
    color: #084B9D;
    font-weight: 700;
  }
  .l-header-menu__list li:hover .l-header-menu__box {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}

.l-header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding-top: clamp(4px, 0.8888888889vw, 8px);
  padding-bottom: clamp(4px, 0.8888888889vw, 8px);
  padding-left: clamp(6px, 1.3333333333vw, 12px);
  padding-right: clamp(4px, 0.8888888889vw, 8px);
}
.l-header-menu__link > i {
  display: block;
}
.l-header-menu__link > i svg {
  display: block;
  width: 9px;
  height: 6px;
}
@media screen and (max-width: 1200px) {
  .l-header-menu__link > i {
    display: none;
  }
}
.l-header-menu__link:hover {
  opacity: 1;
  color: #084B9D;
}

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

.l-cta {
  position: relative;
  padding-top: clamp(54px, 4.5vw, 72px);
}

.l-cta__box {
  position: relative;
}

.l-cta__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 626px 8px auto;
  grid-template-columns: 626px auto;
  -ms-grid-rows: 1fr 8px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
}

.l-cta__block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-cta__block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-cta__block > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.l-cta__block > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1100px) {
  .l-cta__block {
    padding: 0 30px;
  }
}
@media screen and (min-width: 901px) {
  .l-cta__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-cta__block {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-cta__link {
  display: block;
  background-color: #fff;
  -ms-flex-line-pack: center;
      align-content: center;
}

.l-cta__free {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  padding: clamp(32px, 3.28125vw, 42px) clamp(20px, 4.25vw, 68px) clamp(32px, 3.125vw, 40px);
}
@media screen and (max-width: 900px) {
  .l-cta__free {
    padding-left: 30px;
    padding: 30px;
  }
}
.l-cta__free p {
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-cta__free b {
  display: block;
  font-size: clamp(1.5rem, 3.6666666667vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
}
.l-cta__free span {
  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;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(1.875rem, 4.6666666667vw, 3.5rem);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-cta__free span {
    gap: 4px;
  }
}
.l-cta__free span i {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 4.4444444444vw, 40px);
  height: auto;
}
.l-cta__free span i svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 4.4444444444vw, 40px);
  height: auto;
}
.l-cta__free small {
  display: block;
  font-size: clamp(0.625rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}

.l-cta__form {
  padding: 20px;
  text-align: center;
  background-color: #D90012;
  color: #fff;
}
.l-cta__form p {
  margin-top: clamp(10px, 1.7777777778vw, 16px);
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-cta__form i {
  display: block;
  aspect-ratio: 4/3;
  width: clamp(24px, 4.4444444444vw, 40px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.l-cta__form i svg {
  display: block;
  aspect-ratio: 4/3;
  width: clamp(20px, 4.4444444444vw, 40px);
}
@media (hover: hover) {
  .l-cta__form:hover {
    background-color: #084B9D;
    opacity: 1;
  }
}
@media (hover: none) {
  .l-cta__form {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-cta__form:active {
    background-color: #084B9D;
    opacity: 1;
  }
}

.l-cta__tel {
  padding: 20px;
  text-align: center;
}
.l-cta__tel p {
  margin-top: clamp(10px, 1.7777777778vw, 16px);
  font-size: clamp(1.25rem, 3.1111111111vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-cta__tel span {
  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;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(1.875rem, 2.375vw, 2.375rem);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-cta__tel span {
    gap: 4px;
  }
}
.l-cta__tel span i {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 2.7777777778vw, 25px);
  height: auto;
}
.l-cta__tel span i svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 2.7777777778vw, 25px);
  height: auto;
}
.l-cta__tel small {
  display: block;
  font-size: clamp(0.625rem, 1.5555555556vw, 0.875rem);
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}

.l-cta__text {
  position: absolute;
  z-index: 1;
  top: -3vw;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-cta__text {
    top: -10.6666666667vw;
  }
}

.l-cta__slider {
  overflow: hidden;
}
.l-cta__slider .l-cta__slider-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.l-cta__slider .l-cta__slider-container._right .l-cta__slider-wrap {
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
.l-cta__slider .l-cta__slider-container._left .l-cta__slider-wrap {
  -webkit-animation: loop-slide-Right 36s infinite linear 1s both;
          animation: loop-slide-Right 36s infinite linear 1s both;
}
.l-cta__slider .l-cta__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: loop-slide-Right 40s infinite linear 1s both;
          animation: loop-slide-Right 40s infinite linear 1s both;
}
.l-cta__slider .l-cta__slider-pic {
  width: 25vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .l-cta__slider .l-cta__slider-pic {
    width: clamp(168px, 44.4444444444vw, 400px);
  }
}
.l-cta__slider .l-cta__slider-pic img {
  overflow: clip;
  aspect-ratio: 400/276;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

@-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%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-footer-wrap {
  padding: clamp(44px, 13.3333333333vw, 120px) 0 clamp(26px, 10.2222222222vw, 92px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-footer-wrap {
    padding-top: 44px;
    padding-bottom: 26px;
  }
}
.l-footer-rtt {
  position: absolute;
  right: 24px;
  bottom: 64px;
  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: 12px;
  bottom: 12.3333333333%;
}
@media screen and (max-width: 900px) {
  .l-footer-rtt {
    bottom: 80px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-rtt {
    right: 10px;
  }
}
.l-footer-rtt b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(0.625rem, 1.5555555556vw, 0.875rem);
  color: #084B9D;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
.l-footer-rtt span {
  position: relative;
  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;
  width: clamp(36px, 4vw, 48px);
  height: auto;
  border-radius: 50%;
  rotate: -90deg;
}
.l-footer-rtt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer-rtt span svg {
  position: absolute;
  aspect-ratio: 11/9;
  width: clamp(11px, 1.1666666667vw, 14px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer-rtt span svg:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-footer-rtt span svg:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .l-footer-rtt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 20px;
  }
  .l-footer-rtt b {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
  }
}
@media (hover: hover) {
  .l-footer-rtt:hover {
    opacity: 1;
  }
  .l-footer-rtt:hover b {
    color: #D90012;
  }
  .l-footer-rtt:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-footer-rtt:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-footer-rtt:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-footer-rtt:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .l-footer-rtt {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer-rtt:active {
    opacity: 1;
  }
  .l-footer-rtt:active b {
    color: #D90012;
  }
  .l-footer-rtt:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .l-footer-rtt:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-footer-rtt:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-footer-rtt:active .c-arrow::before {
    background-color: #D90012;
  }
}

.l-footer {
  position: relative;
  margin-top: clamp(72px, 10vw, 160px);
}
.l-footer::before {
  content: "";
  display: block;
  position: relative;
  bottom: -2px;
  margin-top: -2px;
  width: 100%;
  height: clamp(48px, 10.5vw, 168px);
  background-color: #CCDFED;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 600px) {
  .l-footer::before {
    height: clamp(24px, 6.2222222222vw, 56px);
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: clamp(48px, 10.5vw, 168px);
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 600px) {
  .l-footer::after {
    height: clamp(24px, 6.2222222222vw, 56px);
  }
}

.l-footer__inner {
  position: relative;
  padding-top: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    padding-top: 0;
  }
}
.l-footer__inner::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(271.52% 105.24% at 21.63% 64.14%, rgba(204, 223, 237, 0.1) 0%, #CCDFED 64.42%);
}
.l-footer__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(48px, 10.5vw, 168px);
  z-index: -1;
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
}

.l-footer__logo {
  font-size: clamp(1.75rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  margin-bottom: 24px;
}
.l-footer__logo small {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
}
.l-footer__logo a,
.l-footer__logo img {
  display: block;
  height: auto;
}
.l-footer__logo img {
  width: 100%;
}

@media screen and (min-width: 901px) {
  .l-footer__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 752px;
    grid-template-columns: 1fr 752px;
    gap: 64px 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .l-footer__column {
    -ms-grid-columns: 1fr 40px clamp(620px, 58.75vw, 752px);
    grid-template-columns: 1fr clamp(620px, 58.75vw, 752px);
    gap: clamp(40px, 5vw, 64px) 40px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__column .l-footer__nav,
  .l-footer__column .l-footer-content,
  .l-footer__column .l-footer__other {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 900px) {
  .l-footer-content {
    margin-top: 48px;
  }
}

.l-footer__address {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
.l-footer__address span {
  font-weight: 700;
}

@media screen and (min-width: 901px) {
  .l-footer__nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 901px) {
  .l-footer__nav li {
    line-height: 2.25;
  }
}
.l-footer__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    opacity: 1;
    color: #084B9D;
  }
}
@media (hover: none) {
  .l-footer__nav a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer__nav a:active {
    opacity: 1;
    color: #084B9D;
  }
}
.l-footer__nav i {
  display: block;
  aspect-ratio: 1/1;
  width: 14px;
}
.l-footer__nav i svg {
  display: block;
  aspect-ratio: 1/1;
  width: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .l-footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer__nav a {
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

.l-footer__nav-menu--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px clamp(20px, 3vw, 48px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 901px) {
  .l-footer__nav-menu--parent {
    height: 242px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__nav-menu--parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 16px 20px;
  }
  .l-footer__nav-menu--parent > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__nav-menu--parent > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.l-footer__nav-menu--child {
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .l-footer__nav-menu--child {
    display: none;
  }
}
.l-footer__nav-menu--child li {
  line-height: 1.5;
}
.l-footer__nav-menu--child li + li {
  margin-top: 8px;
}
.l-footer__nav-menu--child a {
  position: relative;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  font-weight: 400;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__nav-menu--child a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

@media screen and (max-width: 900px) {
  .l-footer__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 24px;
    gap: 40px;
  }
}

.l-footer__other-sns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 32px 30px 32px 30px 32px 30px;
  grid-template-columns: repeat(4, 30px);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
}

.l-footer__other-sns > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-footer__other-sns > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-footer__other-sns > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-footer__other-sns > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.l-footer__other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 1100px) {
  .l-footer__other-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__other-link {
    margin-top: 0;
  }
}
.l-footer__other-link li {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  line-height: 2.25;
}
@media screen and (min-width: 1101px) {
  .l-footer__other-link li + li::before {
    content: "｜";
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media (hover: hover) {
  .l-footer__other-link a:hover {
    opacity: 1;
    color: #084B9D;
  }
}
@media (hover: none) {
  .l-footer__other-link a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer__other-link a:active {
    opacity: 1;
    color: #084B9D;
  }
}

.l-footer__copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.4444444444vw, 0.8125rem);
  background: transparent;
  color: #121212;
}
@media screen and (min-width: 901px) {
  .l-footer__copy {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    width: 100vw;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 900px) and (max-width: 500px) {
  .l-footer__copy {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.l-anchorlink {
  margin-bottom: clamp(80px, 11.5555555556vw, 104px);
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .l-anchorlink.l-anchorlink--recruit ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
  .l-anchorlink.l-anchorlink--recruit ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-anchorlink.l-anchorlink--recruit ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-anchorlink.l-anchorlink--recruit a {
    width: 100%;
  }
}

.l-anchorlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.l-anchorlink li span {
  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;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(28px, 4vw, 36px);
  height: auto;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-anchorlink li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-anchorlink li span svg {
  position: absolute;
  aspect-ratio: 11/9;
  width: clamp(9px, 1.2222222222vw, 11px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-anchorlink li span svg:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-anchorlink li span svg:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.l-anchorlink 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;
  position: relative;
  gap: 20px;
  background-color: #F4F4F4;
  width: 294px;
  width: clamp(264px, 18.375vw, 294px);
  height: 80px;
  padding-top: clamp(16px, 2.2222222222vw, 20px);
  padding-bottom: clamp(16px, 2.2222222222vw, 20px);
  padding-left: clamp(20px, 2.6666666667vw, 24px);
  padding-right: clamp(20px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.25;
}
.l-anchorlink a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #D90012;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .l-anchorlink a:hover {
    opacity: 1;
  }
  .l-anchorlink a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-anchorlink a:hover span::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    background-color: #D90012;
  }
  .l-anchorlink a:hover span svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-anchorlink a:hover span svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (hover: none) {
  .l-anchorlink a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-anchorlink a:active {
    opacity: 1;
  }
  .l-anchorlink a:active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-anchorlink a:active span::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    background-color: #D90012;
  }
  .l-anchorlink a:active span svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .l-anchorlink a:active span svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-bread {
  font-size: clamp(0.625rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
}
.l-bread a {
  color: inherit;
  font-size: inherit;
}

.l-bread .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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;
}
.l-bread .breadcrumbs .post.current-item {
  line-height: 1;
  display: inline-block;
  width: clamp(100px, 39.0625vw, 500px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .l-bread .breadcrumbs .post.current-item {
    width: clamp(100px, 33.3333333333vw, 300px);
  }
}
@media screen and (max-width: 450px) {
  .l-bread .breadcrumbs .post.current-item {
    width: 100px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 5.5555555556vw, 50px);
  background: #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: LINESeedJP, sans-serif;
}
@media screen and (min-width: 901px) {
  .mw_wp_form {
    padding-top: clamp(56px, 8.8888888889vw, 80px);
    padding-bottom: clamp(56px, 8.8888888889vw, 80px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 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;
  font-size: 14px;
}
.mw_wp_form th > span.required {
  background-color: #c50000;
}
.mw_wp_form th > span.any {
  background-color: #919699;
}
@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 th {
    font-weight: 400;
    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: #121212;
}
.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: LINESeedJP, sans-serif;
  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: LINESeedJP, sans-serif;
  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: 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;
}

@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;
  }
}
@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: #084B9D;
  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: 300px;
  line-height: 64px;
  border-radius: 0;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  color: #fff;
  background-color: #084B9D;
  border: 1px solid #f8f8f8;
  padding: 0;
  cursor: pointer;
  font-family: LINESeedJP, sans-serif;
  font-weight: 400;
  /*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;
      }
  }*/
}
@media screen and (max-width: 600px) {
  .form-btns a,
  .form-btns [type=submit] {
    width: 240px;
  }
}
@media (hover: hover) {
  .form-btns a:hover,
  .form-btns [type=submit]:hover {
    opacity: 1;
    background-color: #D90012;
  }
}
@media (hover: none) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .form-btns a:active,
  .form-btns [type=submit]:active {
    opacity: 1;
    background-color: #D90012;
  }
}

.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;
  text-align: center;
}
.page__thanks .l-contact h2 {
  text-align: left;
}
.l-contact h2 + p {
  text-align: center;
}
.page__thanks .l-contact h2 + p {
  text-align: left;
}
.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: #121212;
  background: #EFF6FC;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  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: #084B9D;
}
@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: #121212;
}
@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;
  }
}

.cm-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;
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}
.cm-btns a {
  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;
  width: 300px;
  height: 64px;
  font-size: 16px;
  background-color: #084B9D;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cm-btns a {
    width: 240px;
    height: 56px;
  }
}
@media (hover: hover) {
  .cm-btns a:hover {
    opacity: 1;
    background-color: #D90012;
  }
}
@media (hover: none) {
  .cm-btns a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .cm-btns a:active {
    opacity: 1;
    background-color: #D90012;
  }
}

/* recaptcha 位置逆 */
.grecaptcha-badge {
  z-index: 1;
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.l-banner {
  position: fixed;
  z-index: 10;
  top: 3%;
  right: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.l-banner.is-hidden {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1380px) {
  .l-banner {
    top: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .l-banner {
    display: none;
  }
}

.l-banner a {
  background-color: #D90012;
  color: #fff;
  padding: 12px 17px 16px;
}
@media (hover: hover) {
  .l-banner a:hover {
    opacity: 1;
    background-color: #084B9D;
  }
  .l-banner a:hover span {
    color: #084B9D;
  }
}
@media (hover: none) {
  .l-banner a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-banner a:active {
    opacity: 1;
    background-color: #084B9D;
  }
  .l-banner a:active span {
    color: #084B9D;
  }
}

.l-banner p {
  font-size: clamp(1.25rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  line-height: 1.3;
}
.l-banner p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0;
  margin-left: 0.2em;
}

.l-banner span {
  display: block;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  background-color: #fff;
  color: #D90012;
  padding: 5px 6px 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}