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

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

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

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

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-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-layout_l {
  padding-top: clamp(56px, 8.8888888889vw, 80px);
  padding-bottom: clamp(80px, 17.7777777778vw, 160px);
}
.l-layout_notfound {
  padding-top: clamp(56px, 8.8888888889vw, 80px);
  padding-bottom: clamp(80px, 17.7777777778vw, 160px);
}
.l-layout_s {
  padding-top: clamp(56px, 8.8888888889vw, 80px);
  padding-bottom: clamp(80px, 17.7777777778vw, 160px);
}
.l-layout_b {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-layout_b._of {
  overflow: visible;
}
@media screen and (max-width: 450px) {
  .l-layout_b {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.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-layout_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 114px;
  max-width: 1480px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .l-layout_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.l-layout_side > .-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-layout_side .-nav {
  -ms-flex-preferred-size: 136px;
      flex-basis: 136px;
}
@media screen and (max-width: 450px) {
  .l-layout_side {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-layout_inner {
  max-width: 900px;
}

.l-header {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100px;
  height: clamp(66px, 10.3125vw, 132px);
}
.home .l-header {
  padding-top: clamp(56px, 7.5555555556vw, 68px);
}
.l-header._small .l-header-block {
  position: fixed;
  top: 0;
  padding-top: clamp(20px, 2vw, 32px);
  padding-bottom: clamp(18px, 1.5vw, 24px);
}
.l-header._small .l-header-logo a {
  -webkit-transform: translate3d(0, 0, 0) scale(0.84);
          transform: translate3d(0, 0, 0) scale(0.84);
}
.l-header-block {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding-top: clamp(24px, 2.625vw, 42px);
  padding-bottom: clamp(20px, 2vw, 32px);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: padding;
  background-image: url(../../asset/images/bg_small.png);
  background-size: 50%;
  background-repeat: repeat;
}
.l-header-contact {
  position: absolute;
  left: clamp(28px, 7.8125vw, 100px);
  left: clamp(28px, 6.875vw, 88px);
  aspect-ratio: 1/1;
  width: clamp(64px, 7.5555555556vw, 68px);
}
@media screen and (max-width: 900px) {
  .l-header-contact {
    display: none;
  }
}
.l-header-contact .-rotate {
  display: block;
  position: relative;
}
.l-header-contact .-rotate svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
.l-header-contact .-rotate circle {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  fill: none;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke-dasharray: 0 520;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header-contact .-rotate circle:nth-of-type(1) {
  stroke: #555;
}
.l-header-contact .-rotate circle:nth-of-type(2) {
  stroke: rgba(85, 85, 85, 0.8);
  stroke-dasharray: 520 520;
  display: none;
}
.l-header-contact i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 29/21;
  width: clamp(24px, 3.2222222222vw, 29px);
  height: auto;
}
.l-header-contact i svg {
  display: block;
}
@media (hover: hover) {
  .l-header-contact:hover {
    opacity: 1;
  }
  .l-header-contact:hover .-rotate svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .l-header-contact:hover .-rotate circle:nth-of-type(1) {
    stroke-dasharray: 520 520;
  }
}
@media (hover: none) {
  .l-header-contact {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-header-contact:active {
    opacity: 1;
  }
  .l-header-contact:active .-rotate svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .l-header-contact:active .-rotate circle:nth-of-type(1) {
    stroke-dasharray: 520 520;
  }
}
.l-header-logo {
  -webkit-animation: anim-mv-image 2s forwards;
          animation: anim-mv-image 2s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
.l-header-logo._front {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.l-header-logo a,
.l-header-logo img {
  display: block;
  height: auto;
}
.l-header-logo a {
  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;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 5.1111111111vw, 2.875rem);
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  letter-spacing: 0.1em;
}
.l-header-logo a figure:nth-of-type(1) {
  aspect-ratio: 15602/1044;
  width: clamp(82px, 17.3333333333vw, 156px);
  height: auto;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.l-header-logo a figure:nth-of-type(2) {
  aspect-ratio: 39431/12918;
  width: clamp(206px, 43.7777777778vw, 394px);
  height: auto;
}
.l-header-logo img {
  width: 100%;
}
.l-header-trigger {
  position: fixed;
  top: clamp(26px, 5.46875vw, 70px);
  right: clamp(28px, 7.421875vw, 95px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 52px;
  height: 18px;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .l-header-trigger {
    width: 34px;
    height: 12px;
  }
}
.l-header-trigger span {
  position: absolute;
  left: 50%;
  width: clamp(34px, 4.0625vw, 52px);
  height: 2px;
  border-radius: 3px;
  background-color: #3d3d3d;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-trigger span:first-child {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.l-header-trigger span:last-child {
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.l-header-trigger:hover {
  opacity: 1;
}
.l-header-trigger:hover span:first-child {
  top: 0;
  -webkit-transform: translate(-18%, -10px) rotate(-30deg);
          transform: translate(-18%, -10px) rotate(-30deg);
}
.l-header-trigger:hover span:last-child {
  bottom: 0;
  -webkit-transform: translate(-63%, -56%) rotate(8deg);
          transform: translate(-63%, -56%) rotate(8deg);
}
.l-header-trigger.active span {
  opacity: 0;
  background-color: #fff;
}
.l-header-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, 8px) rotate(-30deg);
          transform: translate(-50%, 8px) rotate(-30deg);
}
@media screen and (max-width: 450px) {
  .l-header-trigger.active span:first-child {
    -webkit-transform: translate(-50%, 5px) rotate(-30deg);
            transform: translate(-50%, 5px) rotate(-30deg);
  }
}
.l-header-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -8px) rotate(30deg);
          transform: translate(-50%, -8px) rotate(30deg);
}
@media screen and (max-width: 450px) {
  .l-header-trigger.active span:last-child {
    -webkit-transform: translate(-50%, -5px) rotate(30deg);
            transform: translate(-50%, -5px) rotate(30deg);
  }
}
.l-header-menu a {
  font-size: 18px;
  letter-spacing: 0.005em;
  text-indent: 0.005em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  font-size: clamp(0.875rem, 2.4444444444vw, 1.375rem);
}
@media screen and (max-width: 370px) {
  .l-header-menu a {
    font-size: 14px;
  }
}
.l-header-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header-menu .children {
  display: none;
}
.l-header-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #8CAFA4;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
  padding: clamp(80px, 9.375vw, 120px) clamp(135px, 12.34375vw, 158px) clamp(56px, 6.25vw, 80px) clamp(70px, 5.625vw, 72px);
  overflow-y: scroll;
  height: 100%;
}
.l-header-menu::-webkit-scrollbar {
  width: 3px;
}
.l-header-menu::-webkit-scrollbar-track {
  background-color: rgba(51, 51, 51, 0.16);
}
.l-header-menu::-webkit-scrollbar-thumb {
  background-color: #333;
}
@media screen and (max-width: 450px) {
  .l-header-menu {
    width: 100%;
    padding: 80px 80px 30px 80px;
    height: 100dvh;
  }
}
@media screen and (max-width: 370px) {
  .l-header-menu {
    padding: 56px 40px 30px;
  }
}
.l-header-menu.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.l-header-menu small {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.l-header-menu li {
  width: 100%;
}
.l-header-menu li + li {
  margin-top: clamp(12px, 1.7777777778vw, 16px);
}
@media screen and (max-width: 370px) {
  .l-header-menu li + li {
    margin-top: 24px;
  }
}
.l-header-menu a {
  display: block;
  text-align: left;
  color: #fff;
}
.l-header-sns {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.l-header-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.l-header-sns li {
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.l-header-sns li + li {
  margin-top: 0;
}
.l-header-sns a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: block;
}
.l-header-sns a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-header-sns a svg path {
  fill: #fff;
}
.l-header-sns a svg defs rect {
  width: 30px;
  height: 30px;
}

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

@-webkit-keyframes anim-mv-image {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes anim-mv-image {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.l-header,
.l-kv,
.l-layout_l {
  background-image: url(../../asset/images/bg_small.png);
  background-size: 50%;
  background-repeat: repeat;
}

.fixd_banners {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 9;
  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: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .fixd_banners {
    bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .fixd_banners {
    display: none !important;
  }
}

.fixd_banners__hidden {
  opacity: 0;
  pointer-events: none;
}

.fixd_banners__blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -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;
}

.fixd_banners__link {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  overflow: hidden;
}

.fixd_banners__link::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fixd_banners__inner {
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  text-align: center;
  width: 0;
}

.fixd_banners__svg {
  background: #fff;
  width: 48px;
  height: 48px;
  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;
  border-radius: 48px;
}

.fixd_banners__txt {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  text-align: center;
  letter-spacing: 0.07em;
  color: #222222;
  opacity: 0;
}

.fixd_banners__link:hover {
  opacity: 1;
  overflow: visible;
}
.fixd_banners__link:hover::before {
  width: 154px;
}
.fixd_banners__link:hover .fixd_banners__inner {
  width: 85px;
}
.fixd_banners__link:hover .fixd_banners__txt {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fixd_banners__contact {
  width: 100px;
  height: 100px;
  background: #8CAFA4;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.fixd_banners__contact___label {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.07em;
}

/*================================================
fixd_banners----END
==================================================*/
.l-cta {
  position: relative;
  padding: clamp(48px, 10.3125vw, 132px) clamp(29px, 3.125vw, 40px) clamp(50px, 10.3125vw, 132px);
}
@media screen and (max-width: 370px) {
  .l-cta {
    padding: 48px 15px 50px;
  }
}
.l-cta .-bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-cta .-bg::before {
  content: "";
  background: #8CAFA4;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
  width: 100%;
  height: 100%;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: block;
}
.l-cta .-bg img {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
  width: 100%;
  height: 100%;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-cta.lazy-show .-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-cta .-flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px clamp(40px, 6.25vw, 80px);
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-cta .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cta .-flex hgroup {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .l-cta .-flex hgroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-cta .-flex > span {
  display: block;
  background: #fff;
  width: 1px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .l-cta .-flex > span {
    width: 100%;
    height: 1px;
  }
}
.l-cta .-inner {
  padding-right: 24px;
}
@media screen and (max-width: 900px) {
  .l-cta .-inner {
    padding-right: initial;
    margin: 0 auto;
  }
}
.l-cta .-inner p {
  font-size: 16px;
  letter-spacing: 0.007em;
  text-indent: 0.007em;
  line-height: 1.75;
}
@media screen and (max-width: 370px) {
  .l-cta .-inner p {
    font-size: 14px;
  }
}
.l-cta .-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  gap: 16px;
}
.l-cta .-inner a svg {
  aspect-ratio: 21/32;
  width: 21px;
  height: auto;
  display: block;
}
.l-cta .-inner a b {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .l-cta .-inner a b {
    font-size: 38px;
  }
}
.l-cta .-inner span {
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .l-cta .-inner span {
    font-size: 14px;
  }
}
.l-cta .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px clamp(16px, 2.5vw, 32px);
  color: #fff;
  margin-top: clamp(40px, 8vw, 72px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer {
  position: relative;
  z-index: 1;
  background-image: url("../../asset/images/page-bg.jpg");
  background-size: 50%;
  font-weight: 500;
}
.l-footer-wrap {
  padding: clamp(64px, 13.3333333333vw, 120px) 0 clamp(32px, 9.7777777778vw, 88px);
}
.l-footer-logo {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.l-footer-logo a,
.l-footer-logo img {
  display: block;
  height: auto;
}
.l-footer-logo a {
  width: clamp(210px, 24.8888888889vw, 224px);
}
@media screen and (max-width: 450px) {
  .l-footer-logo a {
    position: relative;
    left: -3px;
  }
}
.l-footer-logo img {
  width: 100%;
}
.l-footer-address {
  font-size: 16px;
  line-height: 1.5;
}
.l-footer-address span {
  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;
}
@media screen and (max-width: 900px) {
  .l-footer-address {
    text-align: 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;
  }
}
.l-footer-nav a {
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  letter-spacing: 0.005em;
  text-indent: 0.005em;
  line-height: 1.65;
}
.l-footer-nav ul {
  height: 250px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px clamp(56px, 6.875vw, 88px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-nav ul .sp-menu {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-footer-nav ul .sp-menu {
    display: block;
  }
}
.l-footer-nav ul li {
  line-height: 1.2;
}
.l-footer-nav ul ul {
  display: block;
  margin-top: 16px;
  width: initial;
  height: initial;
}
.l-footer-nav ul ul li {
  line-height: 1;
}
.l-footer-nav ul ul li + li {
  margin-top: 10px;
}
.l-footer-nav ul ul a {
  position: relative;
  font-size: clamp(0.75rem, 1.09375vw, 0.875rem);
  letter-spacing: 0em;
  text-indent: 0em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
}
.l-footer-nav ul ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (max-width: 900px) {
  .l-footer-nav {
    margin-bottom: 48px;
  }
  .l-footer-nav ul {
    width: initial;
    gap: 0 14px;
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-footer-nav ul ul {
    display: none;
  }
  .l-footer-nav li {
    width: calc(50% - 7px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .l-footer-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer-nav a {
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .l-footer .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer .-policy {
  color: #555;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer .-policy {
    display: none;
  }
}
.l-footer-sns ul {
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 2.5vw, 32px);
}
@media screen and (max-width: 900px) {
  .l-footer-sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-sns ul a {
  display: block;
  width: clamp(28px, 2.34375vw, 30px);
  height: clamp(28px, 2.34375vw, 30px);
}
.l-footer-sns ul a span {
  display: block;
}
.l-footer-sns ul a span svg path {
  fill: #555;
}
.l-footer-sns ul a span svg clipPath rect {
  width: clamp(28px, 2.34375vw, 30px);
  height: clamp(28px, 2.34375vw, 30px);
}
.l-footer-copy {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  background: transparent;
  color: #555;
}
.l-footer-img {
  position: relative;
}
.l-footer-img figure {
  position: relative;
  z-index: 0;
}
.l-footer-img img {
  min-height: 173px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer-rtt {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: clamp(32px, 7.1111111111vw, 64px);
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.l-footer-rtt::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.l-footer-rtt > div {
  position: relative;
  z-index: 2;
}
.l-footer-rtt:hover {
  opacity: 1;
}
.l-footer-rtt:hover::before {
  background: rgba(34, 34, 34, 0.8);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
footer----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.l-footer__fixd {
  position: relative;
  height: 100vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1001px) {
  .l-footer__fixd {
    min-height: 700px;
  }
}

.l-footer__fixd__area {
  position: fixed;
  z-index: -20;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.l-footer__fixd__area .l-footer__fixd__area {
  opacity: 1;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer__fixd__area .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-footer__fixd__img {
  max-width: 394px;
}
@media screen and (max-width: 450px) {
  .l-footer__fixd__img {
    max-width: 320px;
  }
}

.l-footer__fixd__rtt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 70px;
  max-width: 82px;
}
@media screen and (max-width: 450px) {
  .l-footer__fixd__rtt {
    max-width: 76px;
  }
}

/*================================================
footer----END
==================================================*/
.l-anchorlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
}
@media screen and (max-width: 900px) {
  .l-anchorlink ul {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .l-anchorlink ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 8px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .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;
  }
}
@media screen and (min-width: 901px) {
  .l-anchorlink ul {
    position: sticky;
    top: 120px;
    display: block;
  }
}
.l-anchorlink li {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .l-anchorlink li {
    min-width: calc(33.333% - 21.34px);
  }
}
@media screen and (max-width: 450px) {
  .l-anchorlink li {
    width: calc(50% - 16px);
    width: unset;
  }
}
.l-anchorlink li + li {
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .l-anchorlink li + li {
    margin-top: 0;
  }
}
.l-anchorlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #777;
}
.l-anchorlink a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #8f8061;
}
.l-anchorlink a[aria-current=page] {
  color: #8f8061;
}
.l-anchorlink a[aria-current=page]::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
}
@media screen and (max-width: 900px) {
  .l-anchorlink a {
    color: #8f8061;
  }
  .l-anchorlink a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
  }
}
@media screen and (max-width: 450px) {
  .l-anchorlink a::before {
    display: none;
  }
}
@media (hover: hover) {
  .l-anchorlink a:hover {
    opacity: 1;
    color: #8f8061;
  }
  .l-anchorlink a:hover::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
  }
}
@media (hover: none) {
  .l-anchorlink a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-anchorlink a:active {
    opacity: 1;
    color: #8f8061;
  }
  .l-anchorlink a:active::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
  }
}

.l-bread {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #555;
  margin-top: 16px;
}
.l-bread a {
  color: inherit;
  font-size: inherit;
}
.l-bread .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 8px;
}
.l-bread .breadcrumbs > span:last-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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(56px, 8.8888888889vw, 80px);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@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: 400;
}
@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: 50px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.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: #333;
}
.mw_wp_form td textarea {
  max-width: 720px;
  min-height: 180px;
}
.mw_wp_form td .var01 {
  max-width: 344px;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td .var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td .var02 {
    max-width: 4em;
  }
}
.mw_wp_form td input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  margin-top: clamp(10px, 1.7777777778vw, 16px);
}
.mw_wp_form td input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  margin-right: 12px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.4em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
}
.mw_wp_form td input[type*=file]::file-selector-button {
  display: inline-block;
  margin-right: 12px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.4em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: #777;
  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: 228px;
  line-height: 50px;
  border-radius: 0;
  font-size: 14px;
  color: #222;
  background-color: transparent;
  border: 1px solid #222;
  padding: 0;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}
@media (hover: hover) {
  .form-btns a:hover,
  .form-btns [type=submit]:hover {
    opacity: 1;
    background-color: #222;
    color: #fff;
  }
}
@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: #222;
    color: #fff;
  }
}
.form-btns a,
.form-btns [type=submit] {
  /*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;
  font-weight: 400;
}
.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: transparent;
  text-align: center;
  border: 1px solid #222;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  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: #222;
}
@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: #222;
}
@media screen and (min-width: 829px) {
  .l-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}
.l-contact_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}