@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=Poppins: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");
/* base color */
/* origin 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;
}

.-en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.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_notfound {
  padding-top: clamp(160px, 21.7777777778vw, 196px);
  padding-bottom: clamp(160px, 24.8888888889vw, 224px);
}
.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 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: clamp(64px, 8.75vw, 112px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 20;
}
@media screen and (min-width: 1201px) {
  .l-header {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-header-contents {
  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;
  position: relative;
  width: 100%;
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1201px) {
  .l-header-contents {
    top: clamp(0px, 1.25vw, 16px);
    overflow: hidden;
    border-radius: 8px;
  }
}
.l-header-logo {
  padding: clamp(12px, 1.5555555556vw, 14px) clamp(16px, 2.6666666667vw, 24px);
  -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(180px, 25.8888888889vw, 233px);
}
.l-header-logo img {
  width: 100%;
}
.l-header-trigger {
  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: 80px;
  height: auto;
  background: #2A348F;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .l-header-trigger {
    width: 64px;
  }
}
.l-header-trigger::before {
  content: "Close";
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-header-trigger.active {
  font-size: 0;
}
.l-header-trigger.active::before {
  opacity: 1;
}
@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);
}
@media screen and (min-width: 1201px) {
  .l-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .l-header-wrap .-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  .l-header-wrap .-tel::before {
    content: "";
    display: inline-block;
    background: url("../images/icon/icon_tel.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
  }
}
.l-header-wrap .-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 100%;
}
.l-header-wrap .-others .-tel {
  background-color: #2A348F;
  height: clamp(64px, 6.25vw, 80px);
  height: 80px;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .l-header-wrap .-others .-tel {
    display: none;
  }
}
.l-header-wrap .-others .-entry {
  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;
  z-index: 10;
  background-color: #1CA0FF;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  height: 80px;
}
@media screen and (max-width: 450px) {
  .l-header-wrap .-others .-entry {
    height: 64px;
  }
}
@media (hover: hover) {
  .l-header-wrap .-others .-entry:hover {
    opacity: 1;
    background-color: #fff;
    color: #1CA0FF;
  }
}
@media (hover: none) {
  .l-header-wrap .-others .-entry {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-wrap .-others .-entry:active {
    opacity: 1;
    background-color: #fff;
    color: #1CA0FF;
  }
}
.l-header-menu a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-menu .children {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .l-header-menu ul._c a:hover {
    opacity: 1;
    color: #2A348F;
  }
}
@media screen and (min-width: 1201px) and (hover: none) {
  .l-header-menu ul._c a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-menu ul._c a:active {
    opacity: 1;
    color: #2A348F;
  }
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .l-header-menu ul._r a:hover {
    opacity: 1;
    color: #1CA0FF;
  }
}
@media screen and (min-width: 1201px) and (hover: none) {
  .l-header-menu ul._r a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-menu ul._r a:active {
    opacity: 1;
    color: #1CA0FF;
  }
}
@media screen and (max-width: 1200px) {
  .l-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(51, 51, 51, 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 {
    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: 1em 0;
    color: #fff;
  }
}

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

.l-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 900px) {
  .l-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-cta iframe {
  display: block;
}
@media screen and (max-width: 900px) {
  .l-cta iframe {
    width: 100%;
    height: 260px;
  }
}
@media screen and (min-width: 901px) {
  .l-cta iframe {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .l-cta_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}
.l-cta .l-cta_head {
  text-align: center;
}
.l-cta .l-cta_head span {
  display: block;
  font-size: clamp(3rem, 10.6666666667vw, 6rem);
  font-weight: 500;
  line-height: 1;
}
.l-cta .l-cta_head h2 {
  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;
  margin-top: clamp(18px, 2.6666666667vw, 24px);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.1;
}
.l-cta .l-cta_head h2::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
}
.l-cta._c {
  background-color: #2A348F;
}
.l-cta._c .l-cta_info {
  color: #fff;
  padding: clamp(56px, 7.5vw, 120px) 20px;
}
.l-cta._c .-inner {
  background-color: #fff;
  color: #2A348F;
  border-radius: 8px;
  overflow: hidden;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 3.125vw, 40px);
  text-align: center;
}
.l-cta._c .-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.75rem, 6.2222222222vw, 3.5rem);
  font-weight: 500;
  line-height: 1.2;
}
.l-cta._c .-tel svg {
  aspect-ratio: 1/1;
  width: clamp(24px, 4vw, 36px);
  height: auto;
}
.l-cta._c h3 {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: clamp(5px, 1.1111111111vw, 10px);
}
.l-cta._c p {
  color: #333;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
}
.l-cta._r .l-cta_info {
  position: relative;
  padding: clamp(56px, 14.0625vw, 180px) 20px;
  overflow: hidden;
  color: #fff;
}
.l-cta._r .l-cta_info::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-image: url("../../../../uploads/2025/08/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.l-cta._r .-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(24px, 2.5vw, 32px);
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.l-cta._r .-side .-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .l-cta._r .-side .-tel {
    font-size: 28px;
  }
}
.l-cta._r .-side .-tel i {
  aspect-ratio: 1/1;
}
.l-cta._r .-side .-tel i svg {
  width: clamp(24px, 3vw, 27px);
  height: auto;
}
.l-cta._r .-side .-tel i path {
  fill: #fff;
}
.l-cta._r .-side .-btn {
  width: 100%;
  max-width: 320px;
}
.l-cta._r .-side .-btn 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;
  width: 100%;
  height: clamp(80px, 9.7777777778vw, 88px);
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  padding: clamp(20px, 1.875vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  .l-cta._r .-side .-btn a:hover {
    opacity: 1;
    background-color: #1CA0FF;
    color: #fff;
  }
  .l-cta._r .-side .-btn a:hover i {
    background-color: #fff;
  }
  .l-cta._r .-side .-btn a:hover path {
    stroke: #1CA0FF;
  }
}
@media (hover: none) {
  .l-cta._r .-side .-btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-cta._r .-side .-btn a:active {
    opacity: 1;
    background-color: #1CA0FF;
    color: #fff;
  }
  .l-cta._r .-side .-btn a:active i {
    background-color: #fff;
  }
  .l-cta._r .-side .-btn a:active path {
    stroke: #1CA0FF;
  }
}
.l-cta._r .-side .-btn i {
  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(24px, 4.4444444444vw, 40px);
  height: auto;
  background-color: #1CA0FF;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-cta._r .-side .-btn i svg {
  aspect-ratio: 1/1;
  width: clamp(15px, 2.3333333333vw, 21px);
  height: auto;
}
.l-cta._r .-side .-btn i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-cta._r .-side p {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.l-footer {
  position: relative;
}
.l-footer-wrap {
  padding: 80px 0 108px;
}
@media screen and (max-width: 1400px) {
  .l-footer-wrap {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-wrap {
    padding-bottom: 120px;
  }
}
.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: 233px;
}
.l-footer-logo img {
  width: 100%;
}
.l-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 901px) {
  .l-footer-column {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 901px) {
  .l-footer-nav._c {
    width: 400px;
  }
  .l-footer-nav._r {
    width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-nav._r li:last-of-type {
    width: 100%;
    border-left: none;
  }
}
.l-footer-nav a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-nav ul ul {
  display: block;
  margin-top: 8px;
}
.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 ul {
    border-top: 1px solid #E2E2E2;
    gap: 0;
    width: 100%;
    margin-top: 26px;
  }
  .l-footer-nav ul ul {
    display: none;
  }
  .l-footer-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
    text-align: center;
  }
  .l-footer-nav li:nth-child(even) {
    border-left: 1px solid #E2E2E2;
  }
  .l-footer-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer-nav a {
    display: block;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
.l-footer-copy {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  margin-top: clamp(40px, 4.6666666667vw, 42px);
}
@media screen and (min-width: 901px) {
  .l-footer-copy {
    text-align: right;
  }
}
.l-footer-rtt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: clamp(40px, 6.25vw, 80px);
  right: 3.5%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .l-footer-rtt {
    right: 56px;
  }
}
@media screen and (max-width: 1400px) {
  .l-footer-rtt {
    bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-footer-rtt {
    right: 20px;
  }
}
@media (hover: hover) {
  .l-footer-rtt:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .l-footer-rtt {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer-rtt:active {
    opacity: 1;
  }
}
.l-footer-rtt._c i {
  background-color: #2A348F;
}
@media (hover: hover) {
  .l-footer-rtt._c:hover i {
    background-color: #F0F6FF;
  }
  .l-footer-rtt._c:hover i path {
    fill: #2A348F;
  }
}
@media (hover: none) {
  .l-footer-rtt._c {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer-rtt._c:active i {
    background-color: #F0F6FF;
  }
  .l-footer-rtt._c:active i path {
    fill: #2A348F;
  }
}
.l-footer-rtt._r i {
  background-color: #1CA0FF;
}
@media (hover: hover) {
  .l-footer-rtt._r:hover i {
    background-color: #E6F5FF;
  }
  .l-footer-rtt._r:hover i path {
    fill: #1CA0FF;
  }
}
@media (hover: none) {
  .l-footer-rtt._r {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-footer-rtt._r:active i {
    background-color: #E6F5FF;
  }
  .l-footer-rtt._r:active i path {
    fill: #1CA0FF;
  }
}
.l-footer-rtt i {
  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: 38px;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer-rtt i svg {
  position: relative;
  width: 12px;
  height: 23px;
  rotate: 180deg;
}
.l-footer-rtt i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer-rtt span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .l-footer-rtt {
    display: block;
  }
}

.l-bread {
  padding: clamp(6px, 0.8888888889vw, 8px) 0;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
  line-height: 1.6;
}
.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;
  font-weight: 500;
}

.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", 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: 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", 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: "Noto Sans JP", 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: 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", sans-serif;
  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;
  }
}