@charset "UTF-8";
.linkbutton {
  font-weight: 700;
}
.linkbutton a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.45;
  padding: 1rem 2.2rem;
  position: relative;
  color: #002b73;
  border: 0.2rem solid #002b73;
  border-radius: 4rem;
  text-decoration: none;
  min-width: min(100%, 25rem);
}
.linkbutton a:hover {
  opacity: 1;
  color: #ffffff;
  background: #002b73;
}
.linkbutton.-white a {
  color: #ffffff;
  border: 0.2rem solid #ffffff;
}
.linkbutton.-white a:hover {
  opacity: 1;
  color: #002b73;
  background: #ffffff;
}
.linkbutton.-yellow a:not(:hover) {
  background: #f6ff00;
}
.linkbutton.-arrow a {
  padding-right: 4.3rem;
}
.linkbutton.-arrow a::after {
  content: "→";
  position: absolute;
  inset: 0 1.7rem 0 auto;
  margin: auto;
  display: flex;
  align-items: center;
}
.linkbutton.-block {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.8rem;
}
.linkbutton.-block a {
  display: block;
  text-align: center;
}
.linkbutton.-center {
  text-align: center;
}
.linkbanner {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.linkbanner a {
  display: block;
  background: #ff8a00;
  color: #ffffff;
  padding: min(0.8em, 1.8rem);
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .linkbanner {
    font-size: 2rem;
  }
}

a.linkInherit {
  color: inherit !important;
  text-decoration: inherit !important;
}

.blueButton {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blueButton a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60rem;
  max-width: 100%;
  min-height: 8rem;
  padding: 1rem 2rem;
  color: #ffe400;
  background: #002b73;
  text-decoration: none;
  margin: auto;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s ease;
  will-change: opacity, transform;
}
.fade-in.-active {
  opacity: 1;
  transform: inherit;
}

.sectionH2 {
  font-size: 2rem;
  margin-bottom: 2em;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
.sectionH2.-left {
  text-align: left;
}
.sectionH2__sub {
  margin-bottom: 0.5em;
}
.sectionH2__sub.-gap {
  margin-bottom: 2.2em;
}
.sectionH2__main {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  line-height: inherit;
  margin: 0;
  color: #002b73;
}
.sectionH2__main.-black {
  color: #000000;
}
.sectionH2__main.-white {
  color: #ffffff;
}

/* ==========================================
*
*  mfp
*
========================================== */
.mfp-bg {
  background: rgba(0, 0, 0, 0.8) !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 0.5s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: 0.5s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* 1rem = 10px */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 600px) {
  html {
    /* 1rem = 9px */
    font-size: 56.25%;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
}
body.naviOpen {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

section {
  margin-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  section {
    margin-bottom: 6rem;
  }
}

.inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

p, ul, ol, li {
  margin: 0 0 1.5em;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a,
.hasLink,
button {
  transition: 0.6s;
  cursor: pointer;
}

a:hover,
.hasLink:hover {
  opacity: 0.6;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.block_left {
  margin-left: 0;
  margin-right: auto;
}

.block_right {
  margin-left: auto;
  margin-right: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red,
.fc-red {
  color: #ff0000;
}

.org,
.fc-org {
  color: #ff8a00;
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 65%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: 700;
}

.ibWrap > span,
.ib-wrap > span {
  display: inline-block;
}
.ibWrap__space > span,
.ib-wrap__space > span {
  margin-right: 0.5em;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .sp-only {
    display: none !important;
  }
}

.header__logo {
  position: fixed;
  z-index: 100;
  inset: 50px auto auto 46px;
}
.header__btn {
  position: fixed;
  z-index: 950;
  top: 32px;
  right: 27px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: min(5vw, 75px);
}
@media screen and (max-width: 900px) {
  .header__logo {
    max-width: 50vw;
    inset: 10px auto auto 5px;
  }
  .header__btn {
    top: 10px;
    right: 5px;
    gap: 20px;
  }
}
.gNavi__menu {
  position: fixed;
  z-index: 800;
  inset: 0 0 auto auto;
  width: 642px;
  max-width: 100%;
  max-height: 100%;
  padding: 180px 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
  transition: 0.5s 0.3s;
}
body:not(.naviOpen) .gNavi__menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transform-origin: right top;
  transition-delay: 0s;
}
.gNavi__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
.gNavi__menu ul li {
  position: relative;
}
.gNavi__bg {
  position: fixed;
  z-index: 500;
  inset: 0;
  background: #002b73;
  opacity: 0.8;
  transition: 0.5s;
}
body:not(.naviOpen) .gNavi__bg {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transform-origin: right center;
  transition-delay: 0.3s;
}
@media screen and (max-width: 900px) {
  .gNavi__menu {
    padding: clamp(60px, 15vw, 100px) clamp(40px, 5vw, 60px);
  }
}

.gNaviLi__toggle {
  position: absolute;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.gNaviChild {
  overflow: hidden;
  padding: 0.5em 0 0 1em !important;
  transition: 0.5s;
}
.gNaviChild > li {
  margin-bottom: 0.5em;
  transition: 0.3s;
  will-change: opacity, transform;
}
.gNaviChild > li:nth-child(1) {
  transition-delay: 0.1s;
}
.gNaviChild > li:nth-child(2) {
  transition-delay: 0.2s;
}
.gNaviChild > li:nth-child(3) {
  transition-delay: 0.3s;
}
.gNaviChild > li:nth-child(4) {
  transition-delay: 0.4s;
}
.gNaviChild > li:nth-child(5) {
  transition-delay: 0.5s;
}
.gNaviChild > li:nth-child(6) {
  transition-delay: 0.6s;
}
.gNaviChild > li:nth-child(7) {
  transition-delay: 0.7s;
}
.gNaviChild > li:nth-child(8) {
  transition-delay: 0.8s;
}
.gNaviChild > li:nth-child(9) {
  transition-delay: 0.9s;
}
.gNaviChild > li:nth-child(10) {
  transition-delay: 1s;
}
.gNaviChild:not(.-open) {
  height: 0;
  padding-top: 0 !important;
}
.gNaviChild:not(.-open) > li {
  opacity: 0;
  transform: translateX(0.5em);
}

.gnaviMenu {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}
.gnaviMenu__en {
  font-size: 0.55em;
  color: #fff;
}
.gnaviMenu__down {
  position: absolute;
  top: 0.2em;
  left: -1.2em;
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow.svg) center center/contain no-repeat;
}

.gNaviBtn {
  position: relative;
  height: 77px;
  aspect-ratio: 1/1;
  background: #002b73;
  cursor: pointer;
}
.gNaviBtn__line {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(60%, 43px);
  height: 4px;
  background: #fff;
  transition: 0.3s;
}
.gNaviBtn__line:nth-child(1) {
  transform: translateY(-11px);
}
.gNaviBtn__line:nth-child(3) {
  transform: translateY(11px);
}
body.naviOpen .gNaviBtn__line:nth-child(1) {
  transform: rotate(45deg);
}
body.naviOpen .gNaviBtn__line:nth-child(2) {
  transform: scale(0, 1);
}
body.naviOpen .gNaviBtn__line:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  .gNaviBtn {
    height: clamp(40px, 8vw, 60px);
  }
  .gNaviBtn__line {
    height: 3px;
  }
  .gNaviBtn__line:nth-child(1) {
    transform: translateY(-8px);
  }
  .gNaviBtn__line:nth-child(3) {
    transform: translateY(8px);
  }
}

.headerBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(25vw, 38rem);
  height: 77px;
  background: #ffffff;
  color: #002b73;
  text-decoration: none;
  font-size: min(3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .headerBtn a {
    height: clamp(40px, 8vw, 60px);
  }
}
footer {
  margin-top: 8rem;
  overflow: hidden;
}

.footer {
  background: #002b73;
  color: #fff;
  text-align: center;
}
.footer__inner {
  padding: 8rem 1.2rem 2rem;
}
.footer__logo {
  margin: 0 auto 2rem;
}
@media screen and (max-width: 600px) {
  .footer__logo {
    max-width: 18rem;
  }
}
.footer__infolist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .footer__infolist {
    grid-template-columns: 100%;
  }
}
.footer__info {
  margin-bottom: 4.6rem;
}
.footer__info p {
  margin-bottom: 0;
}
.footer__name {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}
.footer__sns {
  margin-bottom: 2rem;
}
.footer__bnr ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  list-style: none;
}
.footer__bnr li {
  max-width: 32%;
}
@media screen and (max-width: 1199px) {
  .footer__bnr ul {
    justify-content: space-around;
  }
}
@media screen and (max-width: 900px) {
  .footer__bnr ul {
    flex-direction: column;
    align-items: center;
  }
  .footer__bnr li {
    width: 100%;
    max-width: 480px;
  }
}
.footer__btn {
  margin-top: 0.5em;
}
.footer__btn a {
  display: block;
  max-width: 26.4rem;
  line-height: 2.8rem;
  margin: auto;
  border: 1px solid #ffffff;
}
.footer a {
  color: inherit;
  text-decoration: inherit;
}

.sns ul {
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1.2rem;
}
.sns ul > li {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sns ul {
    flex-direction: column;
    align-items: center;
  }
  .sns li {
    width: 100%;
    max-width: 480px;
  }
}

#scrollTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.2rem;
  height: 3.6rem;
  overflow: hidden;
  border: none;
  background: inherit;
}
#scrollTop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  background: #000;
  border-radius: 50%;
}
#scrollTop::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg) skew(10deg, 10deg);
}
@media screen and (max-width: 600px) {
  #scrollTop {
    width: 5rem;
    height: 2.5rem;
  }
  #scrollTop::after {
    width: 1rem;
    height: 1rem;
  }
}

.copyright {
  background: #000000;
  font-size: 1.4rem;
  padding: 0.8em;
}

.content {
  padding: 0 2rem 2rem;
}
.content__inner {
  max-width: 100rem;
  margin: auto;
  line-height: 2;
}
.content__inner-top {
  max-width: 156rem;
}

.container {
  max-width: 114rem;
  margin: auto;
  padding: 0 2rem;
}
.container-l {
  max-width: 156rem;
}

.fv {
  position: relative;
  margin: 0 0 140px;
}
.fv__bg {
  position: relative;
  z-index: 1;
}
.fv__bg img {
  min-width: 100%;
  max-width: 115%;
}
.fv__copy {
  position: absolute;
  z-index: 10;
  inset: 24% 0 auto;
  max-width: 156rem;
  margin: auto;
  padding: 0 4.5rem;
  font-size: min(1.5vw, 3rem);
  line-height: 1.75;
  filter: drop-shadow(0 0 2px #0b446e) drop-shadow(0 0 2px #0b446e) drop-shadow(0 0 2px #0b446e) drop-shadow(0 0 2px #0b446e);
  color: #fff;
}
.fv__copy h1 {
  margin: 0 0 0.25em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25;
}
.fv__scroll {
  position: absolute;
  z-index: 10;
  inset: auto 0 min(115px, 10vw);
  margin: auto;
  text-align: center;
  max-width: 10vw;
}
@media screen and (max-width: 900px) {
  .fv {
    margin-bottom: 70px;
  }
}
.top-service {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 50%;
  gap: 3rem;
}
.top-service__link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.top-service__link > * {
  min-width: min(100%, 25rem);
}
.top-service__img {
  grid-area: 1/2/-1/3;
  padding-left: 3.2rem;
  align-self: center;
}
.top-service__img img {
  max-width: 120%;
}
@media screen and (max-width: 1199px) {
  .top-service {
    grid-template-columns: 100%;
    max-width: 77.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-service__img {
    grid-area: auto;
    max-width: 50rem;
    margin: auto;
  }
}

.top-vehicle-area {
  background: #002b73;
  color: #ffffff;
  padding: 16rem 2rem 20rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 600px) {
  .top-vehicle-area {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.top-vehicle {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 50% 1fr;
  gap: 3rem 8rem;
}
.top-vehicle__link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.top-vehicle__link > * {
  min-width: min(100%, 25rem);
}
.top-vehicle__img {
  grid-area: 1/1/-1/2;
}
@media screen and (max-width: 1199px) {
  .top-vehicle {
    grid-template-columns: 100%;
    max-width: 77.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-vehicle__img {
    grid-area: auto;
    max-width: 50rem;
    margin: auto;
  }
}

.top-company {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 50%;
  gap: 3rem;
}
.top-company__img {
  grid-area: 1/2/-1/3;
}
.top-company__img img {
  max-width: calc(100% + 3rem);
}
@media screen and (max-width: 1199px) {
  .top-company {
    grid-template-columns: 100%;
    max-width: 77.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-company__img {
    grid-area: auto;
    max-width: 50rem;
    margin: auto;
  }
}

.aboutList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  padding: 0;
  max-width: 77.4rem;
  margin: auto;
  line-height: 1.5;
}
.aboutList__box {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: 4 span;
  gap: 1rem;
  background: #002b73;
  color: #ffffff;
  text-align: center;
  padding: 3rem 2rem 2rem;
  margin: 0;
}
.aboutList__icon {
  width: 24rem;
  height: 15rem;
  margin: auto;
}
.aboutList__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutList__head {
  font-size: 2rem;
  margin: 0;
}
.aboutList__body {
  font-size: 1.6rem;
}
.aboutList__link {
  text-align: right;
}
.aboutList__link .linkbutton a {
  min-width: 0;
}
@media screen and (min-width: 1440px) {
  .aboutList {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .aboutList {
    grid-template-columns: 100%;
    max-width: 42rem;
  }
}

.news {
  border: 2px solid #002b73;
  padding: 6.5rem 2rem 9rem;
  max-width: 1560px;
  margin: auto;
}
.news__head {
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 1rem;
  line-height: 1.2;
  margin: 0 0 7rem;
  background: linear-gradient(to top, #002b73 1px, transparent 1px) center bottom/156px 1px no-repeat;
}
.news__list {
  max-width: 800px;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .news__list {
    max-width: 600px;
  }
}
.news-list {
  list-style: none;
}
.news-list li {
  display: flex;
}
.news-list .day {
  width: 6em;
  flex-shrink: 0;
}
.news-list a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (max-width: 900px) {
  .news-list li {
    flex-direction: column;
  }
}

/*
   TOP
======================== */
.cont-mainimg {
  width: 100%;
  aspect-ratio: 192/55;
}
.cont-mainimg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont-header {
  text-align: center;
  font-size: min(6vw, 4.4rem);
  line-height: 1.4;
  font-weight: 900;
  margin: min(2.5em, 11rem) 0 min(2.5em, 10rem);
}
.cont-header__sub {
  display: block;
  font-size: 1.6rem;
  color: #002b73;
}

/*
   見出し
======================== */
.lineHead {
  color: #002b73;
  border-bottom: 1px solid #002b73;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.4;
  padding-bottom: 0.4em;
  margin: 0.8em 0 1.5em;
}
.lineHead.-black {
  color: #000000;
}

/*
   SERVICE
======================== */
.strong {
  text-align: center;
}
.strong + .strong {
  margin-top: 4rem;
}
.strong__head {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.service {
  display: grid;
  gap: 1rem 1.8rem;
}
.service + .service {
  margin-top: 2rem;
}
.service__img {
  line-height: 0;
}
.service__head {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 901px) {
  .service {
    grid-template-columns: 34rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 1rem 1.8rem;
  }
  .service__img {
    grid-row-start: 1;
    grid-row-end: -1;
  }
}
@media screen and (max-width: 900px) {
  .service {
    display: block;
    margin-bottom: 2.5em;
  }
  .service__img {
    max-width: 34rem;
    margin: auto auto 1em;
  }
}

.area {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 5rem;
}
.area__head {
  grid-area: 1/1/2/2;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.area__body {
  grid-area: 2/1/3/2;
}
.area__bg {
  grid-area: 1/1/3/2;
  margin-top: -2rem;
  margin-right: 2rem;
  margin-left: auto;
  max-width: 50%;
}

/*
   VEHICLE
======================== */
.vehicle {
  display: grid;
  grid-template-columns: 54.3% 1fr;
  gap: 0 3rem;
}
.vehicle + .vehicle {
  margin-top: 5rem;
}
.vehicle__head {
  grid-column-start: 1;
  grid-column-end: -1;
}
.vehicle__img {
  display: flex;
  gap: 1.3rem;
}
.vehicle__have {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .vehicle {
    grid-template-columns: 100%;
  }
  .vehicle__img, .vehicle__body {
    max-width: 54.3rem;
    margin: auto;
  }
}

.vehicle-spec {
  display: flex;
  gap: 1.8em;
}
.vehicle-spec__head {
  flex-shrink: 0;
}
.speclist {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 3.6rem;
}
.speclist > dl {
  grid-column: 2 span;
  display: grid;
  grid-template-columns: subgrid;
  margin: 0;
}
.speclist > dl > dd {
  margin: 0;
}

/*
   COMPANY
======================== */
.blocks-wrap + .blocks-wrap {
  margin-top: 10rem;
}
.blocks-wrap__body h3 {
  font-size: 1.5em;
  color: #002b73;
  margin: 0 0 0.4em;
}
.blocks-wrap__body h3 + br {
  display: none;
}

.block-catch {
  text-align: center;
  font-size: clamp(2em, 5vw, 4.8rem);
  line-height: 1.2;
  font-weight: 700;
  color: #002b73;
  letter-spacing: -0.05em;
  margin-top: 2em;
  margin-bottom: 1.6em;
}

/*
   Entry
======================== */
.formWrap {
  max-width: 64rem;
  margin: 3em auto 2em;
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 601px) {
  .formWrap {
    grid-template-columns: auto 1fr;
  }
  .formWrap > .formDl {
    grid-template-columns: subgrid;
    grid-column: 2 span;
  }
}
.formWrap input, .formWrap textarea, .formWrap select,
.formWrap .formWrap input {
  padding: 0 0.25em;
  margin: 0;
  width: 100%;
  min-height: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
}
.formWrap input.kana {
  margin-top: 10px;
}
.formWrap input[type=checkbox] {
  width: 1em;
  margin-right: 0.5em;
}
.formWrap input.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.2);
}

.formDl {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem 1.4rem;
}
.formDl > dd {
  margin: 0;
}
.formDl button,
.formDl .fileLabel {
  display: inline-block;
  border: none;
  font-size: 0.8em;
  line-height: 1.4;
  border-radius: 2em;
  background: #002b73;
  color: #ffffff;
  text-align: center;
  padding: 0.2em 2em;
}
.formDl__input {
  transition: 0.3s;
}
body.form-comfirm .formDl__input {
  opacity: 0;
  visibility: hidden;
}
.formDl__confirm {
  transition: 0.3s;
}
body:not(.form-comfirm) .formDl__confirm {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 601px) {
  .formDl {
    grid-template-columns: auto 1fr;
    gap: 1rem 2.4rem;
  }
  .formDl > dt {
    grid-area: 1/1/2/2;
  }
  .formDl > dd {
    grid-area: 1/2/2/3;
  }
}

input[type=checkbox][name="policy[data][]"] + span {
  display: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

.form-zip > p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-zip > p > [data-name=your-zip1] {
  width: 8em;
}

.fileLabel input {
  visibility: hidden;
  position: absolute;
}

.privacyBtn {
  text-align: center;
}
.privacyBtn label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacyBtn label + br {
  display: none;
}
.privacyBtn a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.captcha_responseArea {
  max-width: 35rem;
  margin: auto;
}
.captcha_responseArea input {
  width: 100%;
}

.hiddenSubmit {
  visibility: hidden;
}

.entryBtnArea {
  max-width: 64rem;
  margin: 6rem auto 0;
}
.entryBtnArea > p {
  display: grid;
  gap: 3rem;
}
.entryBtnArea.-entry {
  transition: 0.3s;
}
body.form-comfirm .entryBtnArea.-entry {
  display: none;
}
.entryBtnArea.-confirm {
  transition: 0.3s;
}
body:not(.form-comfirm) .entryBtnArea.-confirm {
  display: none;
}

.entryBtn {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 1em;
  height: 8rem;
  padding-left: 1em;
  border: none;
  background: #002b73;
  color: #ffffff;
}
.entryBtn--back {
  background: #f2f2f2;
  color: #000000;
}

/*
   NEWS
======================== */
.article-day {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8em;
}

.article-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.7em;
}

.article-excerpt {
  margin-bottom: 0.5em;
}

.article-link a {
  color: inherit;
  text-decoration: none;
}

.article-more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.article-more a {
  display: block;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  line-height: 1.2;
  padding: 1rem 1.5rem;
}

.article-thumb {
  text-align: center;
}

.article-header {
  border-bottom: 0.3rem solid #002b73;
  padding-bottom: 0.5em;
  margin-bottom: 4rem;
}
.article-header h2 {
  margin-bottom: 0;
}

.articleBox {
  margin-top: 4rem;
}

.articleNav {
  max-width: 25rem;
  margin: 6rem auto 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.7em;
  margin-top: 4rem;
}
/*# sourceMappingURL=style.css.map */