@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes message-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes message-txt {
  0% {
    color: #fff;
  }
  100% {
    color: #064d9e;
  }
}
@keyframes entry-txt {
  0% {
    color: #064d9e;
  }
  100% {
    color: #fff;
  }
}
@keyframes entry-bar {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 16px);
  }
}
/* recruit */
/* ============================================ */
.recruit {
  background: #ebecf0;
}
.recruit main {
  padding-bottom: 65px;
  color: #222020;
}
@media all and (max-width: 896px) {
  .recruit main {
    margin-top: -60px;
    padding-bottom: 50px;
  }
}
.recruit .btn a,
.recruit .btn button {
  border-radius: 100px;
  background: linear-gradient(90deg, #064d9e 0%, #0068b7 50%, #064d9e 100%);
  background-size: 200% 100%;
}
@media (hover: hover) {
  .recruit .btn a:hover,
  .recruit .btn button:hover {
    opacity: 1;
    background-position: 100% 0;
  }
}
.recruit .btn a.back,
.recruit .btn button.back {
  background: #071c2d;
}
.recruit .inner {
  width: calc(100% - 80px);
}
@media all and (max-width: 896px) {
  .recruit .inner {
    width: calc(100% - 30px);
  }
}

.scroll-prevent .recruit header .logo {
  position: fixed;
  z-index: 11;
  background: none;
  width: calc(200px + 2.08vw);
  margin-top: 1.04vw;
}
.scroll-prevent .recruit header .logo:before {
  content: none;
}
.scroll-prevent .recruit header .logo img {
  display: none;
}
.scroll-prevent .recruit header .logo img:last-of-type {
  display: inline-block;
}
.scroll-prevent .recruit .mv::before {
  content: none;
}

.title {
  position: relative;
  padding-inline: 40px;
}
@media all and (max-width: 896px) {
  .title {
    padding-inline: 0;
  }
}
.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(12.5vw, 170px);
  z-index: 1;
  width: 1.98vw;
  height: 1.77vw;
  background: url(../images/recruit/round.png) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .title::before {
    left: 110px;
    width: 15px;
    height: 13px;
  }
}
.title figure {
  position: relative;
}
.title figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08vw;
  background: linear-gradient(118deg, #0760c3 0%, transparent 60%);
  mix-blend-mode: multiply;
}
@media all and (max-width: 896px) {
  .title figure::before {
    border-radius: 0;
    background: linear-gradient(0deg, #0760c3 0%, transparent 70%);
  }
}
.title figure img {
  width: 100%;
  height: 450px;
  border-radius: 2.08vw;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .title figure img {
    height: 390px;
    border-radius: 0;
  }
}
.title .inner {
  position: absolute;
  top: calc(50% + 30px);
  left: 14vw;
  width: auto;
  color: #fff;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .title .inner {
    top: auto;
    bottom: 20px;
    left: 15px;
    width: auto;
    translate: 0 0;
  }
}
.title .inner hgroup {
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.title .inner hgroup p[lang=en] {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .title .inner hgroup p[lang=en] {
    font-size: 2rem;
  }
}
.title .inner hgroup h1 {
  font-family: "Gothic A1", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .title .inner hgroup h1 {
    font-size: 3rem;
  }
}
.title .inner hgroup h1 span {
  font-size: 1.8rem;
  margin-left: 1em;
}
@media all and (max-width: 896px) {
  .title .inner hgroup h1 span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.title .inner nav {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .title .inner nav {
    margin-top: 24px;
  }
}
.title .inner nav ol {
  display: flex;
  gap: 40px;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .title .inner nav ol {
    gap: 24px;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
}
.title .inner nav ol li:not(:last-child) {
  position: relative;
}
.title .inner nav ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -25px;
  width: 14px;
  height: 1px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .title .inner nav ol li:not(:last-child)::after {
    right: -16px;
    width: 10px;
  }
}

/* header */
/* ============================================ */
@media all and (max-width: 896px) {
  .recruit:has(.title) header .logo::before {
    content: none;
  }
}
.recruit header {
  justify-content: flex-end;
  align-items: stretch;
  position: static;
  top: -310px;
  padding: 24px 2.08vw;
  background: #ebecf0;
  transition: 0.5s;
}
@media all and (max-width: 896px) {
  .recruit header {
    top: -110px;
  }
}
.recruit header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: max(12.5vw, 170px);
  padding: 2.08vw;
  border-bottom-right-radius: 2.08vw;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .recruit header .logo {
    width: 110px;
    padding: 15px;
    border-bottom-right-radius: 15px;
  }
}
.recruit header .logo::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  z-index: 1;
  width: 1.98vw;
  height: 1.77vw;
  background: url(../images/recruit/round.png) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .recruit header .logo::before {
    left: 15px;
    width: 15px;
    height: 13px;
  }
}
.recruit header .logo img {
  width: 100%;
}
.recruit header .logo img:last-of-type {
  display: none;
}
.recruit header.is-scroll {
  position: sticky;
}
.recruit header.is-scroll .logo::before {
  content: none;
}
.recruit header.is-fixed {
  position: sticky;
  top: 0;
}
.recruit header.is-fixed .logo {
  width: calc(230px + 2.08vw);
  position: absolute;
  top: 50%;
  background: none;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .recruit header.is-fixed .logo {
    width: 224px;
  }
}
.recruit header.is-fixed .logo::before {
  content: none;
}
.recruit header.is-fixed .logo img {
  display: none;
}
.recruit header.is-fixed .logo img:last-of-type {
  display: inline-block;
}
.recruit header.is-fixed #menu-icon {
  background: none;
  top: 11px;
}
.recruit header #menu-icon {
  top: 20px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
}
.recruit header #menu-icon::before, .recruit header #menu-icon::after {
  left: 10px;
}
.recruit header #menu-icon::before {
  top: 14px;
}
.recruit header #menu-icon::after {
  bottom: 14px;
}
.recruit header #menu-icon span {
  top: 23px;
  left: 10px;
}
.recruit header #menu-cb:checked ~ #menu-icon {
  top: 12px;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu {
    padding-top: 100px;
  }
}
.recruit header #ham-menu nav {
  font-size: max(0.94vw, 1.5rem);
  font-weight: 500;
}
@media (hover: hover) {
  .recruit header #ham-menu nav ul li a:hover {
    color: #064d9e;
  }
}
.recruit header #ham-menu nav ul li.current a {
  color: #064d9e;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:nth-last-child(2) {
    margin-top: 32px;
    border-bottom: 0;
  }
}
.recruit header #ham-menu nav ul li:nth-last-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max(10.4vw, 120px);
  height: 64px;
  padding: 0 0 0 12px;
  border: 2px solid #064d9e;
  border-radius: 100px;
  background: #064d9e;
  color: #fff;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:nth-last-child(2) a {
    width: 100%;
    font-size: 1.7rem;
  }
}
.recruit header #ham-menu nav ul li:nth-last-child(2) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5vw;
  width: 18px;
  height: 18px;
  background: url(../images/recruit/ico_doc.svg) no-repeat center/cover;
  translate: 0 -50%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:nth-last-child(2) a::before {
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
.recruit header #ham-menu nav ul li:nth-last-child(2) a::after {
  content: none;
}
@media (hover: hover) {
  .recruit header #ham-menu nav ul li:nth-last-child(2) a:hover {
    background: #fff;
    color: #064d9e;
  }
  .recruit header #ham-menu nav ul li:nth-last-child(2) a:hover::before {
    filter: none;
  }
}
.recruit header #ham-menu nav ul li:last-child {
  margin-left: -0.56vw;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:last-child {
    margin-top: 15px;
  }
}
.recruit header #ham-menu nav ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max(10.4vw, 120px);
  height: 64px;
  padding: 0 0 0 20px;
  border: 2px solid #cc3e2b;
  border-radius: 100px;
  background: #cc3e2b;
  color: #fff;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:last-child a {
    width: 100%;
    font-size: 1.7rem;
  }
}
.recruit header #ham-menu nav ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5vw;
  width: 18px;
  height: 18px;
  background: url(../images/recruit/ico_mail.svg) no-repeat center/cover;
  translate: 0 -50%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .recruit header #ham-menu nav ul li:last-child a::before {
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .recruit header #ham-menu nav ul li:last-child a:hover {
    opacity: 1;
    background: #fff;
    color: #cc3e2b;
  }
  .recruit header #ham-menu nav ul li:last-child a:hover::before {
    filter: none;
  }
}

/* footer */
/* ============================================ */
.recruit footer {
  padding-block: 3.65vw 5.21vw;
  border-top: 0;
  background: transparent;
  color: #222020;
}
.recruit footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit footer .inner .logo {
  display: flex;
  align-items: center;
  width: clamp(200px, 16.4vw, 260px);
  filter: none;
}
.recruit footer .inner nav {
  margin-top: 0;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .recruit footer .inner nav ul li a:hover {
    opacity: 1;
    color: #064d9e;
  }
}
.recruit footer .inner nav ul li.current a {
  color: #064d9e;
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:nth-child(1) {
    width: 36%;
  }
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 17%;
  }
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    width: 33%;
  }
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:nth-last-child(2) {
    width: calc(50% - 8px);
  }
}
.recruit footer .inner nav ul li:nth-last-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max(10.4vw, 160px);
  height: 64px;
  padding: 0 0 0 12px;
  border: 2px solid #064d9e;
  border-radius: 100px;
  background: #064d9e;
  color: #fff;
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:nth-last-child(2) a {
    width: 100%;
    height: 50px;
    font-size: 1.7rem;
  }
}
.recruit footer .inner nav ul li:nth-last-child(2) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 18px;
  height: 18px;
  background: url(../images/recruit/ico_doc.svg) no-repeat center/cover;
  translate: 0 -50%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media (hover: hover) {
  .recruit footer .inner nav ul li:nth-last-child(2) a:hover {
    opacity: 1;
    background: #fff;
    color: #064d9e;
  }
  .recruit footer .inner nav ul li:nth-last-child(2) a:hover::before {
    filter: none;
  }
}
.recruit footer .inner nav ul li:last-child {
  margin-left: -0.56vw;
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:last-child {
    width: calc(50% - 8px);
    margin: 0;
  }
}
.recruit footer .inner nav ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max(10.4vw, 160px);
  height: 64px;
  padding: 0 0 0 20px;
  border: 2px solid #cc3e2b;
  border-radius: 100px;
  background: #cc3e2b;
  color: #fff;
}
@media all and (max-width: 896px) {
  .recruit footer .inner nav ul li:last-child a {
    width: 100%;
    height: 50px;
    font-size: 1.7rem;
  }
}
.recruit footer .inner nav ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 18px;
  height: 18px;
  background: url(../images/recruit/ico_mail.svg) no-repeat center/cover;
  translate: 0 -50%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media (hover: hover) {
  .recruit footer .inner nav ul li:last-child a:hover {
    opacity: 1;
    background: #fff;
    color: #cc3e2b;
  }
  .recruit footer .inner nav ul li:last-child a:hover::before {
    filter: none;
  }
}
.recruit footer .inner .footer-sub {
  width: 100%;
  border-color: #c8cee2;
}
@media all and (max-width: 896px) {
  .recruit footer .inner .footer-sub {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.recruit footer .inner .footer-sub a {
  margin-right: 1em;
  text-decoration: underline;
}
.recruit footer .inner .footer-sub a:last-of-type {
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .recruit footer .inner .footer-sub a:last-of-type {
    margin-top: -14px;
  }
}
.recruit footer .inner .footer-sub a[target=_blank] {
  position: relative;
  padding-right: 24px;
}
.recruit footer .inner .footer-sub a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/recruit/ico_blank.svg) no-repeat center/cover;
  translate: 0 -50%;
}
@media (hover: hover) {
  .recruit footer .inner .footer-sub a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

/* index */
/* ============================================ */
.mv {
  position: relative;
  padding-left: 40px;
}
@media all and (max-width: 896px) {
  .mv {
    padding-left: 15px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(12.5vw, 170px);
  z-index: 1;
  width: 1.98vw;
  height: 1.77vw;
  background: url(../images/recruit/round.png) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .mv::before {
    left: 110px;
    width: 15px;
    height: 13px;
  }
}
.mv h1 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: absolute;
  left: calc(4.17vw + 10px);
  bottom: 2.08vw;
  z-index: 1;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .mv h1 {
    gap: 24px;
    left: 40px;
    bottom: 20px;
    font-size: 2.6rem;
  }
}
.mv h1 em {
  position: relative;
  color: #fff;
  font-style: normal;
  animation: message-txt 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.mv h1 em::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
  z-index: -1;
  width: 0;
  height: calc(100% + 16px);
  background: #fff;
  translate: 0 -50%;
  animation: message-bar 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.mv h1 em span {
  font-size: 2.12vw;
}
@media all and (max-width: 896px) {
  .mv h1 em span {
    font-size: 1.8rem;
  }
}
.mv .slide {
  width: 100%;
  border-bottom-left-radius: 2.08vw;
  overflow: hidden;
  white-space: nowrap;
}
.mv .slide-track {
  display: flex;
  width: 300%;
  animation: scroll 30s linear infinite;
}
@media all and (max-width: 896px) {
  .mv .slide-track {
    width: 990%;
  }
}
.mv .slide-track li {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.mv .slide-track li img {
  border-radius: 8px;
}

.message {
  margin-top: -18vw;
  padding-block: 24vw 7vw;
  border-bottom-left-radius: 50px;
  background: linear-gradient(116deg, #0a2f59 0%, #0760c3 calc(100% - 50px));
  color: #fff;
  font-weight: 500;
  line-height: 3.2;
}
@media all and (max-width: 896px) {
  .message {
    margin-top: -200px;
    padding-block: 230px 30px;
    border-bottom-left-radius: 20px;
  }
}
.message .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .message .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.message .inner hgroup {
  line-height: 1.8;
  min-width: 390px;
}
@media all and (max-width: 896px) {
  .message .inner hgroup {
    min-width: initial;
  }
}
.message .inner hgroup p[lang=en] {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .message .inner hgroup p[lang=en] {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.message .inner hgroup h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .message .inner hgroup h2 {
    font-size: 2rem;
  }
}
.message .inner hgroup h2 em {
  position: relative;
  z-index: 0;
  margin-right: 0.1em;
  color: #fff;
  font-size: 6rem;
  font-style: normal;
  font-weight: 800;
}
@media all and (max-width: 896px) {
  .message .inner hgroup h2 em {
    margin-right: 6px;
    font-size: 3rem;
  }
}
.message .inner hgroup h2 em::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  z-index: -1;
  width: 0;
  height: calc(100% + 16px);
  background: #fff;
  translate: 0 -50%;
}
.message .inner hgroup h2 span {
  display: inline-block;
}
.message .inner hgroup + p {
  margin-top: 40px;
}
@media (max-width: 1250px) {
  .message .inner hgroup + p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .message .inner hgroup + p {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.message.is-active .inner hgroup h2 em {
  animation: message-txt 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.message.is-active .inner hgroup h2 em::before {
  animation: message-bar 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.work {
  position: relative;
  padding-block: 180px;
  border-radius: 0 50px 50px 0;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .work {
    padding: 50px 15px;
    border-radius: 0 20px 20px 0;
  }
}
.work::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #0760c3;
}
@media all and (max-width: 896px) {
  .work::before {
    width: 20px;
    height: 20px;
  }
}
.work > ul {
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media all and (max-width: 896px) {
  .work > ul {
    gap: 50px;
  }
}
.work > ul > li {
  display: flex;
  position: relative;
}
@media all and (max-width: 896px) {
  .work > ul > li {
    flex-direction: column;
  }
}
.work > ul > li figure {
  width: 78.9vw;
}
@media all and (max-width: 896px) {
  .work > ul > li figure {
    width: 100%;
  }
}
.work > ul > li figure img {
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 896px) {
  .work > ul > li figure img {
    border-radius: 8px;
  }
}
.work > ul > li .box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 9.8vw;
  width: max(28.8vw, 400px);
  padding: 5.21vw;
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #fff;
  box-shadow: 8px 8px 0 0 #064d9e;
  translate: 0 -50%;
}
@media (max-width: 1340px) {
  .work > ul > li .box {
    right: 30px;
  }
}
@media all and (max-width: 896px) {
  .work > ul > li .box {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px 30px;
    box-shadow: 3px 3px 0 0 #064d9e;
    translate: 0;
  }
}
.work > ul > li .box hgroup {
  color: #064d9e;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.work > ul > li .box hgroup p[lang=en] {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .work > ul > li .box hgroup p[lang=en] {
    font-size: 2rem;
  }
}
.work > ul > li .box hgroup h2 {
  margin-top: 16px;
  font-family: "Gothic A1", sans-serif;
  font-size: max(2.92vw, 3.8rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .work > ul > li .box hgroup h2 {
    margin-top: 8px;
    font-size: 3rem;
  }
}
.work > ul > li .box hgroup h2 span {
  font-size: max(1.67vw, 2.8rem);
}
@media all and (max-width: 896px) {
  .work > ul > li .box hgroup h2 span {
    font-size: 2.4rem;
  }
}
.work > ul > li .box hgroup + p {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .work > ul > li .box hgroup + p {
    margin-top: 8px;
  }
}
.work > ul > li .box > a {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  padding: 16px 60px 16px 40px;
  border: 2px solid #222020;
  border-radius: 100px;
  background: #222020;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .work > ul > li .box > a {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.work > ul > li .box > a::before, .work > ul > li .box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.work > ul > li .box > a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.work > ul > li .box > a::after {
  right: 29px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222020;
  border-right: 2px solid #222020;
  rotate: 45deg;
}
@media (hover: hover) {
  .work > ul > li .box > a:hover {
    background: transparent;
    color: #222020;
    opacity: 1;
  }
  .work > ul > li .box > a:hover::before {
    background: #222020;
  }
  .work > ul > li .box > a:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.work > ul > li .box ul {
  margin-top: 16px;
  font-size: max(1.04vw, 1.4rem);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .work > ul > li .box ul {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.work > ul > li .box ul li {
  border-bottom: 1px solid #bbc2c8;
}
.work > ul > li .box ul li a {
  display: flex;
  position: relative;
  padding-block: 24px 16px;
}
@media all and (max-width: 896px) {
  .work > ul > li .box ul li a {
    padding-top: 16px;
  }
}
.work > ul > li .box ul li a::before, .work > ul > li .box ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  transition: 0.3s;
}
.work > ul > li .box ul li a::before {
  right: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #222020;
  border-radius: 50%;
  background: #222020;
}
.work > ul > li .box ul li a::after {
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
@media (hover: hover) {
  .work > ul > li .box ul li a:hover {
    opacity: 1;
  }
  .work > ul > li .box ul li a:hover::before {
    background: transparent;
  }
  .work > ul > li .box ul li a:hover::after {
    border-top-color: #222020;
    border-right-color: #222020;
  }
}
.work > ul > li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .work > ul > li:nth-child(2n) {
    flex-direction: column;
  }
}
.work > ul > li:nth-child(2n) figure img {
  border-radius: 8px 0 0 8px;
}
@media all and (max-width: 896px) {
  .work > ul > li:nth-child(2n) figure img {
    border-radius: 8px;
  }
}
.work > ul > li:nth-child(2n) .box {
  right: auto;
  left: 9.8vw;
}
@media (max-width: 1340px) {
  .work > ul > li:nth-child(2n) .box {
    left: 30px;
  }
}

.interview {
  position: relative;
  padding-block: 160px 130px;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(90deg, #0a2f59 0%, #0760c3 calc(100% - 50px));
  color: #fff;
}
@media all and (max-width: 896px) {
  .interview {
    padding-block: 50px 40px;
    border-radius: 20px 0 0 20px;
  }
}
.interview::before {
  content: "";
  position: absolute;
  right: 0;
  top: -49px;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #0760c3;
}
.interview .iv-inner {
  display: flex;
  gap: 5.21vw;
  width: calc(50vw + 50%);
}
@media all and (max-width: 896px) {
  .interview .iv-inner {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}
.interview .iv-inner .exp {
  flex: none;
  width: max(21vw, 250px);
}
@media all and (max-width: 896px) {
  .interview .iv-inner .exp {
    display: contents;
  }
}
.interview .iv-inner .exp hgroup {
  letter-spacing: 0.1em;
}
.interview .iv-inner .exp hgroup p[lang=en] {
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .exp hgroup p[lang=en] {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.interview .iv-inner .exp hgroup h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: max(2.9vw, 3.8rem);
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .exp hgroup h2 {
    font-size: 3rem;
  }
}
.interview .iv-inner .exp hgroup h2 span {
  margin-left: 0.1em;
  font-size: 3.2rem;
}
.interview .iv-inner .exp hgroup + p {
  margin-top: 16px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .exp hgroup + p {
    margin-top: -24px;
    font-size: 1.56rem;
  }
}
.interview .iv-inner .exp a {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  padding: 16px 60px 16px 36px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  color: #222020;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .exp a {
    order: 1;
    margin-top: 0;
    padding-inline: 50px 60px;
    font-size: 1.6rem;
  }
}
.interview .iv-inner .exp a::before, .interview .iv-inner .exp a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.interview .iv-inner .exp a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #222020;
}
.interview .iv-inner .exp a::after {
  right: 29px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
@media (hover: hover) {
  .interview .iv-inner .exp a:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
  }
  .interview .iv-inner .exp a:hover::before {
    background: #fff;
  }
  .interview .iv-inner .exp a:hover::after {
    border-top-color: #064d9e;
    border-right-color: #064d9e;
  }
}
.interview .iv-inner .iv-swiper {
  padding: 0 40px 96px 0;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper {
    width: calc(100% + 15px);
    padding: 0 20px 64px 0;
  }
}
.interview .iv-inner .iv-swiper li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border: 4px solid #c9d1df;
  background: #fff;
  color: #064d9e;
  box-shadow: 8px 8px 0 0 #c9d1df;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper li a {
    box-shadow: 4px 4px 0 0 #c9d1df;
  }
}
.interview .iv-inner .iv-swiper li a figure {
  position: relative;
  overflow: hidden;
}
.interview .iv-inner .iv-swiper li a figure img {
  transition: 0.3s;
}
.interview .iv-inner .iv-swiper li a figure figcaption {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 1.5vw;
  border-top-right-radius: 8px;
  background: #0760c3;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper li a figure figcaption {
    font-size: 1.6rem;
    padding-inline: 20px;
  }
}
.interview .iv-inner .iv-swiper li a dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 32px 32px 32px;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper li a dl {
    padding: 15px;
  }
}
.interview .iv-inner .iv-swiper li a dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper li a dl dt {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .interview .iv-inner .iv-swiper li a:hover {
    opacity: 1;
  }
  .interview .iv-inner .iv-swiper li a:hover figure img {
    scale: 1.1;
  }
}
.interview .iv-inner .iv-swiper .swiper-scrollbar {
  left: 0;
  bottom: 30px;
  width: calc(100% - 210px);
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper .swiper-scrollbar {
    bottom: 15px;
    width: calc(100% - 110px);
  }
}
.interview .iv-inner .iv-swiper .swiper-scrollbar-drag {
  top: -2px;
  height: calc(100% + 4px);
  background: #d8e1ec;
}
.interview .iv-inner .iv-swiper .swiper-button-next,
.interview .iv-inner .iv-swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 64px;
  height: 64px;
  margin-top: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper .swiper-button-next,
  .interview .iv-inner .iv-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.interview .iv-inner .iv-swiper .swiper-button-next::after,
.interview .iv-inner .iv-swiper .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.interview .iv-inner .iv-swiper .swiper-button-next {
  right: 40px;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper .swiper-button-next {
    right: 15px;
  }
}
.interview .iv-inner .iv-swiper .swiper-button-next::after {
  rotate: 45deg;
  margin-left: -6px;
}
.interview .iv-inner .iv-swiper .swiper-button-prev {
  right: 120px;
  left: auto;
}
@media all and (max-width: 896px) {
  .interview .iv-inner .iv-swiper .swiper-button-prev {
    right: 57px;
  }
}
.interview .iv-inner .iv-swiper .swiper-button-prev::after {
  rotate: -135deg;
  margin-right: -6px;
}

.entry {
  position: relative;
  padding-top: 130px;
  border-top-right-radius: 50px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .entry {
    padding-top: 50px;
    border-top-right-radius: 20px;
  }
}
.entry::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #0760c3;
}
@media all and (max-width: 896px) {
  .entry::before {
    width: 20px;
    height: 20px;
  }
}
.entry .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 3.9vw 4.68vw 4.43vw;
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #cad9f2;
  box-shadow: 8px 8px 0 0 #064d9e;
}
@media all and (max-width: 896px) {
  .entry .box {
    flex-direction: column;
    gap: 20px;
    padding: 15px 15px 30px;
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.entry .box .exp {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.entry .box .exp hgroup {
  color: #064d9e;
}
.entry .box .exp hgroup p[lang=en] {
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .entry .box .exp hgroup p[lang=en] {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.entry .box .exp hgroup h2 {
  padding-left: 8px;
  font-family: "Gothic A1", sans-serif;
  font-size: clamp(3.8rem, 2.92vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .entry .box .exp hgroup h2 {
    font-size: 3rem;
  }
}
.entry .box .exp hgroup h2 em {
  position: relative;
  z-index: 0;
  margin-right: 0.1em;
  color: #064d9e;
  font-style: normal;
}
.entry .box .exp hgroup h2 em::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  z-index: -1;
  width: 0;
  height: calc(100% + 16px);
  background: #064d9e;
  translate: -8px -50%;
}
.entry .box .exp hgroup h2 span {
  margin-left: 0.1em;
  font-size: 3.2rem;
}
.entry .box .exp hgroup + p {
  margin-top: 8px;
}
.entry .box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 500px;
}
@media all and (max-width: 896px) {
  .entry .box ul {
    width: 100%;
  }
}
.entry .box ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 1.875vw 4.68vw;
  border: 2px solid #064d9e;
  border-radius: 100px;
  background: #064d9e;
  color: #fff;
  font-size: max(1.46vw, 2rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .entry .box ul li a {
    padding: 15px 15px 15px 30px;
    font-size: 1.8rem;
  }
}
.entry .box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  width: 32px;
  height: 32px;
  background: url(../images/recruit/ico_doc.svg) no-repeat center/cover;
  translate: 0 -50%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .entry .box ul li a::before {
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .entry .box ul li a:hover {
    opacity: 1;
    background: #fff;
    color: #064d9e;
  }
  .entry .box ul li a:hover::before {
    filter: none;
  }
}
.entry .box ul li:last-child a {
  border-color: #cc3e2b;
  background: #cc3e2b;
}
.entry .box ul li:last-child a::before {
  background: url(../images/recruit/ico_mail.svg) no-repeat center/cover;
}
@media (hover: hover) {
  .entry .box ul li:last-child a:hover {
    background: #fff;
    color: #cc3e2b;
  }
}
.entry .box.is-active .exp hgroup h2 em {
  animation: entry-txt 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.entry .box.is-active .exp hgroup h2 em::before {
  animation: entry-bar 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.to-corp {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .to-corp {
    margin-top: 40px;
  }
}
.to-corp .inner {
  display: flex;
  justify-content: center;
}
.to-corp .inner a {
  display: flex;
  position: relative;
  width: 59.7%;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .to-corp .inner a {
    width: 100%;
    border-radius: 4px;
  }
}
.to-corp .inner a::before, .to-corp .inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
}
.to-corp .inner a::before {
  right: 40px;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media all and (max-width: 896px) {
  .to-corp .inner a::before {
    right: 20px;
    width: 24px;
    height: 24px;
    border-width: 1px;
  }
}
.to-corp .inner a::after {
  right: 61px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .to-corp .inner a::after {
    right: 30px;
    width: 5px;
    height: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.to-corp .inner a hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-inline: 40px;
  background: rgba(5, 68, 116, 0.55);
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .to-corp .inner a hgroup {
    gap: 4px;
    padding-inline: 20px;
  }
}
.to-corp .inner a hgroup p[lang=en] {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .to-corp .inner a hgroup p[lang=en] {
    font-size: 1.2rem;
  }
}
.to-corp .inner a hgroup h3 {
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .to-corp .inner a hgroup h3 {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .to-corp .inner a:hover {
    opacity: 1;
  }
  .to-corp .inner a:hover hgroup {
    background: none;
  }
}

/*interview*/
.iv-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 6.25vw;
  padding-bottom: 8px;
}
@media all and (max-width: 896px) {
  .iv-list {
    margin-top: 60px;
  }
}
.iv-list li {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .iv-list li {
    width: 100%;
  }
}
.iv-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #fff;
  color: #064d9e;
  box-shadow: 8px 8px 0 0 #064d9e;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .iv-list li a {
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.iv-list li a figure {
  position: relative;
  overflow: hidden;
}
.iv-list li a figure img {
  width: 100%;
  transition: 0.3s;
}
.iv-list li a figure figcaption {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 1.5vw;
  border-top-right-radius: 8px;
  background: #0760c3;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .iv-list li a figure figcaption {
    font-size: 1.6rem;
    padding-inline: 20px;
  }
}
.iv-list li a dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 32px 32px 32px;
}
@media all and (max-width: 896px) {
  .iv-list li a dl {
    padding: 15px;
  }
}
.iv-list li a dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .iv-list li a dl dt {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .iv-list li a:hover {
    opacity: 1;
  }
  .iv-list li a:hover figure img {
    scale: 1.1;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.pagination .screen-reader-text {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .pagination .nav-links {
    gap: 15px;
  }
}
@media (hover: hover) {
  .pagination .nav-links a:hover {
    background: #222020;
    color: #fff;
    opacity: 1;
  }
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media all and (max-width: 896px) {
  .pagination .nav-links .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.pagination .nav-links .page-numbers.current {
  background: #222020;
  color: #fff;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  font-size: 0;
}
.pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -4px;
  border-top: 2px solid #222020;
  border-right: 2px solid #222020;
  rotate: -135deg;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
@media (hover: hover) {
  .pagination .nav-links .page-numbers.prev:hover::after, .pagination .nav-links .page-numbers.next:hover::after {
    border-color: #fff;
  }
}
.pagination .nav-links .page-numbers.next::after {
  rotate: 45deg;
  margin-left: -8px;
}
@media all and (max-width: 896px) {
  .pagination .nav-links .page-numbers.next::after {
    margin-left: -6px;
  }
}

/*interview detail*/
.detail header .logo::before {
  content: none;
}
.detail .title {
  padding-inline: 0;
}
.detail .title figure::before {
  border-radius: 0;
}
.detail .title figure img {
  height: 650px;
  border-radius: 0;
}
@media all and (max-width: 896px) {
  .detail .title figure img {
    height: 450px;
  }
}
.detail .title .inner {
  width: calc(100% - 80px);
}
@media all and (max-width: 896px) {
  .detail .title .inner {
    width: calc(100% - 30px);
  }
}
.detail .title .inner hgroup p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .detail .title .inner hgroup p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
.detail .title .inner hgroup p span {
  margin-right: 16px;
  padding: 2px 16px 4px;
  font-weight: 700;
  border-radius: 2px;
  background: #064d9e;
  color: #fff;
}
@media all and (max-width: 896px) {
  .detail .title .inner hgroup p span {
    display: inline-flex;
    margin-right: 0;
  }
}
.detail .title .inner hgroup h1 {
  max-width: 45vw;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media all and (max-width: 896px) {
  .detail .title .inner hgroup h1 {
    max-width: initial;
    font-size: 2rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.detail article section {
  position: relative;
  padding-block: 6.25vw;
  border-radius: 40px 0 0 40px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .detail article section {
    padding-block: 60px;
    border-radius: 20px 0 0 20px;
  }
}
.detail article section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #dee5f1;
}
.detail article section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #dee5f1;
}
.detail article section .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
@media all and (max-width: 896px) {
  .detail article section .inner {
    flex-direction: column;
  }
}
.detail article section .inner dl {
  width: calc(100% - 4vw);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .detail article section .inner dl {
    width: 100%;
  }
}
.detail article section .inner dl dt {
  position: relative;
  z-index: 0;
  margin-bottom: 48px;
  padding-left: 93px;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .detail article section .inner dl dt {
    margin-bottom: 24px;
    padding-left: 69px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.detail article section .inner dl dt:not(:first-of-type) {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .detail article section .inner dl dt:not(:first-of-type) {
    margin-top: 48px;
  }
}
.detail article section .inner dl dt i {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  color: #fff;
  z-index: -1;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.15;
  -webkit-text-stroke: 2px #0068b7;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .detail article section .inner dl dt i {
    top: calc(50% - 10px);
    font-size: 8.4rem;
  }
}
.detail article section .inner figure {
  width: calc(100% - 4vw);
}
@media all and (max-width: 896px) {
  .detail article section .inner figure {
    width: 100%;
    margin-top: 30px;
  }
}
.detail article section .inner figure img {
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #064d9e;
  box-shadow: 8px 8px 0 0 #064d9e;
}
@media all and (max-width: 896px) {
  .detail article section .inner figure img {
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.detail article section:nth-child(2n) {
  position: relative;
  z-index: -1;
  border-radius: 0 40px 40px 0;
  background: #dee5f1;
}
@media all and (max-width: 896px) {
  .detail article section:nth-child(2n) {
    padding-block: 60px;
    border-radius: 0 20px 20px 0;
  }
}
.detail article section:nth-child(2n):last-child {
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  .detail article section:nth-child(2n):last-child {
    margin-bottom: 80px;
  }
}
.detail article section:nth-child(2n):last-child::before {
  top: auto;
  bottom: -40px;
}
@media all and (max-width: 896px) {
  .detail article section:nth-child(2n):last-child::before {
    bottom: -20px;
  }
}
.detail article section:nth-child(2n):last-child::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  border-top-left-radius: 40px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .detail article section:nth-child(2n):last-child::after {
    bottom: -20px;
    height: 20px;
    border-top-left-radius: 20px;
  }
}
.detail article section:first-child {
  border-top-left-radius: 0;
}
.detail article section:last-child {
  border-bottom-left-radius: 0;
}
.detail article section.reverse figure {
  order: -1;
}
@media all and (max-width: 896px) {
  .detail article section.reverse figure {
    order: 0;
  }
}
.detail .join .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
  padding: 3vw 4vw;
  border-radius: 8px;
  background: linear-gradient(75deg, #0a2f59 3%, #0760c3 97%);
}
@media all and (max-width: 896px) {
  .detail .join .inner {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px 20px;
  }
}
.detail .join .inner figure {
  flex: none;
  width: 350px;
}
@media all and (max-width: 896px) {
  .detail .join .inner figure {
    width: 100%;
  }
}
.detail .join .inner figure img {
  border-radius: 50%;
}
.detail .join .inner .exp {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4;
}
@media all and (max-width: 896px) {
  .detail .join .inner .exp {
    line-height: 2;
  }
}
.detail .join .inner .exp hgroup p[lang=en] {
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .detail .join .inner .exp hgroup p[lang=en] {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.detail .join .inner .exp hgroup h2 {
  margin: 0 0 16px -3px;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .detail .join .inner .exp hgroup h2 {
    font-size: 2rem;
  }
}
.detail .back {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .detail .back {
    margin-top: 50px;
  }
}
.detail .back a {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 350px;
  padding: 16px 16px 16px 16px;
  border: 2px solid #222020;
  border-radius: 100px;
  background: #222020;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .detail .back a {
    font-size: 1.6rem;
  }
}
.detail .back a::before, .detail .back a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.detail .back a::before {
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.detail .back a::after {
  left: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222020;
  border-left: 2px solid #222020;
  rotate: -45deg;
}
@media (hover: hover) {
  .detail .back a:hover {
    background: transparent;
    color: #222020;
    opacity: 1;
  }
  .detail .back a:hover::before {
    background: #222020;
  }
  .detail .back a:hover::after {
    border-top-color: #fff;
    border-left-color: #fff;
  }
}

/*entry*/
.entry-exp {
  margin-top: 80px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .entry-exp {
    margin-top: 40px;
  }
}

form .box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 40px 60px;
  padding: 5.2vw;
  background: #f1f2f3;
}
@media all and (max-width: 896px) {
  form .box {
    gap: 24px;
    margin-block: 20px 30px;
    padding: 20px;
  }
}
form .box .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media all and (max-width: 896px) {
  form .box .form-group {
    gap: 10px;
  }
}
form .box .form-group label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  form .box .form-group label {
    gap: 10px;
    font-size: 1.7rem;
  }
}
form .box .form-group label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  form .box .form-group label span {
    width: 50px;
    height: 24px;
    font-size: 1.2rem;
  }
}
form .box .form-group input:not([type=file]), form .box .form-group textarea, form .box .form-group select {
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  form .box .form-group input:not([type=file]), form .box .form-group textarea, form .box .form-group select {
    font-size: 1.6rem;
  }
}
form .box .form-group .select-wrap {
  position: relative;
  display: inline-block;
}
form .box .form-group .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #222020;
  border-bottom: 2px solid #222020;
  rotate: 45deg;
}
form .box .form-group select {
  appearance: none;
  min-width: 400px;
}
@media all and (max-width: 896px) {
  form .box .form-group select {
    width: 100%;
    min-width: initial;
  }
}
form .box .form-group input:not([type=checkbox]), form .box .form-group textarea {
  width: 100%;
}
form .box .form-group input:not([type=checkbox])::placeholder, form .box .form-group textarea::placeholder {
  color: #999;
  opacity: 1;
}
form .box .form-group input[name=zip] {
  width: 110px;
}
form .box .form-group input[type=file]::-webkit-file-upload-button {
  margin-right: 16px;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
@media all and (max-width: 896px) {
  form .box .form-group input[type=file]::-webkit-file-upload-button {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}
form .box .form-group input[type=file]::-moz-file-upload-button {
  margin-right: 16px;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
@media all and (max-width: 896px) {
  form .box .form-group input[type=file]::-moz-file-upload-button {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}
form .box .form-group .note {
  color: #4c4c4c;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  form .box .form-group .note {
    font-size: 1.2rem;
  }
}
form .box .form-group .note span {
  display: inline-block;
  width: 7em;
}
form .box .form-group .zip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  form .box .form-group .zip {
    font-size: 2rem;
  }
}
form .box .mail-error {
  margin-top: -10px;
  color: #e60012;
}
form .privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  form .privacy {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  form .privacy label {
    font-size: 1.6rem;
  }
}
form .privacy label input {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 896px) {
  form .privacy label input {
    width: 20px;
    height: 20px;
    margin: -2px 6px 0 0;
  }
}
form .privacy label a {
  margin-right: 5px;
  color: #0068b7;
  text-decoration: underline;
}
form .privacy label a:hover {
  opacity: 1;
  text-decoration: none;
}
form .set {
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  form .set a, form .set button {
    font-size: 1.4rem;
    padding: 20px 30px 20px 20px;
  }
  form .set a::after, form .set button::after {
    right: 13px;
  }
  form .set a.back, form .set button.back {
    padding: 20px 20px 20px 30px;
  }
  form .set a.back::after, form .set button.back::after {
    left: 13px;
  }
}
form .set .spacer {
  width: 300px;
}
@media all and (max-width: 896px) {
  form .set .spacer {
    display: none;
  }
}

.application .anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-top: 6.25vw;
}
@media all and (max-width: 896px) {
  .application .anc {
    gap: 16px;
    margin-top: 40px;
  }
}
@media all and (max-width: 896px) {
  .application .anc li {
    width: calc(100% - 16px);
  }
}
.application .anc li a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 350px;
  padding: 16px 48px 16px 16px;
  border-radius: 100px;
  background: #c8cee2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .application .anc li a {
    width: 100%;
    padding: 8px 40px 8px 20px;
    font-size: 1.6rem;
  }
}
.application .anc li a::before, .application .anc li a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.application .anc li a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #064d9e;
}
@media all and (max-width: 896px) {
  .application .anc li a::before {
    width: 24px;
    height: 24px;
  }
}
.application .anc li a::after {
  right: 28px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
}
@media all and (max-width: 896px) {
  .application .anc li a::after {
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.application .job-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 100px;
  padding: 4vw;
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #fff;
  box-shadow: 8px 8px 0 0 #064d9e;
}
@media all and (max-width: 896px) {
  .application .job-box {
    gap: 24px;
    margin-top: 50px;
    padding: 20px;
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.application .job-box:first-of-type {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .application .job-box:first-of-type {
    margin-top: 36px;
  }
}
.application .job-box hgroup {
  letter-spacing: 0.1em;
}
.application .job-box hgroup p[lang=en] {
  color: #064d9e;
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .application .job-box hgroup p[lang=en] {
    font-size: 1.6rem;
  }
}
.application .job-box hgroup h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .application .job-box hgroup h2 {
    font-size: 2.8rem;
  }
}
.application .job-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .application .job-box ul {
    flex-direction: column;
    gap: 24px;
  }
}
.application .job-box ul li {
  width: calc((100% - 32px) / 2);
  padding: 32px;
  border-radius: 8px;
  background: rgba(202, 217, 242, 0.5);
}
@media all and (max-width: 896px) {
  .application .job-box ul li {
    width: 100%;
    padding: 20px;
  }
}
.application .job-box ul li h3 {
  margin-bottom: 8px;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .application .job-box ul li h3 {
    font-size: 2rem;
  }
}
.application .job-box#type table {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .application .job-box#type table {
    font-size: 1.4rem;
  }
}
.application .job-box#type table th {
  width: 1em;
  font-weight: normal;
  white-space: nowrap;
}
.application .job-box#type table td {
  padding-left: 8px;
}
.application .job-box#type .note {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .application .job-box#type .note {
    font-size: 1.4rem;
  }
}
.application .job-box#condition table {
  border-collapse: separate;
  border-spacing: 0;
}
.application .job-box#condition table th {
  width: 300px;
  padding: 24px 32px;
  border-bottom: 1px solid #fff;
  background: #cad9f2;
  color: #064d9e;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .application .job-box#condition table th {
    width: auto;
    padding: 15px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.application .job-box#condition table td {
  padding: 24px 32px;
  border-right: 1px solid #c8cee2;
  border-bottom: 1px solid #c8cee2;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .application .job-box#condition table td {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.application .job-box#condition table tr:first-of-type th {
  border-top-left-radius: 8px;
}
.application .job-box#condition table tr:first-of-type td {
  border-top: 1px solid #c8cee2;
  border-top-right-radius: 8px;
}
.application .job-box#condition table tr:last-of-type th {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
}
.application .job-box#condition table tr:last-of-type td {
  border-bottom-right-radius: 8px;
}

/*works*/
.works section:not(.title) hgroup {
  letter-spacing: 0.1em;
}
.works section:not(.title) hgroup p[lang=en] {
  margin-bottom: 4px;
  color: #064d9e;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .works section:not(.title) hgroup p[lang=en] {
    font-size: 1.6rem;
  }
}
.works section:not(.title) hgroup h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .works section:not(.title) hgroup h2 {
    font-size: 3rem;
  }
}
.works .anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-top: 6.25vw;
}
@media all and (max-width: 896px) {
  .works .anc {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
@media all and (max-width: 896px) {
  .works .anc li {
    width: calc(100% - 16px);
  }
}
.works .anc li a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 350px;
  padding: 16px 48px 16px 16px;
  border-radius: 100px;
  background: #c8cee2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .works .anc li a {
    width: 100%;
    padding: 8px 40px 8px 20px;
    font-size: 1.6rem;
  }
}
.works .anc li a::before, .works .anc li a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.works .anc li a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #064d9e;
}
@media all and (max-width: 896px) {
  .works .anc li a::before {
    width: 24px;
    height: 24px;
  }
}
.works .anc li a::after {
  right: 28px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
}
@media all and (max-width: 896px) {
  .works .anc li a::after {
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.works .about {
  position: relative;
  padding-block: 3.75vw 6.25vw;
  border-bottom-left-radius: 40px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .works .about {
    padding-block: 40px;
    border-bottom-left-radius: 20px;
  }
}
.works .about::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #dee5f1;
}
.works .about .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
@media all and (max-width: 896px) {
  .works .about .inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.works .about .inner .exp {
  width: 1250px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .works .about .inner .exp {
    display: contents;
  }
}
.works .about .inner .exp hgroup {
  margin-bottom: 1.25vw;
}
@media all and (max-width: 896px) {
  .works .about .inner .exp hgroup {
    margin-bottom: 0;
  }
}
.works .about .inner .exp ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2.5vw;
}
@media all and (max-width: 896px) {
  .works .about .inner .exp ul {
    order: 1;
    flex-direction: column;
    margin-top: 20px;
  }
}
.works .about .inner .exp ul li {
  width: calc((100% - 16px) / 2);
}
@media all and (max-width: 896px) {
  .works .about .inner .exp ul li {
    width: 100%;
  }
}
.works .about .inner .exp ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 350px;
  padding: 16px 60px 16px 40px;
  border: 2px solid #222020;
  border-radius: 100px;
  background: #222020;
  color: #fff;
}
@media all and (max-width: 896px) {
  .works .about .inner .exp ul li a {
    font-size: 1.6rem;
  }
}
.works .about .inner .exp ul li a::before, .works .about .inner .exp ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.works .about .inner .exp ul li a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.works .about .inner .exp ul li a::after {
  right: 24px;
  width: 16px;
  height: 16px;
  background: url(../images/recruit/ico_blank.svg) no-repeat center/cover;
}
@media (hover: hover) {
  .works .about .inner .exp ul li a:hover {
    background: transparent;
    color: #222020;
    opacity: 1;
  }
  .works .about .inner .exp ul li a:hover::before {
    background: #222020;
  }
  .works .about .inner .exp ul li a:hover::after {
    filter: brightness(0) invert(1);
  }
}
@media all and (max-width: 896px) {
  .works .about .inner figure {
    margin-top: 8px;
  }
}
.works .about .inner figure img {
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #064d9e;
  box-shadow: 8px 8px 0 0 #064d9e;
}
@media all and (max-width: 896px) {
  .works .about .inner figure img {
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.works .kind {
  position: relative;
  margin-bottom: -40px;
  padding-block: 6.25vw 8.4vw;
  border-radius: 0 40px 40px 0;
  background: #dee5f1;
}
@media all and (max-width: 896px) {
  .works .kind {
    margin-bottom: -20px;
    padding-block: 40px 60px;
    border-radius: 0 20px 20px 0;
  }
}
.works .kind::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  border-top-left-radius: 40px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .works .kind::before {
    bottom: -20px;
    height: 20px;
    border-top-left-radius: 20px;
  }
}
.works .kind::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #dee5f1;
}
@media all and (max-width: 896px) {
  .works .kind::after {
    bottom: -20px;
    width: 20px;
    height: 20px;
  }
}
.works .kind ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .works .kind ul {
    margin-top: 20px;
  }
}
.works .kind ul li {
  border-radius: 8px;
  border: 3px solid #064d9e;
  background: #064d9e;
  box-shadow: 6px 6px 0 0 #064d9e;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .works .kind ul li {
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.works .kind ul li .acd-label {
  display: block;
  position: relative;
  padding: 32px 84px 32px 48px;
  background: #fff;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-label {
    padding: 16px 48px 16px 16px;
    font-size: 2rem;
  }
}
.works .kind ul li .acd-label::before, .works .kind ul li .acd-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  width: 24px;
  height: 3px;
  background: #064d9e;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-label::before, .works .kind ul li .acd-label::after {
    right: 16px;
    width: 20px;
    height: 2px;
  }
}
.works .kind ul li .acd-label::before {
  margin-top: -1px;
}
.works .kind ul li .acd-label::after {
  transform: translateY(-50%) rotate(-90deg);
}
.works .kind ul li .acd-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 0;
  background: #fff;
  opacity: 0;
  padding-inline: 48px;
  transition: 0.3s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content {
    flex-direction: column;
    padding-inline: 16px;
  }
}
.works .kind ul li .acd-content .exp {
  width: 50%;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content .exp {
    width: 100%;
  }
}
.works .kind ul li .acd-content .exp h3 {
  margin-bottom: 8px;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content .exp h3 {
    font-size: 1.8rem;
  }
}
.works .kind ul li .acd-content .exp dl {
  margin-top: 24px;
  padding: 32px;
  border-radius: 8px;
  background: #e4ebf8;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content .exp dl {
    padding: 24px;
  }
}
.works .kind ul li .acd-content .exp dl dt {
  margin-bottom: 8px;
  color: #064d9e;
  font-family: "Gothic A1", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content .exp dl dt {
    font-size: 1.8rem;
  }
}
.works .kind ul li .acd-content .exp dl dd {
  position: relative;
  padding-left: 22px;
}
.works .kind ul li .acd-content .exp dl dd::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #064d9e;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content .exp dl dd::before {
    top: 8px;
  }
}
.works .kind ul li .acd-content figure {
  width: 50%;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-content figure {
    order: -1;
    width: 100%;
  }
}
.works .kind ul li .acd-content figure img {
  border-radius: 8px;
}
.works .kind ul li .acd-check {
  display: none;
}
.works .kind ul li .acd-check:checked + .acd-label {
  background: #064d9e;
  color: #fff;
  font-weight: 700;
}
.works .kind ul li .acd-check:checked + .acd-label::after {
  background: #fff;
  transform: translateY(-50%);
}
.works .kind ul li .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding-block: 48px;
  visibility: visible;
}
@media all and (max-width: 896px) {
  .works .kind ul li .acd-check:checked + .acd-label + .acd-content {
    padding-block: 24px;
  }
}

/*benefit*/
.benefit section:not(.title) hgroup {
  letter-spacing: 0.1em;
}
.benefit section:not(.title) hgroup p[lang=en] {
  margin-bottom: 4px;
  color: #064d9e;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .benefit section:not(.title) hgroup p[lang=en] {
    font-size: 1.6rem;
  }
}
.benefit section:not(.title) hgroup h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .benefit section:not(.title) hgroup h2 {
    font-size: 3rem;
  }
}
.benefit .anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-top: 6.25vw;
}
@media all and (max-width: 896px) {
  .benefit .anc {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
@media all and (max-width: 896px) {
  .benefit .anc li {
    width: calc(100% - 16px);
  }
}
.benefit .anc li a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 350px;
  padding: 16px 48px 16px 16px;
  border-radius: 100px;
  background: #c8cee2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .benefit .anc li a {
    width: 100%;
    padding: 8px 40px 8px 20px;
    font-size: 1.6rem;
  }
}
.benefit .anc li a::before, .benefit .anc li a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.benefit .anc li a::before {
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #064d9e;
}
@media all and (max-width: 896px) {
  .benefit .anc li a::before {
    width: 24px;
    height: 24px;
  }
}
.benefit .anc li a::after {
  right: 28px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
}
@media all and (max-width: 896px) {
  .benefit .anc li a::after {
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.benefit .welfare {
  position: relative;
  padding-block: 6.25vw;
  border-bottom-left-radius: 40px;
  background: #ebecf0;
}
@media all and (max-width: 896px) {
  .benefit .welfare {
    padding-block: 40px;
    border-bottom-left-radius: 20px;
  }
}
.benefit .welfare::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #dee5f1;
}
.benefit .welfare-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .benefit .welfare-list {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.benefit .welfare-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 64px) / 3);
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  .benefit .welfare-list li {
    width: 100%;
    padding: 16px;
  }
}
@media all and (max-width: 896px) {
  .benefit .welfare-list li i {
    width: 80px;
  }
}
.benefit .welfare-list li h3 {
  margin-block: 16px 4px;
  color: #064d9e;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .benefit .welfare-list li h3 {
    font-size: 2rem;
  }
}
.benefit .welfare .extra {
  position: relative;
  margin-top: 64px;
  padding: 56px 56px 56px 50%;
  border-radius: 8px;
  background: #064d9e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .benefit .welfare .extra {
    padding: 220px 15px 15px;
    font-size: 1.4rem;
  }
}
.benefit .welfare .extra figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .benefit .welfare .extra figure {
    width: 100%;
    height: 200px;
  }
}
.benefit .welfare .extra figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #064d9e 100%);
}
@media all and (max-width: 896px) {
  .benefit .welfare .extra figure::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, transparent 0%, #064d9e 100%);
  }
}
.benefit .welfare .extra figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.benefit .welfare .extra .exp {
  position: relative;
}
.benefit .welfare .extra .exp hgroup {
  margin-bottom: 16px;
}
@media all and (max-width: 896px) {
  .benefit .welfare .extra .exp hgroup {
    margin-bottom: 8px;
  }
}
.benefit .welfare .extra .exp hgroup p[lang=en] {
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.benefit .welfare .extra .exp hgroup h4 {
  font-family: "Gothic A1", sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .benefit .welfare .extra .exp hgroup h4 {
    font-size: 2.4rem;
  }
}
.benefit .initiative {
  position: relative;
  padding-block: 6.25vw 8.4vw;
  border-radius: 0 40px 40px 0;
  background: #dee5f1;
}
@media all and (max-width: 896px) {
  .benefit .initiative {
    padding-block: 40px 60px;
    border-radius: 0 20px 20px 0;
  }
}
.benefit .initiative .act {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
  padding: 4vw;
  border-radius: 8px;
  border: 4px solid #064d9e;
  background: #fff;
  box-shadow: 8px 8px 0 0 #064d9e;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act {
    gap: 24px;
    margin-top: 24px;
    padding: 24px 15px;
    box-shadow: 3px 3px 0 0 #064d9e;
  }
}
.benefit .initiative .act h3 {
  color: #064d9e;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act h3 {
    font-size: 2.2rem;
  }
}
.benefit .initiative .act-list {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act-list {
    flex-direction: column;
  }
}
.benefit .initiative .act-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 25%;
  padding-inline: 1.67vw;
  border-right: 1px solid #c8cee2;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act-list li {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #c8cee2;
  }
}
.benefit .initiative .act-list li:first-child {
  padding-left: 0;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act-list li:first-child {
    padding-top: 0;
  }
}
.benefit .initiative .act-list li:last-child {
  padding-right: 0;
  border: 0;
}
@media all and (max-width: 896px) {
  .benefit .initiative .act-list li:last-child {
    padding-bottom: 0;
  }
}
@media all and (max-width: 896px) {
  .benefit .initiative .act-list li i {
    width: 80px;
  }
}
.benefit .initiative .act-list li h4 {
  margin-block: 16px 8px;
  color: #064d9e;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.benefit .initiative .act-list li h4 em {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes overlay-out {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.benefit .initiative .modal-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .benefit .initiative .modal-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
    margin-top: 40px;
  }
}
.benefit .initiative .modal-list li {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .benefit .initiative .modal-list li {
    width: calc((100% - 16px) / 2);
  }
}
.benefit .initiative .modal-list li figure {
  color: #064d9e;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .benefit .initiative .modal-list li figure {
    font-size: 1.4rem;
  }
}
.benefit .initiative .modal-list li figure img {
  margin-bottom: 16px;
}
.benefit .initiative .modal-list li:last-child figure img {
  border-radius: 8px;
}
.benefit .initiative .modal-body01, .benefit .initiative .modal-body02 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 368px;
  opacity: 0;
  translate: -50% -50%;
  opacity: 0;
  pointer-events: none;
  animation: fade-out 0.3s ease-out 0s forwards;
}
@media all and (max-width: 896px) {
  .benefit .initiative .modal-body01, .benefit .initiative .modal-body02 {
    max-width: 90%;
  }
}
.benefit .initiative .modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: #064d9e;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: overlay-out 0.3s ease-out 0s forwards;
}
.benefit .initiative .modal-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.benefit .initiative .modal-close {
  position: absolute;
  top: -36px;
  right: 12px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.benefit .initiative .close-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.benefit .initiative .close-icon::before, .benefit .initiative .close-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background: #fff;
}
.benefit .initiative .close-icon::before {
  rotate: -45deg;
}
.benefit .initiative .close-icon::after {
  rotate: 45deg;
}
.benefit .initiative #modal01 {
  display: none;
}
.benefit .initiative #modal01:checked ~ .modal-body01 {
  display: block;
  pointer-events: auto;
  animation: fade 0.3s ease-out 0s forwards;
}
.benefit .initiative #modal01:checked ~ .modal-body01 .modal-content,
.benefit .initiative #modal01:checked ~ .modal-body01 .modal-close {
  opacity: 1;
  visibility: visible;
}
.benefit .initiative #modal01:checked ~ .modal-overlay {
  display: block;
  visibility: visible;
  pointer-events: auto;
  animation: overlay 0.3s ease-out 0s forwards;
}
.benefit .initiative #modal02 {
  display: none;
}
.benefit .initiative #modal02:checked ~ .modal-body02 {
  display: block;
  pointer-events: auto;
  animation: fade 0.3s ease-out 0s forwards;
}
.benefit .initiative #modal02:checked ~ .modal-body02 .modal-content,
.benefit .initiative #modal02:checked ~ .modal-body02 .modal-close {
  opacity: 1;
  visibility: visible;
}
.benefit .initiative #modal02:checked ~ .modal-overlay {
  display: block;
  visibility: visible;
  pointer-events: auto;
  animation: overlay 0.3s ease-out 0s forwards;
}

/* 必須項目
-------------------------*/
.notice {
  font-size: 10px;
  font-weight: 700;
  color: #F06;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
  margin-top: 20px;
}

.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00;
}

/*# sourceMappingURL=recruit.css.map */
