@charset "UTF-8";
#mainContent {
  overflow-x: hidden;
}

body * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.33vw, 16px);
  letter-spacing: 0.06em;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Raleway", sans-serif;
}

.mon {
  font-family: "Montserrat", sans-serif;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  overflow-x: hidden;
}

.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.innerWidth {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.largeWidth {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.pageTitleNews {
  padding-top: 110px;
}
.pageTitleNews * {
  color: #033E86;
}
.pageTitleNews h1 {
  font-size: clamp(34px, 3vw, 36px);
  font-weight: bold;
  letter-spacing: 0.23em;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pageTitleNews {
    padding-top: 50px;
  }
  .pageTitleNews * {
    color: #033E86;
  }
  .pageTitleNews h1 {
    font-weight: bold;
    letter-spacing: 0.23em;
    padding-bottom: 15px;
  }
}
.secHeader {
  width: 100%;
  position: fixed;
  z-index: 1210;
  transition: opacity 0.3s;
  top: 0px;
  right: 0;
}
.secHeader .secHeaderIn {
  padding: 0 0px 0 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  right: 0px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 95%;
}
.secHeader .secHeaderIn .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.secHeader .secHeaderIn .wrap .headerNav {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, -5rem + 10vw, 2.5rem);
  align-items: center;
  margin-right: clamp(1.25rem, -11.25rem + 20vw, 3.75rem);
}
.secHeader .secHeaderIn .wrap .headerNav a {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
}
.secHeader .secHeaderIn .wrap .recruitBtn {
  border-radius: 0 5px 5px 0px;
  background: #02A0EA;
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
}

.global-nav {
  position: fixed;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  transition: all 0.6s;
  z-index: 1290;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.global-nav .global-nav-inner {
  transition: 0.6s;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin-left: auto;
  position: relative;
  width: 330px;
}
.global-nav .global-nav-inner .smt-nav-link {
  border-radius: 30px 0 0 30px;
  background: #fff;
  padding: 90px 35px 60px;
  opacity: 0;
  transition: all 0.6s;
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}
.global-nav .global-nav-inner .smt-nav-link nav {
  padding-bottom: 20px;
}
.global-nav .global-nav-inner .smt-nav-link nav a {
  font-size: 16px;
  font-weight: 500;
  color: #033E86;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #E4EBF5;
}
.global-nav .global-nav-inner .smt-nav-link nav a:last-of-type {
  border-bottom: none;
}

.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 1300;
  top: 0px;
}
.hamburgerWrap .hamburger {
  cursor: pointer;
  width: 20px;
  height: 15px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  top: 18px;
  right: 16px;
}
.hamburgerWrap .hamburger .hamburger__line {
  position: absolute;
  width: 20px;
  height: 1px;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #033E86;
}
.hamburgerWrap .hamburger .hamburger__line--1 {
  top: 0px;
}
.hamburgerWrap .hamburger .hamburger__line--2 {
  top: 7px;
}
.hamburgerWrap .hamburger .hamburger__line--3 {
  top: 15px;
}

@media screen and (max-width: 767px) {
  .secHeader .secHeaderIn {
    top: 0;
    height: 50px;
    padding: 3px 16px;
    width: 100%;
    border-radius: 0;
  }
  .secHeader .secHeaderIn .logoArea img {
    width: 154px;
    height: auto;
  }
  .secHeader .secHeaderIn .wrap .recruitBtn {
    border-radius: 5px;
    font-size: 12px;
    padding: 0 16px;
    margin-right: 30px;
  }
}
/* 表示された時用のCSS */
.onMenu {
  height: 100%;
  overflow: hidden;
}
.onMenu .global-nav {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  opacity: 1;
  justify-content: center;
}
.onMenu .global-nav-inner {
  opacity: 1;
}
.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
}
.onMenu .hamburger__line--1 {
  top: 9px !important;
  transform: translateX(-50%) rotate(45deg) !important;
  -webkit-transform: translateX(-50%) rotate(45deg) !important;
  -ms-transform: translateX(-50%) rotate(45deg) !important;
}
.onMenu .hamburger__line--2 {
  opacity: 0;
}
.onMenu .hamburger__line--3 {
  top: 9px !important;
  transform: translateX(-50%) rotate(-45deg) !important;
  -webkit-transform: translateX(-50%) rotate(-45deg) !important;
  -ms-transform: translateX(-50%) rotate(-45deg) !important;
}

footer {
  padding-top: 60px;
}
footer .recruitArea {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
footer .recruitArea .bkImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  min-width: 3000px;
  min-height: 695px;
  z-index: 0;
}
footer .recruitArea .content {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0 auto;
  padding-bottom: 80px;
}
footer .recruitArea .content * {
  text-align: center;
}
footer .recruitArea .content .img {
  position: absolute;
  width: 20%;
  max-width: 254px;
}
footer .recruitArea .content .img img {
  border-radius: 5px;
}
footer .recruitArea .content .img1 {
  top: -30px;
  right: 30px;
}
footer .recruitArea .content .img2 {
  bottom: -30px;
  left: 30px;
  max-width: 346px;
  width: 25%;
}
footer .recruitArea .content h2 {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 100px;
  color: #E4EBF5;
  letter-spacing: 0.04em;
  line-height: 170%;
}
footer .recruitArea .content .tl {
  margin-top: -90px;
  font-size: clamp(38px, 3.33vw, 40px);
  color: #033E86;
  font-weight: bold;
  letter-spacing: 0.08em;
}
footer .recruitArea .content .tl + p {
  padding: 12px 0 45px;
}
footer .recruitArea .content .btn {
  margin: 0 auto;
}
footer .contactArea {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  background: #02A0EA;
  background-image: url(../images/footer_contact_bk.png);
  background-position: left 40px center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 75px 0 90px;
}
footer .contactArea .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: clamp(2.5rem, -20.417rem + 36.67vw, 9.375rem);
}
footer .contactArea .gridArea .tlArea * {
  color: #fff;
}
footer .contactArea .gridArea .tlArea h2 {
  text-transform: uppercase;
  font-size: clamp(50px, 5vw, 60px);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 120%;
}
footer .contactArea .gridArea .tlArea h2 + p {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
}
footer .contactArea .gridArea .txArea p {
  color: #fff;
}
footer .contactArea .gridArea .txArea .btn {
  margin-top: 33px;
}
footer .secFooter {
  margin-top: -180px;
  background: #00224C;
}
footer .secFooter * {
  color: #fff;
}
footer .secFooter .top {
  padding-top: 230px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
footer .secFooter .top .infoArea .place {
  padding: 14px 0 54px;
}
footer .secFooter .top .infoArea .place .child {
  line-height: 170%;
  font-size: clamp(16px, 1.5vw, 18px);
  display: flex;
}
footer .secFooter .top .infoArea .place .child a {
  font-size: inherit;
  line-height: inherit;
}
footer .secFooter .top .infoArea nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: clamp(1.25rem, -5rem + 10vw, 2.5rem);
}
footer .secFooter .top .infoArea nav a {
  font-size: 14px;
}
footer .secFooter .top .iframeWrap .inner {
  overflow: hidden;
  aspect-ratio: 350/280;
  max-width: 350px;
  width: 100%;
  height: 100%;
}
footer .secFooter .top .iframeWrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .secFooter .bottom {
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  footer .recruitArea .content .img1 {
    width: 16%;
  }
}
@media screen and (max-width: 1200px) {
  footer .recruitArea .content .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 0;
  }
  footer .recruitArea {
    padding: 70px 0 70px;
    margin-bottom: 50px;
  }
  footer .recruitArea .bkImgSp {
    position: absolute;
  }
  footer .recruitArea .bkImgSp.bkImg1 {
    top: 0;
  }
  footer .recruitArea .bkImgSp.bkImg2 {
    bottom: 0;
  }
  footer .recruitArea .content {
    padding-bottom: 60px;
  }
  footer .recruitArea .content h2 {
    padding-top: 28px;
    font-size: 70px;
  }
  footer .recruitArea .content .tl {
    margin-top: -55px;
    font-size: clamp(26px, 2.33vw, 28px);
  }
  footer .recruitArea .content .tl + p {
    padding: 25px 0 30px;
    line-height: 240%;
  }
  footer .recruitArea .content .btn {
    min-width: 260px;
  }
  footer .contactArea {
    padding: 45px 0 60px;
    background-position: left 0px center;
    background-image: url(../images/footer_contact_bk_sp.png);
  }
  footer .contactArea .commonWidth {
    width: 95%;
  }
  footer .contactArea .gridArea {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .contactArea .gridArea .tlArea * {
    text-align: center;
  }
  footer .contactArea .gridArea .tlArea h2 {
    font-size: clamp(30px, 2.67vw, 32px);
  }
  footer .contactArea .gridArea .txArea p {
    text-align: center;
  }
  footer .contactArea .gridArea .txArea .btn {
    margin: 30px auto 0;
  }
  footer .secFooter {
    margin-top: -230px;
  }
  footer .secFooter .top {
    padding-top: 280px;
    padding-bottom: 30px;
    text-align: center;
  }
  footer .secFooter .top .infoArea {
    width: 100%;
    text-align: center;
  }
  footer .secFooter .top .infoArea .place {
    padding: 14px 0 0px;
  }
  footer .secFooter .top .infoArea .place .inner {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  footer .secFooter .top .infoArea .place .child {
    justify-content: center;
  }
  footer .secFooter .top .infoArea .imgArea img {
    width: 200px;
    height: auto;
  }
  footer .secFooter .top .iframeWrap {
    width: 100%;
  }
  footer .secFooter .top .iframeWrap .inner {
    aspect-ratio: 360/200;
    max-width: initial;
  }
  footer .secFooter .top .iframeWrap nav {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  footer .secFooter .top .iframeWrap nav a {
    font-size: 14px;
  }
  footer .secFooter .bottom {
    font-size: 13px;
  }
}
.btn {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.bl {
  background: #033E86;
  color: #fff;
}
.btn.wh {
  background: #fff;
  color: #033E86;
}
.btn.bl-l {
  background: #fff;
  color: #02A0EA;
}
.btn.ham {
  color: #fff;
  background: #02A0EA;
}

.comTlWrap h2 {
  font-size: clamp(50px, 5vw, 60px);
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 120%;
}
.comTlWrap h2 + p {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #033E86;
}
.comTlWrap.wh h2 {
  color: #fff;
}
.comTlWrap.wh h2 + p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .comTlWrap h2 {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .comTlWrap h2 + p {
    font-size: clamp(16px, 1.5vw, 18px);
  }
}
.listTitle {
  color: #033E86;
  padding-left: 25px;
  position: relative;
}
.listTitle:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #033E86;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.commonTopTitleArea {
  padding: 170px 0 20px;
}

.headTitleArea .en {
  font-size: clamp(50px, 5vw, 60px);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: 0.04em;
}
.headTitleArea h1 {
  font-size: clamp(18px, 1.67vw, 20px);
  color: #033E86;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commonTopTitleArea {
    padding: 115px 0 20px;
  }
  .commonTopTitleArea .headTitleArea .en {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .commonTopTitleArea .headTitleArea h1 {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
.navArea {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.navArea .wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.navArea .wrap .navWrap {
  justify-content: right;
  display: flex;
  gap: 8px;
  align-items: center;
}
.navArea .wrap .navWrap * {
  color: #000;
}
.navArea .wrap .navWrap .pnkzList {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.navArea .wrap .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  color: #A8A8A8;
}
.navArea .wrap .navWrap .pnkzArrow {
  position: relative;
}
.navArea .wrap .navWrap .pnkzArrow:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #033E86;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navArea .navWrap {
    justify-content: left;
  }
  .navArea .navWrap .pnkzList:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  width: 8.1px;
  height: 12.3px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=common.css.map */