@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  width: 100%;
  height: -webkit-fill-available;
  font-size: 16px;
}

body {
  margin: 0;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  font-weight: 400;
  color: #191f33;
  text-align: justify;
  word-break: break-all;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  transition: all 0.4s;
  text-decoration: none;
  display: block;
}

a,
span {
  color: inherit;
}

ul,
dl {
  list-style: none;
}

ul {
  margin: 0;
}
ul li {
  margin: 0;
}

input:hover {
  cursor: pointer;
}

input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.6;
  border: none;
}

input,
textarea {
  display: inline-block;
  background: #fff;
  font-size: inherit;
  border-radius: 4px;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input::placeholder,
textarea::placeholder {
  font-size: 1rem;
  color: #b2b2b2;
  font-weight: normal;
}
input:hover,
textarea:hover {
  cursor: pointer;
}

select {
  text-overflow: ellipsis;
  cursor: pointer;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
}

hr {
  border-color: #b9b9b9;
  border-width: 1px 0 0 0;
  margin: 1em auto;
}

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

address {
  font-style: 400;
  margin-top: 2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

address {
  margin: 0;
}

rt {
  font-weight: 400;
  font-size: 1rem;
}

strong {
  font-size: 1.125rem;
}

.ui-datepicker {
  padding: 0.5rem !important;
  border: none !important;
  background-color: #f8f8f8 !important;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.0784313725) !important;
}

.ui-datepicker-header {
  background: rgb(227, 227, 227) !important;
  border: none !important;
  margin: -0.5rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0.5rem 0 !important;
}

.ui-datepicker-year, .ui-datepicker-month {
  line-height: 1 !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 4px !important;
  text-align: right !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: white !important;
  border: 2px solid #f8f8f8 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff39a !important;
  border-color: transparent !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px !important;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  gap: 0.5rem;
}

.modal-video-movie-wrap {
  background-color: transparent !important;
}

.modal-video-body {
  max-width: 1280px !important;
}

.en {
  font-family: "Poppins", "Helvetica neue", sans-serif;
}

.title1 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.title1 .title {
  color: #0a4d85;
  font-weight: 600;
  font-size: 2rem;
}
.title1 .en {
  color: #6c9ac1;
  text-transform: uppercase;
  line-height: 1;
}

.title2 {
  margin-bottom: 2rem;
}
.title2 .en {
  color: #6c9ac1;
  font-style: italic;
}
.title2 .title {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #0a4d85;
}

.menu-btn {
  position: relative;
  z-index: 2;
  width: 2rem;
  height: 1.25rem;
  margin: auto;
}
.menu-btn .line {
  background-color: white;
  height: 3px;
  width: 100%;
}
.menu-btn .line:last-child {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.menu-cnt {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-color: #0a4d85;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  transition: all 0.6s cubic-bezier(0.8, -0.01, 0.33, 1.03);
  z-index: 10000;
  overflow: auto;
  padding: 10%;
  color: white;
}
.menu-cnt.on {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.menu-cnt .logo-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  opacity: 0.1;
}

.menu-nav .list {
  list-style: disc;
  margin-left: 1.5rem;
}
.menu-nav .list .item {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.close-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 1.5rem;
  margin: 1rem;
  z-index: 99;
}
.close-icon:before, .close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 2px;
  background-color: white;
}
.close-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-box-line {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #b7001e;
  color: #b7001e;
  line-height: 1;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
}
.btn-box-line:hover {
  background-color: #b7001e;
  color: white;
}
.btn-box-line:hover.main {
  color: white;
  background-color: #0a4d85;
}
.btn-box-line:hover.orange {
  color: white;
  background-color: #f47a20;
}
.btn-box-line.main {
  color: #0a4d85;
  border-color: #0a4d85;
}
.btn-box-line.orange {
  color: #f47a20;
  border-color: #f47a20;
}

.view-more a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view-more a svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.view-more a circle {
  fill: #0a4d85;
  width: 100%;
  height: 100%;
}
.view-more a:hover {
  color: #2b75d8;
}
.view-more a:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.view-more a:hover circle {
  fill: #2b75d8;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.read-more svg {
  transition: all 0.6s ease;
}
.read-more svg circle {
  fill: #0a4d85;
}
.read-more:hover {
  color: #2b75d8;
}
.read-more:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.read-more:hover svg circle {
  fill: #2b75d8;
}

.more svg {
  transition: all 0.6s ease;
}
.more:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.more:hover svg path {
  stroke: #2b75d8;
}

.hamburger-menu {
  cursor: pointer;
}
.hamburger-menu .hamburger-icon span {
  display: block;
  width: 35px;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #333;
}
.close .hamburger-menu .hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
          transform: rotate(-45deg) translate(-9px, 6px);
}
.close .hamburger-menu .hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.close .hamburger-menu .hamburger-icon span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}

.mt2 {
  margin-top: 2rem;
}

.container {
  max-width: 1200px;
  margin: auto;
}
.container-large {
  max-width: 1320px;
  margin: auto;
}
.container-ll {
  max-width: 1600px;
  margin: auto;
}
.container-small {
  max-width: 960px;
  margin: auto;
}
.container-1440 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5%;
  }
  .container-large {
    padding: 0 5%;
  }
  .container-large2 {
    padding: 0 5%;
  }
  .container-small {
    padding: 0 5%;
  }
}

.section {
  margin: 6rem auto;
}
.section-large {
  margin: 10rem auto;
}
.section-small {
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .section {
    margin: 12% auto;
  }
  .section-large {
    margin: 15% auto;
  }
  .section-small {
    margin: 10% auto;
  }
}

.header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: white;
}
.header.front-page {
  height: 100vh;
}
.header.page {
  height: 45vh;
  max-height: 34rem;
  min-height: 28rem;
}
.header.interview {
  height: 70vh;
  max-height: 51rem;
  min-height: 28rem;
}
.header.interview .header-title {
  text-align: left;
  justify-content: end;
  margin: 0 auto 4rem;
  width: 100%;
}
.header.interview .header-title .title {
  font-size: 3rem;
}
.header.interview .header-title .info {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}
.header.interview .header-title .name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .header.front-page {
    height: 42rem;
  }
  .header.interview .header-title {
    top: 0;
    margin-bottom: 1rem;
  }
  .header.interview .header-title .info {
    margin: 0.5rem 0;
  }
  .header.interview .header-title .title {
    font-size: 9vw;
    line-height: 13vw;
  }
}

.header-copy {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-title {
  position: relative;
  z-index: 2;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -3rem;
}
.header-title .en {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .header-title {
    top: 11%;
  }
}

.header-sub {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.header-sub .content {
  background-color: #0a4d85;
  color: white;
  padding: 1rem 1.75rem;
  line-height: 1;
}
.header-sub .list {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}
.header-sub .list .hr {
  width: 1px;
  height: 1rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .header-sub .content {
    display: none;
  }
}

.header-main {
  display: flex;
  padding: 3rem;
  justify-content: space-between;
  color: white;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.header-main svg {
  width: 100%;
}
.header-main svg path {
  transition: all 0.4s;
}
.header-main .list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header-main {
    align-items: center;
    padding: 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header-main .main-l {
    flex-basis: 50%;
    line-height: 1;
  }
  .header-main .main-r .content {
    display: none;
  }
  .header-main.on {
    background-color: white;
  }
  .header-main.on svg path {
    fill: #0a4d85;
  }
  .header-main.on .menu-btn .line {
    background-color: #0a4d85;
  }
}

.header-bottom {
  position: relative;
  z-index: 1;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-bottom .news {
  width: 40rem;
}
.header-bottom .news-inner {
  display: flex;
  align-items: stretch;
}
.header-bottom .news-inner .owl-nav {
  flex-shrink: 0;
}
.header-bottom .news-inner .owl-nav button {
  background: #191f33;
  padding: 1rem !important;
  width: 3rem;
  text-align: center;
  line-height: 1;
  height: 100%;
}
.header-bottom .news-inner .owl-nav button:first-child {
  border-right: 1px solid white;
}
.header-bottom .news-inner .owl-stage-outer {
  border: 1px solid #191f33;
  font-size: 0.5rem;
  background: white;
}
.header-bottom .news-inner .owl-stage {
  height: 100%;
}
.header-bottom .news-inner .owl-item {
  height: 100%;
}
.header-bottom .news-item {
  color: black;
  height: 100%;
  padding: 1rem;
}
.header-bottom .news-item .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.header-bottom .news-item .link time,
.header-bottom .news-item .link h1 {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .header-bottom {
    flex-wrap: wrap;
  }
  .header-bottom .recruit-banner {
    max-width: initial;
    display: none;
  }
  .header-bottom .news {
    order: 2;
    width: 100%;
    margin-top: 1rem;
  }
  .header-bottom .news-item .link {
    display: block;
  }
  .header-bottom .news-item .link time {
    font-size: 12px;
  }
  .header-bottom .news-inner {
    flex-direction: column-reverse;
  }
  .header-bottom .news-inner .link .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-bottom .news-inner .owl-dots {
    display: none;
  }
  .header-bottom .news-inner .owl-nav button {
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
  }
}

.recruit-banner {
  flex-basis: 30%;
  flex-shrink: 0;
  max-width: 20rem;
}
.recruit-banner .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: white;
  color: #191f33;
  border-radius: 1rem;
  border: 1px solid #f47a20;
  padding: 1rem;
  font-size: 14px;
}
.recruit-banner .inner .en {
  display: block;
  font-family: "Poppins", "Helvetica neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #f47a20;
  text-transform: uppercase;
}

.header-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0a4d85;
}
.header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.header-copy .text {
  font-weight: bold;
  font-size: 4rem;
}
.header-copy .text .small {
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .header-copy {
    top: 7%;
  }
  .header-copy .text {
    font-size: 12vw;
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  padding: 5%;
  width: 100%;
  z-index: 999;
}
.fixed .recruit-banner {
  max-width: initial;
  width: 100%;
}

.footer-recruit {
  display: flex;
  gap: 10%;
}
.footer-recruit .content-l {
  flex-basis: 45%;
}
.footer-recruit .content-l .desc {
  margin-bottom: 1.5rem;
}
.footer-recruit .content-r {
  flex-basis: 45%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer-recruit .title-box {
  display: flex;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.footer-recruit .title-box .title {
  font-size: 1.25rem;
}
.footer-recruit .title-box .en {
  font-size: 4rem;
  line-height: 1;
  color: #0a4d85;
}
@media screen and (max-width: 767px) {
  .footer-recruit {
    display: block;
  }
  .footer-recruit .content-r {
    aspect-ratio: 16/9;
    margin-top: 5%;
  }
  .footer-recruit .title-box {
    flex-wrap: wrap;
  }
}

.footer-recruit-menu {
  font-size: 1.25rem;
  color: #0a4d85;
  font-weight: 600;
}
.footer-recruit-menu .list {
  list-style-type: disc;
  margin-left: 1.25rem;
}
.footer-recruit-menu .list .item {
  padding-bottom: 0.75rem;
}
.footer-recruit-menu .list .item .link:hover {
  color: #2b75d8;
}

.footer-news .title {
  font-size: 2rem;
  color: #0a4d85;
}
.footer-news .title::after {
  content: "News";
  color: #6c9ac1;
  line-height: 1;
  font-size: 1rem;
}
.footer-news .news-content {
  margin: 2rem auto 1rem;
  border-radius: 1rem;
  border: 1px solid #e6e6e6;
  padding: 1.5rem;
}
.footer-news .news-item {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
.footer-news .news-item time {
  flex-shrink: 0;
}
.footer-news .news-item:hover {
  color: #2b75d8;
  text-decoration: underline;
}
.footer-news .news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.footer-news .news-item .link {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.footer-news .news-title {
  flex-grow: 1;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-news .more {
  text-align: right;
}
.footer-news .more:hover {
  color: #2b75d8;
}
@media screen and (max-width: 767px) {
  .footer-news .news-item .link {
    display: block;
  }
  .footer-news .news-item time {
    font-size: 12px;
  }
  .footer-news .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.footer-contact {
  background-color: #0a4d85;
  color: white;
  padding: 4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: -13%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  transition: all 0.6s ease-in-out;
  background-color: #f47a20;
}
.footer-contact .icon svg {
  transition: all 0.5s ease;
}
.footer-contact:hover::after {
  left: 0;
}
.footer-contact:hover .icon svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer-contact .title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer-contact .title::before {
  content: "Contact";
  line-height: 1;
  font-size: 3rem;
  font-family: "Poppins", "Helvetica neue", sans-serif;
  font-weight: 400;
}
.footer-contact .content-l {
  position: relative;
  z-index: 2;
}
.footer-contact .content-r {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    display: block;
    padding: 11%;
    margin-bottom: -5%;
    z-index: 0;
  }
  .footer-contact .content-l {
    margin-bottom: 5%;
  }
  .footer-contact .content-r .icon {
    text-align: center;
  }
  .footer-contact .content-r .icon svg {
    width: 4rem;
    height: 4rem;
  }
}

.footer {
  background-color: #f4f5fc;
  padding: 15% 0 5%;
  font-size: 14px;
}

.footer-content {
  display: flex;
  gap: 5%;
}
.footer-content .content-l {
  flex-basis: 40%;
  flex-shrink: 0;
}
.footer-content .content-l .logo {
  max-width: 246px;
  margin-bottom: 1.5rem;
}
.footer-content .content-l .address {
  margin-bottom: 0.5rem;
}
.footer-content .content-l .tel {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.footer-content .content-l .tel p {
  display: flex;
  align-items: center;
}
.footer-content .content-l .tel p::after {
  content: "/";
  margin: 0.5rem;
}
.footer-content .content-l .tel p:last-child::after {
  display: none;
}
.footer-content .content-l .other-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem auto;
}
.footer-content .content-l .other-nav .item {
  display: flex;
}
.footer-content .content-l .other-nav .item::after {
  content: " / ";
  margin: 0 0.5rem;
}
.footer-content .content-l .other-nav .item:last-child::after {
  display: none;
}
.footer-content .content-l .sdgs-logo {
  max-width: 220px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer-content {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .footer-content .content-l {
    order: 2;
    flex-basis: 100%;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.footer-nav a:hover {
  color: #2b75d8;
}
.footer-nav .children {
  margin-left: 1rem;
  margin-top: 0.25rem;
  font-size: 12px;
}
.footer-nav .children li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-nav .children li::before {
  content: "-";
}
@media screen and (max-width: 767px) {
  .footer-nav {
    row-gap: 1rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.horizontal-infinite-scroll .slick-slide > div {
  aspect-ratio: 1/1;
}
.horizontal-infinite-scroll .slick-slide img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .horizontal-infinite-scroll .slick-slide img {
    padding: 3%;
  }
}

.works-slider {
  margin: 2rem auto;
}
.works-slider .slick-slide {
  width: 20rem;
}
.works-slider .slick-track {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .works-slider .slick-slide {
    width: 70vw;
  }
  .works-slider .slick-next {
    right: 0;
  }
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.ib {
  display: inline-block;
}

.dn {
  display: none;
}

.mb-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .mb-block {
    display: block;
  }
}

.mb-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .mb-hidden {
    display: none;
  }
}

.centering {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
}

.about-content {
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  max-width: 1000px;
  margin: 0 auto 2rem;
}
.about-content .content-l {
  flex-shrink: 0;
}
.about-content .content-l .title {
  font-size: 1.5rem;
}
.about-content .content-l .en {
  color: #0a4d85;
  font-size: 5rem;
  line-height: 1.2;
}
.about-content .content-r .sub-title {
  color: #0a4d85;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.about-content .content-r .links {
  display: flex;
  justify-content: end;
  gap: 1.5rem;
  margin-top: 2rem;
}
.about-content .content-r .link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.about-content .content-r .link .icon {
  width: 2rem;
  height: 2rem;
}
.about-content .content-r .link .icon svg {
  width: 100%;
  height: 100%;
}
.about-content .content-r .link .icon svg,
.about-content .content-r .link .icon circle {
  transition: all 0.5s ease;
}
.about-content .content-r .link:hover {
  color: #2b75d8;
}
.about-content .content-r .link:hover .icon svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about-content .content-r .link:hover .icon circle {
  fill: #2b75d8;
}
@media screen and (max-width: 767px) {
  .about-content {
    margin: 10%;
    display: block;
  }
  .about-content .content-l {
    margin-bottom: 10%;
  }
  .about-content .content-l .en {
    font-size: 17vw;
    line-height: 1;
  }
  .about-content .content-l .title {
    font-size: 1.25rem;
  }
  .about-content .content-r .sub-title {
    color: #0a4d85;
    font-size: 5.4vw;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}

.top-service {
  display: flex;
}
.top-service .content-l {
  flex-basis: 50%;
  padding: 7%;
  background-color: #0a4d85;
  color: white;
}
.top-service .content-l .item {
  padding: 2rem 0;
  border-bottom: 1px solid white;
}
.top-service .content-l .title-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.top-service .content-l .count {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}
.top-service .content-l .title {
  font-weight: bold;
  line-height: 1;
}
.top-service .content-l .excerpt {
  margin-bottom: 1rem;
}
.top-service .content-l .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}
.top-service .content-l .link .icon {
  width: 2rem;
}
.top-service .content-r {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-service .content-r .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  color: white;
  padding: 7%;
  height: 100%;
}
.top-service .content-r .text .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.top-service .content-r .text .en {
  font-size: 4.5rem;
  line-height: 1.1;
}
.top-service .content-r .text .more {
  font-size: 1.25rem;
  font-weight: bold;
}
.top-service .content-r .bg {
  background-color: #0a4d85;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-service {
    flex-wrap: wrap;
    z-index: 0;
  }
  .top-service .content-l {
    order: 2;
    flex-basis: 100%;
  }
  .top-service .content-r {
    flex-basis: 100%;
    z-index: 0;
  }
}

.thumbnail-image {
  transition: all 0.5s ease-in-out;
}

.page-title {
  text-align: center;
  margin-bottom: 4rem;
}
.page-title .title {
  color: #0a4d85;
  font-size: 2.5rem;
}
.page-title .en {
  text-transform: capitalize;
  color: #6c9ac1;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 2rem;
  }
}

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem;
  background: #fafafa;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.page-layout {
  display: flex;
  align-items: stretch;
}
.page-layout > .content-l {
  flex-basis: 20%;
  min-width: 15rem;
  height: 100%;
  padding: 3rem;
  position: sticky;
  top: 0;
  flex-shrink: 0;
}
.page-layout > .content-r {
  flex-basis: 80%;
  border-left: 1px solid #e6e6e6;
  padding: 3rem 5rem;
}
.page-layout > .content-r .section-small:first-child,
.page-layout > .content-r .section:first-child {
  margin-top: 0;
}
.page-layout > .content-r .section-small:last-child,
.page-layout > .content-r .section:last-child {
  margin-bottom: 0;
}
.page-layout .layout-content .title {
  color: #0a4d85;
  margin: 1.5rem auto;
}
.page-layout .view-more {
  margin-top: 1rem;
}
.page-layout .excerpt {
  margin-bottom: 1.5rem;
}
.page-layout .thumbnail {
  margin-bottom: 2rem;
  aspect-ratio: 16/9;
}
.page-layout .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-layout .page-nav {
  list-style: disc;
}
.page-layout .page-nav .item {
  color: #b9b9b9;
  margin-bottom: 1rem;
}
.page-layout .page-nav .item.active {
  color: #191f33;
}
.page-layout .page-nav .item:hover {
  color: #2b75d8;
}
.page-layout .section-layout .text {
  margin-top: 2rem;
}
.page-layout .section-layout .text .name {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.page-layout .title-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.page-layout .title-wrap .title {
  color: #0a4d85;
  font-weight: 600;
  font-size: 2rem;
}
.page-layout .title-wrap .en {
  color: #6c9ac1;
  text-transform: uppercase;
  line-height: 1;
}
.page-layout .table tr {
  border-bottom: 1px solid #e6e6e6;
}
.page-layout .table tr:first-child {
  border-top: 1px solid #e6e6e6;
}
.page-layout .table th {
  width: 15rem;
  font-weight: 600;
}
.page-layout .table th,
.page-layout .table td {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .page-layout {
    display: block;
  }
  .page-layout .content-l {
    display: none;
  }
  .page-layout .content-r {
    padding: 0;
    border: none;
  }
  .page-layout .table th {
    background-color: #f8f8f8;
    text-align: center;
  }
  .page-layout .table th,
.page-layout .table td {
    display: block;
    width: 100%;
  }
  .page-layout .title-wrap {
    display: block;
  }
  .page-layout .title-wrap .title {
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}

.page-top-title {
  color: #0a4d85;
  margin-bottom: 2rem;
}

.layout1:nth-child(even) .content {
  flex-direction: row-reverse;
}
.layout1 .content {
  display: flex;
  order: 2;
  gap: 10%;
}
.layout1 .content .content-l {
  flex-basis: 45%;
  flex-shrink: 0;
}
.layout1 .content .content-l img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.layout1 .content .content-r {
  flex-basis: 55%;
  padding: 3rem 0;
}
.layout1 .content .content-r .text {
  text-align: left;
  margin-bottom: 0;
}
.layout1 .content .content-r .question .en {
  font-size: 14px;
  color: #6c9ac1;
  line-height: 1;
  font-style: italic;
}
.layout1 .content .content-r .question .title {
  font-size: 2rem;
  color: #0a4d85;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .layout1 .content {
    flex-wrap: wrap;
  }
  .layout1 .content .content-l {
    flex-basis: 100%;
  }
  .layout1 .content .content-r {
    flex-basis: 100%;
  }
}

.layout2 .thumbnail {
  margin: 2rem -5rem;
}
.layout2 .inner-layout {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
.layout2 .inner-layout-title {
  color: #0a4d85;
  margin-bottom: 1.5rem;
}
.layout2 .question .en {
  font-size: 14px;
  color: #6c9ac1;
  line-height: 1;
  font-style: italic;
  text-align: center;
}
.layout2 .question .title {
  font-size: 2rem;
  color: #0a4d85;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 2rem;
  text-align: center;
}

.layout3 {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1000px;
}
.layout3 .img img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.layout3 .layout-item:first-child {
  flex-basis: 30%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .layout3 {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .layout3 .layout-item:first-child {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .layout3 .layout-item .title {
    line-height: 1.6;
  }
}

.faq .faq-item {
  margin-bottom: 1rem;
}
.faq .faq-item .q {
  font-family: "Poppins", "Helvetica neue", sans-serif;
  margin-right: 1rem;
  font-weight: bold;
}
.faq .faq-question {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0a4d85;
  font-weight: 500;
  padding: 1.5rem;
  background-color: #f7f7f7;
}
.faq .faq-question .faq-title {
  font-weight: bold;
  display: flex;
  gap: 1rem;
  font-size: 1rem;
}
.faq .faq-question .faq-title::before {
  content: "Q. ";
  font-family: "Poppins", "Helvetica neue", sans-serif;
  flex-shrink: 0;
}
.faq .faq-question .cross-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.faq .faq-question .cross-icon::before, .faq .faq-question .cross-icon::after {
  transition: all 0.4s;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0a4d85;
  left: 0;
  top: 50%;
}
.faq .faq-question .cross-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .faq-question .cross-icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq .faq-question .cross-icon.open::before {
  -webkit-transform: rotate(90deg) translateX(-120%);
          transform: rotate(90deg) translateX(-120%);
}
.faq .faq-answer {
  display: none;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq .faq-question {
    padding: 1.25rem;
    gap: 1rem;
    align-items: flex-start;
  }
  .faq .faq-item .q {
    margin-right: 0.5rem;
  }
  .faq.rc .faq-question {
    font-size: 1rem;
    font-weight: 500;
  }
}

.archive-content .content:last-child .card {
  margin-bottom: 0;
}

.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  border: 1px solid #0a4d85;
  padding: 1rem 1.5rem;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #f8f8f8;
  transition: all 0.6s;
}
.card:hover {
  border-color: #f47a20;
}
.card:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.card:hover svg circle {
  fill: #f47a20;
}
.card .card-header time {
  font-size: 14px;
}
.card .card-title {
  font-size: 1.25rem;
  color: #0a4d85;
}
.card .card-body {
  flex-shrink: 0;
}
.card svg {
  transition: all 0.6s;
}
.card svg circle {
  fill: #0a4d85;
}
@media screen and (max-width: 767px) {
  .card .card-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.page-numbers .page-numbers {
  color: #b9b9b9;
  padding-bottom: 0.5rem;
}
.page-numbers .page-numbers.current {
  color: #0a4d85;
  font-weight: bold;
  border-bottom: 1px solid #0a4d85;
}

.sitemap-page-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1.5rem;
  margin-left: 2rem;
}
.sitemap-page-list a:hover {
  color: #2b75d8;
}

.sitemap-child-page-list {
  margin-top: 0.5rem !important;
}

.activity-content .page-top-text {
  text-align: center;
}

.activity-item {
  display: flex;
  align-items: stretch;
}
.activity-item .img {
  flex-basis: 45%;
}
.activity-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-item .text-wrap {
  flex-basis: 55%;
  padding: 4rem;
}
.activity-item .text-wrap .en {
  color: #f47a20;
}
.activity-item .activity-title {
  color: #0a4d85;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.activity-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .activity-item {
    flex-wrap: wrap;
  }
  .activity-item .img {
    flex-basis: 100%;
  }
  .activity-item .text-wrap {
    flex-basis: 100%;
    padding: 10% 7%;
  }
}

.philosophy .content {
  text-align: center;
}
.philosophy .content .sub-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2rem auto;
}
.philosophy .content .sdgs-desc strong {
  display: block;
  font-size: 1.25rem;
  margin: 0.5rem auto;
}
@media screen and (max-width: 767px) {
  .philosophy .content {
    text-align: left;
  }
  .philosophy .content .sub-title {
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .philosophy .content .sdgs-desc {
    margin-bottom: 2rem;
  }
  .philosophy .content .sdgs-desc strong {
    font-size: 1rem;
  }
}

.motto {
  background-color: #f8f8f8;
  padding: 4rem 5%;
  text-align: center;
}
.motto .content .sub-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .motto .content {
    text-align: left;
  }
  .motto .content .sub-title {
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.5rem;
    margin: 0 auto 2rem;
  }
}

.sdgs-container {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  text-align: left;
}
.sdgs-container .sdgs-item {
  flex-basis: calc((100% - 6rem) / 3);
}
.sdgs-container .sdgs-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.sdgs-container .sdgs-desc {
  list-style-type: disc;
  margin-left: 1.25rem;
}
.sdgs-container .sdgs-images {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.sdgs-container .sdgs-images .item {
  flex-basis: calc((100% - 1.5rem) / 4);
}
@media screen and (max-width: 767px) {
  .sdgs-container .sdgs-item {
    flex-basis: 100%;
  }
}

.other-page {
  position: relative;
  z-index: 0;
}
.other-page:hover .thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.other-page:hover .more .inner {
  color: #2b75d8;
}
.other-page:hover .more .inner svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.other-page:hover .more .inner circle {
  fill: #2b75d8;
}
.other-page:hover .text-content {
  box-shadow: 6px 6px 0 #0a4d85;
}
.other-page .text-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  padding: 3rem;
  text-align: right;
  min-width: 25rem;
  transition: all 0.6s ease;
}
.other-page .thumb {
  width: 80%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.other-page .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 6s ease;
}
.other-page .slug {
  text-transform: capitalize;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 auto 0.75rem;
  color: #0a4d85;
}
.other-page .title {
  font-size: 1rem;
  margin-bottom: -0.5rem;
}
.other-page .excerpt {
  margin: 0.5rem auto;
}
.other-page .more {
  color: #0a4d85;
}
.other-page .more .inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.other-page .more svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.other-page .more circle {
  fill: #0a4d85;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .other-page {
    margin-top: 4rem;
  }
  .other-page .text-content {
    position: static;
    min-width: initial;
    width: 100%;
    text-align: left;
    -webkit-transform: initial;
            transform: initial;
    padding: 10%;
  }
  .other-page .thumb {
    width: 100%;
  }
}

.service-layout1 {
  margin: 0 -5rem;
}
.service-layout1 .content {
  display: flex;
  align-items: stretch;
}
.service-layout1 .content:nth-child(even) {
  flex-direction: row-reverse;
}
.service-layout1 .content-l {
  flex-basis: 50%;
}
.service-layout1 .content-l img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-layout1 .content-r {
  flex-basis: 50%;
  padding: 5rem;
}
.service-layout1 .content-r .title {
  color: #0a4d85;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-layout1 {
    margin: 0;
  }
  .service-layout1 .content {
    flex-wrap: wrap;
  }
  .service-layout1 .content-l {
    flex-basis: 100%;
    display: block;
  }
  .service-layout1 .content-r {
    flex-basis: 100%;
    padding: 10% 0;
  }
}

.service-layout2 {
  margin: 0 -5rem;
}
.service-layout2 .thumbnail {
  margin-bottom: 0;
}
.service-layout2 .inner-layout {
  margin: 5rem;
}
.service-layout2 .inner-layout p:first-child {
  margin-top: 0;
}
.service-layout2 .inner-layout-content {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
.service-layout2 .inner-layout-title {
  color: #0a4d85;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-layout2 {
    margin: 0;
  }
  .service-layout2 .content {
    flex-wrap: wrap;
  }
  .service-layout2 .inner-layout {
    margin: 10% 0;
  }
  .service-layout2 .inner-layout-content {
    flex-wrap: wrap;
  }
}

.works-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.works-archive .works-item {
  flex-basis: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 767px) {
  .works-archive {
    position: relative;
    z-index: 0;
  }
}

.works-layout .works-item .img-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  aspect-ratio: 4/3;
}
.works-layout .works-item .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-layout .works-item .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.5rem auto;
}
.works-layout .works-item .date {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.works-layout .works-item .category {
  position: absolute;
  z-index: 1;
  line-height: 1;
  padding: 1rem;
  background-color: #e6e6e6;
  font-size: 14px;
}
.works-layout .works-item .category1 {
  background-color: #f47a20;
  color: white;
}
.works-layout .works-item .category2 {
  background-color: #098b29;
  color: white;
}
.works-layout .works-item .category3 {
  background-color: #0a4d85;
  color: white;
}
.works-layout .works-item .category4 {
  background-color: #fff581;
  color: #191f33;
}
.works-layout .works-item .category5 {
  background-color: #2b75d8;
  color: white;
}
@media screen and (max-width: 767px) {
  .works-layout .works-item {
    flex-basis: 100%;
  }
}

.single-title {
  color: #0a4d85;
  margin-bottom: 2rem;
}

.single-content p {
  margin: 1.5rem auto 2rem;
}
.single-content p:first-child {
  margin-top: 0;
}
.single-content h2,
.single-content h3,
.single-content h5,
.single-content h4,
.single-content h6 {
  color: #0a4d85;
  font-size: 1.25rem;
  margin: 3rem auto 1.5rem;
}
.single-content ul {
  list-style: disc;
  margin: 2rem 1.125rem;
}
.single-content table {
  margin: 2rem auto;
}
.single-content table td {
  border: 1px solid #b9b9b9;
  padding: 1.5rem;
}
.single-content table td:first-child {
  width: 15rem;
}
.single-content blockquote {
  border: 1px solid #b9b9b9;
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  margin: 2rem auto;
}
.single-content blockquote p {
  padding: 2rem;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 0;
}
.single-content blockquote cite {
  text-align: right;
  padding: 0.5rem 1rem;
  display: block;
}
.single-content blockquote cite::before {
  content: "引用元：";
  display: inline;
}
@media screen and (max-width: 767px) {
  .single-content .wp-block-table td {
    display: block;
    width: 100%;
  }
  .single-content .wp-block-table td:first-child {
    width: 100%;
    background-color: #f8f8f8;
  }
}

.post-navigation {
  border-radius: 0.5rem;
  background: #f8f8f8;
  padding: 2rem;
  margin-top: 4rem;
}
.post-navigation .content {
  display: flex;
  justify-content: space-between;
}
.post-navigation .content .item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    padding: 5%;
    font-size: 14px;
  }
}

.recruit-content {
  overflow: hidden;
}
.recruit-content .slide-content {
  position: relative;
  z-index: 1;
}
.recruit-content .top-text-en {
  color: #bccedd;
  font-size: 2vw;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.recruit-content .top-title {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 21%;
  font-size: 3vw;
  color: #0a4d85;
  font-weight: bold;
  line-height: 1.4;
}
.recruit-content .top-title .en {
  font-size: 1rem;
  color: #6c9ac1;
  font-weight: normal;
  font-style: italic;
}

.slide-content2 .top-title2 .title {
  font-size: 9vw;
  line-height: 13vw;
  font-weight: 500;
  color: #0a4d85;
  margin-bottom: 1rem;
}
.slide-content2 .top-title2 .en {
  color: #6c9ac1;
}
.slide-content2 .top-text-en2 {
  color: #6c9ac1;
  margin-bottom: 2rem;
}
.slide-content2 .top-text2 {
  background-color: #0a4d85;
  color: white;
  padding: 7%;
}

.recruit-top-slider2 {
  margin: 0 -10% -15%;
  position: relative;
  z-index: -1;
}
.recruit-top-slider2 .slick-slide {
  padding: 0.5rem;
}

.recruit-top-slider {
  display: flex;
  gap: 1rem;
  margin: 8rem -10rem;
  align-items: end;
}
.recruit-top-slider .slider-item.on {
  width: 35vw;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.recruit-top-slider .top-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 70%;
  background-color: #0a4d85;
  color: white;
  padding: 1rem;
  font-size: 0.85vw;
}

.recruitment {
  display: flex;
  gap: 5rem;
}
.recruitment .content-l {
  flex-shrink: 0;
}
.recruitment .content-l .title-wrap {
  margin-bottom: 2rem;
}
.recruitment .content-l .title-wrap .en {
  color: #6c9ac1;
  font-style: italic;
}
.recruitment .content-l .title-wrap .title {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #0a4d85;
}
.recruitment .content-l .text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruitment {
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 2rem;
  }
  .recruitment .content-l {
    flex-basis: 100%;
  }
  .recruitment .content-r {
    flex-basis: 100%;
  }
}

.recruitment-slider .slick-track {
  display: flex;
  gap: 1.5rem;
}
.recruitment-slider .slick-slide {
  width: 25rem;
}
.recruitment-slider .slider-item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruitment-slider .slider-item .img {
  overflow: hidden;
  border-radius: 0.5rem;
}
.recruitment-slider .slider-item img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.recruitment-slider .slider-item .title {
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .recruitment-slider .slick-slide {
    width: 70vw;
  }
  .recruitment-slider .slick-next {
    right: 0px;
  }
}

.interview-top-content .title-wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.interview-top-content .text {
  text-align: center;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .interview-top-content .title-wrap {
    display: block;
  }
  .interview-top-content .title-wrap .title {
    line-height: 1.6;
  }
  .interview-top-content .text {
    text-align: left;
  }
}

.interview-slider .slider-item .img {
  aspect-ratio: 4.5/5;
  overflow: hidden;
  border-radius: 0.5rem;
}
.interview-slider .slider-item .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview-slider .slider-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.interview-slider .slider-item .copy {
  margin: 1rem auto;
  font-size: 1.25rem;
}
.interview-slider .slider-item .info {
  font-size: 14px;
}
.interview-slider .slider-item .name {
  margin-bottom: 1.5rem;
}
.interview-slider .slick-track {
  display: flex;
  gap: 2.25rem;
}
.interview-slider .slick-slide {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .interview-slider .slick-track {
    gap: 1.5rem;
  }
  .interview-slider .slick-slide {
    width: 70vw;
  }
  .interview-slider .slick-next {
    right: 0;
  }
}

.recruit-other {
  display: flex;
}
.recruit-other .title-wrap .title {
  font-size: 1rem;
  font-weight: normal;
}
.recruit-other .title-wrap .en {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.recruit-other .content-l {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
.recruit-other .content-l .text-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2588235294);
  color: white;
}
.recruit-other .content-l .inner {
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.recruit-other .content-r {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
.recruit-other .content-r .text-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2588235294);
  color: white;
}
.recruit-other .content-r .inner {
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  text-align: right;
}
.recruit-other .img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.recruit-other .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.recruit-other .link:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .recruit-other {
    display: block;
  }
  .recruit-other .img {
    aspect-ratio: 3/2;
  }
  .recruit-other .content-l .inner {
    padding: 2rem;
  }
  .recruit-other .content-l .inner .en {
    font-size: 8vw;
  }
  .recruit-other .content-l .inner .text {
    font-size: 14px;
  }
  .recruit-other .content-r .inner {
    padding: 2rem;
  }
  .recruit-other .content-r .inner .en {
    font-size: 8vw;
  }
  .recruit-other .content-r .inner .text {
    font-size: 14px;
  }
}

.guideline-item .to-entry {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.guideline-item .title {
  color: #0a4d85;
  font-size: 2rem;
}
.guideline-item .img {
  margin: 3rem auto;
}
.guideline-item .img img {
  border-radius: 0.5rem;
}
.guideline-item .content-table tr {
  display: block;
  padding: 1.5rem 0;
  border-top: 1px solid #b9b9b9;
}
.guideline-item .content-table tr:last-child {
  border-bottom: 1px solid #b9b9b9;
}
.guideline-item .content-table th {
  width: 15rem;
  font-weight: 500;
}
.guideline-item .content-table td {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .guideline-item .title {
    font-size: 1.5rem;
  }
  .guideline-item .img {
    margin: 2rem auto 3rem;
  }
  .guideline-item .content-table tr {
    padding: 0;
  }
  .guideline-item .content-table th {
    padding: 1rem;
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    text-align: center;
  }
  .guideline-item .content-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.interview-title {
  text-align: center;
  margin-bottom: 2rem;
}
.interview-title .en {
  font-style: italic;
  color: #6c9ac1;
}
.interview-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #0a4d85;
}

.interview-table {
  font-size: 14px;
}
.interview-table thead {
  background-color: #f4f5fc;
  text-align: center;
}
.interview-table thead th {
  font-weight: 500;
  padding: 1rem;
  width: 25%;
}
.interview-table tbody td {
  padding: 1rem;
  border: 1px solid #f4f5fc;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .interview-table {
    overflow: scroll;
  }
  .interview-table table {
    width: 300vw;
  }
  .interview-table table thead::before {
    content: "※横にスクロールしてください";
    background-color: white;
    padding-bottom: 0.5rem;
    font-size: 12px;
  }
}

.interview-archive {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
.interview-archive .archive-item {
  flex-basis: calc((100% - 12rem) / 3);
}
.interview-archive .archive-item:nth-child(3n+2) {
  margin-top: 5rem;
}
.interview-archive .archive-item:nth-child(3n+3) {
  margin-top: 10rem;
}
.interview-archive .archive-item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview-archive .archive-item .img {
  aspect-ratio: 4.5/5;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.interview-archive .archive-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.interview-archive .archive-item .copy {
  margin: 1.25rem auto;
}
.interview-archive .archive-item .info {
  font-size: 12px;
}
.interview-archive .archive-item .name {
  font-size: 1.25rem;
}
.interview-archive .archive-item .read-more {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .interview-archive {
    display: block;
  }
  .interview-archive .archive-item {
    margin-bottom: 1rem;
  }
  .interview-archive .archive-item:nth-child(3n+2) {
    margin: 0;
  }
  .interview-archive .archive-item:nth-child(3n+3) {
    margin-top: 2rem;
  }
  .interview-archive .archive-item:nth-child(2n) {
    margin: 2rem auto;
  }
  .interview-archive .archive-item .img {
    aspect-ratio: 4/3;
  }
}

.environment-content .title {
  color: #0a4d85;
  margin: 4rem auto 2rem;
}
.environment-content .title:first-child {
  margin-top: 0;
}
.environment-content .inner {
  margin: 2rem 0 2rem 2rem;
}
.environment-content .inner .sub-title {
  margin-bottom: 1rem;
}

.contact-top-text {
  text-align: center;
  margin: 4rem auto;
  line-height: 2;
}

.finish p {
  margin: 2rem auto;
  text-align: center;
  line-height: 2;
}
.finish .title {
  font-size: 2rem;
  color: #0a4d85;
  text-align: center;
  margin: 6rem auto 3rem;
}

.contact .form-tab {
  display: flex;
}
.contact .form-tab .tab-button {
  background-color: #2b75d8;
  color: #2b75d8;
  flex-basis: 50%;
  text-align: center;
  padding: 1.5rem;
}
.contact .form-tab .tab-button.active {
  background-color: #0a4d85;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact .form-tab {
    overflow: auto;
  }
}

.contact-step {
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #b7c6db;
}
.contact-step .separator {
  height: 1px;
  width: 5rem;
  background-color: #b7c6db;
  position: relative;
  top: 0.5rem;
}
.contact-step .step::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
}
.contact-step .step.active {
  color: #0a4d85;
  font-weight: bold;
}
.contact-step .step.active::before {
  background-color: #0a4d85;
}
@media screen and (max-width: 767px) {
  .contact-step {
    margin: 1rem auto;
  }
  .contact-step .separator {
    width: 1rem;
  }
}

.contact-tel-wrap.section {
  display: flex;
  gap: 4rem;
}
.contact-tel-wrap.section .tel {
  font-size: 5rem;
  color: #0a4d85;
  font-weight: 600;
}
.contact-tel-wrap.section .tel a:hover {
  color: #0e68b4;
  letter-spacing: 2px;
}
.contact-tel-wrap.section .main-ttl {
  min-width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact-tel-wrap.section {
    display: block;
  }
  .contact-tel-wrap.section .tel {
    font-size: 2rem;
  }
}

.form-content {
  padding: 0 5%;
  max-width: 880px;
  margin: auto;
}
.form-content label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.form-content label input {
  width: 1.5rem;
  flex-shrink: 0;
  margin: 0;
}
.form-content label span {
  line-height: 1;
  position: relative;
  top: -3px;
}
.form-content input[type=radio] {
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
.form-content input[type=radio]::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #8aa6c7;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}
.form-content input[type=radio]:checked::before {
  background-color: #0a4d85;
  box-shadow: inset 0 0 0 4px #fff;
}
.form-content .form-item {
  margin: 1rem auto;
}
.form-content .form-item label {
  display: inline-block;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
}
.form-content .form-item textarea {
  min-height: 10rem;
  padding: 0.5rem 1rem;
  border: 1px solid #b7c6db;
  border-radius: 0.5rem;
}
.form-content .form-item select {
  display: block;
  padding: 1rem;
  border: 1px solid #b7c6db;
  width: 100%;
}
.form-content .form-item input {
  padding: 0.5rem 1rem;
  border: 1px solid #b7c6db;
}
.form-content .form-item .label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-content .form-item .s-box {
  min-width: 20rem;
  max-width: 20rem;
  position: relative;
  z-index: 2;
}
.form-content .form-item .s-box::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #b7c6db;
  pointer-events: none;
}
.form-content .mw-wp-form-submit-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.form-content .mw-wp-form-submit-wrapper input {
  width: auto;
  padding: 1rem 2rem;
  border-radius: 10rem;
  color: #0a4d85;
  border: 1px solid #0a4d85;
  min-width: 10rem;
  transition: all 0.4s ease;
  letter-spacing: 4px;
}
.form-content .mw-wp-form-submit-wrapper input:hover {
  background-color: #0a4d85;
  color: white;
}
.form-content .required {
  color: #b7001e;
  font-size: 14px;
}
.form-content .any {
  font-size: 14px;
}
.form-content .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: center;
}
.form-content .radio-wrap input {
  padding: 0;
  border: none;
}
.form-content .radio-wrap label {
  cursor: pointer;
}
.form-content .radio-wrap .error {
  flex-basis: 100%;
}
.form-content .radio-wrap .mwform-radio-field {
  margin-left: 0 !important;
}
.form-content .privacy-text {
  text-align: center;
  margin: 1.5rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .form-content .radio-wrap {
    display: block;
  }
  .form-content .radio-wrap .mwform-radio-field {
    display: block;
  }
  .form-content .radio-wrap label {
    display: block;
  }
}

.mw_wp_form_preview .form-item {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-wrap-col2 {
  display: flex;
  gap: 5%;
}
.form-wrap-col2 .form-item {
  flex-basis: 50%;
}
.form-wrap-col2 .form-item {
  flex-basis: 50%;
}
.form-wrap-col2.postal .form-item:first-child {
  flex-basis: 20%;
  flex-shrink: 0;
}
.form-wrap-col2.postal .form-item:last-child {
  flex-basis: 80%;
}
@media screen and (max-width: 767px) {
  .form-wrap-col2 {
    flex-wrap: wrap;
  }
  .form-wrap-col2 .form-item {
    margin-top: 0;
    flex-basis: 100%;
  }
  .form-wrap-col2.postal .form-item:first-child {
    flex-basis: 100%;
  }
  .form-wrap-col2.postal .form-item:last-child {
    flex-basis: 100%;
  }
}

.checkbox-wrap {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkbox-wrap .mwform-checkbox-field {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-wrap .mwform-checkbox-field > label {
  cursor: pointer;
  padding: 0;
}
.checkbox-wrap .mwform-checkbox-field .checkbox {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.checkbox-wrap .mwform-checkbox-field .checkbox:checked ~ .mwform-checkbox-field-text::after {
  display: block;
}
.checkbox-wrap .mwform-checkbox-field .mwform-checkbox-field-text {
  padding-left: 30px;
  position: relative;
}
.checkbox-wrap .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #8aa6c7;
  border-radius: 4px;
}
.checkbox-wrap .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #0a4d85;
  border-width: 0 2px 2px 0;
  display: none;
}
.checkbox-wrap .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.form-content .finish-title {
  text-align: center;
  color: #0a4d85;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-content p {
  margin: 2rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-content {
    padding: 0;
  }
  .form-content .finish-title {
    font-size: 5vw;
  }
}

.mw_wp_form_preview .form-item {
  border-bottom: 1px solid #b7c6db;
}

.mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
.mwform-tel-field input {
  flex-grow: 1;
}
/*# sourceMappingURL=maps/style.css.map */