@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Raleway:wght@100..900&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft {
  opacity: 0;
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight {
  opacity: 0;
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

html {
  font-size: 14px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  line-height: 2;
  color: #000;
  overscroll-behavior: none;
  letter-spacing: 0.15em;
  background-image: url(../images/common/bg-dot.webp);
  background-size: 300px;
}
@media all and (max-width: 640px) {
  body {
    background-size: 150px;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

button, select {
  color: #000;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 640px) {
  body {
    font-size: 3.7324vw;
  }
  .o_sp2 {
    display: block !important;
  }
  .no_sp2 {
    display: none !important;
  }
}
.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.fz-small {
  font-size: 12px;
}
@media all and (max-width: 640px) {
  .fz-small {
    font-size: 3.1992vw;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 640px) {
  .mb60 {
    margin-bottom: 10.664vw;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 640px) {
  .mb100 {
    margin-bottom: 13.33vw;
  }
}

.mb160 {
  margin-bottom: 160px;
}
@media all and (max-width: 1024px) {
  .mb160 {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 640px) {
  .mb160 {
    margin-bottom: 21.328vw;
  }
}

.pt160 {
  padding-top: 160px;
}
@media all and (max-width: 1024px) {
  .pt160 {
    padding-top: 100px;
  }
}
@media all and (max-width: 640px) {
  .pt160 {
    padding-top: 21.328vw;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media all and (max-width: 1024px) {
  .pb160 {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 640px) {
  .pb160 {
    padding-bottom: 21.328vw;
  }
}

.mainHeader {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 999;
  width: 100%;
}
.mainHeader__inner {
  padding: 0 100px;
}
@media all and (max-width: 1280px) {
  .mainHeader__inner {
    padding-left: 20px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1024px) {
  .mainHeader__inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__inner {
    padding: 0 5.332vw;
  }
}
.mainHeader__main {
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 80px;
  width: 100%;
  position: relative;
  padding: 0 24px 0 32px;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 1em;
  transition: all 0.3s ease 0s;
}
.mainHeader__main:hover {
  text-decoration: none;
}
@media all and (max-width: 1280px) {
  .mainHeader__main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1025px) {
  .mainHeader__main:hover .gNav__mainNav__childWrap {
    max-height: 6em;
  }
  .mainHeader__main:hover .mainHeader__left {
    max-height: 100px;
  }
}
@media all and (max-width: 1024px) {
  .mainHeader__main {
    flex-direction: column;
    padding: 17px 30px;
    gap: 0;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__main {
    min-height: 48px;
    padding: 8px 14px;
    border-radius: 24px;
  }
}
.mainHeader__left {
  max-height: 46px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  flex-shrink: 0;
}
.mainHeader__left:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainHeader__left {
    max-height: 48px;
    padding-top: 2px;
  }
}
.mainHeader__left__inner {
  display: flex;
  align-items: center;
  min-height: 46px;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .mainHeader__left__inner {
    min-height: 1px;
    gap: 14px;
  }
}
.mainHeader__right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.mainHeader__logo {
  max-width: 140px;
}
@media all and (max-width: 640px) {
  .mainHeader__logo {
    max-width: 106px;
  }
}
.mainHeader__lead {
  line-height: 1.4;
  margin-top: 1.2em;
  font-size: 19px;
  font-size: 19px;
  font-size: min(19px,1.1997vw);
}
@media all and (max-width: 1024px) {
  .mainHeader__lead {
    display: none;
  }
}
.mainHeader__recruitText {
  line-height: 1.2;
  font-size: 10px;
  transition: all 0.3s ease 0s;
  border: 1px solid #000;
  padding: 0.3em 1.6em;
  border-radius: 2em;
}
.mainHeader__recruitText:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainHeader__recruitText {
    padding: 0.1em 0.3em 0 0.45em;
    letter-spacing: 0.15em;
  }
}

.spBT {
  width: 44px;
  height: 44px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 18px;
  gap: 6px;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .spBT {
    display: none;
  }
}
.spBT .bar {
  width: 45%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.spBT .bar:hover {
  text-decoration: none;
}
.spBT .bar:nth-child(2) {
  transform-origin: left center;
  scale: 0.8 1;
}
.spBT.active .bar:nth-child(1) {
  rotate: 45deg;
  translate: 0 7px;
}
.spBT.active .bar:nth-child(2) {
  scale: 0 1;
}
.spBT.active .bar:nth-child(3) {
  rotate: -45deg;
  translate: 0 -7px;
}
@media all and (max-width: 640px) {
  .spBT {
    right: 10px;
    top: 6px;
    width: 35px;
    height: 35px;
  }
}

.gNav {
  transition: max-height 0.3s;
  position: relative;
  z-index: 10;
  max-width: 730px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .gNav {
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
  }
  .gNav.active {
    max-height: var(--max-height);
  }
}
.gNav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .gNav__content {
    padding-top: 1em;
  }
}
.gNav__mainNav {
  width: 100%;
}
.gNav__mainNav__list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .gNav__mainNav__list {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px) {
  .gNav__mainNav__item {
    width: 48%;
  }
}
@media all and (min-width: 1025px) {
  .gNav__mainNav__item.contact {
    display: none;
  }
}
.gNav__mainNav__item > a {
  padding: 1.1em 1em 1em 0;
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-size: 14px;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media all and (max-width: 1280px) {
  .gNav__mainNav__item > a {
    padding: 1.1em 0.5em 1em 0;
  }
}
@media all and (max-width: 1024px) {
  .gNav__mainNav__item > a {
    font-size: 18px;
    padding-bottom: 0.3em;
  }
}
@media all and (max-width: 640px) {
  .gNav__mainNav__item > a {
    font-size: 4.2656vw;
  }
}
.gNav__mainNav__item > a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0053C4;
  border-radius: 50%;
  margin-right: 0.75em;
}
@media all and (max-width: 640px) {
  .gNav__mainNav__item > a:before {
    margin-right: 0.45em;
  }
}
.gNav__mainNav__item > a:after {
  content: "";
  transform-origin: left;
  width: 100%;
  height: 2px;
  background-color: #0053C4;
  position: absolute;
  bottom: 0;
  left: 0;
  scale: 0 1;
  transition: all 0.3s ease 0s;
}
.gNav__mainNav__item > a:after:hover {
  text-decoration: none;
}
.gNav__mainNav__item > a.entry {
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 1em 2.5em;
  border-radius: 40px;
  border: 1px solid #000;
}
.gNav__mainNav__item > a.entry:before {
  display: none;
}
.gNav__mainNav__item > a.entry:after {
  display: none;
}
@media all and (max-width: 1280px) {
  .gNav__mainNav__item > a.entry {
    padding: 1em 1.5em;
  }
}
@media all and (max-width: 1024px) {
  .gNav__mainNav__item > a.entry {
    display: none;
  }
}
.gNav__mainNav__item > a.entry:hover {
  border-color: #0053C4;
  background-color: #fff;
}
.gNav__mainNav__item > a:hover {
  text-decoration: none;
  color: #0053C4;
}
.gNav__mainNav__item > a:hover:after {
  scale: 1;
}
.gNav__mainNav__childWrap {
  font-size: 12px;
  line-height: 1.5;
  transition: max-height 0.3s;
}
@media all and (min-width: 1025px) {
  .gNav__mainNav__childWrap {
    overflow: hidden;
    max-height: 0px;
  }
}
@media all and (max-width: 640px) {
  .gNav__mainNav__childWrap {
    font-size: 3.1992vw;
  }
}
.gNav__mainNav__child {
  padding: 0.4em 0;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .gNav__mainNav__child {
    min-height: 4.8em;
  }
}
.gNav__mainNav__child a {
  display: block;
  padding: 0.25em 0 0.25em 1em;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 1024px) {
  .gNav__mainNav__child a {
    padding-left: 1.4em;
  }
}
@media all and (max-width: 640px) {
  .gNav__mainNav__child a {
    padding-left: 0.8em;
  }
}
@media all and (min-width: 1025px) {
  .gNav__mainNav__child {
    border-left: 1px solid #E6E6E6;
  }
}
.gNav__contact {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #000;
  position: absolute;
  right: -96px;
  top: 0;
  transition: all 0.3s ease 0s;
}
.gNav__contact:hover {
  text-decoration: none;
}
.gNav__contact:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.gNav__contact:after:hover {
  text-decoration: none;
}
.gNav__contact path {
  transition: all 0.3s ease 0s;
  fill: #fff;
}
.gNav__contact path:hover {
  text-decoration: none;
}
.gNav__contact:hover {
  background-color: #fff;
  border-color: #000;
}
.gNav__contact:hover path {
  fill: #000;
}
.gNav__contact:hover:after {
  opacity: 1;
  scale: 1.15;
}
@media all and (max-width: 1024px) {
  .gNav__contact {
    display: none;
  }
}
.gNav__corporateWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media all and (min-width: 1025px) {
  .gNav__corporateWrap {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .gNav__corporateWrap {
    padding-bottom: 10px;
  }
}
.gNav__corporate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  padding: 0.8em 1.6em;
  border-radius: 3em;
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) {
  .gNav__corporate:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.gNav__corporate strong {
  max-width: 138px;
  margin-right: 1.2em;
}
@media all and (max-width: 640px) {
  .gNav__corporate strong {
    width: 31.4588vw;
  }
}
.gNav__corporate .text {
  margin-right: 0.5em;
}
.gNav__corporate .ic {
  width: 8px;
}
.gNav__corporate .ic svg {
  display: block;
}
@media all and (max-width: 640px) {
  .gNav__corporate {
    font-size: 2.666vw;
  }
}
@media all and (max-width: 1280px) {
  .gNav__contact {
    right: -86px;
  }
}

.inner {
  width: 100%;
  max-width: 1166px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.inner--large {
  max-width: 1266px;
}
@media all and (max-width: 1024px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .inner {
    padding-left: 5.332vw;
    padding-right: 5.332vw;
  }
}

@media all and (max-width: 640px) {
  .spFull {
    width: calc(100% + 10.664vw) !important;
    position: relative;
    left: -5.332vw;
  }
}

.centerWrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.commonBT {
  width: 250px;
  height: 76px;
  border-radius: 38px;
  position: relative;
  background-color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  cursor: pointer;
}
.commonBT:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 38px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.commonBT:after:hover {
  text-decoration: none;
}
.commonBT .text {
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 20px;
  white-space: nowrap;
  translate: 0 -50%;
}
.commonBT .text:hover {
  text-decoration: none;
}
.commonBT .arrow {
  width: 38px;
  height: 38px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 20px;
  transition: all 0.3s ease 0s;
  top: 50%;
  position: absolute;
  translate: 0 -50%;
}
.commonBT .arrow:hover {
  text-decoration: none;
}
.commonBT .arrow.reverse {
  scale: -1 1;
}
.commonBT .arrow.rotate {
  rotate: 90deg;
}
.commonBT--white {
  border-color: #fff;
}
.commonBT--white:after {
  border: 1px solid #fff;
}
.commonBT.trans {
  border-color: #fff !important;
  background-color: transparent;
  color: #fff;
}
.commonBT.trans:after {
  border: 1px solid #fff;
}
.commonBT.trans .arrow {
  background-color: #fff;
}
.commonBT.trans .arrow path {
  fill: #000;
}
.commonBT:hover:after {
  scale: 1.04 1.14;
  opacity: 1;
}
.commonBT:hover .text {
  right: calc(100% - 20px);
  translate: 100% -50%;
}
.commonBT:hover .arrow {
  left: calc(100% - 20px);
  translate: -100% -50%;
}

.heading1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.heading1.center {
  text-align: center;
}
@media all and (max-width: 640px) {
  .heading1 {
    font-size: 5.332vw;
  }
}

.bg-grad {
  background: linear-gradient(45deg, #23294b 0%, #3e8fb9 100%);
  position: relative;
}
@media all and (max-width: 640px) {
  .bg-grad {
    background: linear-gradient(to top, #23294b 0%, #3e8fb9 100%);
  }
}
.bg-grad:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/common/bg-dot.webp);
  background-size: 300px;
  mix-blend-mode: multiply;
}

.pageHeader {
  position: relative;
  z-index: 0;
  height: 600px;
}
.pageHeader--large {
  height: 764px;
  padding-bottom: 2em;
}
.pageHeader--large + .pageWrap {
  margin-top: -200px;
}
@media all and (max-width: 1024px) {
  .pageHeader--large + .pageWrap {
    margin-top: -150px;
  }
}
@media all and (max-width: 640px) {
  .pageHeader--large + .pageWrap {
    margin-top: -26.66vw;
  }
}
@media all and (max-width: 1024px) {
  .pageHeader {
    height: 480px;
  }
  .pageHeader--large {
    height: 664px;
  }
}
@media all and (max-width: 640px) {
  .pageHeader {
    height: 101.308vw;
  }
  .pageHeader--large {
    height: 154.628vw;
  }
}
.pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageHeader__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.pageHeader__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  line-height: 1.2;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.pageHeader__title strong {
  font-weight: bold;
  font-size: 35px;
}
@media all and (max-width: 640px) {
  .pageHeader__title strong {
    font-size: 6.3984vw;
  }
}
.pageHeader__title em {
  font-size: 12px;
  margin-top: 2.2em;
}
@media all and (max-width: 640px) {
  .pageHeader__title em {
    margin-top: 1em;
    font-size: 2.9326vw;
  }
}
.pageHeader__lead {
  max-width: 946px;
  margin-top: 60px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .pageHeader__lead {
    margin-top: 15.996vw;
  }
}
.pageHeader__nav {
  display: grid;
  width: 100%;
}
.pageHeader__nav.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
  margin-bottom: -100px;
}
@media all and (max-width: 640px) {
  .pageHeader__nav.col4 {
    margin-top: 17.329vw;
    margin-bottom: -17.329vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
  }
}
.pageHeader__nav.col5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 100px;
  margin-bottom: -100px;
}
@media all and (max-width: 1024px) {
  .pageHeader__nav.col5 {
    gap: 15px;
  }
}
@media all and (max-width: 640px) {
  .pageHeader__nav.col5 {
    margin-top: 13.33vw;
    margin-bottom: -13.33vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
  }
  .pageHeader__nav.col5 a:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.pageHeader__nav.col6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 100px;
  margin-bottom: -90px;
  font-size: 12px;
}
@media all and (max-width: 1024px) {
  .pageHeader__nav.col6 {
    gap: 15px;
    margin-bottom: -70px;
  }
}
.pageHeader__nav.col6 a {
  padding: 0.6em 0.2em;
}
@media all and (max-width: 640px) {
  .pageHeader__nav.col6 {
    margin-top: 13.33vw;
    margin-bottom: -5.332vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
  }
}
.pageHeader__nav a {
  border: 1px solid #fff;
  color: #fff;
  transition: color 0.4s, background-color 0.4s;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 0.3em 0.2em;
}
.pageHeader__nav a.current {
  background-color: #fff;
  color: #000;
}
.pageHeader__nav a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
@media all and (max-width: 640px) {
  .pageHeader__nav a {
    font-size: 3.1992vw;
  }
}

.pageWrap {
  position: relative;
  z-index: 4;
  margin-top: -120px;
}
.pageWrap.pb180 {
  padding-bottom: 180px;
}
@media all and (max-width: 1024px) {
  .pageWrap {
    margin-top: -80px;
  }
  .pageWrap.pb180 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 640px) {
  .pageWrap {
    margin-top: -15.996vw;
  }
  .pageWrap.pb180 {
    padding-bottom: 26.66vw;
  }
}

.commonBox {
  padding: 100px 60px;
  position: relative;
}
.commonBox > * {
  position: relative;
  z-index: 10;
}
.commonBox.pt60 {
  padding-top: 60px;
}
.commonBox.pb60 {
  padding-bottom: 60px;
}
.commonBox.p-small {
  padding: 46px 60px;
}
.commonBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.4s;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.commonBox.onAnim:before {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .commonBox {
    padding: 80px 40px;
  }
  .commonBox.pt60 {
    padding-top: 60px;
  }
  .commonBox.pb60 {
    padding-bottom: 60px;
  }
  .commonBox.p-small {
    padding: 40px;
  }
}
@media all and (max-width: 640px) {
  .commonBox {
    padding: 15.996vw 7.998vw;
  }
  .commonBox.pt60 {
    padding-top: 10.664vw;
  }
  .commonBox.pb60 {
    padding-bottom: 10.664vw;
  }
  .commonBox.p-small {
    padding: 7.998vw 7.998vw;
  }
}

.top-fvWrap {
  background: linear-gradient(#3e8fb9 0%, #18001f 100%);
}
.top-fvWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/common/bg-dot.webp);
  background-size: 300px;
  mix-blend-mode: multiply;
}
@media all and (max-width: 640px) {
  .top-fvWrap:before {
    background-size: 150px;
  }
}

.top-firstView {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}
.top-firstView__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../images/top/fv_bg.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.top-firstView__content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 35%;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
.top-firstView__lead {
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.top-firstView__lead br {
  display: none;
}
.top-firstView__en.raleway {
  font-size: 12px;
  font-weight: 500;
}
.top-firstView__news {
  background-color: #000;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.top-firstView__news__inner {
  max-width: 1024px;
  padding: 0.6em 2em;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.top-firstView__news__date {
  padding-right: 1.5em;
  width: 9em;
}
.top-firstView__news__content {
  width: calc(100% - 9em);
  padding-left: 1.5em;
  border-left: 1px solid #fff;
}
.top-firstView__news__content > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-firstView__news__content a {
  color: #fff;
}
.top-firstView__scroll {
  display: flex;
  gap: 1.25em;
  align-items: center;
  position: absolute;
  bottom: 56px;
  left: 30px;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transition: all 0.3s ease 0s;
}
.top-firstView__scroll:hover {
  text-decoration: none;
}
.top-firstView__scroll .arrow {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: 90deg;
  transition: all 0.3s ease 0s;
}
.top-firstView__scroll .arrow:hover {
  text-decoration: none;
}
.top-firstView__scroll .arrow line {
  transition: all 0.3s ease 0s;
}
.top-firstView__scroll .arrow line:hover {
  text-decoration: none;
}
.top-firstView__scroll:hover {
  translate: 0 10px;
  text-decoration: none;
}
.top-firstView__scroll:hover .arrow {
  background-color: #000;
}
.top-firstView__scroll:hover .arrow line {
  stroke: #fff;
}
.top-firstView__movie {
  display: block;
  position: absolute;
  bottom: 56px;
  right: 0;
  background-color: #f2f2f2;
  padding: 12px 20px 20px;
  border-radius: 20px 0 0 20px;
  max-width: 240px;
}
.top-firstView__movie strong {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #0053C4;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.top-firstView__movie figure {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.top-firstView__movie figure:after {
  content: "";
}
.top-firstView__movie figure .arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 36px;
  height: 36px;
  background-color: #0053C4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.top-firstView__movie figure .arrow:hover {
  text-decoration: none;
}
.top-firstView__movie:hover {
  text-decoration: none;
}
.top-firstView__movie:hover .arrow {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .top-firstView__movie {
    display: none;
  }
  .top-firstView__scroll {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .top-firstView__bg {
    background-size: cover;
  }
  .top-firstView__content {
    top: 30%;
    padding-left: 5.332vw;
    padding-right: 5.332vw;
    align-items: flex-start;
  }
  .top-firstView__lead {
    font-size: 6.3984vw;
    text-align: left;
    margin-bottom: 0.55em;
  }
  .top-firstView__lead br {
    display: inline;
  }
  .top-firstView__en {
    text-align: left;
  }
  .top-firstView__scroll {
    bottom: 60px;
    left: 2.666vw;
  }
  .top-firstView__news {
    font-size: 10px;
  }
  .top-firstView__news__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-firstView__news__date {
    width: 100%;
    margin-bottom: 0.4em;
  }
  .top-firstView__news__content {
    width: 100%;
    padding-left: 0;
    border-left: 0px;
  }
}
.top-firstView__contact {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #000;
  position: absolute;
  right: 5.332vw;
  bottom: 70px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.top-firstView__contact:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .top-firstView__contact {
    display: none;
  }
}
.top-firstView__contact:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.top-firstView__contact:after:hover {
  text-decoration: none;
}
.top-firstView__contact path {
  transition: all 0.3s ease 0s;
  fill: #fff;
}
.top-firstView__contact path:hover {
  text-decoration: none;
}
.top-firstView__contact:hover {
  background-color: #fff;
  border-color: #000;
}
.top-firstView__contact:hover path {
  fill: #000;
}
.top-firstView__contact:hover:after {
  opacity: 1;
  scale: 1.15;
}
.top-firstView__entry {
  color: #fff;
  height: 46px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: #000;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 70px;
  z-index: 10;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.top-firstView__entry:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .top-firstView__entry {
    display: none;
  }
}
.top-firstView__entry:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  box-sizing: border-box;
}
.top-firstView__entry:after:hover {
  text-decoration: none;
}
.top-firstView__entry:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.top-firstView__entry:hover:after {
  opacity: 1;
  scale: 1.05 1.15;
}

.topConcept {
  padding: 200px 0;
  color: #fff;
  position: relative;
  mix-blend-mode: screen;
}
.topConcept:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/bg_line.webp);
  z-index: 4;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.topConcept:before:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .topConcept:before {
    background-size: contain;
  }
}
.topConcept.onAnim:before {
  opacity: 0.2;
}
@media all and (max-width: 640px) {
  .topConcept {
    padding: 100px 0 30px;
  }
}
.topConcept__lead {
  font-size: 56px;
  font-size: 56px;
  font-size: min(56px,4.7988vw);
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-weight: bold;
}
.topConcept__lead br {
  display: none;
}
@media all and (max-width: 640px) {
  .topConcept__lead {
    margin-bottom: 1em;
  }
  .topConcept__lead br {
    display: inline;
  }
}
@media all and (max-width: 640px) {
  .topConcept__lead {
    font-size: 6.9316vw;
    text-align: left;
  }
}
.topConcept__box {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media all and (max-width: 640px) {
  .topConcept__box {
    flex-direction: column;
    gap: 2.2em;
  }
}
.topConcept__box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topConcept__box__text {
  font-size: 1.25em;
  margin-bottom: 2.2em;
  font-weight: bold;
  line-height: 2.2;
}
@media all and (max-width: 1024px) {
  .topConcept__box__text {
    font-size: 20px;
    font-size: min(20px,1.8662vw);
  }
}
@media all and (max-width: 640px) {
  .topConcept__box__text {
    font-size: 3.7324vw;
  }
}
.topConcept__box__text:last-child {
  margin-bottom: 0;
}
.topConcept__box__btWrap {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 640px) {
  .topConcept__box__btWrap {
    justify-content: center;
    margin-top: 70px;
  }
}

.topPossibility {
  padding: 50px 0 200px;
}
@media all and (max-width: 640px) {
  .topPossibility {
    padding: 50px 0 50px;
  }
}
.topPossibility__main {
  min-height: 600px;
  padding: 50px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 640px) {
  .topPossibility__main {
    min-height: 80svh;
  }
}
.topPossibility__lead {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  z-index: 5;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .topPossibility__lead {
    line-height: 2;
    margin-bottom: 40px;
  }
}
.topPossibility__bg {
  background-color: #000;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/top/possivility_line.webp);
}
.topPossibility__bg:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .topPossibility__bg {
    background-size: 300%;
  }
}
.topPossibility__bg.hover {
  scale: 1.15;
}

@keyframes bgroop {
  from {
    translate: 0 0;
  }
  to {
    translate: 0 -50%;
  }
}
@keyframes bgroopX {
  from {
    translate: 0 0;
  }
  to {
    translate: -25% 0;
  }
}
.topInterview {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .topInterview {
    padding-bottom: 66px;
  }
}
.topInterview__inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .topInterview__inner {
    flex-direction: column;
  }
}
.topInterview__content {
  padding: 200px 0;
  width: 38%;
  max-width: 375px;
}
@media all and (max-width: 1024px) {
  .topInterview__content {
    padding: 66px 0 50px;
    max-width: 100%;
    width: 100%;
  }
}
.topInterview .heading1 {
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .topInterview .heading1 {
    margin-bottom: 10.664vw;
  }
}
.topInterview__bg {
  width: 55%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .topInterview__bg {
    width: calc(100% + 60px);
    left: -30px;
    height: 710px;
  }
}
@media all and (max-width: 640px) {
  .topInterview__bg {
    width: calc(100% + 10.664vw);
    left: -5.332vw;
    height: 150vw;
  }
}
.topInterview__bg__in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topInterview__bg__slide {
  width: calc(50% - 16px);
  position: absolute;
  height: 100%;
  top: 0;
}
@media all and (max-width: 1024px) {
  .topInterview__bg__slide {
    width: 100%;
    height: 47.5%;
    left: 0;
  }
}
.topInterview__bg__slide .swiper {
  height: 100%;
}
.topInterview__bg__slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.topInterview__bg__slide .swiper-slide {
  height: auto;
  padding: 16px 0;
}
@media all and (max-width: 1024px) {
  .topInterview__bg__slide .swiper-slide {
    padding: 0 1rem;
    width: 296px;
  }
}
@media all and (max-width: 640px) {
  .topInterview__bg__slide .swiper-slide {
    width: 61.8512vw;
  }
}
.topInterview__bg__slide .swiper-slide a {
  width: 100%;
  display: block;
  padding-top: 124%;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
.topInterview__bg__slide .swiper-slide a img {
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  transition: all 0.3s ease 0s;
}
.topInterview__bg__slide .swiper-slide a img:hover {
  text-decoration: none;
}
.topInterview__bg__slide .swiper-slide a:hover img {
  scale: 1.1;
}
.topInterview__bg__slide1 {
  left: 0;
}
.topInterview__bg__slide2 {
  right: 0;
}
@media all and (max-width: 1024px) {
  .topInterview__bg__slide2 {
    top: auto;
    bottom: 0;
  }
}
.topInterview__btWrap {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .topInterview__btWrap {
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 640px) {
  .topInterview__btWrap {
    margin-top: 10.664vw;
  }
}

.topNews {
  padding: 200px 0;
}
@media all and (max-width: 640px) {
  .topNews {
    padding: 66px 0 90px;
  }
}
.topNews__heading {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 50px;
}
@media all and (max-width: 640px) {
  .topNews__heading {
    margin-bottom: 30px;
  }
}
.topNews__wrap {
  overflow: hidden;
}
.topNews__wrap__inner {
  display: flex;
  transition: all 0.3s ease 0s;
  width: auto;
}
.topNews__wrap__inner:hover {
  text-decoration: none;
}
.topNews__wrap__content {
  flex: 1;
  padding: 0 1px;
}
.topNews__wrap__content p {
  text-align: center;
  color: #fff;
}
.topNews__btWrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media all and (max-width: 640px) {
  .topNews__btWrap {
    margin-top: 40px;
  }
}

.newsCatNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .newsCatNav {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 1em;
  }
}
.newsCatNav__item {
  width: 15%;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s ease 0s;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  text-align: center;
  background-color: transparent;
  border-radius: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-weight: bold;
}
.newsCatNav__item:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .newsCatNav__item {
    width: calc((100% - 4.2656vw) / 2);
    font-size: 3.1992vw;
  }
}
.newsCatNav__item.current {
  background-color: #fff;
  color: #000;
}
.newsCatNav__item:hover {
  background-color: #fff;
  color: #000;
}

.newsList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 640px) {
  .newsList {
    gap: 30px;
  }
}
.newsList__link {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 640px) {
  .newsList__link {
    flex-direction: column;
  }
}
.newsList__link:hover {
  text-decoration: none;
}
.newsList__link:hover img {
  scale: 1.1;
}
.newsList__link:hover .newsList__arrow {
  background-color: #000;
  width: 76px;
}
@media all and (max-width: 640px) {
  .newsList__link:hover .newsList__arrow {
    width: 38px;
  }
}
.newsList__link:hover .newsList__arrow path {
  fill: #fff;
}
.newsList__img {
  width: 24%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .newsList__img {
    width: 30%;
  }
}
@media all and (max-width: 640px) {
  .newsList__img {
    width: 100%;
    padding-top: 45%;
  }
}
.newsList__img img {
  transition: all 0.3s ease 0s;
}
.newsList__img img:hover {
  text-decoration: none;
}
.newsList__content {
  padding: 20px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 640px) {
  .newsList__content {
    padding: 3.7324vw;
  }
}
.newsList__main {
  padding: 20px;
  width: calc(100% - 90px);
}
@media all and (max-width: 1024px) {
  .newsList__main {
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .newsList__main {
    width: calc(100% - 50px);
    padding: 2.1328vw;
  }
}
.newsList__header {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 3em;
  line-height: 1.1;
}
@media all and (max-width: 640px) {
  .newsList__header {
    font-size: 2.9326vw;
  }
}
@media all and (max-width: 640px) {
  .newsList__header {
    margin-bottom: 2em;
  }
}
.newsList__date {
  padding-right: 1.6em;
}
.newsList__cat {
  padding-left: 1.6em;
  border-left: 1px solid #000;
}
.newsList__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 640px) {
  .newsList__title {
    font-size: 0.8em;
    font-weight: normal;
    -webkit-line-clamp: 3;
  }
}
.newsList__arrow {
  transition: all 0.3s ease 0s;
  background-color: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex-shrink: 0;
  border-radius: 19px;
}
.newsList__arrow:hover {
  text-decoration: none;
}
.newsList__arrow svg {
  display: block;
}
.newsList__arrow path {
  transition: all 0.3s ease 0s;
}
.newsList__arrow path:hover {
  text-decoration: none;
}

.archive_moreWrap {
  margin-top: 80px;
}
@media all and (max-width: 640px) {
  .archive_moreWrap {
    margin-top: 13.33vw;
  }
}

.pageHeader__singleHeader {
  width: 100%;
}
.pageHeader__singleHeader__upper {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.pageHeader__singleHeader__cat {
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #fff;
}
.pageHeader__singleHeader__title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.75;
}

.pageHeader--single {
  padding: 10em 0;
  height: auto;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 640px) {
  .pageHeader--single {
    padding: 8em 0;
    min-height: 101.308vw;
  }
}

.singleMain__eyecatch {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 60px;
}
.singleMain__eyecatch img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .singleMain__eyecatch {
    border-radius: 5.332vw;
  }
}
.singleMain p, .singleMain ul, .singleMain ol, .singleMain figure, .singleMain video {
  margin-bottom: 2.8em;
}
.singleMain p:last-child, .singleMain ul:last-child, .singleMain ol:last-child, .singleMain figure:last-child, .singleMain video:last-child {
  margin-bottom: 0;
}
.singleMain a {
  color: #0a3888;
  text-decoration: underline;
}
.singleMain a:hover {
  text-decoration: none;
}
.singleMain h1, .singleMain h2, .singleMain h3, .singleMain h4, .singleMain h5, .singleMain h6, .singleMain strong {
  font-weight: bold;
}
.singleMain ul li, .singleMain ol li {
  position: relative;
}
.singleMain ul li:before, .singleMain ol li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1.1em;
  width: 0.3em;
  background-color: #0A3888;
  top: 0.4em;
}

.prevBTWrap {
  margin-top: 80px;
}
@media all and (max-width: 640px) {
  .prevBTWrap {
    margin-top: 13.33vw;
  }
}

.aboutMain__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.75em;
}
@media all and (max-width: 640px) {
  .aboutMain__header {
    flex-direction: column;
    align-items: normal;
  }
}
.aboutMain__heading {
  flex-shrink: 0;
  font-size: 1.75em;
  font-weight: bold;
  margin-right: 3.75em;
}
@media all and (max-width: 1024px) {
  .aboutMain__heading {
    margin-right: 1.875em;
  }
}
@media all and (max-width: 640px) {
  .aboutMain__heading {
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
  }
}
.aboutMain__lead {
  padding-left: 3.75em;
  border-left: 1px dotted #A0A0A0;
}
@media all and (max-width: 1024px) {
  .aboutMain__lead {
    padding-left: 1.875em;
    padding-left: 0;
    border-left: 0;
  }
}
.aboutMain__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .aboutMain__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media all and (max-width: 640px) {
  .aboutMain__list {
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 100%;
  }
}
.aboutMain__list__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.aboutMain__list__item:hover .aboutMain__list__overlay {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .aboutMain__list__item {
    display: flex;
    border-radius: 0;
    flex-direction: column;
  }
}
.aboutMain__list__img {
  position: relative;
  padding-top: 100%;
}
@media all and (max-width: 640px) {
  .aboutMain__list__img {
    padding-top: 56.25%;
  }
}
.aboutMain__list__heading {
  position: absolute;
  z-index: 10;
  font-weight: bold;
  font-size: 1.4285714286em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
  bottom: 0;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .aboutMain__list__heading {
    font-size: 1.2857142857em;
  }
}
@media all and (max-width: 640px) {
  .aboutMain__list__heading {
    font-size: 1.4285714286em;
  }
}
.aboutMain__list__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(10, 56, 136, 0.8);
  font-size: 0.875em;
  padding: 2em;
  line-height: 1.6;
  z-index: 15;
  transition: opacity 0.4s;
}
@media all and (min-width: 641px) {
  .aboutMain__list__overlay {
    opacity: 0;
  }
}
@media all and (max-width: 640px) {
  .aboutMain__list__overlay {
    position: relative;
  }
}
.aboutMain__list__linkWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  .aboutMain__list__linkWrap {
    grid-column: 2;
    margin-top: 2em;
  }
}
.aboutMain__list__linkWrap .commonBT {
  width: 100%;
}

.aboutData {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .aboutData {
    padding: 0 30px;
  }
}
@media all and (max-width: 640px) {
  .aboutData {
    padding: 0 7.998vw;
  }
}
.aboutData__wrap {
  border-radius: 20px;
  background: linear-gradient(45deg, #23294b 0%, #3e8fb9 100%);
  padding: 86px 100px;
  position: relative;
}
@media all and (max-width: 1280px) {
  .aboutData__wrap {
    padding: 86px 50px;
  }
}
@media all and (max-width: 640px) {
  .aboutData__wrap {
    border-radius: 5.332vw;
    padding: 15.996vw 7.998vw;
  }
}
.aboutData__wrap:before {
  border-radius: 20px;
  content: "";
  background-image: url(../images/common/bg_line2.webp);
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  background-size: 100%;
  mix-blend-mode: screen;
}
@media all and (max-width: 640px) {
  .aboutData__wrap:before {
    border-radius: 5.332vw;
  }
}
@media all and (min-width: 641px) {
  .aboutData__wrap:before {
    background-position: top -100px center;
  }
}
.aboutData__heading {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.aboutData__heading strong {
  font-size: 1.75em;
  margin-bottom: 0.3em;
}
.aboutData__heading em {
  font-size: 0.75em;
}
@media all and (max-width: 640px) {
  .aboutData__heading {
    margin-bottom: 10.664vw;
  }
  .aboutData__heading strong {
    font-size: 1.375em;
  }
}
.aboutData__box__heading {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 1.4em;
}
@media all and (max-width: 1024px) {
  .aboutData__box__heading {
    font-size: 1.125em;
  }
}
@media all and (max-width: 640px) {
  .aboutData__box__heading {
    font-size: 0.875em;
  }
}
.aboutData__box1 {
  padding: 100px 0;
  border-top: 1px solid #fff;
}
@media all and (max-width: 640px) {
  .aboutData__box1 {
    padding: 0;
  }
}
.aboutData__box1__inner {
  display: flex;
}
@media all and (max-width: 640px) {
  .aboutData__box1__inner {
    flex-direction: column;
  }
}
@media all and (min-width: 641px) {
  .aboutData__box1__content {
    width: 50%;
  }
  .aboutData__box1__content:nth-child(1) {
    padding-right: 36px;
  }
  .aboutData__box1__content:nth-child(2) {
    padding-left: 36px;
    border-left: 1px solid #fff;
  }
}
@media all and (max-width: 640px) {
  .aboutData__box1__content {
    padding: 13.33vw 0;
  }
  .aboutData__box1__content:last-child {
    border-top: 1px solid #fff;
  }
}
.aboutData__box2 {
  margin-bottom: 100px;
}
@media all and (max-width: 640px) {
  .aboutData__box2 {
    margin-bottom: 13.33vw;
  }
}
.aboutData__box2__inner {
  display: flex;
}
@media all and (max-width: 1024px) {
  .aboutData__box2__inner {
    flex-direction: column;
    gap: 100px;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  .aboutData__box2__inner {
    gap: 13.33vw;
  }
}
@media all and (min-width: 1025px) {
  .aboutData__box2__content {
    width: 50%;
  }
  .aboutData__box2__content:nth-child(2) {
    margin-top: 15%;
  }
}
.aboutData__box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.aboutData__box3__main {
  max-width: 375px;
}
@media all and (max-width: 1024px) {
  .aboutData__box3__main {
    max-width: 300px;
  }
}
@media all and (max-width: 640px) {
  .aboutData__box3__main {
    max-width: 85%;
  }
}
.aboutData__box3__main:before {
  content: "";
  position: absolute;
  top: 0;
  height: 375px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(50% - 188px);
  left: 0;
  background-image: url(../images/pages/about/graph7-dotleft.webp);
}
@media all and (max-width: 1024px) {
  .aboutData__box3__main:before {
    height: 300px;
    width: calc(50% - 150px);
  }
}
@media all and (max-width: 640px) {
  .aboutData__box3__main:before {
    display: none;
  }
}
.aboutData__box3__main:after {
  content: "";
  position: absolute;
  top: 0;
  height: 375px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(50% - 188px);
  right: 0;
  background-image: url(../images/pages/about/graph7-dotright.webp);
}
@media all and (max-width: 1024px) {
  .aboutData__box3__main:after {
    height: 300px;
    width: calc(50% - 150px);
  }
}
@media all and (max-width: 640px) {
  .aboutData__box3__main:after {
    display: none;
  }
}

.aboutEnvironment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 640px) {
  .aboutEnvironment__list {
    gap: 7.998vw;
  }
}
.aboutEnvironment__item {
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  width: calc((100% - 60px) / 3);
  padding: 60px 30px;
  border-radius: 20px;
}
@media all and (max-width: 1280px) {
  .aboutEnvironment__item {
    width: calc((100% - 30px) / 2);
  }
}
@media all and (max-width: 640px) {
  .aboutEnvironment__item {
    width: 100%;
    padding: 10.664vw 7.998vw;
  }
}
@media all and (min-width: 641px) {
  .aboutEnvironment__item.col2 {
    width: calc((100% - 30px) / 2);
  }
}
.aboutEnvironment__item.hasMain {
  padding: 60px 10px 30px;
}
@media all and (max-width: 640px) {
  .aboutEnvironment__item.hasMain {
    padding: 10.664vw 7.998vw 5.332vw;
  }
}
.aboutEnvironment__heading {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media all and (max-width: 1024px) {
  .aboutEnvironment__heading {
    font-size: 1.125em;
  }
}
.aboutEnvironment__main {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.aboutEnvironment__main strong {
  font-size: 80px;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .aboutEnvironment__main strong {
    font-size: 21.328vw;
  }
}
.aboutEnvironment__main strong.color1 {
  color: #0a3888;
}
.aboutEnvironment__main strong.color2 {
  color: #3bb8eb;
}
.aboutEnvironment__caption {
  margin-top: 1em;
}

.aboutEducation .heading1 {
  color: #fff;
}
.aboutEducation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .aboutEducation__list {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 640px) {
  .aboutEducation__list {
    max-width: 100%;
    gap: 7.998vw;
  }
  .aboutEducation__list p {
    font-size: 3.1992vw;
  }
}
.aboutEducation__item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  line-height: 1.6;
  min-height: 250px;
  flex-direction: column;
}
@media all and (max-width: 640px) {
  .aboutEducation__item {
    border-radius: 5.332vw;
  }
}
@media screen and (min-width: 801px) {
  .aboutEducation__item:hover .aboutEducation__img:after {
    opacity: 0.8;
  }
  .aboutEducation__item:hover .aboutEducation__content > div {
    max-height: 220px;
  }
}
.aboutEducation__img {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
@media screen and (min-width: 801px) {
  .aboutEducation__img {
    position: absolute;
    padding-top: 0;
  }
}
@media screen and (min-width: 801px) {
  .aboutEducation__img:after {
    content: "";
    transition: all 0.3s ease 0s;
    background-color: #0a3888;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
  .aboutEducation__img:after:hover {
    text-decoration: none;
  }
}
.aboutEducation__content {
  flex: 1;
  padding: 1.5em 1.875em;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 801px) {
  .aboutEducation__content {
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.aboutEducation__content > div {
  transition: all 0.8s ease;
  display: block;
  box-sizing: border-box;
  font-size: 0.9em;
}
@media screen and (min-width: 801px) {
  .aboutEducation__content > div {
    overflow: hidden;
    max-height: 0;
  }
}
.aboutEducation__content > div p {
  padding-top: 1em;
}
@media screen and (min-width: 801px) {
  .aboutEducation__content > div p {
    padding-top: 2em;
  }
}
@media all and (max-width: 1024px) {
  .aboutEducation__content {
    padding: 1em 1.25em;
  }
}

.aboutMission {
  background-color: #fff;
}
.aboutMission__main {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/pages/about/mission_bg.webp);
  max-width: 780px;
  margin: 0 auto;
}
.aboutMission__section {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .aboutMission__section {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .aboutMission__section {
    margin-bottom: 15.996vw;
  }
}
.aboutMission__section:last-child {
  margin-bottom: 0;
}
.aboutMission__section dt {
  width: 188px;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  color: #0a3888;
  line-height: 1.4;
}
.aboutMission__section dt.color2 {
  color: #397cb9;
}
.aboutMission__section dt.color2:after {
  background-color: #397CB9;
}
.aboutMission__section dt.color3 {
  color: #3BB8EB;
}
.aboutMission__section dt.color3:after {
  background-color: #3BB8EB;
}
.aboutMission__section dt:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: top center;
  transition: scale 0.6s;
  background-color: #0a3888;
  scale: 1 0;
}
.aboutMission__section dt.onAnim:after {
  scale: 1 1;
}
@media screen and (max-width: 800px) {
  .aboutMission__section dt {
    width: 100%;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
  }
  .aboutMission__section dt:after {
    height: 0.2em;
    top: auto;
    width: 100%;
    left: 0;
    scale: 0 1;
    bottom: 0;
    transform-origin: left center;
  }
}
.aboutMission__section dd {
  width: calc(100% - 188px);
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  .aboutMission__section dd {
    width: 100%;
    padding-left: 0;
  }
}
.aboutMission__lead {
  font-size: 1.25em;
  font-weight: bold;
  color: #0a3888;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .aboutMission__lead {
    font-size: 4.7988vw;
  }
}
.aboutMission__lead.color2 {
  color: #397cb9;
}
.aboutMission__lead.color3 {
  color: #3BB8EB;
}
.aboutMission__text p {
  margin-bottom: 1.6em;
}
.aboutMission__text p:last-child {
  margin-bottom: 0;
}

.aboutLogo__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media all and (max-width: 640px) {
  .aboutLogo__wrap {
    grid-template-columns: 1fr;
    gap: 10.664vw;
  }
}
.aboutLogo__content {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .aboutLogo__content {
    line-height: 2;
  }
}

.aboutMessage__wrap {
  padding: 150px 0;
  position: relative;
}
@media all and (max-width: 1024px) {
  .aboutMessage__wrap {
    padding: 70px 0;
  }
}
@media all and (max-width: 640px) {
  .aboutMessage__wrap {
    padding: 15.996vw 0;
  }
}
.aboutMessage__inner {
  position: static;
}
@media all and (max-width: 1024px) {
  .aboutMessage__inner {
    position: relative;
  }
}
.aboutMessage__content {
  width: 50%;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .aboutMessage__content {
    width: 100%;
    position: static;
  }
}
.aboutMessage__heading {
  font-size: 1.5em;
  color: #0a3888;
  margin-bottom: 0.5em;
}
.aboutMessage__heading--name {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.aboutMessage__text {
  line-height: 1.65;
}
.aboutMessage__text p {
  margin-bottom: 1.65em;
}
.aboutMessage__name {
  text-align: right;
}
@media all and (max-width: 1024px) {
  .aboutMessage__name {
    position: absolute;
    bottom: 0em;
    left: 5.332vw;
  }
}
@media all and (max-width: 640px) {
  .aboutMessage__name {
    font-size: 0.8em;
  }
}
.aboutMessage__img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 1024px) {
  .aboutMessage__img {
    position: relative;
    translate: 0 0;
    left: 0;
    width: 50%;
    padding-top: 60%;
    margin-left: auto;
  }
}
.aboutMessage__img img {
  top: auto;
  bottom: 0;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media all and (max-width: 1280px) {
  .aboutMessage__img img {
    -o-object-position: 70% bottom;
       object-position: 70% bottom;
  }
}
@media all and (max-width: 1024px) {
  .aboutMessage__img img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}

.outlineList__row {
  padding: 1.4em 0;
  border-top: 1px dotted #A0A0A0;
  display: flex;
}
@media all and (max-width: 640px) {
  .outlineList__row {
    flex-direction: column;
  }
}
.outlineList__dt {
  width: 210px;
  padding-left: 1.6em;
  padding-right: 1em;
  position: relative;
}
@media all and (max-width: 640px) {
  .outlineList__dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
    padding: 0;
  }
  .outlineList__dt:after {
    display: none;
  }
}
.outlineList__dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.outlineList__dd {
  padding-left: 3em;
  width: calc(100% - 210px);
}
.outlineList__dd .gmaplink {
  margin-left: 2em;
}
.outlineList__dd h2 {
  display: inline;
}
@media all and (max-width: 640px) {
  .outlineList__dd {
    padding-left: 0;
    width: 100%;
  }
}

.gmaplink {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3em;
  min-width: 14em;
  text-align: center;
  border-radius: 2em;
  transition: all 0.3s ease 0s;
}
.gmaplink:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .gmaplink {
    min-width: 10em;
  }
}
.gmaplink:hover {
  background-color: #000;
  color: #fff;
}

.outlineMap {
  position: relative;
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .outlineMap {
    height: 320px;
  }
}
@media all and (max-width: 640px) {
  .outlineMap {
    border-radius: 5.332vw;
    height: 53.32vw;
  }
}
.outlineMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.outlineAccessWrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media all and (max-width: 1280px) {
  .outlineAccessWrap {
    margin-top: 40px;
    gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  .outlineAccessWrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 640px) {
  .outlineAccessWrap {
    margin-top: 7.998vw;
    gap: 7.998vw;
  }
}

.outlineAccess {
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .outlineAccess {
    font-size: 0.875em;
  }
}
.outlineAccess__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.outlineAccess__map {
  border-radius: 20px;
  overflow: hidden;
  height: 240px;
  position: relative;
  margin-top: 1.5em;
}
@media all and (max-width: 1024px) {
  .outlineAccess__map {
    height: 320px;
  }
}
@media all and (max-width: 640px) {
  .outlineAccess__map {
    height: 53.32vw;
  }
}
.outlineAccess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.interviewHeader {
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .interviewHeader {
    margin-bottom: 15.996vw;
  }
}
.interviewHeader__heading {
  text-align: center;
  margin-bottom: 5em;
}

.interviewCat {
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px dotted #A0A0A0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}
@media all and (max-width: 1024px) {
  .interviewCat {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 640px) {
  .interviewCat {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.332vw 7.998vw;
  }
}
.interviewCat input[type=checkbox] {
  display: none;
}
.interviewCat input[type=checkbox]:checked + .interviewCat__check:before {
  opacity: 1;
}
.interviewCat__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 640px) {
  .interviewCat__label {
    font-size: 3.1992vw;
  }
}
.interviewCat__check {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 1em;
  flex-shrink: 0;
}
.interviewCat__check:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}

.interviewClear {
  margin-top: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  max-width: 198px;
  margin-left: auto;
  display: flex;
  background-color: transparent;
  padding: 0.5em;
  border: 1px solid #000;
  border-radius: 3em;
  width: 100%;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.interviewClear:hover {
  color: #fff;
  background-color: #000;
}
@media all and (max-width: 640px) {
  .interviewClear {
    max-width: 52.7868vw;
    margin-top: 15.996vw;
  }
}

.interviewList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 80px;
}
@media all and (max-width: 1024px) {
  .interviewList {
    gap: 40px;
  }
}
@media all and (max-width: 640px) {
  .interviewList {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.332vw;
  }
}
.interviewList__item.hidden {
  display: none;
}
.interviewList__link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.interviewList__link:hover img {
  scale: 1.1;
}
.interviewList__link:hover .interviewList__arrow {
  background-color: #000;
}
.interviewList__link:hover line {
  stroke: #fff;
}
.interviewList__img {
  display: block;
}
.interviewList__img .object-fit-imgWrap {
  padding-top: 150%;
}
.interviewList__img img {
  transition: all 0.3s ease 0s;
}
.interviewList__img img:hover {
  text-decoration: none;
}
.interviewList__arrow {
  position: absolute;
  z-index: 5;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.interviewList__arrow:hover {
  text-decoration: none;
}
.interviewList__arrow line {
  transition: all 0.3s ease 0s;
}
.interviewList__arrow line:hover {
  text-decoration: none;
}

.interviewSlideWrap {
  overflow: hidden;
}

.interviewSlide .slick-list {
  overflow: visible !important;
}
.interviewSlide .slick-track {
  margin: 0;
}
.interviewSlide .interviewList__item {
  padding: 0 15px;
}

.pageHeader__interviewHeader {
  max-width: calc(100% - 420px);
  width: 100%;
  margin-right: auto;
  margin-top: 7em;
}
.pageHeader__interviewHeader__title {
  font-weight: bold;
}
.pageHeader__interviewHeader__read {
  font-size: 1.375em;
  font-weight: bold;
  margin-top: 0.5em;
}
@media all and (max-width: 1024px) {
  .pageHeader__interviewHeader {
    max-width: calc(100% - 300px);
  }
  .pageHeader__interviewHeader__read {
    font-size: 1.25em;
  }
}
@media all and (max-width: 640px) {
  .pageHeader__interviewHeader {
    margin-top: 0;
    max-width: 100%;
  }
  .pageHeader__interviewHeader__read {
    font-size: 1em;
  }
}

.pageWrap.interviewWrap {
  margin-top: -374px;
}
@media all and (max-width: 640px) {
  .pageWrap.interviewWrap {
    margin-top: -21.328vw;
  }
}

.interviewEyecatch {
  width: 370px;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .interviewEyecatch {
    width: 270px;
  }
}
@media all and (max-width: 640px) {
  .interviewEyecatch {
    width: 63.984vw;
    margin-right: auto;
  }
}
.interviewEyecatch span {
  overflow: hidden;
  border-radius: 20px;
  display: block;
  position: relative;
  padding-top: 150%;
}
@media all and (max-width: 640px) {
  .interviewEyecatch span {
    border-radius: 5.332vw;
  }
}

.interviewProf {
  display: flex;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .interviewProf {
    flex-direction: column;
  }
}
.interviewProf__left {
  width: 240px;
  padding-right: 3.25em;
}
@media all and (max-width: 640px) {
  .interviewProf__left {
    padding-right: 0;
    padding-bottom: 2em;
    width: 100%;
  }
}
.interviewProf__right {
  width: calc(100% - 240px);
  padding-left: 3.25em;
  border-left: 1px dotted #A0A0A0;
}
@media all and (max-width: 640px) {
  .interviewProf__right {
    padding-left: 0;
    padding-top: 2em;
    width: 100%;
    border-left: 0;
    border-top: 1px dotted #A0A0A0;
  }
}
.interviewProf__name {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.25em;
}
@media all and (max-width: 640px) {
  .interviewProf__name {
    font-size: 1.125em;
  }
}
.interviewProf__joining {
  margin-bottom: 1em;
}
.interviewProf__heading {
  margin-bottom: 1em;
}

.interviewContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
.interviewContent__heading {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .interviewContent__heading {
    font-size: 1.125em;
  }
}
.interviewContent__content {
  width: calc(50% - 30px);
}
.interviewContent__content.w100 {
  width: 100%;
}
@media all and (max-width: 640px) {
  .interviewContent__content {
    width: 100%;
  }
}
.interviewContent__img {
  overflow: hidden;
  border-radius: 20px;
}
.interviewContent__imgSection {
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
}
@media all and (max-width: 1024px) {
  .interviewContent__imgSection {
    gap: 0 30px;
  }
}
@media all and (max-width: 640px) {
  .interviewContent__imgSection {
    flex-direction: column !important;
    gap: 7.998vw;
  }
}
.interviewContent__imgSection.img-left {
  flex-direction: row-reverse;
}
.interviewContent__textSection {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
}
.interviewContent__textSection .interviewContent__heading {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .interviewContent__textSection {
    gap: 0 30px;
  }
}

.jobSectionWrap__interview {
  margin-top: 60px;
}

.jobList__item {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .jobList__item {
    margin-top: 13.33vw;
    flex-direction: column;
    gap: 7.998vw;
  }
}
.jobList__imgWrap {
  width: 300px;
}
.jobList__imgWrap span {
  display: block;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 1024px) {
  .jobList__imgWrap {
    width: 200px;
  }
}
@media all and (max-width: 640px) {
  .jobList__imgWrap {
    width: 100%;
    border-radius: 5.332vw;
  }
}
.jobList__content {
  width: calc(100% - 330px);
}
@media all and (max-width: 1024px) {
  .jobList__content {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 640px) {
  .jobList__content {
    width: 100%;
  }
}
.jobList__name {
  margin-bottom: 0.2em;
}
.jobList__name strong {
  font-weight: bold;
  font-size: 1.25em;
  font-weight: bold;
}

.jobMovie {
  max-width: 946px;
  margin: 0 auto;
  margin-top: 130px;
}
@media all and (max-width: 1024px) {
  .jobMovie {
    margin-top: 100px;
  }
}
@media all and (max-width: 640px) {
  .jobMovie {
    margin-top: 15.996vw;
  }
}
.jobMovie a {
  display: block;
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) {
  .jobMovie a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.recruitSectionWrap {
  display: none;
}
.recruitSectionWrap.current {
  display: block;
}

.recruitHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .recruitHeader {
    margin-bottom: 15.996vw;
    flex-direction: column;
    gap: 7.998vw;
    padding-top: 7.998vw;
    padding-bottom: 7.998vw;
  }
}
.recruitHeader__imgWrap {
  width: 50%;
}
.recruitHeader__imgWrap span {
  display: block;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 1024px) {
  .recruitHeader__imgWrap {
    width: 40%;
  }
}
@media all and (max-width: 640px) {
  .recruitHeader__imgWrap {
    width: 100%;
    border-radius: 5.332vw;
  }
}
.recruitHeader__content {
  width: 46%;
}
@media all and (max-width: 1024px) {
  .recruitHeader__content {
    width: 56%;
  }
}
@media all and (max-width: 640px) {
  .recruitHeader__content {
    width: 100%;
  }
}

.recruitList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.recruitList__item {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 640px) {
  .recruitList__item {
    padding-top: 5.332vw;
    padding-bottom: 5.332vw;
  }
}
.recruitList__heading {
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruitList__heading .text {
  margin-right: 1em;
}
.recruitList__heading strong {
  font-weight: bold;
  font-size: 1.25em;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .recruitList__heading strong {
    font-size: 1em;
  }
}
.recruitList__heading .icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
@media all and (max-width: 640px) {
  .recruitList__heading .icon {
    width: 8.5312vw;
    height: 8.5312vw;
  }
}
.recruitList__heading .icon:before, .recruitList__heading .icon:after {
  content: "";
  transition: rotate 0.4s;
  position: absolute;
  height: 1px;
  width: 40%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruitList__heading .icon:after {
  rotate: -90deg;
}
.recruitList__heading.active .icon:after {
  rotate: 0deg;
}
.recruitList__content {
  padding-top: 30px;
  display: none;
}
.recruitList__requirements__row {
  padding: 1.4em 0;
  border-top: 1px dotted #A0A0A0;
  display: flex;
}
.recruitList__requirements__row:last-child {
  border-bottom: 1px dotted #A0A0A0;
}
@media all and (max-width: 640px) {
  .recruitList__requirements__row {
    flex-direction: column;
  }
}
.recruitList__requirements__dt {
  width: 210px;
  padding-left: 1.6em;
  padding-right: 1em;
  position: relative;
}
@media all and (max-width: 640px) {
  .recruitList__requirements__dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
    padding: 0;
  }
  .recruitList__requirements__dt:after {
    display: none;
  }
}
.recruitList__requirements__dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.recruitList__requirements__dd {
  padding-left: 3em;
  width: calc(100% - 210px);
}
.recruitList__requirements__dd .gmaplink {
  margin-left: 2em;
}
.recruitList__requirements__dd h2 {
  display: inline;
}
@media all and (max-width: 640px) {
  .recruitList__requirements__dd {
    padding-left: 0;
    width: 100%;
  }
}

.recruitStep {
  padding: 140px 0 100px;
}
@media all and (max-width: 640px) {
  .recruitStep {
    padding: 26.66vw 0 18.662vw;
  }
}
.recruitStep__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 45px;
}
@media all and (max-width: 1280px) {
  .recruitStep__list {
    gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  .recruitStep__list {
    gap: 80px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 640px) {
  .recruitStep__list {
    grid-template-columns: 1fr;
    gap: 18.662vw;
  }
}
.recruitStep__item {
  padding: 1em 0.3em;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 20px;
  position: relative;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .recruitStep__item {
    padding-top: 2em;
    min-height: 34.658vw;
  }
}
.recruitStep__item:before {
  content: "";
  width: 20px;
  height: 30px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 20px 0 0 0;
}
@media all and (max-width: 1024px) {
  .recruitStep__item:before {
    width: calc(50% - 50px);
  }
}
@media all and (max-width: 640px) {
  .recruitStep__item:before {
    width: calc(50% - 11.997vw);
  }
}
.recruitStep__item:after {
  content: "";
  width: 20px;
  height: 30px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 0 20px 0 0;
}
@media all and (max-width: 1024px) {
  .recruitStep__item:after {
    width: calc(50% - 50px);
  }
}
@media all and (max-width: 640px) {
  .recruitStep__item:after {
    width: calc(50% - 11.997vw);
  }
}
.recruitStep__item:last-child .recruitStep__step {
  background-color: #fff;
  color: #377AA1;
}
.recruitStep__item:last-child .recruitStep__text {
  font-size: 1.25em;
}
.recruitStep__step {
  width: calc(100% - 40px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .recruitStep__step {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 640px) {
  .recruitStep__step {
    width: 23.994vw;
    height: 23.994vw;
  }
}
.recruitStep__step__em {
  font-size: 1.25em;
  margin-bottom: 0.2em;
}
.recruitStep__step__strong {
  font-size: 2.5em;
}
.recruitStep__text {
  font-weight: bold;
  line-height: 1.6;
}

.formWrap {
  max-width: 826px;
  margin: 0 auto;
}
.formWrap__row {
  padding: 40px 0;
  border-top: 1px dotted #A0A0A0;
}
@media all and (max-width: 640px) {
  .formWrap__row {
    padding: 7.998vw 0;
  }
}
.formWrap__row.hasColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media all and (max-width: 640px) {
  .formWrap__row.hasColumn {
    grid-template-columns: 1fr;
    gap: 7.998vw;
  }
}
.formWrap__label {
  line-height: 1.6;
  margin-bottom: 0.65em;
}
.formWrap__label .req_label {
  color: #f00;
}
.formWrap input[type=text],
.formWrap input[type=email],
.formWrap input[type=tel],
.formWrap textarea,
.formWrap select {
  margin: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0.75em 1.5em;
  border: 1px solid #9B9B9B;
  border-radius: 30px;
  width: 100%;
  display: block;
}
@media all and (max-width: 640px) {
  .formWrap input[type=text],
  .formWrap input[type=email],
  .formWrap input[type=tel],
  .formWrap textarea,
  .formWrap select {
    font-size: 15px;
    border-radius: 2.666vw;
  }
}
.formWrap select {
  background-image: url(../images/common/select_arrow.svg);
  background-position: right 1.5em center;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
.formWrap .codedropz-upload-handler {
  border: 1px solid #DBDBDB;
  border-radius: 30px;
  background-color: #dbdbdb;
  font-size: 16px;
}
.formWrap .codedropz-upload-handler .codedropz-upload-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.formWrap .codedropz-upload-handler .codedropz-upload-inner > span {
  font-size: 0.75em;
}
@media all and (max-width: 640px) {
  .formWrap .codedropz-upload-handler {
    font-size: 15px;
    border-radius: 2.666vw;
  }
}
.formWrap .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.formWrap .codedropz-upload-handler .cd-upload-btn {
  margin-top: 0.5em;
  padding: 0.5em 2em;
  background-color: #000;
  color: #fff;
  display: flex;
  border-radius: 2em;
  font-weight: bold;
}
.formWrap textarea {
  padding: 1em 1.5em;
}
.formWrap textarea.short {
  height: 6.6em;
}
@media all and (max-width: 640px) {
  .formWrap textarea.short {
    height: 9em;
  }
}
.formWrap .ppWrap {
  padding: 2.25em;
  border: 1px solid #9B9B9B;
  border-radius: 30px;
  height: 226px;
  overflow: auto;
}
@media all and (max-width: 640px) {
  .formWrap .ppWrap {
    height: 53.32vw;
    border-radius: 2.666vw;
    padding: 1.5em;
  }
}
.formWrap .ppWrap p {
  margin-bottom: 2em;
}
.formWrap .ppWrap p:last-child {
  margin-bottom: 0;
}
.formWrap .acceptanceWrap {
  margin-top: 2.25em;
  display: flex;
  justify-content: center;
}
.formWrap .acceptanceWrap label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
}
.formWrap .acceptanceWrap label input[type=checkbox] {
  display: none;
}
.formWrap .acceptanceWrap label input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.formWrap .acceptanceWrap label span {
  padding-left: 30px;
  position: relative;
  display: block;
}
.formWrap .acceptanceWrap label span:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.formWrap .acceptanceWrap label span:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 50%;
  translate: 0 -50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}
@media all and (max-width: 640px) {
  .formWrap .acceptanceWrap label {
    font-size: 3.1992vw;
  }
}
.formWrap__btWrap {
  display: flex;
  justify-content: center;
  border-top: 1px dotted #A0A0A0;
  padding-top: 60px;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.formWrap__btWrap .commonBT {
  color: #000;
}
.formWrap__btWrap .wpcf7-previous {
  min-width: 6em;
  border: 0;
  border-radius: 2em;
  padding: 0.5em;
  background-color: #DBDBDB;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.formWrap .wpcf7-not-valid-tip {
  color: #f00;
  font-weight: bold;
  text-align: right;
}
.formWrap .wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  border: 0 !important;
  background-color: #efefef;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.5em !important;
}
@media all and (max-width: 640px) {
  .wpcf7-response-output {
    font-size: 3.1992vw;
  }
}

.confirm-hidden {
  display: none !important;
}

.thanksWrap {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}
.thanksWrap p {
  margin-bottom: 2em;
}
.thanksWrap p:last-child {
  margin-bottom: 0;
}

.possibilityMain {
  position: relative;
  overflow: hidden;
  transition: opacity 1s;
  opacity: 0;
  background-color: #fff;
  z-index: 0;
}
.possibilityMain.loaded {
  opacity: 1;
}
.possibilityMain.hide {
  visibility: hidden;
}
.possibilityMain__bg {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1s;
  mix-blend-mode: multiply;
}
.possibilityMain__bg[data-bgeq="0"] {
  background-color: #000;
}
.possibilityMain__bg[data-bgeq="1"] {
  background-color: #151515;
}
.possibilityMain__bg[data-bgeq="2"] {
  background-color: #2B2B2B;
}
.possibilityMain__bg[data-bgeq="3"] {
  background-color: #454545;
}
.possibilityMain__bg[data-bgeq="4"] {
  background-color: #8D8D8D;
}
.possibilityMain__bg[data-bgeq="5"] {
  background-color: #CBC8C8;
}
.possibilityMain__bg:after {
  content: "";
  position: fixed;
  background-image: url(../images/common/bg-dot.webp);
  background-size: 300px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.4s;
}
@media all and (max-width: 640px) {
  .possibilityMain__bg:after {
    background-size: 150px;
  }
}
.possibilityMain__bg.finished:after {
  opacity: 0;
}
.possibilityMain__contentWrap {
  position: relative;
  height: 800svh;
}
.possibilityMain__content {
  width: 100%;
  height: 200vh;
  height: 200svh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.possibilityMain__content.last {
  height: 250vh;
  height: 200svh;
}
.possibilityMain__content.current .possibilityMain__contentIn {
  filter: blur(0em);
  scale: 1;
  opacity: 1;
}
.possibilityMain__contentIn {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 1em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.375em;
  transition: filter 1s 1s, opacity 1s 1s, scale 1s 1s;
  filter: blur(2em);
  scale: 1.2;
  opacity: 0;
}
@media all and (max-width: 640px) {
  .possibilityMain__contentIn {
    font-size: 1.125em;
    letter-spacing: 0.05em;
  }
}
.possibilityMain__contentIn.black {
  color: #000;
}
.possibilityMain__contentIn.absolute {
  position: absolute;
}
.possibilityMain__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.possibilityMain__heading strong {
  font-size: 1.3636363636em;
}
@media all and (max-width: 640px) {
  .possibilityMain__heading strong {
    font-size: 5.8652vw;
  }
}
.possibilityMain__svgWrap {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.possibilityMain__svgWrap.absolute {
  position: absolute;
}
.possibilityMain__svgWrap svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 640px) {
  .possibilityMain__svgWrap {
    scale: 1.65;
  }
}
.possibilityMain__pager {
  display: flex;
  width: 10px;
  bottom: 0;
  z-index: 30;
  right: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  height: 100vh;
  height: 100svh;
  transition: translate 1s 2s;
  translate: 50px 0;
}
.possibilityMain__pager.active {
  translate: 0;
}
@media all and (max-width: 640px) {
  .possibilityMain__pager {
    right: 10px;
  }
}
.possibilityMain__pager.absolute {
  position: absolute;
}
.possibilityMain__pager li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -99em;
  background-color: #4a4a4a;
  border-radius: 50%;
  transition: background-color 0.5s;
}
@media all and (max-width: 640px) {
  .possibilityMain__pager li {
    width: 6px;
    height: 6px;
  }
}
.possibilityMain__pager li.current {
  background-color: #fff;
}

.possibilityHeading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.possibilityHeading em {
  line-height: 1.4;
  font-size: 1.5em;
  color: #0a3888;
}
@media all and (max-width: 640px) {
  .possibilityHeading em {
    font-size: 0.875em;
  }
}
.possibilityHeading strong {
  font-size: 2.1875em;
}
@media all and (max-width: 640px) {
  .possibilityHeading strong {
    font-size: 1.5em;
  }
}

.possibility-technology__header {
  color: #fff;
  padding: 160px 0 220px;
}
@media all and (max-width: 640px) {
  .possibility-technology__header {
    padding: 21.328vw 0 31.992vw;
  }
}
.possibility-technology__img {
  overflow: hidden;
  border-radius: 20px;
  margin-top: -120px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .possibility-technology__img {
    margin-top: -21.328vw;
    border-radius: 5.332vw;
  }
}

@keyframes bgroopX {
  from {
    translate: 0 0;
  }
  to {
    translate: -50% 0;
  }
}
.possibility-reason {
  padding-bottom: 120px;
  
}
@media all and (max-width: 640px) {
  .possibility-reason {
    padding-bottom: 21.328vw;
  }
}
.possibility-reason__imgWrap {
  overflow: hidden;
}
.possibility-reason__imgSlide {
  width: 3480px;
  display: flex;
  animation: bgroopX 20s linear infinite;
}
@media all and (max-width: 1024px) {
  .possibility-reason__imgSlide {
    width: 2480px;
  }
}
@media all and (max-width: 640px) {
  .possibility-reason__imgSlide {
    width: 426.56vw;
  }
}
.possibility-reason__imgSlide img {
  width: 100%;
}
.possibility-reason__img {
  width: 50%;
}
.possibility-reason__list {
  padding-top: 240px;
}
@media all and (max-width: 640px) {
  .possibility-reason__list {
    padding-top: 26.66vw;
  }
}
.possibility-reason__list__item {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.possibility-reason__list__item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .possibility-reason__list__item {
    align-items: flex-start;
  }
}
.possibility-reason__list__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.possibility-reason__list__item:nth-child(2n) .possibility-reason__list__num {
  text-align: right;
}
@media all and (max-width: 640px) {
  .possibility-reason__list__item {
    margin-bottom: 15.996vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10.664vw;
  }
}
.possibility-reason__list__imgWrap {
  width: 54%;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 640px) {
  .possibility-reason__list__imgWrap {
    border-radius: 5.332vw;
  }
}
@media all and (max-width: 640px) {
  .possibility-reason__list__imgWrap {
    width: 100%;
  }
}
.possibility-reason__list__content {
  width: 42%;
}
@media all and (max-width: 640px) {
  .possibility-reason__list__content {
    width: 100%;
  }
}
.possibility-reason__list__num {
  line-height: 1;
  color: #0a3888;
  font-size: 100px;
  margin-bottom: 0.4em;
  display: block;
}
@media all and (max-width: 640px) {
  .possibility-reason__list__num {
    font-size: 21.328vw;
  }
}

.possibility-interview {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
}
@media all and (max-width: 640px) {
  .possibility-interview {
    padding: 21.328vw 0;
  }
}
.possibility-interview__lead {
  margin-top: 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.footEntry {
  color: #fff;
  background-color: #000;
  display: block;
  transition: all 0.3s ease 0s;
}
.footEntry:hover {
  text-decoration: none;
}
.footEntry__main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
@media all and (max-width: 640px) {
  .footEntry__main {
    min-height: 69.316vw;
  }
}
.footEntry__mainInner {
  position: relative;
  translate: -0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  width: 3.5em;
  font-size: 55px;
}
.footEntry__mainInner:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .footEntry__mainInner {
    font-size: 50px;
    font-size: 50px;
    font-size: min(50px,10.664vw);
  }
}
.footEntry__arrow {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 150% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.footEntry__arrow:hover {
  text-decoration: none;
}
.footEntry__arrow svg {
  display: block;
}
.footEntry:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.footEntry:hover .footEntry__mainInner {
  width: 100%;
  translate: 0 0;
}
.footEntry:hover .footEntry__arrow {
  translate: 0 -50%;
  filter: invert(1);
}
.footEntry:hover .footEntry__arrow svg {
  filter: brightness(0);
}

.mainFooter {
  padding: 50px 0 50px;
  background-color: #fff;
}
@media all and (max-width: 640px) {
  .mainFooter {
    padding: 20px 0 50px;
  }
}
.mainFooter__upper {
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  margin-bottom: 100px;
}
@media all and (max-width: 640px) {
  .mainFooter__upper {
    margin-bottom: 70px;
  }
}
.mainFooter__upper a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) {
  .mainFooter__upper a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.mainFooter__upper .text {
  font-weight: bold;
  margin-left: 0.3em;
}
.mainFooter__upper .arrow {
  scale: 1 0.6;
}
.mainFooter__upper .arrow:after {
  content: "";
  width: 3px;
  height: 3px;
  border: 2px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  rotate: 45deg;
  display: block;
}
.mainFooter__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .mainFooter__main {
    align-items: center;
    flex-direction: column;
  }
}
.mainFooter__nav {
  width: calc(100% - 280px);
  max-width: 664px;
}
@media all and (max-width: 1024px) {
  .mainFooter__nav {
    width: 100%;
  }
}
.mainFooter__nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .mainFooter__nav__list {
    display: grid;
    gap: 30px 1.5996vw;
    grid-template-columns: 29% 33% 28%;
  }
}
.mainFooter__nav__item > a {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.mainFooter__nav__item > a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0053C4;
  border-radius: 50%;
  margin-right: 0.75em;
}
@media all and (max-width: 640px) {
  .mainFooter__nav__item > a {
    font-size: 3.1992vw;
  }
}
.mainFooter__nav__child {
  padding: 0.4em 0;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 12px;
  border-left: 1px solid #E6E6E6;
}
@media all and (max-width: 640px) {
  .mainFooter__nav__child {
    font-size: 2.3994vw;
  }
}
.mainFooter__nav__child a {
  display: block;
  padding: 0.25em 0 0.25em 1em;
  font-weight: 500;
}
.mainFooter__corporate {
  width: 248px;
}
@media all and (max-width: 640px) {
  .mainFooter__corporate {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .mainFooter__corporate {
    margin-top: 40px;
  }
}
.mainFooter__corporate a {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5em;
  font-size: 12px;
  padding: 2em 1em 1.4em;
  transition: opacity 0.3s ease 0s;
}
@media all and (max-width: 640px) {
  .mainFooter__corporate a {
    font-size: 2.9326vw;
  }
}
@media (hover: hover) {
  .mainFooter__corporate a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.mainFooter__corporate a strong {
  width: 65%;
  margin-bottom: 0.8em;
}
@media all and (max-width: 640px) {
  .mainFooter__corporate a strong {
    width: 100%;
  }
  .mainFooter__corporate a strong img {
    max-width: 140px;
    width: 45%;
    margin: 0 auto;
  }
}
.mainFooter__corporate a .ic {
  margin-left: 0.5em;
}
.mainFooter__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  gap: 30px;
}
@media all and (max-width: 640px) {
  .mainFooter__links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 80%;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.mainFooter__links a {
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) {
  .mainFooter__links a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.mainFooter__links a img {
  height: auto;
  width: 100%;
}
.mainFooter__footer {
  gap: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media all and (max-width: 640px) {
  .mainFooter__footer {
    margin-top: 30px;
    flex-direction: column;
  }
}
.mainFooter__logoArea {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .mainFooter__logoArea {
    gap: 3.7324vw;
  }
}
.mainFooter__logo {
  width: 140px;
}
@media all and (max-width: 640px) {
  .mainFooter__logo {
    width: 31.992vw;
  }
}
.mainFooter__recruitText {
  line-height: 1.2;
  font-size: 10px;
  transition: all 0.3s ease 0s;
  border: 1px solid #000;
  padding: 0.3em 1.6em;
  border-radius: 2em;
}
.mainFooter__recruitText:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainFooter__recruitText {
    font-size: 2.3994vw;
  }
}
.mainFooter__credit {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .mainFooter__credit {
    text-align: center;
    font-size: 2.9326vw;
  }
}

.footLink {
  padding: 100px 0;
}
@media all and (max-width: 640px) {
  .footLink {
    padding: 15.996vw 0;
  }
}
.footLink__link {
  padding: 68px 1em;
  position: relative;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .footLink__link {
    padding: 10.664vw 1em;
  }
}
.footLink__link:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: scale 0.4s;
}
.footLink__link.possibility:before {
  background-image: url(../images/common/footLink_possibility.webp);
}
.footLink__link.possibility-small:before {
  background-image: url(../images/common/footLink_possibility-small.webp);
}
.footLink__link.about:before {
  background-image: url(../images/common/footLink_about.webp);
}
.footLink__link.about .commonBT {
  color: #000;
  border: 0;
}
.footLink__link.about .commonBT:after {
  border-color: #fff;
}
.footLink__link.about-small:before {
  background-image: url(../images/common/footLink_about-small.webp);
}
.footLink__link.about-small .commonBT {
  color: #000;
  border: 0;
}
.footLink__link.about-small .commonBT:after {
  border-color: #fff;
}
.footLink__link:hover {
  text-decoration: none;
}
.footLink__link:hover:before {
  scale: 1.05;
}
.footLink__link:hover .commonBT:after {
  scale: 1.04 1.14;
  opacity: 1;
}
.footLink__link:hover .commonBT .text {
  right: calc(100% - 20px);
  translate: 100% -50%;
}
.footLink__link:hover .commonBT .arrow {
  left: calc(100% - 20px);
  translate: -100% -50%;
}
.footLink__wrap.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media all and (max-width: 1024px) {
  .footLink__wrap.col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 800px) {
  .footLink__wrap.col2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 640px) {
  .footLink__wrap.col2 {
    gap: 7.998vw;
  }
}
.footLink__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.footLink__heading {
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: 1.5em;
}
@media all and (max-width: 1024px) {
  .footLink__heading {
    font-size: 1.375em;
  }
}
@media all and (max-width: 640px) {
  .footLink__heading {
    font-size: 4.2656vw;
  }
}