@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: var(--hirota_black);
  --gray: #ddd;
  --blue: blue;
  /* add */
  --dark_blue: #0f0094;
  --hirota_black: #000000;
  --middle_blue: #0250e8;
  --light_gray: #eae8e8;
  --light_gray2: #f6f6f6;
  --dark_gray: #828282;
  --light_blue: #ebf1fd;
  --border: #d8d8d8;
  --border_gray: #CCCCCC;
  /* filter */
  --filter-middle_blue: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2231%) hue-rotate(213deg)
      brightness(98%) contrast(114%);
  --filter-dark_blue: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(7388%) hue-rotate(226deg) brightness(107%) contrast(135%);
  /* template color */
  --main-color: var(--kous-black);
  --main-bg-color: var(--white);
  --main-border-color: #e1e1e1;
  /* footer */
  --footer-menu-border: var(--gray);
  --copyright-bg: var(--hirota_black);
  --copyright-color: var(--white);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--middle_blue);
  --hamburger-trigger-bar: var(--white);
  --hamburger-bg: var(--kous-black);
  --hamburger-border: var(--white);
  --hamburger-color: var(--white);
  /* pagenavi */
  --pagenavi-navi-bg: var(--blue);
  --pagenavi-navi-border: var(--white);
  /* contact page Navi*/
  --form-page-tab: var(--light_blue);
  --form-tab-border: transparent;
  --form-tab-line: var(--hirota_black);
  --form-page-active: var(--dark_blue);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--hirota_black);
  --policy-link-color: var(--dark_blue);
  /* 404 */
  --404-h1_color: var(--kous-black);
  --404-p_color: var(--dark_blue);
  --404-menu-border: var(--kous-black);
}

/* form */
.mw_wp_form {
  --form-bg-color: #f8f8f8;
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #919699;
  --form-border: #cccccc;
  --form-policy-linkcolor: var(--dark_blue);
  --form-go-bg: var(--dark_blue);
  --form-go-color: var(--white);
  --form-back-bg: var(--dark_blue);
}

:root {
  font-size: 16px;
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

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

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

.l-layout_l {
  padding-top: clamp(120px, 19.5555555556vw, 176px);
  padding-bottom: clamp(120px, 19.5555555556vw, 176px);
}
.l-layout_l.business {
  padding-top: 0;
}
.l-layout_notfound {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.l-layout_s {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.l-layout-over_left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1280px) / 2 + 40px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_left {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_left {
    padding-left: 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;
  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;
  height: clamp(55px, 10.9375vw, 140px);
  position: fixed;
  position: absolute;
  top: 0;
  z-index: 2;
}
.l-header-logo {
  padding: clamp(8px, 1.1111111111vw, 10px) clamp(16px, 2.2222222222vw, 20px);
  padding-left: clamp(40px, 6.25vw, 100px);
}
@media screen and (max-width: 1280px) {
  .l-header-logo {
    padding-left: clamp(40px, 5vw, 80px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  .l-header-logo {
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-header-logo {
    padding-left: 20px;
  }
}
.l-header-logo a,
.l-header-logo img {
  display: block;
  height: auto;
}
.l-header-logo a {
  width: clamp(138px, 31.8888888889vw, 287px);
}
.l-header-logo img {
  width: 100%;
}
.l-header-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(55px, 9.4444444444vw, 85px);
  height: clamp(55px, 9.4444444444vw, 85px);
  background: var(--hamburger-trigger-bg);
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 902px) {
  .l-header-trigger {
    display: none;
  }
}
.l-header-trigger:hover {
  opacity: 1;
}
.l-header-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(23px, 5vw, 45px);
  height: 2px;
  border-radius: 3px;
  background-color: var(--hamburger-trigger-bar);
  -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(400deg);
          transform: translate(-50%, -50%) rotate(400deg);
}
.l-header-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-400deg);
          transform: translate(-50%, -50%) rotate(-400deg);
}
.l-header-menu {
  position: relative;
}
.l-header-menu a {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--white);
  position: relative;
}
.l-header-menu .menu a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--white);
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left 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-header-menu .menu a:hover {
    opacity: 1;
  }
  .l-header-menu .menu a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (hover: none) {
  .l-header-menu .menu a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-menu .menu a:active {
    opacity: 1;
  }
  .l-header-menu .menu a:active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-menu .children {
  display: none;
}
@media screen and (min-width: 902px) {
  .l-header-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: clamp(230px, 20.5vw, 328px);
    gap: clamp(16px, 2vw, 32px);
  }
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(16px, 2vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: color-mix(in srgb, var(--hamburger-bg) 90%, transparent);
    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 var(--hamburger-border);
  }
  .l-header-menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: var(--hamburger-color);
  }
}
.l-header-menu_70th {
  aspect-ratio: 1/1;
  width: clamp(55px, 8.75vw, 140px);
  height: auto;
  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: absolute;
  right: clamp(130px, 10.25vw, 164px);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .l-header-menu_70th {
    right: clamp(80px, 13.3333333333vw, 120px);
    top: 0;
  }
}
.l-header-menu_70th a {
  width: clamp(100px, 12.7777777778vw, 115px);
}
.l-header-menu_other {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .l-header-menu_other {
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
  }
}
.l-header-menu_other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(110px, 8.75vw, 140px);
  gap: 0;
}
@media screen and (max-width: 900px) {
  .l-header-menu_other ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0;
  }
}
.l-header-menu_other li {
  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: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .l-header-menu_other li {
    aspect-ratio: 3/1;
    border: none;
  }
}
.l-header-menu_other li:nth-of-type(1) {
  background: var(--middle_blue);
}
.l-header-menu_other li:nth-of-type(1):hover {
  background: var(--dark_blue);
}
.l-header-menu_other li:nth-of-type(2) {
  background: var(--hirota_black);
}
@media screen and (max-width: 900px) {
  .l-header-menu_other li:nth-of-type(2) {
    background: var(--dark_blue);
  }
}
.l-header-menu_other li:nth-of-type(2):hover {
  background: var(--dark_blue);
}
.l-header-menu_other a {
  color: var(--white);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .l-header-menu_other a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-header-menu_other a b {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.005em;
  text-indent: 0.005em;
  line-height: 1;
}
.l-header-menu_other a span {
  aspect-ratio: 1/1;
  width: clamp(28px, 3.6666666667vw, 33px);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .l-header-menu_other a span {
    position: relative;
    top: 3px;
  }
}
.l-header-menu_other a:hover {
  opacity: 1;
}

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

.l-cta {
  background: var(--hirota_black);
  padding-top: clamp(56px, 12.4444444444vw, 112px);
  padding-bottom: clamp(34px, 10.3125vw, 132px);
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: -1px;
}
.l-cta-text {
  position: absolute;
  top: 0;
  width: 100%;
}
.l-cta-text .-wrap {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 3.75vw, 48px);
  -webkit-animation: text-slide 400s infinite linear 1s both;
          animation: text-slide 400s infinite linear 1s both;
}
.l-cta-text span {
  font-family: "Jost", sans-serif;
  font-size: clamp(3.5rem, 12.4444444444vw, 7rem);
  font-weight: bold;
  color: color-mix(in srgb, var(--light_gray) 20%, transparent);
  line-height: 0.8;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
}
.l-cta .-sliders {
  margin-top: clamp(8px, 1.3333333333vw, 12px);
  padding-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-cta .-sliders {
    padding-bottom: clamp(210px, 50vw, 450px);
  }
}
.l-cta-slider figure {
  position: relative;
  width: clamp(220px, 44.4444444444vw, 400px);
  height: auto;
  position: relative;
}
.l-cta-slider figure img {
  aspect-ratio: 400/172;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-cta-slider figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: color;
}
.l-cta-slider picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.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;
}
.l-cta-slider.--left .l-cta-slider_wrap {
  -webkit-animation: loop-slide-Right 60s infinite linear 1s both;
          animation: loop-slide-Right 60s infinite linear 1s both;
}
.l-cta-slider.--right .l-cta-slider_wrap {
  -webkit-animation: loop-slide-Left 60s infinite linear 1s both;
          animation: loop-slide-Left 60s infinite linear 1s both;
}
.l-cta-slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-cta-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-cta-slider .slick-slide {
  display: inline-block;
}
.l-cta-slider .wrap {
  height: clamp(92px, 19.1111111111vw, 172px);
  width: auto !important;
}
.l-cta-slider .wrap figure {
  height: 100%;
}
.l-cta-slider .wrap figure img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.l-cta-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.l-cta-nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  gap: 14px clamp(14px, 1.7142857143vw, 24px);
}
@media screen and (max-width: 900px) {
  .l-cta-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cta-nav li {
  width: 100%;
}
.l-cta-nav li:nth-of-type(1) {
  color: var(--white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(550px, 52.1875vw, 668px);
}
@media screen and (max-width: 900px) {
  .l-cta-nav li:nth-of-type(1) {
    width: 100%;
  }
}
.l-cta-nav li:nth-of-type(1) a {
  background: var(--dark_blue);
}
.l-cta-nav li:nth-of-type(1) a span::before {
  background: var(--white);
}
.l-cta-nav li:nth-of-type(1) a span svg path {
  fill: var(--dark_blue);
}
.l-cta-nav li:nth-of-type(1) a p {
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .l-cta-nav li:nth-of-type(1) a p {
    margin-top: clamp(16px, 5.3333333333vw, 48px);
  }
}
.l-cta-nav li:nth-of-type(1) a:hover {
  background: var(--middle_blue);
}
.l-cta-nav li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: var(--white);
  padding: clamp(11px, 2.5vw, 32px) clamp(24px, 3.75vw, 48px) clamp(18px, 3.4375vw, 44px);
  position: relative;
}
.l-cta-nav li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
}
.l-cta-nav li a:hover span::before {
  scale: 1.05;
}
.l-cta-nav h2 {
  font-family: "Jost", sans-serif;
  font-size: clamp(2rem, 7.1111111111vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.l-cta-nav p {
  margin-top: clamp(16px, 5.3333333333vw, 48px);
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-cta-nav span {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  width: clamp(33px, 8vw, 72px);
  height: auto;
  right: clamp(23px, 2.734375vw, 35px);
  bottom: clamp(18px, 2.734375vw, 35px);
  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-cta-nav span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--hirota_black);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-cta-nav span svg {
  position: relative;
  z-index: 1;
  aspect-ratio: 23/17;
  width: clamp(11px, 2.5555555556vw, 23px);
  height: auto;
}
.l-cta-nav span svg path {
  fill: var(--white);
}

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

@keyframes text-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-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 {
  background: var(--hirota_black);
  color: var(--white);
  position: relative;
  padding-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer-logo {
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(22px, 2.6666666667vw, 24px);
}
.l-footer-logo a,
.l-footer-logo img {
  display: block;
  height: auto;
}
.l-footer-logo a {
  width: clamp(264px, 31.8888888889vw, 287px);
}
.l-footer-logo img {
  width: 100%;
}
.l-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 901px) {
  .l-footer-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-content {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .l-footer-content {
    width: 100%;
  }
}
.l-footer-address {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
}
.l-footer-address br {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-footer-address br {
    display: block;
  }
}
.l-footer-address span {
  display: block;
  font-weight: bold;
}
.l-footer-nav {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer-nav a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.l-footer-nav ul {
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px clamp(24px, 3vw, 48px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .l-footer-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: initial;
  }
}
.l-footer-nav ul ul {
  height: initial;
  display: block;
  margin-top: 8px;
}
.l-footer-nav ul ul a {
  position: relative;
  font-size: clamp(0.75rem, 1.09375vw, 0.875rem);
  font-weight: 400;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-nav ul ul a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--white);
}
@media screen and (min-width: 1201px) {
  .l-footer-nav ul {
    width: 710px;
  }
  .l-footer-nav ul ul {
    width: unset;
  }
}
@media screen and (min-width: 901px) {
  .l-footer-nav li {
    line-height: 2.25;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-nav ul {
    gap: 0;
  }
  .l-footer-nav ul ul {
    display: none;
  }
  .l-footer-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
  }
  .l-footer-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer-nav a {
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid var(--footer-menu-border);
  }
}
.l-footer-nav_pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .l-footer-nav_pc {
    display: none;
  }
}
.l-footer-nav_pc figure {
  width: clamp(88px, 7.96875vw, 102px);
}
.l-footer-nav_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-footer-nav_sp {
    position: absolute;
    right: clamp(20px, 4.4444444444vw, 40px);
    display: block;
  }
}
.l-footer-nav_sp figure {
  width: clamp(69px, 7.7777777778vw, 70px);
}
.l-footer-contact {
  margin-top: clamp(8px, 1.7777777778vw, 16px);
}
.l-footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.l-footer-contact a span {
  aspect-ratio: 1/1;
  width: clamp(20px, 2.4444444444vw, 22px);
  position: relative;
  top: 2px;
}
.l-footer-contact a b {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 3.6666666667vw, 2.0625rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.l-footer-contact a small {
  display: block;
  font-size: clamp(0.75rem, 1.3333333333vw, 0.75rem);
  line-height: 1.75em;
  font-weight: 400;
}
.l-footer-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .l-footer-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: clamp(24px, 3.5555555556vw, 32px);
    gap: clamp(16px, 1.875vw, 24px);
  }
}
.l-footer-end > a {
  font-size: clamp(0.6875rem, 1.4444444444vw, 0.8125rem);
}
.l-footer-copy {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.6875rem, 1.4444444444vw, 0.8125rem);
  background: var(--copyright-bg);
  color: var(--copyright-color);
}
@media screen and (max-width: 900px) {
  .l-footer-copy {
    width: 100dvw;
    margin: 0 -40px;
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid var(--dark_gray);
  }
}
@media screen and (max-width: 450px) {
  .l-footer-copy {
    margin: 0 -30px;
  }
}
.l-footer-rtt {
  position: absolute;
  right: 24px;
  bottom: 57px;
  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;
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .l-footer-rtt {
    right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-rtt {
    bottom: clamp(290px, 27.7777777778vw, 250px);
  }
}
@media screen and (max-width: 450px) {
  .l-footer-rtt {
    bottom: 170px;
  }
}
.l-footer-rtt b {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.625rem, 1.7777777778vw, 1rem);
  font-weight: bold;
  color: var(--white);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
.l-footer-rtt span {
  aspect-ratio: 18/13;
  width: clamp(11px, 2vw, 18px);
  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-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer-rtt span svg path {
  fill: var(--white);
}
@media screen and (max-width: 900px) {
  .l-footer-rtt {
    gap: 8px;
    right: 10px;
  }
}

.l-anchorlink {
  margin-bottom: clamp(64px, 13.3333333333vw, 120px);
}
.l-anchorlink ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
.l-anchorlink ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-anchorlink ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-anchorlink ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l-anchorlink ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 900px) {
  .l-anchorlink ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .l-anchorlink ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-anchorlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  position: relative;
  min-height: 70px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--light_blue);
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.25;
}
.l-anchorlink a::before {
  background-color: var(--middle_blue);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -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;
  width: 100%;
}
.l-anchorlink a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../images/icon/arrow.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-anchorlink a[aria-current=page]::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-anchorlink a[aria-current=page]::after {
  -webkit-filter: var(--filter-middle_blue);
          filter: var(--filter-middle_blue);
}
@media (hover: hover) {
  .l-anchorlink a:hover {
    opacity: 1;
  }
  .l-anchorlink a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .l-anchorlink a:hover::after {
    -webkit-filter: var(--filter-middle_blue);
            filter: var(--filter-middle_blue);
  }
}
@media (hover: none) {
  .l-anchorlink a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-anchorlink a:active {
    opacity: 1;
  }
  .l-anchorlink a:active::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .l-anchorlink a:active::after {
    -webkit-filter: var(--filter-middle_blue);
            filter: var(--filter-middle_blue);
  }
}
@media screen and (min-width: 901px) {
  .l-anchorlink_side {
    -ms-flex-preferred-size: 206px;
        flex-basis: 206px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .l-anchorlink_side ul {
    position: sticky;
    top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .l-anchorlink_side 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_side ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-anchorlink_side ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 901px) {
  .l-anchorlink_side li + li {
    margin-top: 8px;
  }
}
.l-anchorlink_side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  line-height: 48px;
  padding: 0 26px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--light_blue);
  color: var(--hirota_black);
  opacity: 0.5;
}
.l-anchorlink_side a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--middle_blue);
  border-right: 0;
}
.l-anchorlink_side a.current {
  background-color: var(--middle_blue);
  color: var(--white);
  opacity: 1;
}
.l-anchorlink_side a.current::after {
  border-left-color: var(--white);
}
@media screen and (max-width: 900px) {
  .l-anchorlink_side a {
    background-color: var(--middle_blue);
    color: var(--white);
    opacity: 1;
  }
  .l-anchorlink_side a::after {
    border-left-color: var(--white);
  }
}
@media screen and (max-width: 450px) {
  .l-anchorlink_side a {
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .l-anchorlink_side a:hover {
    opacity: 1;
    background-color: var(--middle_blue);
    color: var(--white);
  }
  .l-anchorlink_side a:hover::after {
    border-left-color: var(--white);
  }
}
@media (hover: none) {
  .l-anchorlink_side a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-anchorlink_side a:active {
    opacity: 1;
    background-color: var(--middle_blue);
    color: var(--white);
  }
  .l-anchorlink_side a:active::after {
    border-left-color: var(--white);
  }
}

.l-bread {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 400;
  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: 8px;
}
.l-bread .breadcrumbs > span:last-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-bread .breadcrumbs .post.current-item {
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .l-bread .breadcrumbs .post.current-item {
    width: clamp(100px, 33.3333333333vw, 300px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@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: var(--form-bg-color);
  -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: var(--form-white);
  text-align: center;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
}
.mw_wp_form th > span.required {
  background-color: var(--form-red);
}
.mw_wp_form th > span.any {
  background-color: var(--form-gray);
}
@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: var(--form-white);
  border: 1px solid var(--form-border);
  -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: var(--main-color);
}
.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: var(--form-white);
  border: 1px solid var(--form-border);
  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: var(--form-white);
  border: 1px solid var(--form-border);
  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: var(--form-white);
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid var(--form-border);
}
.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: var(--form-red);
  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: var(--form-policy-linkcolor);
  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] {
  text-align: center;
  border-radius: 0;
  border: none;
  cursor: pointer;
  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;
  width: 100%;
  max-width: clamp(260px, 23.4375vw, 300px);
  height: clamp(56px, 5vw, 64px);
  background-color: var(--middle_blue);
  color: var(--white);
  padding: 0;
  padding-left: clamp(26px, 4.4444444444vw, 40px);
  padding-right: clamp(26px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  /*background: url(../../../../uploads/2025/05/ico_arrow-r.png) 94% 50% no-repeat var(--white);
  background-size: 24px;
  &:hover {
      background: url(../../../../uploads/2025/05/ico_arrow-r.png) 96% 50% no-repeat var(--white);
      background-size: 32px;
  }

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

      &:hover {
          background: url(../../../../uploads/2025/05/ico_arrow-l.png) 6% 50% no-repeat var(--white);
          background-size: 32px;
      }
  }*/
}
@media (hover: hover) {
  .form-btns a:hover,
  .form-btns [type=submit]:hover {
    opacity: 1;
    background-color: var(--dark_blue);
  }
}
@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: var(--dark_blue);
  }
}

.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: var(--main-color);
  background: var(--form-page-tab);
  text-align: center;
  border: 1px solid var(--form-tab-border);
  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: var(--form-active-color);
  background: var(--form-page-active);
}
@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: var(--form-tab-line);
}
@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;
  }
}

/* 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;
}