@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: #0045a5;
  border: 0.2rem solid #0045a5;
  border-radius: 4rem;
  text-decoration: none;
  min-width: 15rem;
}
.linkbutton a:hover {
  opacity: 1;
  color: #ffffff;
  background: #0045a5;
}
.linkbutton.-white a {
  color: #ffffff;
  border: 0.2rem solid #ffffff;
}
.linkbutton.-white a:hover {
  opacity: 1;
  color: #0045a5;
  background: #ffffff;
}
.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;
}

.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: #0045a5;
  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, 4.8rem);
  line-height: inherit;
  margin: 0;
  color: #0045a5;
}
.sectionH2__main.-black {
  color: #000000;
}

/* ==========================================
*
*  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: #0045a5;
  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: #0045a5;
  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, 35rem);
  height: 77px;
  background: #0045a5;
  color: #ffffff;
  text-decoration: none;
  font-size: min(3.2vw, 2.3rem);
  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: #0045a5;
  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 1rem;
}

.fv {
  position: relative;
  margin: 0 0 140px;
}
.fv__bg {
  position: relative;
  z-index: 1;
  height: min(1000px, 150vw);
  overflow: hidden;
}
.fv__bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url(../img/top/fvFilter.png);
}
.fv__bg iframe {
  position: absolute;
  inset: 50% auto 0 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 64/36;
}
.fv__copy {
  position: absolute;
  z-index: 10;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  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;
  text-align: center;
  transition: 1s;
}
.fv__copy h1 {
  margin: 0 0 0.25em;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25;
}
.fv__copy span {
  display: inline-block;
}
.fv__copy-symbol {
  max-width: 5em;
  margin: auto auto 0.5em;
}
.fv__scroll {
  position: absolute;
  z-index: 10;
  inset: auto 0 min(115px, 10vw);
  margin: auto;
  text-align: center;
  max-width: 15vw;
}
@media screen and (max-width: 900px) {
  .fv {
    margin-bottom: 70px;
  }
  .fv__copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .fv__copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .fv__copy {
    font-size: 3vw;
  }
}

.top-message {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 50%;
  gap: 3rem;
}
.top-message__body {
  max-width: 67rem;
}
.top-message__img {
  grid-area: 1/2/-1/3;
}
@media screen and (max-width: 1199px) {
  .top-message {
    grid-template-columns: 100%;
    max-width: 67rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-message__img {
    grid-area: auto;
  }
}

.aboutList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  padding: 0;
  max-width: 77.4rem;
  margin: auto;
}
.aboutList__box {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: 4 span;
  gap: 2rem;
  background: #0045a5;
  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;
}
@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;
  }
}

.top-topics__body {
  margin: 0 -2rem;
  padding: 4.8rem 2rem;
  background: #0045a5;
  color: #ffffff;
}

.topics-block {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 1em;
}
.topics-block + .topics-block {
  margin-top: 3rem;
}
.topics-block__text {
  display: grid;
  grid-template-rows: repeat(4, auto) 1fr;
}
@media screen and (max-width: 900px) {
  .topics-block {
    grid-template-columns: 100%;
    max-width: 60rem;
    margin: auto;
  }
  .topics-block__img {
    max-width: 40rem;
    margin: auto;
  }
}

.topics-day {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8em;
}

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

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

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

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

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

.article-header {
  border-bottom: 0.3rem solid #0045a5;
  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;
}

.jobList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem 2rem;
  margin: auto;
  padding: 0;
}
.jobList__box {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: 3 span;
  gap: 2rem;
  background: #e9e9e9;
  color: #000000;
  text-align: center;
  padding: 3rem 2rem 2rem;
  margin: 0;
  border-radius: 0.8em;
}
.jobList__head {
  font-size: clamp(2rem, 5vw, 2.6rem);
  line-height: 1.2;
  margin: 0;
}
.jobList__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6em;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 900px) {
  .jobList {
    grid-template-columns: repeat(2, 1fr);
    max-width: 74rem;
  }
}
@media screen and (max-width: 600px) {
  .jobList {
    grid-template-columns: 100%;
    max-width: 36rem;
  }
}

.jobListBtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8em;
}
.jobListBtns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  max-width: calc(50% - 0.4em);
  height: 8.6rem;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  border-radius: 0.4em;
}

.top-banner {
  max-width: 130rem;
  margin: auto;
  background: #0045a5;
  color: #ffffff;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-banner__img {
  flex: 1;
}
.top-banner__body {
  width: 50%;
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.top-banner__body h2 {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 900px) {
  .top-banner {
    max-width: 68rem;
    flex-direction: column;
  }
  .top-banner__body {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .top-banner {
    max-width: 42rem;
  }
  .top-banner__body {
    font-size: 1.6rem;
  }
  .top-banner__body h2 {
    font-size: 2.4rem;
  }
}

/*
   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: #0045a5;
}

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

/*
   MESSAGE
======================== */
.message__img {
  width: 50rem;
  max-width: 100%;
  margin: auto;
}
.message__img a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.message__img a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/play_bt.png) center center/contain no-repeat;
}
.message__head {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #0045a5;
  margin: 1em auto 1.5em;
  text-align: center;
}
.message__name {
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  margin: 1em auto 1.5em;
  text-align: center;
}
/*
   STRONGPOINT
======================== */
.strong-point-wrap__catch {
  margin-bottom: 2rem;
}

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

.prospect-wrap__catch {
  margin-bottom: 5rem;
}

.prospect__head {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0.8em 0 0.2em;
}
@media screen and (max-width: 900px) {
  .prospect__head {
    font-size: 1.5em;
  }
}

/*
   COMPANY
======================== */
.company-body__logo {
  text-align: center;
  max-width: 80%;
  margin: auto auto 8rem;
}
.company-body__block {
  margin-top: 4.2rem;
}
.company-body__block h2 {
  font-size: 1.5em;
  color: #0045a5;
  font-weight: inherit;
  margin: 0.5em 0;
}
.company-body .linkbutton {
  width: 35rem;
  max-width: 100%;
  margin: 7rem auto 0;
}
.company-body .linkbutton a {
  width: 100%;
}

.infoList {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
.infoList > dt,
.infoList > dd {
  margin: 0;
}
@media screen and (max-width: 450px) {
  .infoList {
    grid-template-columns: 100%;
  }
  .infoList > dt {
    margin-top: 1em;
    font-weight: 700;
  }
}

/*
   INTERVIEW
======================== */
.interview {
  display: grid;
  gap: 1rem 1.8rem;
  margin-bottom: 5rem;
}
.interview__img a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.interview__img a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../img/common/play_bt.png) center center/contain no-repeat;
}
.interview__head {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.interview__link .linkbutton {
  max-width: 35rem;
  width: 100%;
}
.interview__link .linkbutton a {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .interview {
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto 1fr auto;
  }
  .interview__img {
    grid-row-start: 1;
    grid-row-end: -1;
  }
}
@media screen and (max-width: 900px) {
  .interview {
    grid-template-columns: 100%;
  }
  .interview__head {
    order: -1;
    text-align: center;
  }
  .interview__link {
    display: flex;
    justify-content: flex-end;
  }
}

/*
   EFFORTS
======================== */
.sdgsLogo {
  text-align: center;
  margin: min(16vw, 16rem) auto min(10vw, 10rem);
}

.imgList {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: min(5vw, 5rem);
}
.imgList > li {
  width: calc((100% - 4rem) / 2);
  margin: 0;
  line-height: 1;
}
.imgList.-single > li {
  width: 66rem;
  max-width: 100%;
}
.imgList.-icon {
  gap: 2rem;
}
.imgList.-icon > li {
  width: calc((100% - 10rem) / 6);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .imgList {
    gap: 2rem;
  }
  .imgList > li {
    width: calc((100% - 2rem) / 2);
  }
  .imgList.-icon {
    gap: 1rem;
  }
  .imgList.-icon > li {
    width: calc((100% - 5rem) / 6);
  }
}
@media screen and (max-width: 600px) {
  .imgList {
    gap: 1rem;
  }
  .imgList > li {
    width: calc((100% - 1rem) / 2);
  }
  .imgList.-icon {
    gap: 0.5rem;
  }
  .imgList.-icon > li {
    width: calc((100% - 2.5rem) / 6);
  }
}

.sdgsblock {
  margin-top: clamp(4rem, 8vw, 8rem);
}

.sdgsAdd {
  margin-top: clamp(4rem, 8vw, 8rem);
}
.sdgsAdd h3 {
  font-size: min(1.5em, 2.6rem);
  font-weight: 400;
  margin: 2.5em 0 0.5em;
}

.centerList {
  text-align: center;
}
.centerList > dt {
  font-size: min(1.5em, 2.6rem);
  color: #0045a5;
  margin: 0.5em 0 0;
}
.centerList > dd {
  margin: 0;
}

/*
   JOB
======================== */
.jobBlock {
  margin-top: clamp(4rem, 8vw, 8rem);
}

.jobDescription::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.jobDescription__img {
  margin-bottom: 2.5rem;
  line-height: 0;
  text-align: center;
}
.jobDescription__body {
  line-height: 3rem;
}
.jobDescription__body h3 {
  margin: 0 0 0.4em;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 601px) {
  .jobDescription__img {
    float: left;
    width: 50%;
    margin-right: 2.5rem;
  }
}

.jobRequirements {
  display: grid;
  grid-template-columns: 18rem 1fr;
  line-height: 4rem;
}
.jobRequirements dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 2 span;
  padding-bottom: 0.1rem;
  background: linear-gradient(to right, #0045a5 0.4rem, transparent 0.4rem) bottom left/0.8rem 0.1rem repeat-x;
}
.jobRequirements dd {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .jobRequirements {
    grid-template-columns: auto 1fr;
  }
  .jobRequirements dt {
    padding-right: 1em;
  }
}
@media screen and (max-width: 450px) {
  .jobRequirements dl {
    grid-template-columns: 100%;
  }
  .jobRequirements dt {
    font-weight: 700;
  }
}

.jobSchedules {
  display: grid;
  grid-template-columns: 18rem 1fr;
  line-height: 4rem;
}
.jobSchedules dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 2 span;
}
.jobSchedules dd {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .jobSchedules {
    grid-template-columns: auto 1fr;
  }
  .jobSchedules dt {
    padding-right: 1em;
  }
}

.jobQa {
  display: grid;
  grid-template-columns: 100%;
  gap: 5rem;
}
.jobQa dl {
  display: grid;
  grid-template-columns: subgrid;
  gap: 0;
}
.jobQa dt {
  display: flex;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  color: #0045a5;
}
.jobQa dt::before {
  content: "Q.";
  flex-shrink: 0;
}
.jobQa dd {
  margin: 0;
}

/*
   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 {
  border: 1px solid #f2f2f2;
  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::-moz-placeholder, .formWrap textarea::-moz-placeholder {
  color: #fff;
}
.formWrap input::placeholder,
.formWrap textarea::placeholder {
  color: #fff;
}
.formWrap input:-moz-placeholder-shown, .formWrap textarea:-moz-placeholder-shown {
  background: #f2f2f2;
}
.formWrap input:placeholder-shown,
.formWrap textarea:placeholder-shown {
  background: #f2f2f2;
}
.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: #0045a5;
  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: 4em;
}
.form-zip > p > [data-name=your-zip2] {
  width: 6em;
}

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

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

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

.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 {
  opacity: 0;
  visibility: hidden;
}
.entryBtnArea.-confirm {
  transition: 0.3s;
}
body:not(.form-comfirm) .entryBtnArea.-confirm {
  opacity: 0;
  visibility: hidden;
}

.entryBtn {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 1em;
  height: 8rem;
  padding-left: 1em;
  border: none;
  background: #0045a5;
  color: #ffffff;
}
.entryBtn--back {
  background: #f2f2f2;
  color: #000000;
}
/*# sourceMappingURL=style.css.map */