@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************PC******************************************************************************
----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
******************************************************************************
media query mixin
******************************************************************************
----------------------------------------------------------------------------*/
/*-----------------------------------------------------*/
/*---------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
::-ms-backdrop {
  --fontsize: 16px;
  --font-color: black;
  --duration-default: 0.3s;
  --100vw: calc(100vw - var(--scrollbar));
  --1vw: calc((100vw - var(--scrollbar)) / 100);
  --color-white: #fff;
  --color-black: #000;
}
:root, ::backdrop {
  --fontsize: 16px;
  --font-color: black;
  --duration-default: 0.3s;
  --100vw: calc(100vw - var(--scrollbar));
  --1vw: calc((100vw - var(--scrollbar)) / 100);
  --color-white: #fff;
  --color-black: #000;
}

/* ==== Base === */
.subColor {
  color: #ce0014;
}

body {
  font-size: 17px;
  font-family: "Noto Sans JP", serif;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  font-optical-sizing: auto;
  font-weight: 400; /* ★必須 */
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h1 {
  font-size: clamp(1.75em, 3vw, 3em);
}

h2 {
  font-size: clamp(1.3em, 2vw, 2.2em);
}

h3 {
  font-size: clamp(1.25em, 2vw, 2em);
  font-weight: 500;
}

h4 {
  font-size: clamp(1em, 1.5vw, 1.5em);
}

p {
  font-size: 17px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -0.01rem;
  line-height: 1.7em;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.w_base {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.raleway-normal {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.flex_box_btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_box_ard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 769px) {
  .flex_tab_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 464px) {
  .flex_sp_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

div[class$=wrap] {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 780px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 464px) {
  .sp_none {
    display: none;
  }
}

.tb_br {
  display: none;
}
@media screen and (max-width: 464px) {
  .tb_br {
    display: block;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.is-scrollIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-opacity {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.is-fadeIn {
  opacity: 1;
}

.float-page-top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 20px 5%;
}

.float-page-top {
  display: block;
}

#ft {
  background-color: #005fb5;
  width: 100%;
  color: white;
}
#ft footer.ft-area {
  color: #fff;
  padding: 30px;
  transition: --duration-default;
  width: 100%;
}
#ft footer.ft-area p.address {
  line-height: 1.6em;
  font-size: 0.8em;
  color: white !important;
}
#ft footer.ft-area #ft_nav_bg nav ul li a {
  color: #fff;
  padding: 0 2em 0 0;
  display: block;
  font-size: 1.25em;
  text-decoration: none;
}
#ft footer.ft-area #ft_nav_bg nav ul li a:hover {
  text-decoration: underline;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul {
  padding: 0.5em 0 0 1em;
  border-left: solid 1px white;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul li a {
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul li a:hover {
  text-decoration: underline;
}
#ft footer.ft-area small {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 769px) {
  #ft footer.ft-area .footer-links figure {
    width: 100%;
    text-align: center;
  }
  #ft footer.ft-area #ft_nav_bg {
    width: 100%;
  }
  #ft footer.ft-area #ft_nav_bg nav ul {
    margin: auto;
    width: 100%;
  }
  #ft footer.ft-area #ft_nav_bg nav ul li a {
    padding: 0;
  }
}
@media screen and (max-width: 464px) {
  #ft footer.ft-area #ft_nav_bg nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin-top: 1em;
  }
}

a.btn {
  display: block;
  padding: 1em 3em;
  border: solid 1px #656565;
  position: relative;
  border-radius: 100vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  text-decoration: none;
  color: var(--font-color);
  text-align: center;
  cursor: pointer;
  background: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.btn:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.btn:hover:before {
  right: 0.5em;
}
a.btn.btn-border-none {
  border: initial !important;
}
a.btn.btn-center {
  margin: auto;
}

a.viewmore,
span.viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: var(--font-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto;
  padding: 0.5em 10px 0.5em;
  gap: 0 20px;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Marcellus";
}
a.viewmore:before,
span.viewmore:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0051AF;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(1, 0.36, 0, 0.99);
  transition: all 0.3s cubic-bezier(1, 0.36, 0, 0.99);
  color: white;
}
a.viewmore:after,
span.viewmore:after {
  content: "→";
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  color: #0051AF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.viewmore:hover:before,
span.viewmore:hover:before {
  height: 100%;
}
a.viewmore:hover:after, a.viewmore:hover,
span.viewmore:hover:after,
span.viewmore:hover {
  color: var(--color-white);
}

a.viewmore.__white {
  color: white;
}
a.viewmore.__white:after {
  color: white;
}

a.pagetop {
  height: 65px;
  width: 65px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border: solid 2px #0051AF;
  border-radius: 50%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0051AF;
  text-decoration: none;
  z-index: 2;
}
a.pagetop .pagetop__arrow {
  height: 12px;
  width: 12px;
  margin-bottom: 5px;
  border-top: 3px solid #0051AF;
  border-right: 3px solid #0051AF;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
a.pagetop span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.h2-title.h2-center h2 {
  margin: auto;
  padding-top: 60px;
  font-size: 27px;
}
.h2-title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.5em, 1.8vw, 2.6em);
  position: relative;
  padding-bottom: 10px;
  /*width: max-content;*/
  line-height: 1em;
  text-align: center;
  font-weight: normal;
}
.h2-title p {
  font-size: 14px;
  text-align: center;
  font-family: "Marcellus", serif;
  color: #0051AF;
}

.mv {
  position: relative;
  width: 100%;
  height: 90svh;
  overflow: hidden;
  margin-bottom: 50px;
}

.mv div[class^=mv-slider-].active {
  opacity: 1;
  pointer-events: auto;
}

.mv div.transition-cover {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.mv div.transition-cover.show {
  display: block;
  -webkit-animation: endscrollHeight 2s cubic-bezier(0.71, 0.93, 0.25, 1), endscrollPosition 2s cubic-bezier(0.71, 0.93, 0.25, 1);
          animation: endscrollHeight 2s cubic-bezier(0.71, 0.93, 0.25, 1), endscrollPosition 2s cubic-bezier(0.71, 0.93, 0.25, 1);
  -webkit-animation-delay: 0.5ms;
          animation-delay: 0.5ms;
}

@-webkit-keyframes endscrollHeight {
  0% {
    height: 0%;
    background: rgb(0, 0, 0);
  }
  35% {
    height: 100%;
  }
  100% {
    height: 0%;
    background: rgb(0, 0, 0);
  }
}

@keyframes endscrollHeight {
  0% {
    height: 0%;
    background: rgb(0, 0, 0);
  }
  35% {
    height: 100%;
  }
  100% {
    height: 0%;
    background: rgb(0, 0, 0);
  }
}
@-webkit-keyframes endscrollPosition {
  0% {
    top: 100%;
  }
  35% {
    top: calc(0% + 85px);
  }
  100% {
    top: calc(0% + 85px);
  }
}
@keyframes endscrollPosition {
  0% {
    top: 100%;
  }
  35% {
    top: calc(0% + 85px);
  }
  100% {
    top: calc(0% + 85px);
  }
}
.mv div[class^=mv-slider-] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  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;
}
.mv div[class^=mv-slider-] ul {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  scale: 1.2;
}
.mv div[class^=mv-slider-] ul li {
  width: 100%;
  height: 100%;
}
.mv div[class^=mv-slider-] ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.mv div[class^=mv-slider-] .slider {
  overflow: hidden;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.mv div[class^=mv-slider-] .slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  will-change: transform;
  z-index: 1;
}
.mv div[class^=mv-slider-] .slider .slide.visible {
  opacity: 1;
  z-index: 2;
}
.mv div[class^=mv-slider-] .slider .slide.animate {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=left] {
  -webkit-animation-name: slide-left;
          animation-name: slide-left;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=up] {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=right] {
  -webkit-animation-name: slide-right;
          animation-name: slide-right;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=down] {
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=in] {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}
.mv div[class^=mv-slider-] .slider .slide.animate[data-direction=out] {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
.mv div[class^=mv-slider-] p.mv-title {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 1em;
  overflow: hidden;
  color: white;
  font-size: clamp(18px, 2.5vw, 2.5rem);
  height: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.mv div[class^=mv-slider-] p.mv-title span.word-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: 0 5px;
  font-family: "Zen Old Mincho";
}
.mv div[class^=mv-slider-] p.mv-title span.word-wrap span {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-160%, -50%);
          transform: translate(-160%, -50%);
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
}
@media screen and (max-width: 464px) {
  .mv div[class^=mv-slider-] p.mv-title span.word-wrap {
    margin: 0 1px;
  }
}
.mv div[class^=mv-slider-] p.mv-title.__eng span {
  margin: 0;
}

div.mv_viewmore {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 10%;
}
div.mv_viewmore a {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  /*padding: 0 10px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.mv_viewmore a:after {
  content: "→";
  display: block;
  margin-left: 2em;
}
div.mv_viewmore a._Link {
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
}
div.mv_viewmore a._Link:hover {
  background-color: var(--color-white);
  color: var(--font-color) !important;
}

div.title-exp {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 18%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
div.title-exp p {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  text-decoration: none;
  height: 40px;
  padding: 0 10px;
  line-height: 1.6em;
}
div.title-exp a:hover {
  background: var(--color-white);
  color: var(--font-color);
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
}

.displayTRG1, .displayTRG2 {
  opacity: 0;
}

.displayAnimation {
  -webkit-animation: colorOn;
          animation: colorOn;
  -webkit-animation-duration: var(--duration-default);
          animation-duration: var(--duration-default);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 1 !important;
}

.displayAnimationLink {
  -webkit-animation: colorOnLink;
          animation: colorOnLink;
  -webkit-animation-duration: var(--duration-default);
          animation-duration: var(--duration-default);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 1;
}

.displayAnimation:before, .displayAnimationLink:before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  -webkit-animation: TitleInScreen;
          animation: TitleInScreen;
  -webkit-animation-duration: var(--duration-default);
          animation-duration: var(--duration-default);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
}

.undisplayAnimation {
  -webkit-animation: colorOut;
          animation: colorOut;
  -webkit-animation-duration: var(--duration-default);
          animation-duration: var(--duration-default);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 1;
}

.undisplayAnimation:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  -webkit-animation-name: TitleOutScreen;
          animation-name: TitleOutScreen;
  -webkit-animation-duration: var(--duration-default);
          animation-duration: var(--duration-default);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes titleWordAppearance {
  0% {
    -webkit-transform: translate(-160%, -50%);
            transform: translate(-160%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes titleWordAppearance {
  0% {
    -webkit-transform: translate(-160%, -50%);
            transform: translate(-160%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes titleWordDisappear {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-160%, -50%);
            transform: translate(-160%, -50%);
  }
}
@keyframes titleWordDisappear {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-160%, -50%);
            transform: translate(-160%, -50%);
  }
}
@-webkit-keyframes colorOnLink {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  51% {
    color: #ffffff;
    border-bottom: solid 1px var(--color-white);
  }
  100% {
    color: #ffffff;
    border-bottom: solid 1px var(--color-white);
  }
}
@keyframes colorOnLink {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  51% {
    color: #ffffff;
    border-bottom: solid 1px var(--color-white);
  }
  100% {
    color: #ffffff;
    border-bottom: solid 1px var(--color-white);
  }
}
@-webkit-keyframes colorOn {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  51% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes colorOn {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  51% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}
@-webkit-keyframes colorOnCommon {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  51% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
@keyframes colorOnCommon {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  51% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
@-webkit-keyframes colorOut {
  0% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  51% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@keyframes colorOut {
  0% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  51% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes TitleInScreen {
  0% {
    height: 0%;
    bottom: 0;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0%;
    bottom: 100%;
  }
}
@keyframes TitleInScreen {
  0% {
    height: 0%;
    bottom: 0;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0%;
    bottom: 100%;
  }
}
@-webkit-keyframes TitleOutScreen {
  0% {
    height: 0%;
    bottom: 100%;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0%;
    bottom: 0;
  }
}
@keyframes TitleOutScreen {
  0% {
    height: 0%;
    bottom: 100%;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0%;
    bottom: 0;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes slide-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes zoom-in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoom-in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes zoom-out {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes zoom-out {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#hamburgerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: start;
  cursor: pointer;
  margin: auto;
  width: 4.3em;
  gap: 6px;
  z-index: 9999;
  padding: 16px;
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto 0;
}
#hamburgerMenu span {
  display: block;
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
}
#hamburgerMenu span:nth-child(1) {
  display: block;
  width: 100%;
  border-bottom: solid 3px rgb(0, 0, 0);
}
#hamburgerMenu span:nth-child(2) {
  display: block;
  width: 50%;
  border-bottom: solid 3px rgb(0, 0, 0);
}
#hamburgerMenu p {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 0.8em;
  line-height: 1.3em;
}
#hamburgerMenu p.p_menu {
  padding-top: 6px;
}
#hamburgerMenu.closeBtn span:nth-child(1) {
  width: 75%;
  border-bottom: solid 3px rgb(0, 0, 0);
  -webkit-transform: translate(5px, 10px) rotate(135deg);
          transform: translate(5px, 10px) rotate(135deg);
}
#hamburgerMenu.closeBtn span:nth-child(2) {
  display: block;
  width: 75%;
  border-bottom: solid 3px rgb(0, 0, 0);
  -webkit-transform: translate(5px, 2px) rotate(225deg);
          transform: translate(5px, 2px) rotate(225deg);
}

.titleAnimeTRG {
  opacity: 0;
}

.titleAnimeTRG.titleAnimation {
  opacity: 1;
  -webkit-animation: colorOnCommon var(--duration-default) ease;
          animation: colorOnCommon var(--duration-default) ease;
}

.titleAnimeTRG.titleAnimation:before {
  -webkit-animation: TitleInScreen var(--duration-default) ease;
          animation: TitleInScreen var(--duration-default) ease;
}

.titleAnimeTRG {
  position: relative;
  top: auto;
  left: auto;
}
.titleAnimeTRG p {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float-page-top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 20px 5%;
}

.float-page-top {
  display: block;
}

#ft {
  background-color: #005fb5;
  width: 100%;
  color: white;
}
#ft footer.ft-area {
  color: #fff;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
#ft footer.ft-area p.address {
  line-height: 1.6em;
  font-size: 0.8em;
}
#ft footer.ft-area #ft_nav_bg nav ul li a {
  color: #fff;
  padding: 0 2em 0 0;
  display: block;
  font-size: 1.25em;
  text-decoration: none;
}
#ft footer.ft-area #ft_nav_bg nav ul li a:hover {
  text-decoration: underline;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul {
  padding: 0.5em 0 0 1em;
  border-left: solid 1px white;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul li a {
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
}
#ft footer.ft-area #ft_nav_bg nav ul li.menu-item-has-children ul li a:hover {
  text-decoration: underline;
}
#ft footer.ft-area small {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 769px) {
  #ft footer.ft-area .footer-links figure {
    width: 100%;
    text-align: center;
  }
  #ft footer.ft-area #ft_nav_bg {
    width: 100%;
  }
  #ft footer.ft-area #ft_nav_bg nav ul {
    margin: auto;
    width: 100%;
  }
  #ft footer.ft-area #ft_nav_bg nav ul li a {
    padding: 0;
  }
}
@media screen and (max-width: 464px) {
  #ft footer.ft-area #ft_nav_bg nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin-top: 1em;
  }
}

a.btn {
  display: block;
  padding: 1em 3em;
  border: solid 1px #656565;
  position: relative;
  border-radius: 100vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  text-decoration: none;
  color: black;
  text-align: center;
  cursor: pointer;
  background: white;
}
a.btn:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../images/btn-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.btn:hover:before {
  right: 0.5em;
}
a.btn.btn-border-none {
  border: initial !important;
}
a.btn.btn-center {
  margin: auto;
}

/*---------------------------------------------------------------------------
******************************************************************************
index
******************************************************************************
----------------------------------------------------------------------------*/
/* ローダー全体 */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 9999;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader:before, #loader:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  background: white;
}
#loader:before {
  top: 0;
}
#loader:after {
  bottom: 0;
}

#loader.loaded {
  opacity: 0;
  visibility: hidden;
}
#loader.loaded:before {
  -webkit-animation: loadedOpenTopside 3.5s;
          animation: loadedOpenTopside 3.5s;
}
#loader.loaded:after {
  -webkit-animation: loadedOpenBottomside 3.5s;
          animation: loadedOpenBottomside 3.5s;
}

@-webkit-keyframes loadedOpenTopside {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loadedOpenTopside {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loadedOpenBottomside {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loadedOpenBottomside {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.loader-inner {
  width: 100%;
  z-index: 2;
}

.loader-bar {
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 100vh;
  overflow: hidden;
}

.loader-inner figure {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 20px;
}
.loader-inner figure img {
  width: min(100vw, 224px);
  height: auto;
}
.loader-inner p {
  text-align: center;
  color: rgb(85, 85, 85);
}

.loader-fill {
  width: 0%;
  height: 100%;
  background: #ebebeb;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

/* ローダー全体終わり */
body .index-wrap {
  width: 100%;
}

body .hamburgerMenu {
  position: fixed;
  top: 17px;
  right: 10px;
  background: white;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
}

div.head-wrap {
  padding: 10px 0 10px;
  position: fixed;
  width: 100%;
  margin-right: 100px;
  z-index: 9999;
  background: var(--color-white);
  -webkit-transition: var(--duration-default);
  transition: var(--duration-default);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

div.head-wrap.head-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div.head-wrap .flex_box_btw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}

div.head-wrap .flex_box_btw .logo a img {
  width: min(100vw, 224px);
  height: auto;
}

.gnav {
  position: absolute;
  width: 100%;
  top: 85px;
  left: 100%;
  height: calc(100svh - 85px);
  background: rgba(255, 255, 255, 0.9411764706);
  z-index: 9999;
  padding: 20px 5% 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gnav ul li {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em;
  width: 100%;
  border-bottom: solid 1px #d3d3d3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gnav ul li a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.gnav ul li a:hover {
  color: #ce0014;
}
.gnav .spnav-companyinfo p.address {
  margin-top: 50px;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1em;
}
.gnav .spnav-companyinfo div.phone-box .phone-item {
  width: 45%;
  border: solid 1px #0051AF;
  border-radius: 10px;
  padding: 10px;
  -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;
}
.gnav .spnav-companyinfo div.phone-box .phone-item:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
}
.gnav .spnav-companyinfo div.phone-box .phone-item.__tel:before {
  background: url(../images/phone.png) center center/contain no-repeat;
}
.gnav .spnav-companyinfo div.phone-box .phone-item.__fax:before {
  background: url(../images/fax.png) center center/contain no-repeat;
}

.navOpen {
  display: block;
  left: 0;
}

div[class^=content] {
  padding: 0 5% 60px 5%;
}
div[class^=content] h3 {
  line-height: 1em;
  margin-bottom: 10px;
}

.mv-wrap {
  overflow: hidden;
}

.content01 {
  /*.service-title{
      @include zenkakugothicnewMedium();
      text-align: center;
      font-size: clamp(1em, 5.6vw, 1.5em);
      line-height: 1.2em;
      margin: 30px auto 10px;
      font-family: 'Noto Serif JP', sans-serif;
  }*/
}
.content01 figure.service-title {
  margin: 10px auto;
}
.content01 figure.service-title img.home-copy-pc {
  display: none;
}
.content01 figure.service-title img.home-copy-sp {
  max-width: 340px;
}
.content01 figure {
  width: 100%;
}
.content01 figure img {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.content01 figure.logo {
  width: 70px;
  margin: auto;
  margin-bottom: 30px;
}
.content01 figure.logo img {
  width: 100%;
  display: block;
  margin: auto;
  height: 80px;
}
.content01 figure.sin-gi-tai img {
  scale: 1.2;
  margin-top: 20px;
}

.titleAnimeBox {
  position: relative;
  overflow: hidden;
}
.titleAnimeBox h3 {
  opacity: 0;
}

.titleAnimation h3 {
  -webkit-animation: 1s steps(1, end) forwards fadeEffect;
          animation: 1s steps(1, end) forwards fadeEffect;
}

.frontAnimeTRG {
  position: absolute;
  height: 100%;
  top: 0;
}

.frontEffect {
  opacity: 1 !important;
  -webkit-animation: 2s cubic-bezier(0.87, 0.01, 0.15, 1) forwards frontEffect;
          animation: 2s cubic-bezier(0.87, 0.01, 0.15, 1) forwards frontEffect;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #ce0014;
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes frontEffect {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
@keyframes frontEffect {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
.content02 .pickup-slider {
  max-width: 1200px;
  margin: auto;
}
.content02 .pickup-slider .slick-list {
  margin: 0 -30px;
  overflow: visible;
}
.content02 .pickup-slider .slick-slide {
  margin: 0 30px;
}
.content02 .pickup-slider .slick-slide figure {
  width: auto;
  overflow: hidden;
  height: 400px;
}
.content02 .pickup-slider .slick-slide figure img {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.content02 .pickup-slider .slick-slide a {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  text-decoration: none;
}

.slick-next, .slick-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.slick-next:before, .slick-prev:before {
  font-size: 50px;
}

.slick-dots {
  bottom: -73px;
}

.content04 {
  padding: 20px 0;
  position: relative;
}
.content04.recruit {
  background: url(../images/index-recruit-bg-sp.jpg) -550px 10px/cover no-repeat;
  color: white;
}
.content04 .con04-box {
  width: 95%;
}
.content04 .con04-box .viewmore {
  margin: 0 auto 30px;
}
.content04 .con04-box .h2-title h2 {
  padding-top: 30px !important;
}
.content04 .con04-box-text .recruit-catch {
  margin: 40px auto;
}
.content04 .con04-box-text .recruit-catch h2 {
  font-size: 27px;
}
.content04 .con04-box-text .recruit-catch h4, .content04 .con04-box-text .recruit-catch h5 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.content04 .con04-box-text .recruit-catch h4 {
  font-size: clamp(1.2em, 6.6vw, 2em);
  line-height: 1em;
  margin-bottom: 1em;
}
.content04 .con04-box-text .recruit-catch h5 {
  font-size: clamp(1em, 4.9vw, 1.5em);
  line-height: 1.4em;
}
.content04 .con04-box-text figure.recruit-img-c {
  margin: 0 auto;
}
.content04 .con04-box-text figure.recruit-img-c img.index-recruit-copy-pc {
  display: none;
}
.content04 .con04-box-text figure.recruit-img-c img.index-recruit-copy-sp {
  width: 100%;
  margin: 0px auto;
  display: block;
}
.content04 .con04-box-text figure.recruit-img-c::before, .content04 .con04-box-text figure.recruit-img-c::after {
  display: none;
}
.content04 .con04-box-text .recruit-toptext {
  margin-top: 180px;
}
.content04 .con04-box-text .recruit-toptext p.p-read {
  color: #0152af;
  text-align: center;
  margin: 40px;
  font-weight: 580;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.content04 .con04-box-text p.p-read {
  color: #e6eff5;
  text-align: center;
  margin: 40px;
  font-weight: 580;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.content04 .con04-box-text p.recruit_lead {
  margin-top: 40px;
  text-align: center;
  color: #e6eff5;
}
.content04 ul.con04-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
}
.content04 ul.con04-box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: white;
  padding: 20px 1em 20px 60px;
  border-radius: 10px;
  position: relative;
  gap: 30px 0;
}
.content04 ul.con04-box-list li dl {
  color: var(--font-color);
  font-size: 17px;
  font-weight: 450;
}
.content04 ul.con04-box-list li:before {
  content: "";
  display: block;
  width: 25px;
  height: 40%;
  position: absolute;
  left: 20px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content04 ul.con04-box-list li:nth-child(1):before {
  background: url(../images/heart.png) center center/contain no-repeat;
}
.content04 ul.con04-box-list li:nth-child(2):before {
  background: url(../images/paper.png) center center/contain no-repeat;
}
.content04 ul.con04-box-list li:nth-child(3):before {
  background: url(../images/door.png) center center/contain no-repeat;
}
.content04 ul.con04-box-list li:nth-child(4):before {
  background: url(../images/saikoyou.png) center center/contain no-repeat;
}
.content04 ul.con04-box-list li:nth-child(5):before {
  background: url(../images/car.png) center center/contain no-repeat;
}
.content04 ul.con04-box-list li:nth-child(6):before {
  background: url(../images/cup.png) center center/contain no-repeat;
}

/*---------------------------------------------------------------------------
******************************************************************************
page
******************************************************************************
----------------------------------------------------------------------------*/
.page-nav {
  display: none;
}

body .page-wrap {
  width: 100%;
  margin-top: 86px;
}
body .page-wrap .page-titlearea.title-works {
  background: url(../images/works-bg-sp.jpg) center center/cover no-repeat;
}
body .page-wrap .page-titlearea.title-recruit {
  background: url(../images/index-recruit-bg-sp.jpg) bottom right/cover no-repeat;
  opacity: 0.9;
  position: relative;
}
body .page-wrap .page-titlearea.title-process {
  background: url(../images/process-bg-sp.jpg) center center/cover no-repeat;
}
body .page-wrap .page-titlearea.title-company {
  background: url(../images/campany-bg-sp.jpg) center center/cover no-repeat;
}
body .page-wrap .page-titlearea {
  height: 228px;
}
body .page-wrap .page-titlearea .page-titlebox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
body .page-wrap .page-titlearea .page-titlebox.titlebox-recruit {
  background: url(../images/recruit02.png) right top/30% no-repeat;
  position: relative;
}
body .page-wrap .page-titlearea .page-titlebox.titlebox-recruit:before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  aspect-ratio: 377/253;
  background: url(../images/recruit01.png) center center/contain no-repeat;
  left: 5%;
  bottom: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
body .page-wrap .page-titlearea .page-titlebox p {
  color: white;
  line-height: 1em;
  letter-spacing: 5px;
  padding: 0;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-align: center;
  font-family: Marcellus, serif;
  font-size: 14px;
}
body .page-wrap .page-titlearea .page-titlebox h1 {
  color: white;
  line-height: 1em;
  font-size: 27px;
  /*font-size: clamp(1.5em, 2.5vw, 2.5em);*/
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
body .page-wrap .page-main {
  margin: 60px auto;
  /*padding: 60px 0 120px 0;*/
  /* 横長画像用：2列分 */
  /* 縦長画像用（例） */
  /* キャプションのスタイル */
}
body .page-wrap .page-main h2.project-title {
  font-weight: 700;
  font-size: clamp(1.5em, 1.8vw, 2.6em);
  line-height: 1em;
  text-align: center;
}
body .page-wrap .page-main h2.project-title span {
  text-align: center;
  font-size: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0051AF;
  display: block;
  padding-bottom: 24px;
  /*margin-bottom: 20px;*/
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .page-wrap .page-main .project-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 100px 24px;
  margin-bottom: 150px;
}
body .page-wrap .page-main .item {
  position: relative;
  /*overflow: hidden;*/
  aspect-ratio: 2/1;
  height: 100%;
  width: 100%;
  /* 横長画像用：縦長には別指定してもOK */
}
body .page-wrap .page-main .item a {
  text-decoration: none;
}
body .page-wrap .page-main .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .page-wrap .page-main .item.horizontal {
  grid-column: span 2;
}
body .page-wrap .page-main .item.vertical {
  grid-column: span 1;
  aspect-ratio: 2/3;
}
body .page-wrap .page-main .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 半透明の背景 */
  color: #fff;
  padding: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}
body .page-wrap .page-main .caption .title {
  font-weight: bold;
}
body .page-wrap .page-main .caption .date {
  font-size: 0.8rem;
  opacity: 0.85;
}

/* fancybox（プラグイン）スタイル */
.fancybox__carousel {
  padding-top: 40px;
}

.has-html.f-thumbs__slide:last-of-type {
  display: none;
}

/*---------------------------------------------------------------------------
******************************************************************************
RECRUIT
******************************************************************************
----------------------------------------------------------------------------*/
.recruit-lead h2 {
  font-size: clamp(1.2em, 6.6vw, 2em);
  line-height: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.recruit-lead h3 {
  font-size: clamp(1em, 4.9vw, 1.5em);
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.recruit-lead figure.recruit-img-c {
  margin: 0 auto;
}
.recruit-lead figure.recruit-img-c img.recruit-copy-pc {
  display: none;
}
.recruit-lead figure.recruit-img-c img.recruit-copy-sp {
  width: 100%;
}
.recruit-lead figure.recruit-img-c::before, .recruit-lead figure.recruit-img-c::after {
  display: none;
}
.recruit-lead .recruit-toptext p.p-read {
  text-align: center;
  margin-top: 50px;
  font-weight: 580;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #0152af;
}

.h2-requirement {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(1.5em, 1.8vw, 2.6em);
  position: relative;
  padding-bottom: 10px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  text-align: center;
  padding-top: 148px;
  margin: 0 auto;
}
.h2-requirement h2 {
  font-weight: 450;
}
.h2-requirement p {
  font-size: 18pt;
  text-align: center;
  font-family: "Marcellus", serif;
  color: #0051AF;
  line-height: 4;
}

.req-table_ttl {
  color: #333;
  font-size: 20px;
  padding-top: 30px;
  /*margin-top: 20px;*/
  font-weight: 500;
}

.req-table {
  width: 100%;
  font-size: 0.9em;
}
.req-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: solid 1px #D2D2D2;
}
.req-table th, .req-table td {
  display: block;
  line-height: 1.6em;
  font-weight: 350;
}
.req-table th {
  width: 95px;
  background-color: #F3F3F3;
  padding: 24px 5px 24px 5px;
  font-weight: normal;
}
.req-table td {
  width: calc(100% - 95px);
  padding: 24px 5px 24px 5px;
}

.recruit-contanct {
  border: solid 1px #0051AF;
  border-radius: 10px;
  padding: 20px 10px;
  max-width: 575px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 40px;
}
.recruit-contanct.__white {
  border: solid 1px var(--color-white);
}
.recruit-contanct p {
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.recruit-contanct div.tel-num {
  color: #0051AF;
  font-size: 1.5em;
  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;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin: 20px 0;
}
.recruit-contanct div.tel-num a {
  text-decoration: none;
}
.recruit-contanct div.tel-num.__white {
  color: white;
  margin: 20px 0;
}
.recruit-contanct div.tel-num.__white a {
  color: white;
}
.recruit-contanct div.tel-num::before {
  content: "";
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/phone.png) center center/contain no-repeat;
  margin-right: 1em;
}
.recruit-contanct div.tel-num.__white::before {
  background: url(../images/phone-white.png) center center/contain no-repeat;
}

/*---------------------------------------------------------------------------
******************************************************************************
COMPANY
******************************************************************************
----------------------------------------------------------------------------*/
.policy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
  /*margin-bottom: 140px;*/
  gap: 30px 0;
}
.policy-box .policy-text {
  width: 100%;
  /*max-width: max-content;*/
}
.policy-box .policy-text .h2-title {
  text-align: center;
}
.policy-box .policy-text p {
  font-style: italic;
  line-height: 2em;
}
.policy-box .policy-text .ceo_name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  width: 100%;
  display: block;
  margin-top: 30px;
}
.policy-box .policy-text .ceo_name > span {
  font-size: 0.8em;
}
.policy-box figure.policy-img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.policy-box figure.policy-img img {
  width: 100%;
}
.policy-box figure.policy-img figcaption {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
}

.com-box.__mb140 {
  margin-bottom: 140px;
}

.com-table {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 60px auto;
  font-size: 0.9em;
}
.com-table:last-child {
  border-bottom: solid 1px #D2D2D2;
}
.com-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: solid 1px #D2D2D2;
}
.com-table th, .com-table td {
  display: block;
  line-height: 1.6em;
  font-weight: 350;
}
.com-table th {
  width: 95px;
  background-color: #F3F3F3;
  padding: 24px 5px 24px 5px;
  font-weight: normal;
}
.com-table td {
  width: calc(100% - 95px);
  padding: 24px 5px 24px 5px;
}
.com-table.history tr th {
  width: 140px;
}
.com-table.history tr td {
  width: calc(100% - 140px);
}

.com-map {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
.com-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 464px) {
  .com-map iframe {
    aspect-ratio: 4/3;
  }
}

/*---------------------------------------------------------------------------
******************************************************************************
Process
******************************************************************************
----------------------------------------------------------------------------*/
.ProActive {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.process-img,
.process-area {
  display: none;
}

.process-btn.ProActive {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.process-btn img {
  width: 35px;
}
@media screen and (max-width: 464px) {
  .process-btn img {
    width: 25px;
  }
}

.process-btnbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: solid 1px #d2d2d2;
}

.process-btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 20px 20px 0 0;
  border: solid 1px #d2d2d2;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  padding: 10px 0;
  margin-bottom: -1px;
  border-bottom: solid 1px white;
}
.process-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  height: 2px;
  bottom: -2px;
}
.process-btn p {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 464px) {
  .process-btn p {
    font-size: 0.8em;
  }
}
.process-btn.__land {
  color: #b24518;
}
.process-btn.__land.ProActive:before {
  background-color: #b24518;
}
.process-btn.__building {
  color: #154E7D;
}
.process-btn.__building.ProActive:before {
  background-color: #154E7D;
}

.flow-box {
  margin-top: 50px;
  width: 100%;
}
.flow-box .flow-item {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}
.flow-box .flow-item h2 {
  font-size: clamp(1.2em, 1.2vw, 1.5em);
  line-height: 1.5em;
  padding: 10px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-box .flow-item h2 span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: white;
  border-radius: 100vh;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.flow-box .flow-item p {
  text-align: center;
}
.flow-box .flow-item:after {
  content: "▶";
  color: #b2b2b2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
  font-size: 1.5em;
  bottom: -1.4em;
}
.flow-box .flow-item:last-child::after {
  content: initial;
}
.flow-box .flow-item .flow-info {
  width: 100%;
  border-radius: 10px;
  background: white;
  max-width: 660px;
  padding: 30px;
  margin: auto;
  margin-top: 30px;
}
.flow-box .flow-item .flow-info img {
  max-width: 213px;
  margin: auto;
  display: block;
}

.process-land .flow-item {
  color: black;
  background-color: #f0dad1;
}
.process-land .flow-item h2 span {
  color: #b24518;
}

.process-building .flow-item {
  color: black;
  background-color: #D0DBE5;
}
.process-building .flow-item h2 span {
  color: #154E7D;
}

.process-contanct {
  border: solid 1px #0051AF;
  border-radius: 10px;
  padding: 20px 10px;
  max-width: 575px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 40px;
}
.process-contanct.__white {
  border: solid 1px var(--color-white);
}
.process-contanct p {
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.process-contanct div.tel-num {
  color: #0051AF;
  font-size: 1.5em;
  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;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin: 20px 0;
}
.process-contanct div.tel-num:nth-child(odd) {
  margin-top: 0;
}
.process-contanct div.tel-num a {
  text-decoration: none;
}
.process-contanct div.tel-num.__white {
  color: white;
  margin: 20px 0;
}
.process-contanct div.tel-num.__white a {
  color: white;
}/*# sourceMappingURL=sp.css.map */