@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #24354D;
  background: #fff;
  margin: 0;
}
body.fix {
  overflow: hidden;
}
@media (max-width: 540px) {
  body {
    font-size: 13px;
  }
}
body.en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.f_en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}

a {
  color: inherit;
  transition-property: opacity;
  transition-duration: 400ms;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
@media (min-width: 541px) {
  a:not(.not):not(.btn):hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

.anker {
  padding-top: 67px;
  margin-top: -67px;
}
.anker-lg {
  padding-top: 80px;
  margin-top: -80px;
}

@media (min-width: 541px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 540px) {
  .is-pc {
    display: none;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
  font-feature-settings: "palt" on;
  letter-spacing: 0.05em;
}
.en h1, .en h2, .en h3, .en h4, .en h5, .en h6 {
  letter-spacing: 0.01em;
}

.sec-h2 {
  font-size: 27px;
  font-weight: 900;
  margin: 0 0 32px;
}
@media (max-width: 540px) {
  .sec-h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.en .sec-h2 {
  font-size: 29px;
}
@media (max-width: 540px) {
  .en .sec-h2 {
    font-size: 24px;
  }
}
.home .sec-h2 {
  padding-bottom: 16px;
  position: relative;
}
.home .sec-h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #009FE8;
}
.sec-h2.lg {
  font-size: 32px;
}
@media (max-width: 540px) {
  .sec-h2.lg {
    font-size: 22px;
  }
}
.sec-h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 32px;
}
@media (max-width: 540px) {
  .sec-h3 {
    font-size: 18px;
  }
}
.en .sec-h3 {
  font-size: 24px;
}
@media (max-width: 540px) {
  .en .sec-h3 {
    font-size: 20px;
  }
}

p {
  margin-top: 0px;
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0px;
}

.ol-general, .ul-general {
  margin: 0;
  padding-left: 1.5em;
}
.ol-general li, .ul-general li {
  margin-bottom: 12px;
}
.ol-general li:last-child, .ul-general li:last-child {
  margin-bottom: 0px;
}
.ol-general.conpact li, .ul-general.conpact li {
  margin-bottom: 0;
}

.tab-general {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-column-gap: 0px;
  list-style: none;
  padding: 8px;
  margin: 0;
}
.tab-general li {
  border-right: 1px solid #AFC4E0;
}
.tab-general li:last-child {
  border-right: none;
}
.tab-general li a, .tab-general li span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #0D87BF;
  padding: 4px;
}
@media (max-width: 540px) {
  .tab-general li a, .tab-general li span {
    font-size: 14px;
  }
}
.tab-general li a {
  text-decoration: none;
  color: #3E4D63;
}

.text-lg {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 16px;
  font-weight: 500;
}
.text-lg:last-child {
  margin-bottom: 0px;
}
@media (max-width: 540px) {
  .text-lg {
    font-size: 13px;
  }
}
.en .text-lg {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 540px) {
  .en .text-lg {
    font-size: 14px;
  }
}

.text-md {
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 540px) {
  .text-md {
    font-size: 13px;
  }
}
.en .text-md {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 540px) {
  .en .text-md {
    font-size: 14px;
  }
}

.text-md-sm {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 540px) {
  .text-md-sm {
    font-size: 13px;
  }
}

.text-sm {
  font-size: 12px;
  color: #3E4D63;
}

.text-center {
  text-align: center;
}

.page_header {
  height: 240px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 0 64px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page_header.sm {
  height: 140px;
}
@media (max-width: 540px) {
  .page_header {
    height: 100px;
    padding: 0 16px;
  }
  .page_header.sm {
    height: 100px;
  }
}
.page_header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 13.02%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.85;
  z-index: 0;
}
.page_header-title {
  font-weight: 900;
  font-size: 27px;
  line-height: 100%;
  padding: 4px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 540px) {
  .page_header-title {
    font-size: 18px;
  }
}
.en .page_header-title {
  padding: 4px 4px 2px;
}

.breadcrumb {
  color: #3E4D63;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 64px;
  display: flex;
}
.breadcrumb a, .breadcrumb span {
  margin-right: 8px;
}
.breadcrumb a {
  color: #3E4D63;
}
@media (max-width: 540px) {
  .breadcrumb {
    padding: 32px 16px 4px;
    font-size: 10px;
  }
}

.table-general {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-general tr:last-child th, .table-general tr:last-child td {
  border-bottom: none;
}
.table-general th, .table-general td {
  vertical-align: top;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #AFC4E0;
  line-height: 175%;
}
@media (max-width: 540px) {
  .table-general th {
    padding: 12px 4px 12px 0;
    font-size: 12px;
    min-width: 64px;
  }
}
@media (max-width: 540px) {
  .table-general td {
    font-size: 13px;
  }
}

.table-primary {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-primary tr:last-child th, .table-primary tr:last-child td {
  border-bottom: none;
}
.table-primary th, .table-primary td {
  vertical-align: top;
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #AFC4E0;
  line-height: 175%;
}
@media (max-width: 540px) {
  .table-primary th, .table-primary td {
    padding: 8px;
  }
}
.table-primary th {
  background-color: #3E4D63;
  color: #fff;
  width: 140px;
}
@media (max-width: 540px) {
  .table-primary th {
    width: 90px;
    font-size: 12px;
  }
}
.table-primary td {
  background-color: #F9FAFC;
}
@media (max-width: 540px) {
  .table-primary td {
    font-size: 13px;
  }
}

.wanotec-dots, .wanotec-square {
  position: absolute;
}
.wanotec-dots {
  display: grid;
  grid-template-columns: repeat(15, 6px);
  grid-template-rows: repeat(15, 6px);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: fit-content;
  height: fit-content;
  user-select: none;
  transition-property: all;
  transition-duration: 600ms;
}
.wanotec-dots-wrap {
  position: absolute;
  width: fit-content;
  height: fit-content;
}
.wanotec-dots div {
  width: 6px;
  height: 6px;
  background-color: #333;
}
.wanotec-dots.white div {
  background-color: #fff;
}
.wanotec-dots.yellow div {
  background-color: #FAF4BE;
}
.wanotec-dots.md {
  transform: scale(0.775);
}
.wanotec-dots.sm {
  transform: scale(0.65);
}
.wanotec-square {
  border: 48px solid #009FE8;
  width: 282px;
  height: 282px;
}
.wanotec-square.solid {
  border: none;
  background-color: #009FE8;
}
.wanotec-square.white {
  border-color: #fff;
}
.wanotec-square.md {
  border-width: 46px;
  width: 260px;
  height: 260px;
}
.wanotec-square.sm {
  border-width: 31px;
  width: 196px;
  height: 196px;
}
.wanotec-square.xs {
  border-width: 24px;
  width: 120px;
  height: 120px;
}

.vertical_line:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 40px auto;
  background-color: #AFC4E0;
}
@media (max-width: 540px) {
  .vertical_line:after {
    margin: 16px auto;
  }
}
.vertical_line-sm:after {
  margin: 16px auto;
}
.vertical_line-md:after {
  margin: 32px auto;
}
@media (max-width: 540px) {
  .vertical_line-md:after {
    margin: 16px auto;
  }
}
.vertical_line-lg:after {
  height: 120px;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal-close {
  width: 32px;
  height: 32px;
  position: fixed;
  left: calc(50% + 420px + 48px);
  top: 48px;
  background-image: url(../img/common/icon/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 540px) {
  .modal-close {
    background-image: url(../img/common/icon/close-bk.svg);
    left: auto;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: 20px 20px;
  }
}
.video .modal-close {
  position: absolute;
  top: calc(50% - 275.625px - 48px);
  left: calc(50% + 490px - 32px);
}
@media (max-width: 540px) {
  .video .modal-close {
    top: 0;
    left: auto;
    right: 0;
    background-image: url(../img/common/icon/close.svg);
  }
}
.modal-overlay {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(16, 24, 35, 0.75);
  transition-property: opacity;
  transition-duration: 600ms;
}
.modal-wrapper {
  padding: 48px 0;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media (max-width: 540px) {
  .modal-wrapper {
    padding: 0;
  }
}
.video .modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper-inner {
  width: 840px;
  background: #fff;
  margin: auto;
  pointer-events: all;
  z-index: 110;
}
@media (max-width: 540px) {
  .modal-wrapper-inner {
    width: 100%;
  }
}
.video .modal-wrapper-inner {
  width: 980px;
}
.video .modal-wrapper-inner .video_wrap {
  position: relative;
  height: 0;
  padding: 0px 0 56.25%;
  overflow: hidden;
}
.video .modal-wrapper-inner .video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.show {
  display: block;
}
.modal.show .modal-overlay {
  animation: fadein 0.6s ease;
  animation-fill-mode: forwards;
}
.modal.show .modal-wrapper-inner {
  opacity: 0;
  animation: fadein2 0.4s ease;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.modal.show.video .modal-wrapper-inner {
  animation: fadein 0.4s ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.modal.out {
  animation: fadeout 0.3s ease;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 1200px;
}
@media (max-width: 540px) {
  .site-wrapper {
    min-width: inherit;
  }
}

main {
  flex: 1;
  padding-top: 67px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-delay: 0s;
}
main.show {
  opacity: 1;
}
@media (max-width: 540px) {
  main {
    padding-top: 48px;
  }
}

section .inner, header .inner, footer .inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 540px) {
  section .inner, header .inner, footer .inner {
    padding: 0 16px;
  }
}

.sec-general {
  padding: 120px 0;
}
@media (max-width: 540px) {
  .sec-general {
    padding: 64px 0;
  }
}
.sec-general-md {
  padding: 80px 0;
}
@media (max-width: 540px) {
  .sec-general-md {
    padding: 40px 0;
  }
}
.sec-general-sm {
  padding: 64px 0;
}
@media (max-width: 540px) {
  .sec-general-sm {
    padding: 32px 0;
  }
}
.sec-general-xs {
  padding: 32px 0 80px;
}
.sec-lg .inner {
  max-width: 1168px;
}
.sec-md .inner {
  max-width: 848px;
}
.sec-sm .inner {
  max-width: 808px;
}
.sec-xs .inner {
  max-width: 648px;
}
.sec-last {
  padding-bottom: 160px;
}
@media (max-width: 540px) {
  .sec-last {
    padding-bottom: 80px;
  }
}

header {
  padding: 0;
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 100;
  background-color: #fff;
  height: 67px;
  transition-property: box-shadow;
  transition-duration: 800ms;
}
@media (max-width: 540px) {
  header {
    height: 48px;
    min-width: auto;
  }
}
header.fix {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1440px) {
  header .inner {
    padding: 0 40px;
  }
}
header .logo {
  margin: 0;
}
header .logo img {
  height: 42px;
  display: block;
}
@media (max-width: 540px) {
  header .logo img {
    height: 26px;
  }
}
@media (max-width: 540px) {
  header nav {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: calc(123px - 100%);
    padding: 64px 48px 64px 24px;
    width: calc(100% - 123px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition-property: right;
    transition-duration: 400ms;
    z-index: 1;
  }
  header nav.active {
    right: 0;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  }
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}
header nav ul li a:not(.btn) {
  text-decoration: none;
  color: #24354D;
  display: block;
}
header nav ul li.en a {
  font-weight: 500;
}
header nav ul li.en a .icon {
  margin-right: 8px;
}
header nav ul li.current > a {
  color: #0D87BF;
}
@media (min-width: 541px) {
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul.child {
    display: none;
  }
  header nav ul li {
    line-height: 1.25;
    font-size: 15px;
  }
  .en header nav ul li {
    font-size: 16px;
  }
  header nav ul li a {
    padding: 24px 32px;
    position: relative;
    display: flex;
    height: 67px;
  }
  header nav ul li.en a {
    margin-left: 16px;
  }
  .en header nav ul li.en a {
    font-size: 14px;
  }
  header nav ul li.current a:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 24px);
    height: 6px;
    bottom: 0;
    left: 12px;
    background-color: #004097;
    z-index: 1;
  }
}
@media (max-width: 540px) {
  header nav > ul > li {
    border-bottom: 1px solid rgba(175, 196, 224, 0.5);
    font-size: 15px;
    position: relative;
  }
  header nav > ul > li > a {
    padding: 16px 8px 16px 0px;
  }
  header nav > ul > li.en {
    margin-top: 48px;
    border: none;
  }
  header nav > ul > li.en a {
    width: 100%;
  }
  header nav > ul > li ul.child {
    border-top: 1px solid rgba(175, 196, 224, 0.5);
    padding: 12px 0 12px 8px;
    display: none;
  }
  header nav > ul > li ul.child li {
    font-weight: 500;
    font-size: 13px;
  }
  header nav > ul > li ul.child li a {
    padding: 8px 0 8px 12px;
    background-image: url(../img/common/arrow/plain-xs.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  header nav > ul > li.current ul.child {
    display: block;
  }
  header nav > ul > li .nav-swich {
    position: absolute;
    width: 48px;
    height: 53px;
    top: 0;
    right: -8px;
  }
  header nav > ul > li .nav-swich:before, header nav > ul > li .nav-swich:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #AFC4E0;
    transition-property: transform;
    transition-duration: 300ms;
  }
  header nav > ul > li .nav-swich:after {
    transform: rotate(90deg);
  }
  header nav > ul > li .nav-swich.active:before {
    transform: rotate(180deg);
  }
  header nav > ul > li .nav-swich.active:after {
    transform: rotate(180deg);
  }
}
header .nav-overlay {
  display: none;
  pointer-events: none;
}
@media (max-width: 540px) {
  header .nav-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(4, 42, 95, 0.85);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 0;
    transition-property: opacity;
    transition-duration: 400ms;
    opacity: 0;
  }
  header .nav-overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  header .nav-overlay img {
    height: 26px;
    display: block;
    margin: 11px 0 0 16px;
  }
}

.footer {
  background-color: #F3F5F8;
  padding: 80px 0 40px;
}
@media (min-width: 1440px) {
  .footer .inner {
    padding: 0 64px;
  }
}
@media (min-width: 541px) {
  .footer .inner {
    padding: 0 40px;
  }
}
.footer-primary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 540px) {
  .footer-primary {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.footer-primary-left-logo {
  height: 32px;
  margin-bottom: 24px;
}
.footer-primary-left-heading {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer-primary-left-info {
  font-size: 12px;
  line-height: 1.75;
}
.footer-primary nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto;
  grid-column-gap: 64px;
}
@media (max-width: 540px) {
  .footer-primary nav > ul {
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    margin-bottom: 48px;
  }
}
.footer-primary nav > ul > li {
  line-height: 1.25;
  font-size: 13px;
  font-weight: 600;
  min-width: 120px;
}
.footer-primary nav > ul > li a {
  text-decoration: none;
  color: #24354D;
  display: block;
  background-image: url(../img/common/arrow/circle-sm.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.footer-primary nav > ul > li ul.child {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.footer-primary nav > ul > li ul.child li {
  font-weight: 400;
  font-size: 12px;
}
.footer-primary nav > ul > li ul.child li a {
  color: #24354D;
  padding: 6px 0;
  background-image: url(../img/common/arrow/plain-xs.svg);
  background-position: 6px center;
  padding-left: 14px;
}
.footer-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-secondary-copyright {
  font-size: 11px;
  color: #3E4D63;
}
.footer-secondary-nav {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 541px) {
  .footer-secondary-nav:not(.is-pc) {
    display: none;
  }
}
@media (max-width: 540px) {
  .footer-secondary-nav {
    margin-bottom: 80px;
  }
  .footer-secondary-nav:not(.is-sp) {
   display: none;
  }
}
.footer-secondary-nav li {
  line-height: 1.25;
  border-left: 1px solid #3E4D63;
}
.footer-secondary-nav li:last-child {
  border-right: 1px solid #3E4D63;
}
.footer-secondary-nav li a {
  text-decoration: none;
  color: #3E4D63;
  display: block;
  padding: 0 16px;
}

.local-nav {
  position: absolute;
  right: 64px;
  bottom: -24px;
  list-style: none;
  padding: 16px;
  margin: 0;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  z-index: 99;
}
@media (max-width: 540px) {
  .local-nav {
    padding: 8px 4px;
    right: 8px;
    bottom: -16px;
    border-radius: 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  }
  .recruit .local-nav {
    bottom: -20px;
    width: calc(100% - 24px);
  }
}
.recruit-top .local-nav {
  position: fixed;
  top: 91px;
  bottom: inherit;
}
@media (max-width: 540px) {
  .recruit-top .local-nav {
    top: 56px;
  }
}
.local-nav > li {
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  border-right: 1px solid #AFC4E0;
  display: flex;
  align-items: center;
  position: relative;
}
.local-nav > li:last-child {
  border: none;
}
@media (max-width: 540px) {
  .local-nav > li {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.25;
  }
}
.en .local-nav > li {
  font-size: 15px;
}
@media (max-width: 540px) {
  .en .local-nav > li {
    font-size: 12px;
  }
}
.local-nav > li > a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 24px;
  color: #24354D;
  position: relative;
}
.local-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 46px;
  top: -16px;
  left: 0;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 540px) {
  .local-nav > li > a:after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
  }
}
@media (max-width: 540px) {
  .local-nav > li > a {
    padding: 0 12px;
  }
}
.local-nav > li.current > a {
  color: #0D87BF;
}
.local-nav.fix {
  position: fixed;
  top: 91px;
  bottom: inherit;
}
@media (max-width: 540px) {
  .local-nav.fix {
    top: 56px;
  }
}
.local-nav-child {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #08387B;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 4px 4px;
}
.local-nav-child li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.local-nav-child li:last-child {
  border-bottom: none;
}
.local-nav-child li a {
  color: #fff;
  padding: 15px 24px;
  display: block;
  text-decoration: none;
}

.menu-wrap {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 541px) {
  .menu-wrap {
    display: none;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 10px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3E4D63;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
  width: 24px;
  right: 0;
  left: auto;
}
.menu-trigger.on span:nth-of-type(1) {
  animation: menu_bar01 0.251s forwards;
}
.menu-trigger.on span:nth-of-type(2) {
  animation: menu_bar02 0.251s forwards;
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active_menu_bar01 0.251s forwards;
}
.menu-trigger.active span:nth-of-type(2) {
  animation: active_menu_bar03 0.251s forwards;
  width: 100%;
}

@keyframes menu_bar01 {
  0% {
    transform: translateY(4px) rotate(45deg);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu_bar02 {
  0% {
    transform: translateY(-4px) rotate(-45deg);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active_menu_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(4px) rotate(45deg);
  }
}
@keyframes active_menu_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(-4px) rotate(-45deg);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
}
@media (max-width: 540px) {
  .btn {
    border-radius: 4px;
  }
}
.btn.has-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow/plain-sm-wh.svg);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  z-index: 1;
}
.btn-primary {
  color: #FFFFFF;
  background: #08387B;
}
.btn-blue {
  color: #FFFFFF;
  background: #004EB8;
}
.btn-white {
  color: #24354D;
  background: #fff;
}
.btn-white.has-arrow:before {
  background-image: url(../img/common/arrow/plain-sm.svg);
}
.btn-lined {
  border: 1px solid #AFC4E0;
  color: #3E4D63;
}
@media (min-width: 541px) {
  .btn-lined:hover {
    opacity: 0.7;
  }
}
.btn-sm {
  height: 36px;
  padding: 0 16px;
}
.btn-lg {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  min-width: 240px;
}
.btn-lg:not(.btn-lined) {
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 540px) {
  .btn-lg {
    height: 40px;
    font-size: 14px;
    min-width: 180px;
  }
}
.btn-wide {
  min-width: 320px;
}
@media (max-width: 540px) {
  .btn-wide {
    min-width: 240px;
  }
}
.btn.input_wrap {
  padding: 0;
}
.btn.input_wrap input {
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  font: inherit;
  color: inherit;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 200px;
  top: 0;
  bottom: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  background-color: #009FE8;
  opacity: 0;
  z-index: -1;
  transition-property: all;
  transition-duration: 500ms;
}
.btn:not(.btn-lined):hover:after {
  width: 360px;
  height: 360px;
  opacity: 1;
}
.btn:not(.btn-en):not(.btn-lined):hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateY(2px);
}

.form-wrapper {
  padding: 24px 40px 40px;
  background: #F9FAFC;
}
@media (max-width: 540px) {
  .form-wrapper {
    padding: 16px 16px 40px;
  }
}
.form-wrapper-block {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}
@media (max-width: 540px) {
  .form-wrapper-block {
    display: block;
  }
}
.form-wrapper-btn_wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 540px) {
  .form-wrapper-btn_wrapper {
    margin-top: 24px;
  }
}
.form-wrapper-btn_wrapper .btn {
  margin: 0 8px;
}
.form-wrapper.confirm {
  padding-top: 40px;
}
@media (max-width: 540px) {
  .form-wrapper.confirm {
    padding-top: 32px;
  }
}
.form-wrapper.confirm .error_messe_wrap {
  margin-top: 32px;
  margin-bottom: 48px;
}
.form-wrapper.confirm .error_messe_wrap:last-child {
  margin-bottom: 0px;
}
.form-wrapper.confirm .formTable {
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 48px;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-wrapper.confirm .formTable th, .form-wrapper.confirm .formTable td {
  padding: 16px;
  border-bottom: 1px solid #AFC4E0;
  word-break: break-all;
}
@media (max-width: 540px) {
  .form-wrapper.confirm .formTable th, .form-wrapper.confirm .formTable td {
    padding: 8px;
  }
}
.form-wrapper.confirm .formTable th {
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  color: #3E4D63;
  width: 160px;
  vertical-align: top;
}
@media (max-width: 540px) {
  .form-wrapper.confirm .formTable th {
    width: 98px;
    font-size: 12px;
  }
}
.form-wrapper.confirm .btn-wrap {
  display: flex;
  justify-content: center;
}
.form-wrapper.confirm .btn-wrap .btn {
  margin: 0 8px;
}
@media (max-width: 540px) {
  .form-wrapper.confirm .btn-wrap .btn {
    margin: 0 4px;
    min-width: auto;
    width: 50%;
  }
}
.form-label {
  font-weight: 500;
  font-size: 13px;
  padding-top: 8px;
  color: #3E4D63;
}
@media (max-width: 540px) {
  .form-label {
    padding: 12px 0 4px;
  }
  .form-label:first-child {
    padding-top: 0;
  }
}
.form-control {
  width: 100%;
  max-width: 400px;
  height: 40px;
  align-items: center;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #AFC4E0;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: inherit;
}
.form-control::placeholder {
  color: rgba(36, 53, 77, 0.3);
}
.form-select {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 540px) {
  .form-select {
    width: 100%;
  }
}
.form-select:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3E4D63;
  pointer-events: none;
}
.form-select select {
  height: 40px;
  padding: 8px 40px 8px 12px;
  line-height: 1;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #AFC4E0;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance: none;
}
.form-select select::-ms-expand {
  display: none;
}
@media (max-width: 540px) {
  .form-select select {
    min-width: auto;
    width: 100%;
  }
}
.form-upfile {
  padding: 16px;
  border: 1px solid #AFC4E0;
  border-radius: 4px;
  margin-bottom: 8px;
}
.form-upfile label {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.form-check-item {
  padding: 8px 0;
}
.form-check input[type=checkbox] {
  display: none;
}
.form-check label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.form-check label:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(../img/common/check01.svg);
}
.form-check input[type=checkbox]:checked + label:before {
  background-image: url(../img/common/check02.svg);
}

textarea.form-control {
  max-width: none;
  height: inherit;
  font-family: inherit;
}

.iv {
  opacity: 0;
  transform: translateY(16px);
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-delay: 0.2s;
}
.iv.inv {
  opacity: 1;
  transform: translateY(0);
}
.iv.d1 {
  transition-delay: 0.4s;
}
.iv.d2 {
  transition-delay: 0.6s;
}
.iv.d3 {
  transition-delay: 0.8s;
}
.iv.d4 {
  transition-delay: 1s;
}

@keyframes home_copy_txt {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 100%;
    transform: translateX(0);
  }
}
@keyframes home_copy_bg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes home_copy_bg_1 {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes home_copy_bg_2 {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes home_copy_txt_hide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes home_copy_bg_hide {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes home_copy_bg_1_hide {
  0% {
    height: 15px;
  }
  100% {
    height: 0;
  }
}
@keyframes home_copy_bg_2_hide {
  0% {
    height: 10px;
  }
  100% {
    height: 0;
  }
}
.home-mainimg {
  position: relative;
}
.home-mainimg .inner {
  padding: 0;
}
.home-mainimg-info {
  position: absolute;
  left: 32px;
  bottom: 25px;
}
@media (max-width: 540px) {
  .home-mainimg-info {
    padding: 0 16px;
    left: 0;
    bottom: 62px;
    width: 100%;
  }
}
@media (min-width: 541px) {
  .recruit .home-mainimg-info {
    left: inherit;
    right: 64px;
  }
}
@media (max-width: 540px) {
  .recruit .home-mainimg-info {
    bottom: -22px;
    z-index: 1;
  }
}
.home-mainimg-info-label {
  background-color: rgba(3, 40, 90, 0.88);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 3px 3px 0 0;
}
.recruit .home-mainimg-info-label {
  background-color: #009FE8;
}
.home-mainimg-info-text {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 500;
  max-width: 600px;
  border-radius: 0 3px 3px 3px;
  transition-property: background;
  transition-duration: 400ms;
}
.home-mainimg-info-text:hover {
  background-color: rgb(255, 255, 255);
}
.home-mainimg-info-text a {
  text-decoration: none;
  color: #24354D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 12px 44px 12px 16px;
  background-image: url(../img/common/arrow/circle-sm.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 12px center;
  min-width: 480px;
}
@media (max-width: 540px) {
  .home-mainimg-info-text a {
    min-width: auto;
    white-space: normal;
  }
}
.home-mainimg-recruit {
  position: absolute;
  bottom: -36px;
  transition-property: filter, transform;
  transition-duration: 600ms;
  right: 32px;
  z-index: 5;
}
@media (min-width: 1700px) {
  .home-mainimg-recruit {
    right: 64px;
  }
}
@media (max-width: 540px) {
  .home-mainimg-recruit {
    right: auto;
    padding: 0 16px;
    width: 100%;
  }
}
.home-mainimg-recruit:hover {
  filter: brightness(1.1);
  transform: scale(1.02) translateY(-4px);
}
.home-mainimg-recruit a {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 440px;
  height: 104px;
  background: #F3F5F8;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  background-image: url(../img/common/arrow/circle-lg.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16px center;
}
@media (max-width: 540px) {
  .home-mainimg-recruit a {
    width: 100%;
    height: 78px;
    background-size: 16px 16px;
    background-position: right 12px center;
  }
}
.home-mainimg-recruit-img {
  height: 100%;
  width: auto;
  margin-right: 24px;
}
@media (max-width: 540px) {
  .home-mainimg-recruit-img {
    margin-right: 12px;
  }
}
.home-mainimg-recruit-text-label {
  font-weight: 800;
  font-size: 13px;
  color: #009FE8;
}
@media (max-width: 540px) {
  .home-mainimg-recruit-text-label {
    font-size: 12px;
  }
}
.home-mainimg-recruit-text-heading {
  font-weight: 700;
  font-size: 16px;
  color: #004097;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 540px) {
  .home-mainimg-recruit-text-heading {
    font-size: 15px;
  }
}
.home-mainimg-recruit-text-heading span {
  font-size: 18px;
}
@media (max-width: 540px) {
  .home-mainimg-recruit-text-heading span {
    font-size: 16px;
  }
}
.home-mainimg .wanotec-dots {
  top: 110px;
  right: 335px;
}
.en .home-mainimg .wanotec-dots {
  right: 445px;
}
@media (max-width: 540px) {
  .home-mainimg .wanotec-dots {
    top: calc(50vh - 300px);
    right: inherit;
    left: -40px;
  }
  .en .home-mainimg .wanotec-dots {
    top: calc(50vh - 340px);
  }
}
.home-mainimg .wanotec-dots.anime {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 700ms;
  transform: translate(-28px, 28px);
}
@media (max-width: 540px) {
  .home-mainimg .wanotec-dots.anime {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    transform: translate(0, 0) scale(0.5);
  }
}
.home-mainimg .wanotec-dots.anime.show {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0.3;
  transform: translate(0, 0);
}
@media (max-width: 540px) {
  .home-mainimg .wanotec-dots.anime.show {
    transform: translate(0, 0) scale(0.5);
  }
}
.home-mainimg-copy {
  position: absolute;
  top: 207px;
  right: 148px;
  z-index: 5;
  line-height: 23px;
}
.en .home-mainimg-copy {
  line-height: 21px;
}
@media (max-width: 540px) {
  .home-mainimg-copy {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    transform: scale(0.75);
    padding-bottom: 15vh;
  }
  .en .home-mainimg-copy {
    transform: scale(0.8);
    padding-bottom: 0;
  }
}
.home-mainimg-copy-line {
  width: fit-content;
  position: relative;
  padding: 0 4px;
}
.en .home-mainimg-copy-line {
  padding: 5px 4px 3px;
}
.home-mainimg-copy-line img {
  z-index: 3;
  position: relative;
  opacity: 0;
}
.home-mainimg-copy-line:before, .home-mainimg-copy-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #03285a;
  opacity: 0.88;
}
.en .home-mainimg-copy-line:before, .en .home-mainimg-copy-line:after {
  height: calc(100% - 12px);
}
.home-mainimg-copy-line:after {
  top: inherit;
}
.home-mainimg-copy-line.line01 {
  margin-bottom: 17px;
}
.en .home-mainimg-copy-line.line01 {
  margin-bottom: 12px;
}
.home-mainimg-copy-line.line01:after {
  width: 247px;
  height: 0;
  bottom: 55px;
  left: 78px;
}
@media (max-width: 540px) {
  .home-mainimg-copy-line.line01:after {
    bottom: 53px;
  }
}
.en .home-mainimg-copy-line.line01:after {
  bottom: 61px;
}
@media (max-width: 540px) {
  .en .home-mainimg-copy-line.line01:after {
    bottom: 59px;
  }
}
.home-mainimg-copy-line.line02 {
  margin-bottom: 31px;
  margin-left: 48px;
}
.en .home-mainimg-copy-line.line02 {
  margin-bottom: 22px;
  margin-left: 134px;
}
.home-mainimg-copy-line.line02:after {
  content: none;
}
.home-mainimg-copy-line.line03 {
  margin-left: 112px;
}
.en .home-mainimg-copy-line.line03 {
  margin-left: 0;
}
.home-mainimg-copy-line.line03:after {
  width: 143px;
  height: 0;
  bottom: 53px;
}
@media (max-width: 540px) {
  .home-mainimg-copy-line.line03:after {
    bottom: 51px;
  }
}
.en .home-mainimg-copy-line.line03:after {
  bottom: 60px;
}
@media (max-width: 540px) {
  .en .home-mainimg-copy-line.line03:after {
    bottom: 58px;
  }
}
.home-mainimg-copy-line.line04 {
  float: right;
  margin-top: -8px;
}
.home-mainimg-copy.show .home-mainimg-copy-line img {
  animation-name: home_copy_txt;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.show .home-mainimg-copy-line:before {
  animation-name: home_copy_bg;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line01 img {
  animation-delay: 0.1s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line01:before {
  animation-delay: 0s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line01:after {
  animation-name: home_copy_bg_1;
  animation-duration: 0.35s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line02 img {
  animation-delay: 0.35s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line02:before {
  animation-delay: 0.2s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line03 img {
  animation-delay: 0.6s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line03:before {
  animation-delay: 0.4s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line03:after {
  animation-name: home_copy_bg_2;
  animation-duration: 0.45s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line04 img {
  animation-delay: 0.8s;
}
.home-mainimg-copy.show .home-mainimg-copy-line.line04:before {
  animation-delay: 0.6s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line img {
  opacity: 1;
  animation-name: home_copy_txt_hide;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.hide .home-mainimg-copy-line:before {
  width: 100%;
  animation-name: home_copy_bg_hide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line01 img {
  animation-delay: 0s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line01:before {
  animation-delay: 0.15s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line01:after {
  height: 15px;
  animation-name: home_copy_bg_1_hide;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line02 img {
  animation-delay: 0.35s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line02:before {
  animation-delay: 0.4s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line03 img {
  animation-delay: 0.6s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line03:before {
  animation-delay: 0.7s;
}
.home-mainimg-copy.hide .home-mainimg-copy-line.line03:after {
  height: 10px;
  animation-name: home_copy_bg_2_hide;
  animation-duration: 0.45s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
}
.home-mainimg-slider {
  position: relative;
  overflow: hidden;
  height: 640px;
  z-index: -1;
}
.home-mainimg-slider-wrapper {
  overflow: hidden;
}
@media (max-width: 540px) {
  .home-mainimg-slider {
    width: 540px;
    height: calc(100vh - 72px - 48px);
    left: calc((540px - 100vw) / 2 * -1);
  }
  .en .home-mainimg-slider {
    height: calc(100vh - 48px);
  }
}
.home-mainimg-slider .item {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position-y: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 100%;
  background-position-x: -75vw;
}
.home-mainimg-slider .item.set {
  left: 0;
  background-position-x: 0;
}
.home-mainimg-slider .item.start {
  animation-name: slider;
  animation-duration: 1.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.72, 0.01, 0.38, 1);
  animation-delay: 5s;
}
@media (max-width: 540px) {
  .home-mainimg-slider .item.start {
    animation-name: slider_sp;
    animation-duration: 1.8s;
  }
}
.home-mainimg-slider .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transition-property: opacity;
  transition-duration: 800ms;
  transition-delay: 0.5s;
  opacity: 0;
}
.home-mainimg-slider .item.marker-show:after {
  opacity: 1;
}
.home-mainimg-slider .item.bg01 {
  background-image: url(../img/home/mainimg01.jpg);
}
.home-mainimg-slider .item.bg01:after {
  background-image: url(../img/home/main-marker01.svg);
}
@media (max-width: 540px) {
  .home-mainimg-slider .item.bg01 {
    background-image: url(../img/home/mainimg-sp01.jpg);
  }
  .home-mainimg-slider .item.bg01:after {
    background-image: url(../img/home/main-marker-sp01.svg);
  }
}
.home-mainimg-slider .item.bg02 {
  background-image: url(../img/home/mainimg02.jpg);
}
.home-mainimg-slider .item.bg02:after {
  background-image: url(../img/home/main-marker02.svg);
}
@media (max-width: 540px) {
  .home-mainimg-slider .item.bg02 {
    background-image: url(../img/home/mainimg-sp02.jpg);
  }
  .home-mainimg-slider .item.bg02:after {
    background-image: url(../img/home/main-marker-sp02.svg);
  }
}
.home-mainimg-slider .item.bg03 {
  background-image: url(../img/home/mainimg03.jpg);
}
.home-mainimg-slider .item.bg03:after {
  background-image: url(../img/home/main-marker03.svg);
}
@media (max-width: 540px) {
  .home-mainimg-slider .item.bg03 {
    background-image: url(../img/home/mainimg-sp03.jpg);
  }
  .home-mainimg-slider .item.bg03:after {
    background-image: url(../img/home/main-marker-sp03.svg);
  }
}
@keyframes slider {
  100% {
    left: 0;
    background-position-x: 0;
  }
}
@keyframes slider_sp {
  100% {
    left: 0;
    background-position-x: 0;
  }
}
.home-about {
  overflow: hidden;
}
@media (max-width: 540px) {
  .home-about {
    padding: 160px 0 40px;
  }
}
.home-about .inner {
  display: flex;
  padding: 0;
  padding-left: calc(160px + (100vw - 1440px) / 2);
  max-width: 1700px;
}
@media (min-width: 1700px) {
  .home-about .inner {
    padding-left: 220px;
    padding-right: 100px;
  }
}
@media (max-width: 1168px) {
  .home-about .inner {
    padding-left: 24px;
  }
}
@media (max-width: 540px) {
  .home-about .inner {
    display: block;
    padding: 0 16px;
  }
}
.home-about-left {
  max-width: 600px;
  width: 120%;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .home-about-left {
    width: 100%;
    margin-bottom: 48px;
  }
}
.home-about-left-heading3 {
  color: #004097;
}
.home-about-left-text {
  margin-bottom: 48px;
}
.en .home-about-left-text {
  max-width: 490px;
}
.home-about-left-text p {
  line-height: 1.75;
  text-align: justify;
}
.en .home-about-left-text p {
  text-align: left;
}
.home-about-left-text-sm {
  max-width: 490px;
  margin-bottom: 0;
}
.home-about-left-typo {
  position: absolute;
  top: -140px;
  left: -112px;
  z-index: -1;
}
@media (max-width: 540px) {
  .home-about-left-typo {
    width: 160px;
    left: -24px;
  }
}
.home-about-right {
  padding-top: 126px;
  margin-left: -80px;
  position: relative;
}
@media (max-width: 540px) {
  .home-about-right {
    margin: 0;
    margin-right: -16px;
    padding-top: 0;
  }
}
.home-about-right-obj {
  position: absolute;
  left: -70px;
  top: 0;
  z-index: -1;
  opacity: 0.9;
  user-select: none;
}
.home-service {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(284.91deg, rgba(4, 42, 95, 0.96) 33.14%, rgba(8, 64, 143, 0.85) 97.93%), url(../img/home/service-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
@media (max-width: 540px) {
  .home-service {
    padding: 80px 0 40px;
  }
}
.home-service .inner {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 540px) {
  .home-service .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.home-service-left {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-width: 746px;
  transform: translateX(calc(-75px + (100vw - 1440px) / 5));
}
@media (max-width: 540px) {
  .home-service-left {
    position: relative;
    min-width: auto;
    width: 100%;
    transform: none;
    display: block;
  }
}
.home-service-left-drawing {
  opacity: 0.7;
  user-select: none;
}
@media (max-width: 540px) {
  .home-service-left-drawing {
    height: 340px;
    object-fit: cover;
  }
}
@media (max-width: 540px) {
  .home-service-left-obj {
    transform: scale(0.5) translateX(-40px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.home-service-left .wanotec-dots-wrap, .home-service-left .wanotec-square {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home-service-left .wanotec-dots {
  opacity: 0.1;
}
.home-service-left .wanotec-square {
  opacity: 0.4;
  width: 282px;
  height: 282px;
  transform: translate(-28px, -74px);
}
.home-service-right {
  max-width: 580px;
}
@media (max-width: 540px) {
  .home-service-right {
    min-width: auto;
    padding: 0 16px;
  }
}
.home-service-right-heading3 {
  color: #fff;
}
.home-service-right-text {
  margin-bottom: 48px;
}
.home-service-right-text p {
  line-height: 1.75;
  text-align: justify;
}
.en .home-service-right-text p {
  text-align: left;
}
.home-service-right-typo {
  position: absolute;
  right: 60px;
  top: 60px;
  opacity: 0.7;
  user-select: none;
}
@media (max-width: 540px) {
  .home-service-right-typo {
    right: -40px;
    width: 160px;
    opacity: 1;
  }
}
.home-service-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 4px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .home-service-contents {
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
  }
}
.home-service-contents .item {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 248px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #004097;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .home-service-contents .item {
    height: 160px;
    font-size: 18px;
  }
}
.home-service-contents .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition-property: transform;
  transition-duration: 600ms;
}
.home-service-contents .item01:after {
  background-image: url(../img/home/service-img01.jpg);
}
.home-service-contents .item02:after {
  background-image: url(../img/home/service-img02.png);
}
.home-service-contents .item03:after {
  background-image: url(../img/home/service-img03.png);
}
.home-service-contents .item:hover:after {
  transform: scale(1.1);
}
.home-service-contents .item span {
  border-bottom: 4px solid #FFFFFF;
  padding-bottom: 6px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 540px) {
  .home-service-contents .item img {
    width: 24px;
  }
}
.home-company {
  background: linear-gradient(80.61deg, #D2DBE9 11.08%, #E4EFFF 33.21%, #F3F5F8 74.15%, #D2DBE9 99.49%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .home-company {
    padding: 80px 0 160px;
  }
}
.home-company-bg {
  position: absolute;
  width: 100%;
  height: 948px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/home/company-bg.png);
  background-repeat: repeat-x;
  background-size: 1355px auto;
  background-position: center center;
  opacity: 0.4;
  z-index: 1;
  user-select: none;
}
@media (max-width: 540px) {
  .home-company-bg {
    height: 710px;
    background-size: 1016px auto;
  }
}
.home-company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  z-index: 2;
  position: relative;
}
@media (max-width: 540px) {
  .home-company-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 8px;
  }
}
.home-company-grid .item {
  background: #FFFFFF;
  border-radius: 6px;
  height: 164px;
  font-weight: 700;
  font-size: 19px;
  overflow: hidden;
  background-image: url(../img/common/arrow/square.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: 0s;
}
@media (min-width: 541px) {
  .home-company-grid .item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 540px) {
  .home-company-grid .item {
    height: 84px;
    font-size: 14px;
    background-size: 20px 20px;
    background-position: right 16px center;
  }
}
.home-company-grid .item a {
  align-items: center;
  display: flex;
  height: 100%;
  text-decoration: none;
  color: #24354D;
}
.home-company-grid .item a img {
  height: 100%;
  width: auto;
  margin-right: 32px;
}
@media (max-width: 540px) {
  .home-company-grid .item a img {
    width: 100px;
    object-fit: cover;
    margin-right: 16px;
  }
}
.home-recruit .inner {
  display: flex;
  height: 480px;
  align-items: center;
  padding: 0;
  max-width: none;
}
@media (max-width: 540px) {
  .home-recruit .inner {
    display: block;
    height: auto;
    padding-bottom: 80px;
  }
}
.home-recruit-left, .home-recruit-right {
  width: 50%;
}
@media (max-width: 540px) {
  .home-recruit-left, .home-recruit-right {
    width: 100%;
  }
}
.home-recruit-left {
  background: #777;
  background-image: url(../img/home/recruit-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  align-items: flex-end;
  justify-content: left;
  display: flex;
  padding: 0 0 12px 48px;
  position: relative;
}
@media (max-width: 540px) {
  .home-recruit-left {
    height: 250px;
    padding: 0 0 8px 16px;
  }
}
.home-recruit-left-typo {
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 540px) {
  .home-recruit-left-typo {
    font-size: 40px;
  }
}
.home-recruit-left .wanotec-dots {
  opacity: 0.7;
  z-index: 0;
}
@media (max-width: 540px) {
  .home-recruit-left .wanotec-dots {
    transform: scale(0.5);
    transform-origin: left top;
  }
}
.home-recruit-left .wanotec-dots-wrap {
  top: -100px;
  left: 48px;
}
@media (max-width: 540px) {
  .home-recruit-left .wanotec-dots-wrap {
    left: 16px;
  }
}
.home-recruit-right {
  max-width: 720px;
  padding: 0 80px;
}
@media (max-width: 540px) {
  .home-recruit-right {
    padding: 32px 16px 0;
  }
}
.home-recruit-right-heading3 {
  margin-bottom: 16px;
  font-weight: 700;
}
.home-recruit-right-text {
  margin-bottom: 40px;
}
.home-recruit-right-text p {
  line-height: 1.75;
  text-align: justify;
}

.about-page_header {
  background-image: url(../img/about/page-header-bg01.jpg);
}
.about-intro {
  padding: 32px 0 80px;
  overflow: hidden;
  /*
  &-img{
      position: absolute;
      z-index: -1;
      top: -50px;
      left: -100%;
      right: -100%;
      margin: auto;
      max-width: 1084px;
      opacity: 0.6;
  }
  */
}
.about-intro .inner {
  position: relative;
}
.about-intro-typo {
  position: absolute;
  z-index: -1;
}
.about-intro-typo.typo01 {
  top: 57px;
  left: -250px;
}
@media (max-width: 540px) {
  .about-intro-typo.typo01 {
    top: 137px;
    left: -70px;
  }
}
.about-intro-typo.typo02 {
  left: -117px;
  top: 235px;
  max-width: none;
}
@media (max-width: 540px) {
  .about-intro-typo.typo02 {
    top: 315px;
    left: -57px;
  }
}
.about-philosophy {
  background-color: #333;
  background: url(../img/about/philosophy-bg.jpg), linear-gradient(180deg, #FFFFFC 65.62%, #EDEDE6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  overflow: hidden;
}
.about-philosophy-heading {
  text-align: center;
  color: #fff;
}
.about-philosophy-img {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
.about-philosophy-img-ring {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 1084px;
  opacity: 0.7;
}
@media (max-width: 540px) {
  .about-philosophy-img-ring {
    max-width: 460px;
    top: -80px;
  }
}
.about-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
@media (max-width: 540px) {
  .about-philosophy-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    padding: 0 32px;
  }
}
.about-philosophy-grid-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.48) 100%);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 40px 56px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-philosophy-grid-item:last-child {
  padding: 40px 40px;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item:last-child {
    padding: 32px 24px 24px;
  }
}
@media (max-width: 540px) {
  .about-philosophy-grid-item {
    padding: 32px 24px 24px;
  }
}
.about-philosophy-grid-item-label {
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
  background: linear-gradient(180deg, #6E7B8C 0%, #8F9BAB 100%);
  display: inline-block;
  color: #fff;
  padding: 4px 16px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  border-radius: 3px;
}
.about-philosophy-grid-item-head {
  font-weight: 900;
  font-size: 32px;
  color: #225794;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-head {
    font-size: 22px;
  }
}
.about-philosophy-grid-item-head.md {
  font-size: 24px;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-head.md {
    font-size: 18px;
  }
}
.about-philosophy-grid-item-head.sm {
  font-size: 20px;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-head.sm {
    font-size: 18px;
  }
}
.about-philosophy-grid-item-head.has_line {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-head.has_line {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.about-philosophy-grid-item-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 175%;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-text {
    font-size: 13px;
  }
}
.en .about-philosophy-grid-item-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 540px) {
  .en .about-philosophy-grid-item-text {
    font-size: 14px;
  }
}
.about-philosophy-grid-item-text.align-left {
  text-align: left;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-text.align-left {
    text-align: justify;
  }
}
.about-philosophy-grid-item-text.mb {
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .about-philosophy-grid-item-text.mb {
    margin-bottom: 16px;
  }
}
.about-feature {
  position: relative;
}
.about-feature:after {
  clip-path: polygon(0 0, 100% 0, calc(100% - 223px) 100%, 0% 100%);
  content: "";
  display: block;
  position: absolute;
  width: calc(50% + 140px);
  height: 605px;
  top: 0;
  left: 0;
  background: linear-gradient(241.73deg, #DDF4FF 5.65%, #82C2DF 100.95%);
  z-index: -1;
}
@media (max-width: 540px) {
  .about-feature:after {
    height: 252px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 94px) 100%, 0% 100%);
  }
}
.about-feature .inner {
  display: flex;
}
@media (max-width: 540px) {
  .about-feature .inner {
    display: block;
  }
}
.about-feature-left {
  width: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
@media (max-width: 540px) {
  .about-feature-left {
    width: 100%;
    transform: scale(0.5);
  }
}
.about-feature-left-title-box {
  background-color: #24354D;
  width: 217px;
  height: 217px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.about-feature-left-title .wanotec-square, .about-feature-left-title .wanotec-dots {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about-feature-left-title .wanotec-square {
  transform: translate(-88px, -88px);
}
.about-feature-left-title .wanotec-dots {
  transform: scale(0.65) translate(128px, 128px);
}
@media (max-width: 540px) {
  .about-feature-right {
    margin-top: 32px;
  }
}
.about-feature-right-head {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
  color: #24354D;
}
@media (max-width: 540px) {
  .about-feature-right-head {
    font-size: 16px;
  }
}
.en .about-feature-right-head {
  font-size: 23px;
}
@media (max-width: 540px) {
  .en .about-feature-right-head {
    font-size: 17px;
  }
}
.about-feature-right ol {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  list-style: none;
}
.about-feature-right ol li {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  color: #3E4D63;
}
@media (max-width: 540px) {
  .about-feature-right ol li {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.en .about-feature-right ol li {
  font-size: 16px;
}
@media (max-width: 540px) {
  .en .about-feature-right ol li {
    font-size: 14px;
  }
}
.about-feature-right ol li:last-child {
  margin-bottom: 0px;
}
.about-feature-right ol li:before {
  content: "1";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #009FE8;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 540px) {
  .about-feature-right ol li:before {
    font-size: 32px;
    left: -30px;
  }
}
.about-feature-right ol li:nth-child(2):before {
  content: "2";
}
.about-feature-right ol li:nth-child(3):before {
  content: "3";
}
.about-feature-right ol li:nth-child(4):before {
  content: "4";
}
.about-feature-right ol li:nth-child(5):before {
  content: "5";
}
.about-quarity .sec-h3, .about-environment .sec-h3 {
  color: #004097;
  margin-bottom: 16px;
}
.about-quarity .block, .about-environment .block {
  margin-bottom: 48px;
  color: #3E4D63;
}
.about-quarity .block:last-child, .about-environment .block:last-child {
  margin-bottom: 0px;
}
.about-quarity {
  background-color: #F9FAFC;
}
.about-quarity-heading {
  text-align: center;
}
.about-environment {
  position: relative;
  overflow: hidden;
}
.about-environment-heading {
  text-align: center;
}
.about-environment-img {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  right: 128px;
  bottom: 64px;
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 100%, 64px 100%, 64px 64px, 256px 64px, 256px 256px, 64px 256px, 64px 100%, 100% 100%, 100% 0%);
}
@media (max-width: 540px) {
  .about-environment-img {
    width: 240px;
    height: 240px;
    right: -80px;
    clip-path: polygon(0% 0%, 0% 100%, 50px 100%, 50px 50px, 190px 50px, 190px 190px, 50px 190px, 50px 100%, 100% 100%, 100% 0%);
  }
}
.about-environment-ring {
  position: absolute;
  width: 1084px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
}

.service {
  overflow: hidden;
}
.service-page_header {
  background-image: url(../img/service/page-header-bg02.jpg);
}
.service-intro {
  padding: 32px 0 80px;
}
.service-intro-list {
  background: linear-gradient(106.56deg, #004097 30.08%, #0053C5 87.79%);
  padding: 32px 40px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  list-style-position: inside;
  margin: 16px 0;
  position: relative;
}
@media (max-width: 540px) {
  .service-intro-list {
    padding: 32px 24px;
    font-size: 16px;
  }
}
.service-intro-list .wanotec-square {
  top: -90px;
  right: -90px;
  opacity: 0.2;
}
@media (max-width: 540px) {
  .service-intro-list .wanotec-square {
    transform: scale(0.75);
    top: -90px;
    right: -130px;
  }
}
.service-intro-list .wanotec-square.solid {
  top: -136px;
  right: 20px;
  opacity: 0.1;
}
@media (max-width: 540px) {
  .service-intro-list .wanotec-square.solid {
    top: -123px;
    right: -32px;
  }
}
.service-intro-list .wanotec-dots {
  right: 0;
  bottom: -50px;
  opacity: 0.3;
}
@media (max-width: 540px) {
  .service-intro-list .wanotec-dots {
    transform: scale(0.4875);
    right: -114px;
    bottom: -123px;
  }
}
.service-intro-list li {
  margin-bottom: 24px;
}
.service-intro-list li:last-child {
  margin-bottom: 0px;
}
.service-section {
  background-color: #F9FAFC;
  position: relative;
  padding: 94px 0;
}
@media (max-width: 540px) {
  .service-section {
    padding: 0 0 64px;
  }
}
.service-section-textbox {
  padding-left: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .service-section-textbox {
    padding-left: 24px;
  }
}
.service-section-textbox.left {
  padding: 0 50% 0 0;
}
@media (max-width: 540px) {
  .service-section-textbox.left {
    padding: 0 24px 0 0;
  }
}
.service-section-textbox .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  background-color: #004097;
  color: #fff;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .service-section-textbox .label {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.service-section-textbox .heading {
  margin-bottom: 24px;
}
.service-section-img {
  max-width: 800px;
  position: absolute;
  top: 0;
  right: calc(50vw - 30px);
  clip-path: polygon(0 0, 100% 0, 77.5% 100%, 0% 100%);
}
@media (max-width: 540px) {
  .service-section-img {
    position: initial;
    max-width: calc(100% + 16px);
    vertical-align: bottom;
    margin-bottom: -16px;
    margin-left: -16px;
  }
}
.service-section-img.left {
  right: inherit;
  left: calc(50vw - 30px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 22.5% 100%);
  margin-left: 0;
  margin-right: -16px;
}
.service-sales {
  background: none;
}
@media (min-width: 541px) {
  .service-development {
    padding-bottom: 128px;
  }
}
.service-global {
  background: linear-gradient(99.6deg, #13386B 5.97%, #1652A5 91%);
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
}
.service-global-text {
  max-width: 800px;
  margin: 0 auto -50px;
}
@media (max-width: 540px) {
  .service-global-text {
    margin: 0;
    padding: 0 24px;
  }
}
@media (max-width: 540px) {
  .service-global-map {
    max-width: calc(100vw + 32px);
    height: 200px;
    object-fit: cover;
    margin-left: -16px;
  }
}
.service-global-ring {
  position: absolute;
  bottom: 150px;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 1140px;
  opacity: 0.8;
}
@media (max-width: 540px) {
  .service-global-ring {
    max-width: 500px;
    bottom: 80px;
  }
}

.company-page_header {
  background-image: url(../img/company/page-header-bg03.jpg);
}
.company-overview {
  padding: 32px 0 80px;
}
.company-overview-date {
  text-align: right;
  margin-bottom: 8px;
}
.company-history {
  background: linear-gradient(180deg, rgba(16, 45, 86, 0.92) 0%, rgba(20, 60, 117, 0.92) 100%), url(../img/company/history-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .company-history {
    padding-bottom: 100px;
  }
}
.company-history .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .company-history .inner {
    display: block;
  }
}
.company-history-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0px;
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.company-history-grid:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 88px;
  background-color: #AFC4E0;
  opacity: 0.2;
}
@media (max-width: 540px) {
  .company-history-grid:after {
    left: 60px;
  }
}
.company-history-grid > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 64px;
  position: relative;
  padding: 12px 0;
}
@media (max-width: 540px) {
  .company-history-grid > div {
    grid-template-columns: 48px 1fr;
    grid-column-gap: 32px;
    padding: 8px 0;
  }
}
.company-history-grid > div:after, .company-history-grid > div:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  background-image: url(../img/company/histry-marker.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.company-history-grid > div:before {
  width: 13px;
  height: 13px;
  top: 18px;
  left: 82px;
  transition-duration: 200ms;
}
@media (max-width: 540px) {
  .company-history-grid > div:before {
    top: 12px;
    left: 54px;
  }
}
.company-history-grid > div:after {
  width: 720px;
  height: calc(100% - 16px);
  top: 8px;
  left: -118px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25.85%, #FFFFFF 75.09%, rgba(255, 255, 255, 0) 99.06%);
}
.company-history-grid > div .year {
  font-weight: 100;
  font-size: 26px;
  line-height: 23px;
  padding-top: 2px;
  text-align: center;
  opacity: 0.5;
  font-family: "Roboto", sans-serif;
  transition-property: opacity;
  transition-duration: 500ms;
}
@media (max-width: 540px) {
  .company-history-grid > div .year {
    font-size: 20px;
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .company-history-grid > div .event {
    font-size: 13px;
  }
}
.company-history-grid > div:hover:before {
  opacity: 1;
}
.company-history-grid > div:hover:after {
  opacity: 0.1;
}
.company-history-grid > div:hover .year {
  font-weight: 300;
  opacity: 1;
}
.company-history-ring {
  position: absolute;
  width: 1084px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 540px) {
  .company-history-ring {
    max-width: none;
    width: 540px;
    left: -100%;
    right: -100%;
  }
}
.company-access {
  position: relative;
  padding: 64px 0 0;
}
.company-access .inner {
  max-width: 1068px;
}
.company-access-anker {
  transform: translateY(-47px);
}
.company-access-heading {
  position: absolute;
  top: -21px;
  left: 64px;
  background: #F3F5F8;
  width: fit-content;
  padding: 0px 8px;
  z-index: 5;
}
@media (max-width: 540px) {
  .company-access-heading {
    left: 16px;
  }
}
.company-access-map {
  width: 100%;
  height: 480px;
}
@media (max-width: 540px) {
  .company-access-map {
    height: calc(100vw - 32px);
  }
}
.company-access-grid {
  display: flex;
  margin-bottom: 64px;
}
@media (max-width: 540px) {
  .company-access-grid {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
.company-access-grid-map {
  max-width: 560px;
  margin-right: 64px;
}
@media (max-width: 540px) {
  .company-access-grid-map {
    max-width: 100%;
    margin-right: 0;
  }
}
.company-access-grid-right-info {
  margin-top: 32px;
  background: #FFFFFF;
  font-size: 13px;
}
@media (max-width: 540px) {
  .company-access-grid-right-info {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .en .company-access-grid-right-info {
    bottom: -155px;
    max-width: 310px;
  }
}
.company-access-grid-right-info-text01 {
  font-weight: 700;
  margin-bottom: 8px;
}
.company-access-grid-right-info-text02 {
  font-weight: 500;
}
.company-access-grid-right-info-text03 {
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
}
.company-access-grid-right-info-text04 {
  font-size: 10px;
}
.company-overseas {
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .company-overseas {
    padding-top: 80px;
  }
}
.company-overseas .inner {
  max-width: 1068px;
}
.company-overseas-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-column-gap: 64px;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .company-overseas-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
.company-overseas-grid-left {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.company-overseas-grid-left-bold {
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 700;
}
.company-overseas-grid-left-text {
  font-size: 13px;
  color: #3E4D63;
}
@media (max-width: 540px) {
  .company-overseas-grid-left-text {
    font-size: 12px;
  }
}
.company-overseas-map {
  width: 100%;
  height: 480px;
}
@media (max-width: 540px) {
  .company-overseas-map {
    height: calc(100vw - 32px);
  }
}
.company-overseas-map_bg {
  position: absolute;
  width: 1200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 540px) {
  .company-overseas-map_bg {
    max-width: none;
    width: 540px;
    left: -100%;
    right: -100%;
  }
}

.recruit-top-mainimg {
  background-image: url(../img/recruit/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 640px;
  position: relative;
}
@media (max-width: 540px) {
  .recruit-top-mainimg {
    height: 540px;
  }
}
@media (max-width: 540px) {
  .recruit-top-mainimg-copy img {
    max-width: 282px;
  }
}
.recruit-top .sec-h2 {
  font-size: 32px;
}
.recruit-top-title {
  font-weight: 700;
  font-size: 14px;
  color: #3E4D63;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .recruit-top-title {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.recruit-top-title_en {
  font-weight: 800;
  font-size: 36px;
  line-height: 100%;
  color: #009FE8;
  margin-bottom: 4px;
}
@media (max-width: 540px) {
  .recruit-top-title_en {
    font-size: 28px;
  }
}
.recruit-top-title_wrap {
  text-align: center;
}
.recruit-top-message {
  background: linear-gradient(106.56deg, #004097 30.08%, #0053C5 87.79%);
  color: #fff;
  position: relative;
}
.recruit-top-message .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
}
@media (max-width: 540px) {
  .recruit-top-message .inner {
    display: block;
    padding: 0 40px;
  }
}
.recruit-top-message-cm_mov {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 344px;
  height: 175px;
  left: 64px;
  top: -127px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url(../img/recruit/cm-thumbnail.jpg);
  border-radius: 6px;
  filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.12));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
}
@media (max-width: 540px) {
  .recruit-top-message-cm_mov {
    position: initial;
    margin: 0 auto;
    transform: scale(0.75) translateY(-34px);
  }
}
.recruit-top-message-cm_mov span {
  padding: 4px 8px;
  background: #009FE8;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  margin-top: 12px;
}
.recruit-top-message-cm_mov:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../img/common/arrow/circle-mov.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-position: center center;
}
.recruit-top-message-left {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 540px) {
  .recruit-top-message-left {
    margin-top: 32px;
    margin-bottom: 64px;
    display: block;
  }
}
.recruit-top-message-left-title {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .recruit-top-message-left-title {
    font-size: 12px;
  }
}
.recruit-top-message-left-title_en {
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  color: #009FE8;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .recruit-top-message-left-title_en {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
.recruit-top-message-left-obj {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 260px;
}
@media (max-width: 540px) {
  .recruit-top-message-left-obj {
    transform: scale(0.5);
    right: -95px;
    left: inherit;
  }
}
.recruit-top-message-left .wanotec-square, .recruit-top-message-left .wanotec-dots {
  z-index: 0;
}
.recruit-top-message-left .wanotec-square {
  opacity: 0.3;
  transform: translate(-109px, -17px);
}
.recruit-top-message-left .wanotec-dots {
  opacity: 0.2;
  transform: scale(0.775) translate(-3px, 115px);
}
.recruit-top-message-right-heading {
  font-size: 32px;
  margin-bottom: 48px;
  font-weight: 900;
}
@media (max-width: 540px) {
  .recruit-top-message-right-heading {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.recruit-top-about {
  padding-top: 32px;
}
@media (max-width: 540px) {
  .recruit-top-about {
    padding-bottom: 80px;
  }
}
.recruit-top-about .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
}
@media (max-width: 540px) {
  .recruit-top-about .inner {
    display: block;
    padding: 0;
  }
}
.recruit-top-about-left-img {
  vertical-align: bottom;
  clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 540px) {
  .recruit-top-about-left {
    padding: 0 40px 32px 0;
  }
}
.recruit-top-about-right {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 540px) {
  .recruit-top-about-right {
    padding: 0 16px 0 40px;
  }
}
.recruit-top-about-right-heading {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 900;
  color: #004097;
}
@media (max-width: 540px) {
  .recruit-top-about-right-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.recruit-top-about-right-text {
  color: #3E4D63;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .recruit-top-about-right-text {
    margin-bottom: 16px;
  }
}
.recruit-top-personality {
  background-image: url(../img/recruit/personality-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.recruit-top-personality-list {
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .recruit-top-personality-list {
    padding-left: 48px;
  }
}
.recruit-top-personality-list li {
  margin-bottom: 32px;
  position: relative;
  list-style: none;
}
@media (max-width: 540px) {
  .recruit-top-personality-list li {
    margin-bottom: 16px;
  }
}
.recruit-top-personality-list li .heading {
  font-weight: 800;
  font-size: 20px;
  color: #004097;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}
@media (max-width: 540px) {
  .recruit-top-personality-list li .heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.recruit-top-personality-list li .text {
  font-weight: 500;
  font-size: 15px;
  color: #3E4D63;
}
@media (max-width: 540px) {
  .recruit-top-personality-list li .text {
    font-size: 12px;
  }
}
.recruit-top-personality-list li:before {
  content: "1";
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #004097;
  color: #009FE8;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 540px) {
  .recruit-top-personality-list li:before {
    font-size: 28px;
  }
}
.recruit-top-personality-list li:nth-child(2):before {
  content: "2";
}
.recruit-top-personality-list li:nth-child(3):before {
  content: "3";
}
.recruit-top-personality-list li:nth-child(4):before {
  content: "4";
}
.recruit-top-personality-list li:nth-child(5):before {
  content: "5";
}
.recruit-top-personality-ring {
  position: absolute;
  width: 1084px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 540px) {
  .recruit-top-personality-ring {
    max-width: none;
    width: 540px;
    left: -100%;
    right: -100%;
  }
}
.recruit-top-interview {
  background: linear-gradient(99.6deg, #13386B 5.97%, #1652A5 91%);
  position: relative;
  overflow: hidden;
}
.recruit-top-interview-bg {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 500px;
  z-index: 0;
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
}
@media (max-width: 540px) {
  .recruit-top-interview-bg {
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    height: 400px;
  }
}
.recruit-top-interview-bg.bg01 {
  top: -50px;
  left: -216px;
  background: #ffffff;
  opacity: 0.08;
}
@media (max-width: 540px) {
  .recruit-top-interview-bg.bg01 {
    top: 50px;
    left: -64px;
  }
}
.recruit-top-interview-bg.bg02 {
  bottom: -50px;
  right: -216px;
  background: #0C9DE0;
  opacity: 0.12;
}
@media (max-width: 540px) {
  .recruit-top-interview-bg.bg02 {
    right: -64px;
    bottom: 50px;
  }
}
.recruit-top-interview .inner {
  position: relative;
  z-index: 1;
}
.recruit-top-interview .recruit-top-title {
  color: #fff;
}
.recruit-top-interview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
@media (max-width: 540px) {
  .recruit-top-interview-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
@media (max-width: 540px) {
  .recruit-top-interview-grid .item:nth-child(even) {
    padding-left: 96px;
  }
  .recruit-top-interview-grid .item:nth-child(odd) {
    padding-right: 96px;
  }
}
.recruit-top-interview-grid .item a {
  text-decoration: none;
  color: #fff;
}
.recruit-top-interview-grid .item a .img-wrap {
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .recruit-top-interview-grid .item a .img-wrap {
    margin-bottom: 12px;
  }
}
.recruit-top-interview-grid .item a .img-wrap img {
  vertical-align: bottom;
  transition-property: transform;
  transition-duration: 600ms;
}
.recruit-top-interview-grid .item a .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .recruit-top-interview-grid .item a .title {
    font-size: 13px;
  }
}
.recruit-top-interview-grid .item a .name {
  font-weight: 300;
  font-size: 12px;
}
.recruit-top-interview-grid .item a:hover .img-wrap img {
  transform: scale(1.08);
}
@media (max-width: 540px) {
  .recruit-top-gallery {
    padding-bottom: 0;
  }
}
.recruit-top-gallery .inner {
  max-width: none;
  padding: 0;
  padding-right: 100px;
  overflow: hidden;
}
.recruit-top-gallery .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.recruit-top-gallery-mov a:hover {
  opacity: 0.7;
}
.recruit-top-gallery-mov a:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../img/common/arrow/circle-mov.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit-top-recruit {
  background-color: #F9FAFC;
}
.recruit-top-recruit .inner {
  max-width: 888px;
}
@media (max-width: 540px) {
  .recruit-top-recruit .inner {
    padding: 0 40px;
  }
}
.recruit-top-recruit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}
@media (max-width: 540px) {
  .recruit-top-recruit-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.recruit-top-recruit-grid .item {
  background-color: #fff;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.recruit-top-recruit-grid .item-img {
  vertical-align: bottom;
}
.recruit-top-recruit-grid .item-inner {
  padding: 40px;
  position: relative;
}
@media (max-width: 540px) {
  .recruit-top-recruit-grid .item-inner {
    padding: 24px;
  }
}
.recruit-top-recruit-grid .item-inner .heading {
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 4px 16px;
}
.recruit-top-recruit-grid .item-inner .text {
  color: #3E4D63;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .recruit-top-recruit-grid .item-inner .text {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 540px) {
  .recruit-top-info .recruit-top-title_en {
    font-size: 22px;
  }
}
.recruit-top-info-grid {
  display: grid;
  grid-template-columns: 124px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 540px) {
  .recruit-top-info-grid {
    display: block;
  }
}
.recruit-top-info-grid dt, .recruit-top-info-grid dd {
  border-bottom: 1px solid #AFC4E0;
}
.recruit-top-info-grid dt {
  padding: 16px 12px;
  font-weight: 500;
  font-size: 14px;
  color: #004097;
}
@media (max-width: 540px) {
  .recruit-top-info-grid dt {
    padding: 16px 12px 4px;
    border-bottom: none;
  }
}
.recruit-top-info-grid dd {
  padding: 16px 12px 16px 0;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 540px) {
  .recruit-top-info-grid dd {
    padding: 0 12px 16px;
    font-size: 13px;
  }
}
.recruit-top-info-grid dd a {
  color: #3E4D63;
  text-decoration: none;
  display: block;
}
.recruit-top-info-grid dd a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.recruit-page_header {
  background-image: url(../img/recruit/page-header-bg05.jpg);
}
.recruit-development-primary {
  position: relative;
}
.recruit-development-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 460px;
  bottom: 0;
  left: 0;
  background-color: #F9FAFC;
  z-index: -1;
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 540px) {
  .recruit-development-primary:after {
    clip-path: polygon(0 42px, 100% 0, 100% 100%, 0% 100%);
    height: 320px;
  }
}
.recruit-development-primary-heading {
  color: #004097;
}
.recruit-development-primary-img {
  margin-top: 40px;
}
@media (max-width: 540px) {
  .recruit-development-primary-img {
    height: 400px;
    object-fit: cover;
    margin: 32px -16px 0;
    width: calc(100% + 32px);
    max-width: inherit;
  }
}
.recruit-development-secondary {
  background: linear-gradient(99.6deg, #13386B 5.97%, #1652A5 91%);
  position: relative;
  overflow: hidden;
}
.recruit-development-secondary-heading {
  text-align: center;
  color: #fff;
}
.recruit-development-secondary-box {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 32px;
}
@media (max-width: 540px) {
  .recruit-development-secondary-box {
    padding: 24px;
    grid-row-gap: 16px;
  }
}
.recruit-development-secondary-box .item .heading {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 8px;
  color: #004097;
}
@media (max-width: 540px) {
  .recruit-development-secondary-box .item .heading {
    font-size: 16px;
  }
}
.recruit-development-secondary-box .item .text {
  color: #3E4D63;
}
.recruit-development-secondary-box .item:last-child {
  padding-top: 32px;
  border-top: 1px solid #AFC4E0;
}
.recruit-development-secondary-ring {
  position: absolute;
  width: 1084px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
@media (max-width: 540px) {
  .recruit-development-secondary-ring {
    max-width: none;
    width: 540px;
    left: -100%;
    right: -100%;
  }
}
.recruit-interview-primary {
  overflow: hidden;
}
.recruit-interview-primary-message {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .recruit-interview-primary-message {
    margin-bottom: 48px;
  }
}
.recruit-interview-primary-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 80px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap {
    grid-row-gap: 64px;
  }
}
.recruit-interview-primary-wrap-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-column-gap: 32px;
  position: relative;
}
.recruit-interview-primary-wrap-item:nth-child(2) {
  direction: rtl;
}
@media (max-width: 540px) {
  .index .recruit-interview-primary-wrap-item {
    display: block;
  }
  .modal .recruit-interview-primary-wrap-item {
    grid-template-columns: 140px 1fr;
    grid-column-gap: 16px;
  }
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-img {
    width: 180px;
    margin-bottom: -42px;
  }
  .recruit-interview-primary-wrap-item:nth-child(odd) .recruit-interview-primary-wrap-item-img {
    margin-left: -16px;
  }
  .recruit-interview-primary-wrap-item:nth-child(even) .recruit-interview-primary-wrap-item-img {
    margin-right: -16px;
  }
}
.modal .recruit-interview-primary-wrap-item img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  object-position: 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .modal .recruit-interview-primary-wrap-item img {
    width: 140px;
    height: 140px;
  }
}
.recruit-interview-primary-wrap-item-subject {
  display: flex;
  align-items: center;
  direction: initial;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .index .recruit-interview-primary-wrap-item:nth-child(odd) .recruit-interview-primary-wrap-item-subject {
    padding-left: 48px;
  }
  .index .recruit-interview-primary-wrap-item:nth-child(even) .recruit-interview-primary-wrap-item-subject {
    padding-right: 48px;
  }
  .modal .recruit-interview-primary-wrap-item-subject {
    padding-top: 32px;
    padding-right: 16px;
  }
}
.recruit-interview-primary-wrap-item-subject .label {
  color: #009FE8;
  line-height: 1;
  font-weight: 300;
  font-size: 16px;
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-subject .label {
    display: block;
    font-size: 14px;
  }
  .index .recruit-interview-primary-wrap-item:nth-child(odd) .recruit-interview-primary-wrap-item-subject .label {
    text-align: right;
  }
  .modal .recruit-interview-primary-wrap-item-subject .label {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
.recruit-interview-primary-wrap-item-subject .label span {
  font-weight: 200;
  font-size: 26px;
  margin-right: 8px;
}
@media (max-width: 540px) {
  .index .recruit-interview-primary-wrap-item-subject .label span {
    display: block;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .modal .recruit-interview-primary-wrap-item-subject .label span {
    font-size: 13px;
    font-weight: 300;
  }
}
.recruit-interview-primary-wrap-item-subject .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-subject .title {
    font-size: 16px;
  }
}
.recruit-interview-primary-wrap-item-subject .name {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-subject .name {
    font-size: 11px;
    margin-bottom: 16px;
  }
}
.recruit-interview-primary-wrap-item-subject .exerpt {
  font-weight: 400;
  font-size: 13px;
  line-height: 175%;
  margin-bottom: 24px;
  text-align: justify;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-subject .exerpt {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.recruit-interview-primary-wrap-item-subject .link {
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  padding-right: 22px;
  background-image: url(../img/common/arrow/plain-sm-l_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-subject .link {
    font-size: 12px;
  }
}
.recruit-interview-primary-wrap-item-bg {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 580px;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-bg {
    clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
    height: 455px;
  }
}
.recruit-interview-primary-wrap-item-bg.bg01 {
  background: #0C9DE0;
  opacity: 0.12;
  left: -160px;
  top: -230px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-bg.bg01 {
    left: 32px;
    top: -110px;
  }
}
.recruit-interview-primary-wrap-item-bg.bg02 {
  background: #F9FAFC;
  right: -160px;
  top: -340px;
  z-index: -2;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-bg.bg02 {
    right: 32px;
  }
}
.recruit-interview-primary-wrap-item-bg.bg03 {
  background: #EBDF76;
  opacity: 0.16;
  left: -160px;
  top: 50px;
}
@media (max-width: 540px) {
  .recruit-interview-primary-wrap-item-bg.bg03 {
    left: 32px;
  }
}
.recruit-interview-modal-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 177px;
  bottom: 0;
  z-index: 0;
  clip-path: polygon(0 45%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #F3F5F8;
}
@media (max-width: 540px) {
  .recruit-interview-modal-item:after {
    height: 80px;
  }
}
.recruit-interview-modal-body {
  padding: 80px 80px 40px;
  background-color: #F3F5F8;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .recruit-interview-modal-body {
    padding: 40px 40px 40px;
  }
}
.recruit-interview-modal-body .question {
  color: #004097;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
.recruit-interview-modal-body .question:after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: -32px;
  top: -32px;
  border: 14px solid #FFFFFF;
  box-sizing: border-box;
  z-index: -1;
}
@media (max-width: 540px) {
  .recruit-interview-modal-body .question:after {
    transform: scale(0.75);
  }
}
.recruit-interview-modal-body .answer {
  font-weight: 500;
  font-size: 13px;
  line-height: 175%;
  text-align: justify;
}
.recruit-interview-modal-body .close {
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 10px;
}
.recruit-recruitment-primary-tab {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .recruit-recruitment-primary-tab {
    margin-bottom: 24px;
  }
}
.recruit-recruitment-primary-block {
  margin-bottom: 40px;
}
.recruit-recruitment-primary-block-heading {
  margin-bottom: 16px;
}
@media (max-width: 540px) {
  .recruit-recruitment-primary-block-heading {
    margin-bottom: 12px;
  }
}
.recruit-recruitment-primary-block-btn_wrapper {
  margin-top: 80px;
}
@media (max-width: 540px) {
  .recruit-recruitment-primary-block-btn_wrapper {
    margin-top: 40px;
  }
}
.recruit-recruitment-primary-block-dl {
  margin: 0;
}
.recruit-recruitment-primary-block-dl dt {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}
.recruit-recruitment-primary-block-dl dd {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.recruit-recruitment-primary-block-dl dd:last-child {
  margin-bottom: 0px;
}
.recruit-recruitment-primary-block-haeding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.recruit-recruitment-primary-block-haeding .sec-h3 {
  margin: 0;
}
.recruit-recruitment-primary-block-haeding .link {
  color: #3E4D63;
}
.recruit-contact-primary {
  margin-top: -51px;
  padding: 82px 0 64px;
  background: linear-gradient(99.6deg, #13386B 5.97%, #1652A5 91%);
  color: #fff;
}
.recruit-contact-primary-text {
  margin-bottom: 32px;
}
.recruit-contact-primary-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
}
@media (max-width: 540px) {
  .recruit-contact-primary-btns {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
.recruit-contact-primary-btns .item {
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 40px 24px 40px 32px;
  align-items: center;
  display: flex;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
  color: #004097;
  background-image: url(../img/common/arrow/square.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px 24px;
}
@media (max-width: 540px) {
  .recruit-contact-primary-btns .item {
    border-radius: 4px;
    padding: 16px 16px 16px 24px;
    font-size: 16px;
    height: 80px;
    background-position: right 16px center;
    background-size: 20px 20px;
  }
}
.recruit-contact-secondary-text {
  color: #3E4D63;
  margin-bottom: 32px;
}
.recruit-fixbtns {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px 0 64px;
  z-index: 10;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition-property: transform;
  transition-duration: 500ms;
}
@media (max-height: 900px) {
  .recruit-fixbtns {
    padding: 24px 0 40px;
  }
}
@media (min-width: 541px) {
  .recruit-fixbtns {
    min-width: 1200px;
  }
}
@media (max-width: 540px) {
  .recruit-fixbtns {
    flex-direction: column;
    align-items: center;
    padding: 12px 24px;
  }
}
.recruit-fixbtns .btn {
  margin: 0 8px;
}
@media (max-width: 540px) {
  .recruit-fixbtns .btn {
    margin: 4px 0;
    min-width: 264px;
  }
}
.recruit-entry-primary-text {
  margin-bottom: 32px;
}
.recruit-information-primary .post {
  padding: 40px 0;
  border-bottom: 1px solid #AFC4E0;
}
.recruit-information-primary .post h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}
.recruit-information-primary .post .date {
  font-size: 13px;
  color: #3E4D63;
  margin-bottom: 12px;
}
.recruit-information-primary .post h4 {
  margin: 8px 0;
}
.recruit-information-primary .post p {
  line-height: 1.75;
  font-size: 14px;
}
@media (max-width: 540px) {
  .recruit-information-primary .post p {
    font-size: 13px;
  }
}

.others-page_header {
  background-image: url(../img/others/page-header-bg04.jpg);
}

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