@charset "UTF-8";
/*
Theme Name: メインテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

html {
  scroll-padding-top: 9.6rem;
  background: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 1440px) {
  .wrapper {
    width: 100%;
  }
}

ul,
ol {
  list-style: none;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 9.6rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 7rem;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
}

* {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

::before,
::after {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

.global-nav,
.recruit-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1e4f84;
  z-index: 90;
  transition: background-color 0.2s ease;
}
.global-nav.transparent,
.recruit-nav.transparent {
  background-color: transparent;
}
.global-nav .wrapper,
.recruit-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper,
  .recruit-nav .wrapper {
    height: 7rem;
    padding: 2rem 1.6rem;
  }
}
.global-nav .wrapper .left,
.recruit-nav .wrapper .left {
  width: 20rem;
  height: 3.3rem;
}
.global-nav .wrapper .left img,
.recruit-nav .wrapper .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.global-nav .wrapper .right,
.recruit-nav .wrapper .right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right,
  .recruit-nav .wrapper .right {
    gap: 0;
  }
}
.global-nav .wrapper .right .menu-toggle,
.recruit-nav .wrapper .right .menu-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .menu-toggle,
  .recruit-nav .wrapper .right .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .global-nav .wrapper .right .menu-toggle span,
  .recruit-nav .wrapper .right .menu-toggle span {
    width: 2.8rem;
    height: 0.3rem;
    background-color: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links,
  .recruit-nav .wrapper .right .links {
    position: fixed;
    top: 7rem;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 2.4rem 3rem;
    background-color: #1e4f84;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
.global-nav .wrapper .right .links > ul,
.recruit-nav .wrapper .right .links > ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul,
  .recruit-nav .wrapper .right .links > ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.global-nav .wrapper .right .links > ul > li > a,
.recruit-nav .wrapper .right .links > ul > li > a {
  font-weight: 700;
  color: #fff;
  height: 5.6rem;
}
.global-nav .wrapper .right .links > ul > li:has(ul),
.recruit-nav .wrapper .right .links > ul > li:has(ul) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li:has(ul),
  .recruit-nav .wrapper .right .links > ul > li:has(ul) {
    display: block;
  }
}
.global-nav .wrapper .right .links > ul > li:has(ul) a,
.recruit-nav .wrapper .right .links > ul > li:has(ul) a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.global-nav .wrapper .right .links > ul > li:has(ul) a::after,
.recruit-nav .wrapper .right .links > ul > li:has(ul) a::after {
  content: "";
  width: 0.8rem;
  height: 0.5rem;
  background: url("./assets/img/nav_chevron.svg") center/contain no-repeat;
  transition: transform 0.2s ease;
}
.global-nav .wrapper .right .links > ul > li:not(:has(ul)) a:hover,
.recruit-nav .wrapper .right .links > ul > li:not(:has(ul)) a:hover {
  text-decoration: underline;
}
.global-nav .wrapper .right .links > ul > li:hover > ul,
.recruit-nav .wrapper .right .links > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li.show > a::after,
  .recruit-nav .wrapper .right .links > ul > li.show > a::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li.show > ul,
  .recruit-nav .wrapper .right .links > ul > li.show > ul {
    display: block;
  }
}
.global-nav .wrapper .right .links > ul > li > ul,
.recruit-nav .wrapper .right .links > ul > li > ul {
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  width: 30rem;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2rem);
  transition: opacity 0.2s ease, pointer-events 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > ul,
  .recruit-nav .wrapper .right .links > ul > li > ul {
    position: static;
    display: none;
    width: 100%;
    opacity: 1;
    background: transparent;
    padding: 0;
    box-shadow: none;
    transform: none;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > ul > li br,
  .recruit-nav .wrapper .right .links > ul > li > ul > li br {
    display: none;
  }
}
.global-nav .wrapper .right .links > ul > li > ul > li a,
.recruit-nav .wrapper .right .links > ul > li > ul > li a {
  display: grid;
  grid-template-columns: 22rem 1fr;
  color: #1e4f84;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > ul > li a,
  .recruit-nav .wrapper .right .links > ul > li > ul > li a {
    grid-template-columns: 100%;
    height: 5.6rem;
    text-align: left;
    padding: 0 2rem;
  }
}
.global-nav .wrapper .right .links > ul > li > ul > li a:hover,
.recruit-nav .wrapper .right .links > ul > li > ul > li a:hover {
  background: #f7f9ff;
}
.global-nav .wrapper .right .links > ul > li > ul > li a::after,
.recruit-nav .wrapper .right .links > ul > li > ul > li a::after {
  content: "";
  align-self: center;
  width: 2.2rem;
  height: 2.2rem;
  background: url("./assets/img/arrow_blue.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > ul > li a::after,
  .recruit-nav .wrapper .right .links > ul > li > ul > li a::after {
    display: none;
  }
}
.global-nav .wrapper .right .links > ul > li > ul > li + li,
.recruit-nav .wrapper .right .links > ul > li > ul > li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > ul > li + li,
  .recruit-nav .wrapper .right .links > ul > li > ul > li + li {
    border-top: dashed 0.1rem #1e4f84;
    margin-top: 0;
  }
}
.global-nav .wrapper .right .links > ul > li.nav-contact,
.recruit-nav .wrapper .right .links > ul > li.nav-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li.nav-contact,
  .recruit-nav .wrapper .right .links > ul > li.nav-contact {
    display: block;
  }
}
.global-nav .wrapper .right .links > ul > li.nav-contact a,
.recruit-nav .wrapper .right .links > ul > li.nav-contact a {
  justify-content: center;
  margin-top: 4rem;
  background: transparent;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0.1rem solid #1e4f84;
}
.global-nav .wrapper .right .links .menu-close,
.recruit-nav .wrapper .right .links .menu-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links .menu-close,
  .recruit-nav .wrapper .right .links .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.4rem;
    margin-left: auto;
    padding: 0.8rem 1.6rem;
    border: 0.1rem solid #fff;
    border-radius: 8rem;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
}
.global-nav .wrapper .right .contact,
.recruit-nav .wrapper .right .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  background: #fff;
  color: #222;
  border: 0.1rem solid #1e4f84;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .contact,
  .recruit-nav .wrapper .right .contact {
    display: none;
  }
}
.global-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(1),
.recruit-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(1) {
  transform: translateY(0.9rem) rotate(45deg);
}
.global-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(2),
.recruit-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.global-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(3),
.recruit-nav.is-menu-open .wrapper .right .menu-toggle span:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .global-nav.is-menu-open .wrapper .right .links,
  .recruit-nav.is-menu-open .wrapper .right .links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.global-nav {
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links {
    top: 7rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    background: #f5f5f5;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li > a {
    height: 5.6rem;
    color: #1e4f84;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #1e4f84;
    border-bottom: 1px solid #1e4f84;
  }
}
.global-nav .wrapper .right .links > ul > li:has(ul) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li:has(ul) a {
    color: #1e4f84;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .wrapper .right .links > ul > li:has(ul) a::after {
    width: 1.4rem;
    height: 0.8rem;
    background: url("./assets/img/nav_chevron_sp.svg") center/contain no-repeat;
  }
}

body:has(.recruit-nav) {
  padding-top: 19.2rem;
}
@media screen and (max-width: 768px) {
  body:has(.recruit-nav) {
    padding-top: 28rem;
  }
}

.recruit-nav {
  top: 9.6rem;
  background-color: #f7f9ff;
  color: #1e4f84;
}
@media screen and (max-width: 768px) {
  .recruit-nav {
    top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-nav .wrapper {
    flex-direction: column;
    gap: 1.2rem;
    align-items: start;
    height: 21rem;
    padding: 1.6rem;
  }
}
.recruit-nav .wrapper .left {
  width: auto;
  height: auto;
}
.recruit-nav .wrapper .left a {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-nav .wrapper .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-nav .wrapper .right .links {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-nav .wrapper .right .links ul {
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.recruit-nav .wrapper .right .links ul li a {
  color: #1e4f84;
}

main section .wrapper {
  padding: 12rem;
}
@media screen and (max-width: 768px) {
  main section .wrapper {
    padding: 5.6rem 1.6rem;
  }
}
main section .wrapper .with-subtitle {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  main section .wrapper .with-subtitle {
    font-size: 3rem;
    margin-bottom: 5.6rem;
  }
}
main section .wrapper .with-subtitle::before {
  content: attr(data-before);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 768px) {
  main section .wrapper .with-subtitle::before {
    font-size: 2rem;
  }
}
main section .wrapper .with-subtitle.left {
  text-align: left;
}
main section .wrapper .bottom-border {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 4rem;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 768px) {
  main section .wrapper .bottom-border {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.6;
    letter-spacing: 0.6rem;
  }
}
main section .wrapper .bottom-border::after {
  content: "";
  width: 3.5rem;
  height: 0.4rem;
  margin: 1.2rem auto 0;
  background: #1e4f84;
}
main section .wrapper .bottom-border.left {
  text-align: left;
}
main section .wrapper .bottom-border.left::after {
  margin-left: 0;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-wrapper.left {
  justify-content: flex-start;
}

.rounded-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40rem;
  height: 8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  background: #1e4f84;
  border: 0.2rem solid #1e4f84;
  border-radius: 4rem;
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}
@media screen and (max-width: 768px) {
  .rounded-button {
    min-width: 0;
    width: 100%;
  }
}
.rounded-button:hover {
  background: transparent;
  color: #1e4f84;
}
.rounded-button:hover.arrow::after {
  background: url("./assets/img/arrow_blue.svg") center/contain no-repeat;
}
.rounded-button.invert {
  background: #fff;
  border: 0.2rem solid #fff;
  color: #1e4f84;
}
.rounded-button.invert:hover {
  background: #1e4f84;
  border: 0.2rem solid #1e4f84;
  color: #fff;
}
.rounded-button.arrow {
  position: relative;
}
.rounded-button.arrow::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
  transition: background 0.2s ease;
  background: url("./assets/img/arrow_white.svg") center/contain no-repeat;
}
.rounded-button.arrow.invert::after {
  background: url("./assets/img/arrow_blue.svg") center/contain no-repeat;
}

.filled-button {
  display: flex;
  background: #fff;
  border-radius: 2rem;
  width: 30rem;
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #1e4f84;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .filled-button {
    width: 16rem;
    padding: 3rem;
    font-size: 1.6rem;
    max-height: 11.8rem;
  }
}
.filled-button:hover {
  background: #1e4f84;
  color: #fff;
}
.filled-button:hover.arrow::after {
  background: url("./assets/img/arrow_white.svg") center/contain no-repeat;
}
.filled-button.arrow {
  position: relative;
}
.filled-button.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  flex-shrink: 0;
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
  background: url("./assets/img/arrow_blue.svg") no-repeat center center;
  background-size: contain;
  transition: background 0.2s ease;
}
.filled-button.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.filled-button.vertical::after {
  position: static;
  bottom: auto;
  top: 2rem;
  transform: rotate(90deg);
}
.filled-button.bordered {
  border: 0.1rem solid #1e4f84;
  background: transparent;
}
.filled-button.bordered:hover {
  background: #1e4f84;
}
.filled-button.bordered.no-action:hover {
  background: transparent;
  color: #1e4f84;
}
.filled-button.no-action:hover {
  background: #fff;
  color: #1e4f84;
}
.filled-button.blue {
  background: #1e4f84;
  color: #fff;
}
.filled-button.blue:hover {
  background: transparent;
  color: #1e4f84;
}
.filled-button.blue:hover.arrow::after {
  background: url("./assets/img/arrow_blue.svg") center/contain no-repeat;
}
.filled-button.blue.arrow::after {
  background: url("./assets/img/arrow_white.svg") center/contain no-repeat;
}

.page-header {
  background: url("./assets/img/page_header_bg.webp") center/cover no-repeat;
}
.page-header > h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  padding: 14.5rem 0;
}
@media screen and (max-width: 768px) {
  .page-header > h1 {
    font-size: 3rem;
    padding: 10.1rem 0;
  }
}

.not-found .wrapper {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .not-found .wrapper {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.not-found__inner {
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
}
.not-found__lead {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e4f84;
}
@media screen and (max-width: 768px) {
  .not-found__lead {
    font-size: 2rem;
    text-align: left;
  }
}
.not-found__text {
  margin: 0 0 4rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .not-found__text {
    text-align: left;
  }
}
.not-found__search {
  margin-top: 4.8rem;
  display: grid;
  justify-content: center;
}
.not-found__search form {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .not-found__search form {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
.not-found__search input[type=search] {
  width: min(56rem, 100%);
  height: 5.2rem;
  padding: 0 1.6rem;
  border: 0.1rem solid #d9deea;
  border-radius: 1rem;
  background: #fff;
  color: #222;
  outline: none;
}
.not-found__search input[type=submit],
.not-found__search button[type=submit] {
  height: 5.2rem;
  padding: 0 2.4rem;
  border: 0.2rem solid #1e4f84;
  border-radius: 3rem;
  background: #1e4f84;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.not-found__search input[type=submit]:hover,
.not-found__search button[type=submit]:hover {
  background: transparent;
  color: #1e4f84;
}

nav.breadcrumb {
  padding: 1.4rem 4rem;
}
nav.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}
nav.breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav.breadcrumb ul li + li::before {
  content: ">";
}

.headline-section {
  position: relative;
  background: #f7f9ff;
  text-align: center;
  overflow: hidden;
}
.headline-section::before {
  position: absolute;
  content: attr(data-before);
  color: rgba(13, 46, 160, 0.0588235294);
  z-index: 0;
  top: 0;
  left: -1rem;
  font-size: 25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  line-height: 0.5;
  letter-spacing: 1.2rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .headline-section::before {
    font-size: 10rem;
    left: -0.5rem;
  }
}
.headline-section .wrapper {
  position: relative;
  z-index: 1;
  padding: 12rem 22rem;
}
@media screen and (max-width: 768px) {
  .headline-section .wrapper {
    padding: 12rem 1.6rem 5.6rem;
  }
}
.headline-section .wrapper > h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 768px) {
  .headline-section .wrapper > h2 {
    font-size: 3rem;
    text-align: left;
  }
}
.headline-section .wrapper .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .headline-section .wrapper .links {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 5.6rem;
    padding: 0 1.6rem;
  }
}

.expanders > .expander-item {
  border-bottom: 0.1rem solid #1e4f84;
}
.expanders > .expander-item > .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.expanders > .expander-item > .title::before, .expanders > .expander-item > .title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2.7rem;
  height: 0.1rem;
  background-color: #1e4f84;
  transition: transform 0.2s ease;
}
.expanders > .expander-item > .title::after {
  transform: rotate(90deg);
}
.expanders > .expander-item > .title > h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}
.expanders > .expander-item > .content {
  display: none;
  padding: 6rem 5.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .expanders > .expander-item > .content {
    padding: 6rem 0;
  }
}
.expanders > .expander-item.is-open > .title {
  border-bottom: 0.1rem solid #1e4f84;
}
.expanders > .expander-item.is-open > .title::after {
  transform: rotate(0deg);
}
.expanders > .expander-item.is-open > .content {
  display: block;
}

.article-card {
  border: 0.1rem solid #1e4f84;
  border-radius: 2rem;
  padding: 3rem;
  color: #1e4f84;
  background-color: #fff;
}
.article-card .year-and-sector {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.article-card .year-and-sector > * {
  flex-shrink: 0;
}
.article-card .year {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.article-card .category-label {
  display: flex;
  align-items: center;
  padding: 0.7rem 1.8rem;
  max-width: 100%;
  border: 0.1rem solid #1e4f84;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.article-card .area {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
  background-color: #1e4f84;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.05rem;
}
.article-card .title {
  margin-bottom: 1.2rem;
  color: #1e4f84;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}
.article-card .content {
  color: #1e4f84;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.article-card .content p {
  margin: 0;
  text-align: justify;
}

.pagination-nav {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.pagination-nav .pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-nav .pagination .page-numbers > li {
  margin: 0;
}
.pagination-nav .pagination .page-numbers a,
.pagination-nav .pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.2rem;
  background: #fff;
  color: #1e4f84;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.pagination-nav .pagination .page-numbers .current {
  color: #9aa3b4;
}
.pagination-nav .pagination .page-numbers .dots {
  border: 0;
  width: auto;
  min-width: 2rem;
  color: #7f8898;
  background: transparent;
}
.pagination-nav .pagination .page-numbers .prev,
.pagination-nav .pagination .page-numbers .next {
  font-size: 3rem;
  font-weight: 700;
}
.pagination-nav .pagination .page-numbers .prev .pagination-arrow-prev {
  width: 1rem;
  height: 1.6rem;
  border: 0;
  background: url("./assets/img/svg/pagination-arrow-prev.svg") no-repeat center center;
  background-size: contain;
}
.pagination-nav .pagination .page-numbers .next .pagination-arrow-next {
  width: 1rem;
  height: 1.6rem;
  border: 0;
  background: url("./assets/img/svg/pagination-arrow-next.svg") no-repeat center center;
  background-size: contain;
}

.news-list {
  margin: 0;
  padding: 0;
}
.news-list > li {
  list-style: none;
  border-bottom: 0.1rem dotted #1e4f84;
}
.news-list > li > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 0;
  color: #1e2e43;
}
@media screen and (max-width: 768px) {
  .news-list > li > a {
    flex-wrap: wrap;
  }
}
.news-list > li > a .date {
  flex: 0 0 auto;
  min-width: 10rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.08em;
  color: #222222;
}
.news-list > li > a .category {
  flex: 0 0 auto;
}
.news-list > li > a .category .category-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 2.35rem;
  border: 0.1rem solid #1e4f84;
  border-radius: 0.5rem;
  color: #1e4f84;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.news-list > li > a .title {
  min-width: 0;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news-list > li > a .title {
    flex: 0 0 100%;
  }
}

.interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .interview-list {
    grid-template-columns: 1fr;
  }
}
.interview-list > li {
  padding: 3rem;
  border: 0.1rem solid #1e4f84;
  border-radius: 2rem;
  background-color: #fff;
}
.interview-list > li > a .image {
  width: 31.1rem;
  height: 25.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.interview-list > li > a .image img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.interview-list > li > a .text .content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #1e4f84;
}
.interview-list > li > a .text .assignment {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.05rem;
  color: #1e4f84;
}
.interview-list > li > a .text .joined-at {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.05rem;
  color: #1e4f84;
}
.interview-list > li > a .text .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #1e4f84;
}

.form-title {
  border-bottom: 1px solid #1e4f84;
}

table.recruit-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.1rem solid #1e4f84;
  table-layout: fixed;
}
table.recruit-table tr th,
table.recruit-table tr td {
  padding: 1rem;
  border: 0.1rem solid #1e4f84;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.recruit-table tr th,
  table.recruit-table tr td {
    font-size: 1.4rem;
  }
}
table.recruit-table tr th .button-wrapper,
table.recruit-table tr td .button-wrapper {
  margin-top: 2rem;
}
table.recruit-table tr th .button-wrapper .rounded-button,
table.recruit-table tr td .button-wrapper .rounded-button {
  min-width: 24rem;
  height: 4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #1e4f84;
}
@media screen and (max-width: 768px) {
  table.recruit-table tr th .button-wrapper .rounded-button,
  table.recruit-table tr td .button-wrapper .rounded-button {
    min-width: 0;
    width: 100%;
  }
}
table.recruit-table tr th a,
table.recruit-table tr td a {
  color: #1e4f84;
}
table.recruit-table tr th {
  width: 10rem;
  background: #1e4f84;
  color: #fff;
  border: 0.1rem solid #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.global-footer .recruit,
.global-footer .social-contribution-activities {
  transition: opacity 0.2s ease;
  background: url("./assets/img/footer_recruit.webp") center/cover no-repeat;
}
.global-footer .recruit:has(.rounded-button:hover),
.global-footer .social-contribution-activities:has(.rounded-button:hover) {
  opacity: 0.7;
}
.global-footer .recruit .wrapper,
.global-footer .social-contribution-activities .wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30rem;
}
.global-footer .recruit .content,
.global-footer .social-contribution-activities .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .global-footer .recruit .content,
  .global-footer .social-contribution-activities .content {
    width: 100%;
  }
}
.global-footer .recruit .content h2,
.global-footer .social-contribution-activities .content h2 {
  font-size: 4.5rem;
  margin-bottom: 3rem;
  color: #1e4f84;
}
@media screen and (max-width: 768px) {
  .global-footer .recruit .content h2,
  .global-footer .social-contribution-activities .content h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    color: #fff;
  }
}
.global-footer .recruit .content .rounded-button,
.global-footer .social-contribution-activities .content .rounded-button {
  width: 23rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .global-footer .recruit .content .rounded-button,
  .global-footer .social-contribution-activities .content .rounded-button {
    background: #fff;
    border: none;
    color: #1e4f84;
  }
  .global-footer .recruit .content .rounded-button:after,
  .global-footer .social-contribution-activities .content .rounded-button:after {
    background: url("./assets/img/arrow_blue.svg") center/contain no-repeat;
  }
}
.global-footer .recruit {
  background-image: url("./assets/img/footer_recruit.webp");
}
@media screen and (max-width: 768px) {
  .global-footer .recruit {
    background-image: url("./assets/img/footer_recruit_sp.webp");
  }
}
.global-footer .social-contribution-activities {
  background-image: url("./assets/img/footer_social_contribution_activities.webp");
}
@media screen and (max-width: 768px) {
  .global-footer .social-contribution-activities {
    background-image: url("./assets/img/footer_social_contribution_activities_sp.webp");
  }
}
.global-footer .links {
  padding-top: 6rem;
  background: #1e4f84;
}
.global-footer .links .logo {
  margin-bottom: 5rem;
}
.global-footer .links .logo img {
  width: 30rem;
}
.global-footer .links .site-links {
  display: flex;
  justify-content: center;
  gap: 6rem;
  color: #fff;
  margin-bottom: 4rem;
}
.global-footer .links .site-links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .global-footer .links .site-links {
    flex-direction: column;
  }
}
.global-footer .links .site-links > li .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.global-footer .links .site-links > li ul + .title {
  margin-top: 4rem;
}
.global-footer .links .site-links > li > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.global-footer .links .site-links > li > ul > li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.global-footer .links .site-links > li > ul > li::before {
  content: "";
  width: 0.8rem;
  height: 2rem;
  background: url("./assets/img/chevron_right_white.svg") center/contain no-repeat;
}
.global-footer .links .button-wrapper {
  margin-bottom: 4rem;
}
.global-footer .links .button-wrapper .rounded-button {
  width: 24rem;
  min-width: 24rem;
  height: 5rem;
  font-size: 1.6rem;
}
.global-footer .links .button-wrapper .rounded-button:hover {
  border: 0.2rem solid #fff;
}
.global-footer .links .banners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .global-footer .links .banners {
    justify-content: start;
  }
}
.global-footer .links .banners > li img {
  display: block;
}
@media screen and (max-width: 768px) {
  .global-footer .links .banners > li img {
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .links .banners > li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .links .banners > li:nth-child(4) img {
    width: 100%;
    height: auto;
  }
}
.global-footer .links .copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding-bottom: 3rem;
}

.expanders.faq .expander-item .title {
  padding: 2rem 3.7rem 2rem 0;
}
.expanders.faq .expander-item .title h2 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
  color: #222;
}
@media screen and (max-width: 768px) {
  .expanders.faq .expander-item .title h2 {
    align-items: center;
    text-align: left;
  }
}
.expanders.faq .expander-item .title h2::before {
  content: "";
  flex: 0 0 2rem;
  width: 2rem;
  height: 2.4rem;
  margin-top: 0.6rem;
  background: url("./assets/img/svg/faq-q.svg") no-repeat center center;
  background-size: contain;
}
.expanders.faq .expander-item .content {
  padding: 2rem 0;
}
.expanders.faq .expander-item .content .answer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.expanders.faq .expander-item .content .answer::before {
  content: "";
  flex: 0 0 2rem;
  width: 3.6rem;
  height: 2.4rem;
  margin-top: 0.2rem;
  background: url("./assets/img/svg/faq-a.svg") no-repeat center center;
  background-size: contain;
}
.expanders.faq .expander-item .content .answer p {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
}
.expanders.faq .expander-item .content .answer p .bold {
  font-weight: 700;
}
.expanders.faq .expander-item .content .answer p a {
  color: #1e4f84;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.expanders.faq .is-open > .title {
  border-bottom: 0.1rem solid #1e4f84;
}

.works-section {
  background: #1e4f84;
}
.works-section h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works-section .wrapper .with-subtitle {
    margin-bottom: 3rem;
  }
}
.works-section ul {
  display: flex;
  gap: 4rem;
  width: calc(100% + 12rem);
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .works-section ul {
    width: calc(100% + 1.6rem);
    gap: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
}
.works-section ul::-webkit-scrollbar {
  height: 1px;
}
.works-section ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.works-section ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 9999px;
}
.works-section ul li {
  width: 43rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .works-section ul li {
    width: 30rem;
  }
}

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