@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.noto-sans-jp-100 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-jp-200 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-800 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  outline: 0;
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  line-height: 150%;
}

dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  white-space: normal;
  padding: 0;
}

button, input, select, textarea {
  padding: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button] {
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  line-height: 150%;
}

body {
  text-align: center;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-feature-settings: "palt";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div, section, header, footer, nav, figure, ul, dl, table {
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #E7E7E7;
  border-radius: 10px;
}

#wpadminbar {
  position: relative;
}

@media (width >= 782px) {
  .row {
    display: flex;
  }
}
@media (width < 782px) {
  .row > * + * {
    margin-top: 10px;
  }
}
.row img {
  max-width: 100%;
}

.group-1 {
  margin-top: clamp(50px,6.66vw,100px);
  margin-bottom: clamp(50px,6.66vw,100px);
  position: relative;
}
.group-1 > * {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.group-1 img {
  max-width: 100%;
}

.cover-1 {
  position: relative;
  overflow: hidden;
}
.cover-1 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body {
  font-size: clamp(14px,1.06vw,16px);
  color: #333;
  opacity: 1;
  transition: opacity 1s ease 0s;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease 0s;
  color: #fff;
}
@media (width >= 1200px) {
  header {
    padding: clamp(10px,2.33vw,35px) clamp(5px,1.33vw,20px);
  }
}
@media (width < 1200px) {
  header {
    padding: 6px 0 0 clamp(5px,0.66vw,10px);
    height: 50px;
    transition: all 0.3s ease 0s;
    background: transparent;
  }
}
header a {
  text-decoration: none;
  color: inherit;
}
header .logo img {
  width: clamp(100px,22.66vw,340px);
  transition: all 0.3s ease 0s;
}
header .logo img:hover {
  opacity: 0.6 !important;
}
@media (width < 782px) {
  header .logo img {
    position: relative;
    top: -10px;
  }
}
header nav.main {
  padding-right: clamp(120px,16vw,240px);
}
@media (width < 1200px) {
  header nav.main {
    display: none !important;
  }
}
header nav.main ul {
  display: flex;
  gap: 0 clamp(10px,2vw,30px);
}
header nav.main ul a {
  padding-bottom: 5px;
  position: relative;
}
header nav.main ul a:after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  width: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 50%;
  bottom: 0;
}
header nav.main ul a:hover:after {
  width: 100%;
  left: 0;
}
header .main .recruit-button {
  position: absolute;
  overflow: hidden;
}
header .main .recruit-button a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .main .recruit-button a span {
  position: relative;
  z-index: 2;
}
header .main .recruit-button a:after {
  content: "";
  display: block;
  background: linear-gradient(to right, #0b37e2 20%, #060f4c 70%);
  width: 300% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: -200%;
  z-index: 0;
  transition: all 1s ease 0s;
}
@media (width >= 1200px) {
  header .main .recruit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f2784;
    border-radius: 50%;
    width: clamp(90px,12vw,180px);
    height: clamp(90px,12vw,180px);
    top: -30px;
    right: clamp(10px,1.33vw,20px);
  }
  header .main .recruit-button a {
    color: #fff;
  }
  header .main .recruit-button a:hover:after {
    left: 0%;
  }
}
@media (width < 1200px) {
  header .main .recruit-button {
    width: fit-content;
    height: 100%;
    top: 0px;
    right: 60px;
    font-size: 12px;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .main .recruit-button a {
    display: block;
    margin-top: -3px;
  }
}
@media (width >= 1200px) {
  header .mini {
    display: none !important;
  }
}
@media (width < 1200px) {
  header .mini a {
    position: absolute;
    right: 66px;
    top: 11px;
  }
}

.spbtn {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 100;
}
.spbtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.25s ease-out 0s;
  position: absolute;
}
.spbtn .l1 {
  top: 15px;
  right: 10px;
  width: calc(100% - 20px);
}
.spbtn .l2 {
  top: 25px;
  right: 10px;
  width: calc((100% - 20px) / 2);
}
.spbtn.active .l1 {
  left: 10px;
  top: 24px;
  transform: rotate(135deg);
}
.spbtn.active .l2 {
  left: 10px;
  top: 24px;
  width: calc(100% - 20px);
  transform: rotate(-135deg);
}

.sp-navigation {
  width: 100%;
  z-index: 50;
  overflow: hidden;
  height: 0;
}
.sp-navigation.active {
  animation-name: naActive;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.sp-navigation.hide {
  animation-name: naHide;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes naActive {
  0% {
    height: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    height: calc(100% - 50px);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes naHide {
  0% {
    height: calc(100% - 50px);
    opacity: 1;
    transform: scale(1);
  }
  99% {
    height: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    height: 0%;
  }
}
body:has(.spbtn.active) {
  overflow: hidden;
}
body:has(.spbtn.active) header {
  background: #fff;
}

.sp-navigation {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #0f2784;
}
@media (width >= 1200px) {
  .sp-navigation {
    display: none !important;
  }
}
.sp-navigation nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}
.sp-navigation nav > ul {
  overflow: auto;
  max-height: 100%;
  width: 100%;
  height: calc(100% - 50px);
}
.sp-navigation nav > ul > li {
  width: 100%;
  max-width: 200px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
}
.sp-navigation nav > ul > li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.sp-navigation nav > ul > li > a {
  padding: 10px 0;
}
.sp-navigation nav > ul > li li a {
  padding: 6px 0 6px 1em;
}
.sp-navigation nav > ul li.nav-switch ul {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.sp-navigation nav > ul li.nav-switch > a {
  pointer-events: none;
}
.sp-navigation nav > ul li.nav-switch:before, .sp-navigation nav > ul li.nav-switch:after {
  content: "";
  display: block;
  background: #fff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 20px;
  right: 0;
  transition: all 0.3s ease 0s;
}
.sp-navigation nav > ul li.nav-switch:after {
  transform: rotate(90deg);
}
.sp-navigation nav > ul li:not(.switched-target) ul {
  height: 0 !important;
}
.sp-navigation nav > ul li.switched-target:after {
  transform: rotate(0deg);
}

body.header-blight-active header,
body.header-dark-active header {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
body.header-blight-active header nav.main ul a:after,
body.header-dark-active header nav.main ul a:after {
  background: #0f2784;
}
body.header-blight-active .spbtn span,
body.header-dark-active .spbtn span {
  background: #0f2784;
}

.lower-visual h1,
.lower-title h1,
h2 {
  line-height: 100%;
}
.lower-visual h1 span,
.lower-title h1 span,
h2 span {
  display: block;
}
.lower-visual h1 .en,
.lower-title h1 .en,
h2 .en {
  font-size: clamp(30px,5.33vw,80px);
  line-height: 100%;
}
.lower-visual h1 .ja,
.lower-title h1 .ja,
h2 .ja {
  font-size: clamp(20px,1.86vw,28px);
  line-height: 100%;
  margin-top: clamp(10px,1.66vw,25px);
  padding-left: 0px;
  text-indent: 0px;
}
.lower-visual h1 .ja:before,
.lower-title h1 .ja:before,
h2 .ja:before {
  content: "／";
  display: inline-block;
  margin-right: 20px;
  color: #0f2784;
}

.icons a,
a.icon {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.icons a:before,
a.icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icons a[href*=pdf]:before,
a.icon[href*=pdf]:before {
  background: url(../img/pdf.svg) no-repeat center/contain;
  vertical-align: middle;
}

main {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
main p {
  line-height: 180%;
}

.clip-path-1 {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.slider-1 {
  width: 100%;
}
.slider-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.button-1 {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  text-align: left;
  text-decoration: none;
  height: clamp(30px,5.33vw,80px);
  gap: 10px 25px;
  position: relative;
}
.button-1 span {
  display: block;
  white-space: nowrap;
  position: relative;
}
.button-1 span:nth-of-type(1) {
  flex: 0 1 auto;
  width: fit-content;
}
.button-1 span.arrow {
  flex: 1 0 auto;
  height: 8px;
  overflow: hidden;
}
.button-1 span.arrow:before {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  width: calc(100% - clamp(15px,2.66vw,40px) - 1px);
}
.button-1 span.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  background: url(../img/img035.svg) no-repeat right center/auto 7px;
  transition: all 0.9s ease 0s;
  right: clamp(15px,2.66vw,40px);
}
.button-1:after {
  content: "";
  display: block;
  width: clamp(28px,5.2vw,78px);
  height: clamp(28px,5.2vw,78px);
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}
.button-1:hover span.arrow:before {
  animation-name: button-line-anim;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.button-1:hover span.arrow:after {
  animation-name: button-arrow-anim;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.button-2 {
  display: block;
  width: clamp(200px,24vw,360px);
  background: transparent;
  border: 2px solid #0f2784;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(10px,1vw,15px);
  color: #0f2784;
}
@media (width >= 782px) {
  .button-2 {
    padding: clamp(15px,1.66vw,25px);
  }
}
@media (width < 782px) {
  .button-2 {
    padding: 10px;
  }
}
.button-2 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.button-2 span:after {
  content: "";
  width: 0;
  height: 1px;
  background: #0f2784;
  transition: all 0.3s ease 0s;
}
.button-2 img {
  position: relative;
  left: -2px;
}
.button-2:hover span:after {
  width: clamp(20px,5.33vw,80px);
}

.button-3 {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0f2784;
  text-align: left;
  text-decoration: none;
  height: clamp(30px,5.33vw,80px);
  gap: 10px 25px;
  position: relative;
}
.button-3 span {
  display: block;
  white-space: nowrap;
  position: relative;
}
.button-3 span:nth-of-type(1) {
  flex: 0 1 auto;
  width: fit-content;
}
.button-3 span.arrow {
  flex: 1 0 auto;
  height: 8px;
  overflow: hidden;
}
.button-3 span.arrow:before {
  content: "";
  display: block;
  height: 1px;
  background: #0f2784;
  position: absolute;
  top: 4px;
  left: 0;
  width: calc(100% - clamp(15px,2.66vw,40px) - 1px);
}
.button-3 span.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  background: url(../img/img036.svg) no-repeat right center/auto 7px;
  right: clamp(15px,2.66vw,40px);
}
.button-3:after {
  content: "";
  display: block;
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 7%;
  border: 2px solid #0f2784;
  border-radius: 50%;
}
@media (width >= 992px) {
  .button-3.hover span.arrow:before, .button-3:hover span.arrow:before {
    animation-name: button-line-anim;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-play-state: running;
  }
  .button-3.hover span.arrow:after, .button-3:hover span.arrow:after {
    animation-name: button-arrow-anim;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
}
.button-3.reverse span:nth-of-type(1) {
  order: 2;
}
.button-3.reverse span:nth-of-type(2) {
  order: 1;
  transform: rotate(180deg);
}
.button-3.reverse:after {
  left: 0;
  right: auto;
}

.csr-pr {
  background: #fff;
}
.csr-pr .leader {
  color: #fff;
  text-align: left;
  padding-bottom: clamp(50px,8vw,120px);
}
.csr-pr .leader .row {
  position: relative;
  z-index: 10;
  gap: 10px clamp(30px,4vw,60px);
}
@media (width >= 992px) {
  .csr-pr .leader .row {
    padding-left: clamp(50px,14.66vw,220px);
  }
}
.csr-pr .leader .row .col:nth-of-type(1) {
  flex: 0;
  width: fit-content;
  white-space: nowrap;
}
.csr-pr .leader .row .col:nth-of-type(2) {
  flex: 0 1 auto;
  padding-top: 20px;
}
.csr-pr .leader .fill {
  background: #0f2784;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.csr-pr .leader > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center 34%;
}
.csr-pr .leader h2 .ja {
  padding-left: 52px;
  text-indent: -23px;
}
.csr-pr .leader h2 .ja:before {
  color: inherit;
}
.csr-pr .leader h3 {
  margin-bottom: 20px;
}
.csr-pr .navigation {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  font-size: clamp(16px,1.46vw,22px);
  text-align: center;
}
@media (width < 600px) {
  .csr-pr .navigation {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.csr-pr .navigation a {
  color: #0f2784;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.csr-pr .navigation a:hover {
  opacity: 0.6 !important;
}
.csr-pr .navigation .row {
  background: #fff;
  align-items: stretch;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (width >= 600px) {
  .csr-pr .navigation .row {
    display: flex;
  }
}
.csr-pr .navigation .col {
  flex: 1;
  padding: 50px 0;
}
@media (width >= 600px) {
  .csr-pr .navigation .col {
    border-right: 1px solid #0f2784;
  }
}
@media (width < 600px) {
  .csr-pr .navigation .col {
    border-bottom: 1px solid #0f2784;
  }
}
.csr-pr .navigation .col:last-of-type {
  border: none;
}
.csr-pr .navigation figure {
  height: clamp(60px,8vw,120px);
  margin-bottom: clamp(20px,2.66vw,40px);
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.csr-pr .navigation figure img {
  width: 100%;
  height: 100%;
}

.recruit-pr {
  background: #fff;
}
.recruit-pr .row {
  border: 6px solid #0f2784;
}
@media (width >= 600px) {
  .recruit-pr .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
.recruit-pr .col {
  flex: 1;
}
.recruit-pr .col:nth-of-type(1) a {
  background: #0f2784;
  color: #fff;
}
.recruit-pr .col:nth-of-type(1) img {
  top: -5px;
}
.recruit-pr .col:nth-of-type(2) a {
  color: #0f2784;
}
.recruit-pr .col:nth-of-type(2) img {
  top: -9px;
}
.recruit-pr a {
  padding: clamp(20px,4vw,60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0 clamp(5px,1vw,15px);
  height: 100%;
  transition: all 0.3s ease 0s;
}
.recruit-pr a:hover {
  opacity: 0.6 !important;
}
.recruit-pr a img {
  position: relative;
}
.recruit-pr a div {
  width: fit-content;
}
.recruit-pr a span {
  display: block;
}
.recruit-pr a .ja {
  font-size: clamp(16px,1.46vw,22px);
}
.recruit-pr a .en {
  font-size: clamp(11px,1vw,15px);
}

.layer-news h2 {
  text-align: left;
}
.layer-news .heading {
  justify-content: space-between;
}
.layer-news .heading .col {
  display: flex;
  align-items: center;
}
@media (width < 600px) {
  .layer-news .heading .col + .col {
    margin-top: 20px;
  }
}
.layer-news .heading a {
  margin-right: 0;
  margin-left: auto;
}

.news-posts {
  padding-left: clamp(10px,3.33vw,50px);
  padding-right: clamp(10px,3.33vw,50px);
  margin-top: clamp(20px,5.33vw,80px);
}
.news-posts .row {
  gap: 0 clamp(20px,3.33vw,50px);
  align-items: center;
  justify-content: start;
  cursor: pointer;
}
@media (width < 782px) {
  .news-posts .row {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
  }
}
.news-posts .row + .row {
  margin-top: clamp(10px,3.33vw,50px);
}
.news-posts .row .col:nth-child(1) {
  flex: 0 0 80px;
}
.news-posts .row .col:nth-child(1) .category {
  padding-left: 10px;
  padding-right: 10px;
}
@media (width >= 782px) {
  .news-posts .row .col:nth-child(1) {
    text-align: center;
  }
}
@media (width < 782px) {
  .news-posts .row .col:nth-child(1) > * {
    display: inline-block;
  }
}
.news-posts .row .col:nth-child(2) {
  flex: 1;
  text-align: left;
  font-size: clamp(12px,1vw,15px);
}
.news-posts .row .col:nth-child(2) a {
  color: #0f2784;
  text-decoration: none;
}
.news-posts .row .col:nth-child(3) {
  flex: 0 0 200px;
}
@media (width < 782px) {
  .news-posts a.button-3 {
    width: 140px;
    margin-right: 0;
    margin-left: auto;
  }
}
.news-posts .category {
  background: #0f2784;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
  border-radius: 20px;
}

@keyframes button-line-anim {
  20% {
    width: 0%;
  }
  100% {
    width: calc(100% - clamp(28px,5.33vw,80px) / 2);
  }
}
@keyframes button-arrow-anim {
  20% {
    right: calc(100% - 8px);
  }
  100% {
    right: calc(clamp(28px,5.33vw,80px) / 2);
  }
}
.cover-1.fixed {
  background-attachment: fixed;
}
.cover-1.fixed .cover-bg {
  height: clamp(200px,44vw,660px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: moveUp linear;
  animation-timeline: scroll();
  animation-range: 0% 100%;
}
@media (width >= 992px) {
  .cover-1.fixed .cover-bg {
    background-attachment: fixed;
  }
}
.cover-1.fixed > img {
  position: fixed;
  width: 100%;
  height: calc(100% + 200px);
  top: 0;
  left: 0;
  z-index: -3;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  animation: moveUp linear;
  animation-timeline: scroll();
  animation-range: 0% 100%;
}

.anchor {
  position: relative;
}
@media (width >= 992px) {
  .anchor {
    top: -130px;
  }
}
@media (width < 992px) {
  .anchor {
    top: -60px;
  }
}

.main-visual {
  position: relative;
  height: 100vh;
  max-height: 1080px;
}
.main-visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -2;
  background: #fff;
}
.main-visual video {
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  object-fit: cover;
  object-position: center;
  position: fixed;
  z-index: -1;
}
.main-visual .title {
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 20px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  transform: translateY(-50px);
  color: #fff;
  text-align: center;
}
@media (width >= 782px) {
  .main-visual .title {
    font-size: clamp(20px,4vw,60px);
  }
}
@media (width < 782px) {
  .main-visual .title {
    font-size: 18px;
  }
}
.main-visual .title h2 {
  line-height: 150%;
}
.main-visual .alert {
  position: absolute;
  background: #231815;
  left: 0;
  z-index: 10;
  padding-top: clamp(20px,3vw,45px);
  padding-bottom: clamp(20px,3vw,45px);
  padding-left: clamp(20px,4vw,60px);
  transition: all 0.6s ease 0s;
}
.main-visual .alert:has(.switched) {
  left: -100%;
}
@media (width >= 782px) {
  .main-visual .alert {
    padding-right: clamp(20px,8vw,120px);
    bottom: 60px;
    width: 70%;
    border-radius: 0 90px 90px 0;
  }
}
@media (width < 782px) {
  .main-visual .alert {
    padding-right: 40px;
    bottom: 0px;
    width: 100%;
  }
}
.main-visual .alert section {
  max-width: 1220px;
  color: #fff;
  text-align: left;
}
@media (width >= 782px) {
  .main-visual .alert section {
    display: flex;
    align-items: stretch;
    justify-content: start;
  }
}
.main-visual .alert section h2 {
  font-size: clamp(14px,1.06vw,16px);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (width >= 782px) {
  .main-visual .alert section h2 {
    justify-content: center;
    border-right: 1px solid #fff;
    padding-right: clamp(10px,2vw,30px);
  }
}
.main-visual .alert section .date {
  font-size: clamp(10px,0.8vw,12px);
  white-space: nowrap;
}
@media (width >= 782px) {
  .main-visual .alert section .date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: clamp(10px,2vw,30px);
    padding-right: clamp(10px,2vw,30px);
  }
}
@media (width < 782px) {
  .main-visual .alert section .date {
    margin-top: 10px;
  }
}
.main-visual .alert section .content {
  font-size: clamp(12px,1vw,15px);
  padding-right: clamp(10px,2vw,30px);
}
@media (width < 782px) {
  .main-visual .alert section .content {
    margin-top: 5px;
  }
}
.main-visual .alert section button {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  position: absolute;
  display: block;
  padding: 0;
}
@media (width >= 782px) {
  .main-visual .alert section button {
    right: clamp(20px,4vw,60px);
    top: calc((100% - 22px) / 2);
  }
}
@media (width < 782px) {
  .main-visual .alert section button {
    right: 15px;
    top: 17px;
  }
}
.main-visual .alert section button:before, .main-visual .alert section button:after {
  content: "";
  display: block;
  width: 141%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0% 0%;
}
.main-visual .alert section button:before {
  transform: rotate(45deg);
}
.main-visual .alert section button:after {
  transform: translateY(22px) rotate(-45deg);
}

.home .layer-1 {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-top: clamp(30px,5.33vw,80px);
  padding-bottom: clamp(30px,5.33vw,80px);
  margin-top: 0;
  margin-bottom: 0;
}
.home .layer-1 h3 {
  font-size: clamp(20px,2.66vw,40px);
  margin-top: clamp(20px,2.66vw,40px);
}
.home .layer-1 p {
  line-height: 250%;
  margin-top: clamp(20px,2.66vw,40px);
}
.home .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .swiper-navigation span {
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -100px;
  background: #fff;
}
.home .layer-2,
.home .layer-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.home .layer-2 .bg-1,
.home .layer-3 .bg-1 {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1;
  object-fit: contain;
  object-position: left center;
}
.home .layer-2 h2 .ja,
.home .layer-3 h2 .ja {
  padding-left: 52px;
  text-indent: -23px;
}
.home .layer-2 h2 .ja:before,
.home .layer-3 h2 .ja:before {
  color: inherit;
}
.home .layer-2 h3,
.home .layer-3 h3 {
  font-size: clamp(18px,2.4vw,36px);
  margin-top: clamp(20px,2.66vw,40px);
}
.home .layer-2 h3 + p,
.home .layer-3 h3 + p {
  margin-top: clamp(10px,2vw,30px);
}
.home .layer-2 > *,
.home .layer-3 > * {
  position: relative;
  z-index: 10;
}
.home .layer-2 .row,
.home .layer-3 .row {
  gap: 20px clamp(20px,5.33vw,80px);
  align-items: center;
}
.home .layer-2 .row .content,
.home .layer-3 .row .content {
  position: relative;
}
@media (width >= 782px) {
  .home .layer-2 .row .content,
  .home .layer-3 .row .content {
    flex: 0 1 45%;
    width: 45%;
    padding-bottom: 120px;
  }
  .home .layer-2 .row .media,
  .home .layer-3 .row .media {
    flex: 0 1 55%;
    width: 55%;
  }
  .home .layer-2 .row .media .clip-path-1,
  .home .layer-3 .row .media .clip-path-1 {
    width: 120%;
  }
}
@media (width < 782px) {
  .home .layer-2 .row .content,
  .home .layer-3 .row .content {
    padding-bottom: 60px;
  }
  .home .layer-2 .row .media,
  .home .layer-3 .row .media {
    margin-top: 30px;
  }
}
.home .layer-2 .buttons,
.home .layer-3 .buttons {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: start;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.home .layer-2 .buttons a,
.home .layer-3 .buttons a {
  flex: 1;
  color: #fff;
}
.home .layer-2 .buttons .col,
.home .layer-3 .buttons .col {
  margin-top: 0;
}
.home .layer-2 {
  padding-top: clamp(20px,8vw,120px);
  padding-bottom: clamp(60px,11.33vw,170px);
}
.home .layer-2 .bg-2 {
  position: absolute;
  right: 60px;
  bottom: 20px;
}
.home .layer-2 .swiper-navigation {
  padding-right: 10%;
}
.home .layer-3 {
  padding-top: clamp(10px,2vw,30px);
  padding-bottom: clamp(60px,11.33vw,170px);
}
.home .layer-3 .bg-1 {
  left: 70%;
}
.home .layer-3 .swiper-navigation {
  padding-right: 20%;
}
@media (width >= 782px) {
  .home .layer-3 .col:nth-of-type(1) {
    order: 2;
  }
  .home .layer-3 .col:nth-of-type(2) {
    order: 1;
  }
}
.home .layer-3 .bg-2 {
  position: absolute;
  left: 60px;
  bottom: 20px;
}
@media (width >= 782px) {
  .home .layer-3 .media .clip-path-1 {
    margin-left: -10%;
  }
}
.home .layer-7 {
  background: #fff;
}
.home .layer-7 .gradient {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  max-width: 200%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #0f2784 0%, #060f4c 50%, #0f2784 100%);
  top: 0;
  left: 0;
}
.home .layer-7 > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200%;
  max-width: 200%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0.1;
}
.home .layer-6 {
  height: clamp(120px,40vw,600px);
}
.home .layer-6 img {
  transform: scale(1.45);
}
.home .layer-8 {
  background: #fff;
}
.home .layer-9 {
  background: #fff;
  overflow: hidden;
  aspect-ratio: 1/0.36;
}
.home .csr-pr {
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 1px;
}
.home .recruit-pr {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: clamp(30px,5.33vw,80px);
}
.home .layer-news {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(30px,4vw,60px);
  padding-bottom: clamp(30px,4vw,60px);
}

body.video-hide .main-visual:before {
  display: none;
}
body.video-hide .main-visual video {
  display: none;
}

body.home .layer-2 .bg-1 {
  animation: scroll-move-x linear;
  animation-timeline: scroll();
  animation-range: 0% 100%;
}

@keyframes scroll-move-x {
  from {
    transform: translateX(500px);
  }
  to {
    transform: translateX(-1200px);
  }
}
#home-footer-earth-image #mask-1 {
  x: 898px;
  transition: all 2s ease 0s;
}
#home-footer-earth-image #mask-3 {
  width: 0;
  transition: all 2s ease 0.2s;
}
#home-footer-earth-image #mask-2 {
  x: 897px;
  transition: all 2s ease 0.4s;
}
#home-footer-earth-image #mask-5 {
  width: 0;
  transition: all 2s ease 0.6s;
}
#home-footer-earth-image #mask-4 {
  x: 898px;
  transition: all 2s ease 0.8s;
}
#home-footer-earth-image #mask-6 {
  width: 0;
  transition: all 2s ease 1s;
}

#home-footer-earth-image.start #mask-1 {
  x: 655px;
}
#home-footer-earth-image.start #mask-3 {
  width: 459px;
}
#home-footer-earth-image.start #mask-2 {
  x: 507px;
}
#home-footer-earth-image.start #mask-5 {
  width: 513px;
}
#home-footer-earth-image.start #mask-4 {
  x: 348px;
}
#home-footer-earth-image.start #mask-6 {
  width: 445px;
}

.page-nav {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (width >= 600px) {
  .page-nav {
    padding-top: clamp(100px,13.33vw,200px);
  }
}
@media (width < 600px) {
  .page-nav {
    padding-top: 60px;
  }
}
.page-nav ul {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 12px;
}
.page-nav a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.lower-visual {
  margin-top: 10px;
}
.lower-visual .cover-bg,
.lower-visual img {
  height: clamp(150px,30.66vw,460px);
  width: 100%;
}
.lower-visual img {
  object-fit: cover;
  object-position: center;
}
.lower-visual .cover-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 992px) {
  .lower-visual .cover-bg {
    background-attachment: fixed;
  }
}
.lower-visual .title,
.lower-title .title {
  position: relative;
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.lower-visual .title span,
.lower-title .title span {
  position: relative;
  display: block;
}
.lower-visual .title h2, .lower-visual .title h1,
.lower-title .title h2,
.lower-title .title h1 {
  padding-top: 20px;
  font-weight: 500;
  width: fit-content;
  position: relative;
}
@media (width >= 782px) {
  .lower-visual .title h2, .lower-visual .title h1,
  .lower-title .title h2,
  .lower-title .title h1 {
    min-height: 150px;
    margin-top: -85px;
  }
}
@media (width < 782px) {
  .lower-visual .title h2, .lower-visual .title h1,
  .lower-title .title h2,
  .lower-title .title h1 {
    margin-top: -45px;
    padding-left: 30px;
  }
}
.lower-visual .title h2:before, .lower-visual .title h1:before,
.lower-title .title h2:before,
.lower-title .title h1:before {
  content: "";
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  display: block;
  position: absolute;
  background: #fff;
  top: 0;
}
@media (width >= 782px) {
  .lower-visual .title h2:before, .lower-visual .title h1:before,
  .lower-title .title h2:before,
  .lower-title .title h1:before {
    height: 100%;
    width: calc(100% + 300px);
    left: -140px;
  }
}
@media (width < 782px) {
  .lower-visual .title h2:before, .lower-visual .title h1:before,
  .lower-title .title h2:before,
  .lower-title .title h1:before {
    height: 60%;
    width: calc(100% + 80px);
    left: 0px;
  }
}

.lower-title {
  margin-top: 10px;
  position: relative;
}
.lower-title:before {
  content: "";
  display: block;
  height: clamp(80px,10.66vw,160px);
  background: #0f2784;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(80px,10.66vw,160px);
}
.lower-title .title {
  padding-top: 1px;
}
.lower-title .title h2, .lower-title .title h1 {
  margin-top: 55px;
  position: relative;
}

.page main {
  font-size: clamp(14px,1.06vw,16px);
}
.page main a {
  color: #0f2784;
}

main table th {
  white-space: nowrap;
  padding-right: clamp(20px,5.33vw,80px);
}
main th, main td {
  padding: clamp(10px,1.33vw,20px) 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

.history-slider .swiper-wrapper {
  align-items: stretch;
}
.history-slider .swiper-slide {
  height: auto;
}
.history-slider .swiper-slide > div {
  padding: clamp(10px,1.33vw,20px);
  height: calc(100% - clamp(30px,6.66vw,100px));
  background: #fff;
}
.history-slider h3 {
  font-size: clamp(30px,6.66vw,100px);
  line-height: 100%;
  color: #e1e1e1;
  height: clamp(30px,6.66vw,100px);
  position: relative;
  top: 8px;
}
.history-slider img {
  object-fit: cover;
  object-position: center;
}
.history-slider img,
.history-slider .no-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/0.8;
}

.movies {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: clamp(20px,3.33vw,50px);
  gap: clamp(10px,2vw,30px);
}
@media (width >= 782px) {
  .movies .post {
    flex: 0 0 calc((100% - clamp(10px,2vw,30px) * 3) / 4);
    width: calc((100% - clamp(10px,2vw,30px) * 3) / 4);
  }
  .movies .post:nth-of-type(1), .movies .post:nth-of-type(2) {
    flex: 0 0 calc((100% - clamp(10px,2vw,30px)) / 2);
    width: calc((100% - clamp(10px,2vw,30px)) / 2);
  }
}
.movies .post iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
}

.custom-banner {
  margin-top: clamp(30px,4vw,60px);
  padding: clamp(50px,6.66vw,100px) 0;
}
.custom-banner .fill {
  background: #0f2784;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-banner > img {
  z-index: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-banner .group-1 {
  position: relative;
  z-index: 10;
  margin: 0;
}
.custom-banner a {
  padding: clamp(20px,4vw,60px) 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px clamp(10px,1.33vw,20px);
  position: relative;
  color: #0f2784;
}
.custom-banner a > span {
  text-align: center;
}
.custom-banner a img {
  position: relative;
  top: -8px;
}
.custom-banner a span.ja {
  display: block;
  font-size: clamp(18px,1.46vw,22px);
}
.custom-banner a span.en {
  display: block;
  font-size: clamp(12px,1vw,15px);
}
.custom-banner a:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: clamp(10px,5.33vw,80px);
  transition: all 0.3s ease 0s;
  background: url(../img/img039.svg) no-repeat right center/cover;
}
@media (width >= 782px) {
  .custom-banner a:after {
    width: 90px;
  }
}
@media (width < 782px) {
  .custom-banner a:after {
    width: 40px;
  }
}
@media (width < 600px) {
  .custom-banner a:after {
    display: none;
  }
}
.custom-banner a:hover:after {
  right: clamp(5px,2.66vw,40px);
}

.company-banner .fill {
  opacity: 0.8 !important;
}
.company-banner > img {
  object-position: center 92%;
}
.company-banner a img {
  top: -6px !important;
}

.tech-banner .fill {
  opacity: 0.7 !important;
}

.topics-list {
  gap: clamp(30px,9.33vw,140px);
}
.topics-list .col:nth-of-type(1) {
  flex: 0 0 fit-content;
  width: fit-content;
  white-space: nowrap;
}
.topics-list .col:nth-of-type(2) {
  flex: 1;
}

.taxonomy-list ul {
  margin-top: clamp(20px,2.66vw,40px);
}
@media (width < 782px) {
  .taxonomy-list ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: start;
    gap: 15px;
    margin-bottom: clamp(60px,5.33vw,80px);
  }
}
.taxonomy-list li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.taxonomy-list a {
  color: #333;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
.taxonomy-list a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.taxonomy-list a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #0f2784;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.taxonomy-list li.current a {
  color: #0f2784;
}
.taxonomy-list li.current a:after {
  opacity: 1;
}

.tax-news_post_category .news-posts,
.post-type-archive-news_post .news-posts {
  margin-top: 0;
}

.date-cat {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 20px;
}
.date-cat .cats p {
  background: #0f2784;
  height: 24px;
  font-size: 12px;
  padding: 1px 20px 0;
  color: #fff;
  border-radius: 50px;
}
.date-cat + * {
  margin-top: clamp(15px,2vw,30px);
}

.post-content-wrapper > figure {
  text-align: center;
  margin-top: clamp(20px,2.66vw,40px);
}
.post-content-wrapper > .content {
  margin-top: clamp(20px,2.66vw,40px);
}
.post-content-wrapper a {
  color: #0f2784;
}

.the-post-nav {
  margin-top: clamp(30px,4vw,60px);
}
@media (width >= 782px) {
  .the-post-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (width < 782px) {
  .the-post-nav ul {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width >= 782px) {
  .the-post-nav ul li:nth-of-type(1) {
    flex: 0 0 150px;
    width: 150px;
  }
}
@media (width < 782px) {
  .the-post-nav ul li:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (width >= 782px) {
  .the-post-nav ul li:nth-of-type(2) {
    flex: 1;
  }
}
@media (width < 782px) {
  .the-post-nav ul li:nth-of-type(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.the-post-nav ul li:nth-of-type(2) a {
  display: block;
  width: 200px;
  height: 50px;
  border: 2px solid #0f2784;
  text-align: center;
  padding-top: 12px;
  text-decoration: none;
  color: #0f2784;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  margin-left: auto;
  margin-right: auto;
}
.the-post-nav ul li:nth-of-type(2) a:hover {
  background: #0f2784;
  color: #fff;
}
@media (width >= 782px) {
  .the-post-nav ul li:nth-of-type(3) {
    flex: 0 0 150px;
    width: 150px;
  }
}
@media (width < 782px) {
  .the-post-nav ul li:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

body.single iframe[src*=youtube] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/0.7;
}

body.page-id-106 .layer-1 {
  padding-top: clamp(30px,6.66vw,100px);
  padding-bottom: clamp(30px,6.66vw,100px);
  background: #0f2784;
  color: #fff;
  text-align: center;
}
body.page-id-106 .layer-1 h2 {
  font-size: clamp(30px,5.33vw,80px);
}
body.page-id-106 .layer-1 h3 {
  font-size: clamp(20px,1.86vw,28px);
  margin-top: clamp(15px,2vw,30px);
  color: #0f2784;
}
body.page-id-106 .layer-1 h2, body.page-id-106 .layer-1 h3 {
  color: #fff;
}
body.page-id-106 .layer-1 p {
  margin-top: clamp(10px,2vw,30px);
  font-size: clamp(15px,2.66vw,40px);
  font-weight: 600;
}
body.page-id-106 .layer-1 table {
  margin-top: clamp(10px,2.66vw,40px);
}
body.page-id-106 .layer-1 th, body.page-id-106 .layer-1 td {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (width < 782px) {
  body.page-id-106 .layer-1 table {
    padding: 0 20px;
  }
}
@media (width < 782px) {
  body.page-id-106 table, body.page-id-106 thead, body.page-id-106 tbody, body.page-id-106 tfoot, body.page-id-106 tr, body.page-id-106 th, body.page-id-106 td {
    display: block;
    width: 100%;
  }
}
body.page-id-106 .layer-2 {
  text-align: left;
}
body.page-id-106 .layer-2 .row {
  gap: 20px clamp(30px,9.33vw,140px);
}
body.page-id-106 .layer-2 h2 {
  text-align: left;
}
body.page-id-106 .layer-2 h2 .ja {
  color: #0f2784;
}
body.page-id-106 .layer-2 h2 .ja:before {
  display: none;
}
body.page-id-106 .layer-8 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #f2f2f2;
  display: block;
  object-fit: cover;
  object-position: center;
}
body.page-id-106 .layer-3 .row {
  gap: 10px clamp(30px,13.33vw,200px);
  justify-content: space-between;
}
body.page-id-106 .layer-3 h2 {
  text-align: left;
}
body.page-id-106 .layer-3 h2 .ja {
  color: #0f2784;
}
body.page-id-106 .layer-3 h2 .ja:before {
  display: none;
}
body.page-id-106 .layer-3 table {
  margin-top: clamp(20px,4vw,60px);
}
body.page-id-106 .layer-3 table th, body.page-id-106 .layer-3 table td {
  border: none;
  padding: 5px 0;
}
body.page-id-106 #access-map {
  width: 100%;
  max-height: 560px;
  margin-top: clamp(20px,3.33vw,50px);
}
@media (width >= 782px) {
  body.page-id-106 #access-map {
    height: 80vh;
  }
}
@media (width < 782px) {
  body.page-id-106 #access-map {
    height: 50vh;
  }
}
body.page-id-106 #access-map .custom-label {
  color: #bd0112 !important;
  position: relative;
  top: 35px;
}
body.page-id-106 .layer-4 {
  text-align: center;
}
body.page-id-106 .layer-4 h2 {
  font-size: clamp(30px,5.33vw,80px);
}
body.page-id-106 .layer-4 h3 {
  font-size: clamp(20px,1.86vw,28px);
  margin-top: clamp(15px,2vw,30px);
  color: #0f2784;
}
body.page-id-106 .layer-4 section {
  margin-top: clamp(30px,4vw,60px);
}
body.page-id-106 .layer-4 section h4 {
  font-size: clamp(18px,2.66vw,40px);
}
body.page-id-106 .layer-4 .row {
  align-items: start;
  justify-content: start;
  gap: 10px clamp(30px,5.33vw,80px);
  margin-top: clamp(20px,3.33vw,50px);
}
body.page-id-106 .layer-4 .row img, body.page-id-106 .layer-4 .row .spacer {
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (width >= 782px) {
  body.page-id-106 .layer-4 .row img, body.page-id-106 .layer-4 .row .spacer {
    flex: 0 0 31.66%;
    width: 31.66%;
    aspect-ratio: 1/1;
  }
}
@media (width < 782px) {
  body.page-id-106 .layer-4 .row img, body.page-id-106 .layer-4 .row .spacer {
    width: 100%;
  }
}
body.page-id-106 .layer-4 .row table {
  flex: 1;
}
body.page-id-106 .layer-4 .row table th {
  padding-right: 0;
}
@media (width >= 782px) {
  body.page-id-106 .layer-4 .row table th {
    width: 150px;
  }
}
@media (width < 782px) {
  body.page-id-106 .layer-4 .row table th {
    padding-right: 20px;
  }
}

body.page-id-969 .lead {
  font-size: clamp(20px,1.86vw,28px);
  color: #0f2784;
}
body.page-id-969 .lead + h2 {
  font-size: clamp(30px,5.33vw,80px);
}
body.page-id-969 .layer-1 > * {
  max-width: 1080px;
}
body.page-id-969 .layer-1 .lead {
  text-align: center;
}
body.page-id-969 .layer-1 h2 {
  text-align: center;
}
body.page-id-969 .layer-1 section {
  text-align: left;
  margin-top: clamp(25px,3.33vw,50px);
}
body.page-id-969 .layer-1 section h3 {
  color: #0f2784;
  font-size: clamp(18px,1.46vw,22px);
  margin-bottom: clamp(10px,1.66vw,25px);
}
body.page-id-969 .layer-1 section h3:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #0f2784;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
body.page-id-969 .layer-1 section section {
  width: 88.88%;
  margin-top: clamp(10px,2vw,30px);
  margin-right: 0;
  margin-left: auto;
  counter-reset: number 0;
}
body.page-id-969 .layer-1 section section h4 {
  color: #0f2784;
  font-size: clamp(16px,1.2vw,18px);
  margin-bottom: 10px;
}
body.page-id-969 .layer-1 section section h4:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  font-size: clamp(20px,1.73vw,26px);
  font-weight: 400;
  margin-bottom: 5px;
}
body.page-id-969 .layer-1 section section p {
  font-size: clamp(12px,0.93vw,14px);
  padding-bottom: clamp(15px,2vw,30px);
  border-bottom: 1px solid #333;
}
body.page-id-969 .layer-1 section section p + h4 {
  margin-top: clamp(15px,2vw,30px);
}
body.page-id-969 .layer-1 ul:has(a[href*=".pdf"]) {
  margin-top: clamp(10px,1.33vw,20px);
  margin-bottom: clamp(10px,1.33vw,20px);
}
body.page-id-969 .row-1 {
  gap: 10px clamp(30px,4vw,60px);
}
@media (width >= 782px) {
  body.page-id-969 .row-1 .col:nth-of-type(2) {
    flex: 0 0 200px;
    width: 200px;
    margin-top: -20px;
  }
}
body.page-id-969 .row-2 {
  gap: 10px clamp(30px,4vw,60px);
}
body.page-id-969 .row-3 {
  gap: 10px clamp(30px,4vw,60px);
}
@media (width >= 782px) {
  body.page-id-969 .row-3 .col:nth-of-type(1) {
    flex: 0 0 50%;
    width: 50%;
  }
}
body.page-id-969 .cover-1 img {
  max-width: 800px;
}
body.page-id-969 .layer-1-1 .lead {
  text-align: left;
}
body.page-id-969 .layer-1-1 .lead + h2 {
  text-align: left;
}
body.page-id-969 .company-banner {
  padding: clamp(50px,6.66vw,100px) 0;
}
body.page-id-969 .company-banner .fill {
  background: #0f2784;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.6 !important;
  top: 0;
  left: 0;
}
body.page-id-969 .company-banner > img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
body.page-id-969 .company-banner .group-1 {
  position: relative;
  z-index: 10;
  margin: 0;
}
body.page-id-969 .company-banner .group-1 a {
  background: #fff;
  padding: clamp(20px,4vw,60px) 10px clamp(10px,2.66vw,40px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px clamp(10px,1.33vw,20px);
  transition: all 0.3s ease 0s;
}
body.page-id-969 .company-banner .group-1 a:hover {
  opacity: 0.6 !important;
}
body.page-id-969 .company-banner .group-1 a img {
  position: relative;
  top: -12px;
}
body.page-id-969 .company-banner .ja {
  display: block;
  font-size: clamp(16px,1.33vw,20px);
}
body.page-id-969 .company-banner .en {
  font-size: clamp(10px,0.86vw,13px);
}

body.page-id-971 .layer-1 h2 {
  font-size: clamp(30px,5.33vw,80px);
}
body.page-id-971 .layer-1 h3 {
  font-size: clamp(20px,1.86vw,28px);
  margin-top: clamp(15px,2vw,30px);
  color: #0f2784;
}
@media (width >= 782px) {
  body.page-id-971 .layer-1 {
    text-align: center;
  }
}
body.page-id-971 .layer-1 h4 {
  font-size: clamp(18px,2.4vw,36px);
  margin-top: clamp(20px,2.66vw,40px);
}
body.page-id-971 .layer-1 h4 + p {
  margin-top: clamp(10px,2vw,30px);
}
body.page-id-971 .layer-2 {
  height: clamp(100px,26.66vw,400px);
}
body.page-id-971 .layer-3 {
  margin-bottom: clamp(20px,4vw,60px);
}
body.page-id-971 .layer-3 h2 {
  font-size: clamp(30px,5.33vw,80px);
}
body.page-id-971 .layer-3 h3 {
  font-size: clamp(20px,1.86vw,28px);
  margin-top: clamp(15px,2vw,30px);
  color: #0f2784;
}
body.page-id-971 .layer-3 h4 {
  font-size: clamp(18px,2.4vw,36px);
  margin-top: clamp(20px,2.66vw,40px);
}
body.page-id-971 .layer-8 {
  margin-top: clamp(20px,4vw,60px);
  text-align: left;
}
body.page-id-971 .layer-8 + .layer-8 {
  margin-top: clamp(40px,5.33vw,80px);
}
body.page-id-971 .layer-8 h3 {
  font-size: clamp(20px,2.6vw,39px);
  color: #0f2784;
}
body.page-id-971 .layer-8 h3 .s {
  font-size: 60%;
  font-weight: 400;
  color: #333;
  display: inline-block;
  margin-left: 5px;
}
body.page-id-971 .layer-8 h3:before {
  content: "";
  width: 1em;
  height: 1px;
  background: #0f2784;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
body.page-id-971 .layer-8 h3 + * {
  margin-top: clamp(20px,2.66vw,40px);
}
body.page-id-971 .layer-8 > .row {
  gap: 10px clamp(20px,5.33vw,80px);
  max-width: 1080px;
  padding-right: clamp(20px,6.66vw,100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-id-971 .layer-8 > .row button {
  margin-top: 0;
  aspect-ratio: 1/1;
}
@media (width >= 782px) {
  body.page-id-971 .layer-8 > .row button {
    flex: 0 0 30px;
  }
}
@media (width < 782px) {
  body.page-id-971 .layer-8 > .row button {
    flex: 0 0 20px;
  }
}
body.page-id-971 .layer-8 .en-text {
  position: relative;
}
body.page-id-971 .layer-8 .en-text span {
  display: block;
  opacity: 0.03;
  font-size: clamp(50px,6.66vw,100px);
  line-height: 100%;
  font-weight: 900;
  z-index: -1;
}
body.page-id-971 .layer-8 .en-text + h3 {
  margin-top: -40px;
}
body.page-id-971 .layer-8 button.product-list-button {
  display: block;
  border: none;
  background: transparent;
  position: relative;
  line-height: 100%;
}
body.page-id-971 .layer-8 button.product-list-button:before, body.page-id-971 .layer-8 button.product-list-button:after {
  content: "";
  display: block;
  background: #0f2784;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 4px;
  top: calc((100% - 5px) / 2);
  left: 0;
}
body.page-id-971 .layer-8 button.product-list-button:after {
  transform: rotate(90deg);
}
body.page-id-971 .product-list {
  margin-top: clamp(30px,4vw,60px);
  max-width: 960px;
  overflow: hidden;
  transition: all 1s ease 0s;
}
@media (width < 782px) {
  body.page-id-971 .product-list {
    width: calc(100% - 60px);
    max-width: 500px;
  }
}
body.page-id-971 .product-list .post {
  padding-bottom: clamp(10px,2vw,30px);
  border-bottom: 1px solid #ccc;
}
body.page-id-971 .product-list .post + .post {
  margin-top: clamp(10px,2vw,30px);
}
body.page-id-971 .product-list .row {
  justify-content: space-between;
}
body.page-id-971 .product-list p.num {
  font-size: clamp(18px,1.66vw,25px);
  color: #0f2784;
  font-weight: bold;
  width: fit-content;
  border-bottom: 2px solid #0f2784;
  line-height: 100%;
  padding-bottom: 5px;
}
body.page-id-971 .product-list h4 {
  font-size: clamp(24px,2.33vw,35px);
  margin-top: clamp(10px,1.33vw,20px);
}
body.page-id-971 .product-list .content {
  margin-top: clamp(10px,1.33vw,20px);
}
body.page-id-971 .product-list .row {
  gap: 10px clamp(30px,4vw,60px);
}
@media (width >= 782px) {
  body.page-id-971 .product-list .row .col:nth-of-type(2) {
    flex: 0 0 41.66%;
  }
  body.page-id-971 .product-list .row .col:nth-of-type(2) img {
    width: 100%;
  }
}
@media (width < 782px) {
  body.page-id-971 .product-list .row .col:nth-of-type(2) {
    text-align: center;
  }
  body.page-id-971 .product-list .row .col:nth-of-type(2) img {
    width: 60%;
  }
}
body.page-id-971 .product-list + .bottom {
  padding-top: 20px;
  max-width: 960px;
  display: none;
}
body.page-id-971 .product-list + .bottom button {
  margin-right: 0;
  margin-left: auto;
}
body.page-id-971 .layer-8:not(.switched) .product-list {
  height: 0 !important;
}
body.page-id-971 .layer-8:not(.switched) .bottom {
  display: none;
}
body.page-id-971 .layer-8.switched .product-list-button:after {
  transform: rotate(180deg);
}
body.page-id-971 .layer-4 {
  height: clamp(100px,26.66vw,400px);
}
body.page-id-971 .layer-4 img {
  object-position: center 97%;
}
body.page-id-971 .layer-5 h2 .ja:before {
  display: none;
}
body.page-id-971 .layer-5 .row {
  gap: 10px clamp(30px,5.33vw,80px);
  text-align: left;
  justify-content: space-between;
}
body.page-id-971 .layer-5 .row .col:nth-of-type(2) {
  flex: 1 1 auto;
  max-width: 800px;
}
body.page-id-971 .layer-5 .post {
  padding-bottom: clamp(15px,2vw,30px);
  border-bottom: 1px solid #333;
}
body.page-id-971 .layer-5 .post + .post {
  margin-top: clamp(10px,1.33vw,20px);
}
body.page-id-971 .layer-5 .post .title {
  display: flex;
  justify-content: start;
  gap: 10px;
}
@media (width >= 782px) {
  body.page-id-971 .layer-5 .post .title {
    align-items: center;
  }
}
@media (width < 782px) {
  body.page-id-971 .layer-5 .post .title {
    align-items: start;
  }
}
body.page-id-971 .layer-5 .post .title:before {
  content: "Q.";
  color: #ff0000;
  font-size: clamp(20px,2.66vw,40px);
  font-weight: 900;
  flex: 0 0 clamp(30px,4vw,60px);
  line-height: 100%;
}
body.page-id-971 .layer-5 .post .title h3 {
  font-size: clamp(16px,1.2vw,18px);
  flex: 1 1 auto;
}
body.page-id-971 .layer-5 .post .title button {
  display: block;
  border: none;
  background: transparent;
  position: relative;
}
@media (width >= 782px) {
  body.page-id-971 .layer-5 .post .title button {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
}
@media (width < 782px) {
  body.page-id-971 .layer-5 .post .title button {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
body.page-id-971 .layer-5 .post .title button:before, body.page-id-971 .layer-5 .post .title button:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff0000;
  transition: all 0.3s ease 0s;
}
body.page-id-971 .layer-5 .post .title button:before {
  width: 100%;
  height: 4px;
  left: 0;
  top: calc((100% - 4px) / 2);
}
body.page-id-971 .layer-5 .post .title button:after {
  height: 100%;
  width: 4px;
  top: 0;
  left: calc((100% - 4px) / 2);
}
body.page-id-971 .layer-5 .post.switched button:after {
  transform: rotate(90deg);
}
body.page-id-971 .layer-5 .post .answer {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
body.page-id-971 .layer-5 .post .answer > div {
  padding-top: clamp(20px,2.66vw,40px);
  padding-left: clamp(40px,4vw,60px);
}
body.page-id-971 .layer-5 .post:not(.switched) .answer {
  height: 0 !important;
}

.contact-layer {
  background: #0f2784;
  color: #fff;
}
.contact-layer .group-1 {
  text-align: center;
}
.contact-layer .group-1 > p {
  margin-top: clamp(20px,2.66vw,40px);
  max-width: 960px;
}
.contact-layer h2 .ja:before {
  display: none;
}
.contact-layer a {
  background: #fff;
  padding: clamp(20px,4vw,60px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(10px,1.33vw,20px);
  text-decoration: none;
  margin-top: clamp(20px,2.66vw,40px);
  position: relative;
}
.contact-layer a > span {
  line-height: 180%;
}
.contact-layer a img {
  position: relative;
  top: -11px;
}
.contact-layer a span.ja {
  display: block;
  font-size: clamp(18px,1.46vw,22px);
}
.contact-layer a span.en {
  display: block;
  font-size: clamp(12px,1vw,15px);
}
.contact-layer a:after {
  content: "";
  display: block;
  width: 90px;
  height: 8px;
  background: url(../img/img039.svg) no-repeat center/contain;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: clamp(10px,5.33vw,80px);
  transition: all 0.3s ease 0s;
}
@media (width < 782px) {
  .contact-layer a:after {
    display: none;
  }
}
.contact-layer a:hover:after {
  right: clamp(5px,2.66vw,40px);
}

.tech-post-list {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: clamp(20px,4vw,60px);
}
.tech-post-list .post {
  flex: 0 1 auto;
  text-align: left;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 80px;
  position: relative;
}
@media (width >= 782px) {
  .tech-post-list .post {
    width: calc((100% - clamp(20px,4vw,60px) * 2) / 3);
  }
}
@media (width < 782px) {
  .tech-post-list .post {
    width: calc((100% - clamp(20px,4vw,60px)) / 2);
  }
}
@media (width < 600px) {
  .tech-post-list .post {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tech-post-list .post figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (width >= 600px) {
  .tech-post-list .post figure img {
    margin-bottom: 15px;
  }
}
@media (width < 600px) {
  .tech-post-list .post figure img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tech-post-list .post .detail > h2 {
  margin-bottom: clamp(15px,2vw,30px);
  line-height: 150%;
}
.tech-post-list .post .content {
  line-height: 180%;
}
.tech-post-list .post .detail {
  margin-bottom: 20px;
}
.tech-post-list .post a {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.tech-post {
  max-width: 960px;
  text-align: left;
}
.tech-post .title {
  text-align: center;
  margin-bottom: clamp(20px,2.66vw,40px);
}

.single-technology_post .tech-post .content img {
  height: auto !important;
}

.custom-row-1 h2 .ja {
  font-size: clamp(14px,1.2vw,18px);
  color: #0f2784;
  margin-top: 0;
}
.custom-row-1 h2 .ja:before {
  display: none;
}
.custom-row-1 h2 .en {
  font-size: clamp(20px,2.66vw,40px);
}
.custom-row-1 h2 span + span {
  margin-top: 10px !important;
}

body.page-id-85 .layer-1 > *,
body.page-id-89 .layer-1 > * {
  max-width: 960px;
}
body.page-id-85 .layer-2 > *,
body.page-id-89 .layer-2 > * {
  max-width: 960px;
}
body.page-id-85 .layer-2 .row,
body.page-id-89 .layer-2 .row {
  gap: 10px clamp(30px,9.33vw,140px);
}
body.page-id-85 .layer-2 .row .col:nth-of-type(1),
body.page-id-89 .layer-2 .row .col:nth-of-type(1) {
  white-space: nowrap;
  flex: 0 0 150px;
  width: 150px;
}
body.page-id-85 .layer-2 .row .col:nth-of-type(2),
body.page-id-89 .layer-2 .row .col:nth-of-type(2) {
  flex: 1 1 auto;
  width: 100%;
}
body.page-id-85 .layer-2 .purpose,
body.page-id-89 .layer-2 .purpose {
  margin-top: clamp(20px,2.66vw,40px);
  font-size: clamp(12px,1.2vw,18px);
}
body.page-id-85 .layer-2 .purpose .mwform-radio-field,
body.page-id-89 .layer-2 .purpose .mwform-radio-field {
  display: block;
  margin-left: 0;
}
@media (width < 782px) {
  body.page-id-85 .layer-2 .purpose .mwform-radio-field,
  body.page-id-85 .layer-2 .purpose .wpcf7-form-control,
  body.page-id-89 .layer-2 .purpose .mwform-radio-field,
  body.page-id-89 .layer-2 .purpose .wpcf7-form-control {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
body.page-id-85 .layer-2 dl,
body.page-id-89 .layer-2 dl {
  border-top: 1px solid #333;
}
@media (width >= 782px) {
  body.page-id-85 .layer-2 dl,
  body.page-id-89 .layer-2 dl {
    padding: clamp(10px,1.33vw,20px) clamp(15px,2vw,30px);
    display: flex;
    align-items: streatch;
    justify-content: start;
  }
}
@media (width < 782px) {
  body.page-id-85 .layer-2 dl,
  body.page-id-89 .layer-2 dl {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
body.page-id-85 .layer-2 dl:last-of-type,
body.page-id-89 .layer-2 dl:last-of-type {
  border-bottom: 1px solid #333;
}
body.page-id-85 .layer-2 dt,
body.page-id-89 .layer-2 dt {
  white-space: nowrap;
  color: #0f2784;
}
@media (width >= 782px) {
  body.page-id-85 .layer-2 dt,
  body.page-id-89 .layer-2 dt {
    flex: 0 0 200px;
    line-height: 100%;
  }
}
@media (width < 782px) {
  body.page-id-85 .layer-2 dt,
  body.page-id-89 .layer-2 dt {
    padding-bottom: 5px;
  }
}
body.page-id-85 .layer-2 dt p,
body.page-id-89 .layer-2 dt p {
  display: inline;
}
body.page-id-85 .layer-2 dd,
body.page-id-89 .layer-2 dd {
  flex: 1;
}
body.page-id-85 .layer-2 dl.require dt:after,
body.page-id-89 .layer-2 dl.require dt:after {
  content: "※必須";
  font-size: 10px;
  padding-left: 10px;
}
body.page-id-85 .layer-2 .submit,
body.page-id-89 .layer-2 .submit {
  margin-top: clamp(20px,4vw,60px);
}
body.page-id-85 .layer-2 .submit p,
body.page-id-89 .layer-2 .submit p {
  display: inline;
  line-height: 100%;
}
body.page-id-85 .layer-2 .submit .submit-button,
body.page-id-89 .layer-2 .submit .submit-button {
  width: calc(100% - 40px);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #0f2784;
  border-radius: 100px;
  position: relative;
}
body.page-id-85 .layer-2 .submit .submit-button:before,
body.page-id-89 .layer-2 .submit .submit-button:before {
  content: "";
  display: block;
  height: 8px;
  background: url(../img/img039.svg) no-repeat right center/auto 8px;
  position: absolute;
  z-index: 1;
  top: calc((100% - 8px) / 2);
  transition: all 0.3s ease 0s;
}
@media (width >= 782px) {
  body.page-id-85 .layer-2 .submit .submit-button:before,
  body.page-id-89 .layer-2 .submit .submit-button:before {
    right: 30px;
    width: 27%;
  }
}
@media (width < 782px) {
  body.page-id-85 .layer-2 .submit .submit-button:before,
  body.page-id-89 .layer-2 .submit .submit-button:before {
    right: 20px;
    width: 15%;
  }
}
@media (width >= 782px) {
  body.page-id-85 .layer-2 .submit .submit-button:hover:before,
  body.page-id-89 .layer-2 .submit .submit-button:hover:before {
    right: 10px;
  }
}
body.page-id-85 .layer-2 .submit input,
body.page-id-89 .layer-2 .submit input {
  display: block;
  width: 100%;
  padding: clamp(10px,1.33vw,20px);
  cursor: pointer;
  border: none;
  background: transparent;
  color: #0f2784;
  position: relative;
  z-index: 10;
}
body.page-id-85 .wpcf7-spinner,
body.page-id-89 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: calc((100% - 24px) / 2);
  margin-left: 0;
  margin-right: 0;
}

.mw_wp_form_confirm .purpose:before {
  content: "お問い合わせ内容";
  color: #0f2784;
  display: block;
}
.mw_wp_form_confirm .privacy {
  border-bottom: 1px solid #333;
}
.mw_wp_form_confirm .privacy:before {
  content: "個人情報保護方針への同意";
  color: #0f2784;
}
@media (width >= 782px) {
  .mw_wp_form_confirm .privacy {
    padding: clamp(10px,1.33vw,20px) clamp(15px,2vw,30px);
    display: flex;
    align-items: center;
  }
  .mw_wp_form_confirm .privacy:before {
    flex: 0 0 250px;
  }
}
@media (width < 782px) {
  .mw_wp_form_confirm .privacy {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .mw_wp_form_confirm .privacy:before {
    display: block;
    padding-bottom: 5px;
  }
}

body.page-id-85 .layer-2 .wpcf7-list-item {
  display: block;
  margin-left: 0;
  width: 100%;
  line-height: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.page-id-85 .layer-2 .wpcf7-list-item input {
  display: none;
}
body.page-id-85 .layer-2 .wpcf7-list-item input + span {
  position: relative;
  padding-left: 30px;
}
body.page-id-85 .layer-2 .wpcf7-list-item input + span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
body.page-id-85 .layer-2 .wpcf7-list-item input + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #0f2784;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
body.page-id-85 .layer-2 .wpcf7-list-item input:checked + span:after {
  opacity: 1;
}
body.page-id-85 .layer-2 input[type=text],
body.page-id-85 .layer-2 input[type=tel],
body.page-id-85 .layer-2 input[type=email],
body.page-id-85 .layer-2 textarea {
  background: #f0f0f0;
  border: none;
  width: 100%;
  display: inline-block;
  border-radius: clamp(5px,0.66vw,10px);
  padding: clamp(10px,1vw,15px);
}
body.page-id-85 .layer-2 .zip input:nth-of-type(1) {
  width: 50%;
  margin-left: 10px;
}
body.page-id-85 .layer-2 .zip dd br {
  display: none;
}
body.page-id-85 .layer-2 .privacy {
  text-align: center;
  margin-top: clamp(20px,4vw,60px);
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin-top: 60px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  display: block;
  box-sizing: border-box;
  background: #fff;
  color: #0f2784;
  border-radius: 30px;
  text-align: center;
  padding: 0 !important;
  border: 2px solid #0f2784;
}
@media (min-width: 1200px) {
  .wp-pagenavi a, .wp-pagenavi span {
    line-height: 46px;
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .wp-pagenavi a, .wp-pagenavi span {
    line-height: 26px;
    width: 30px;
  }
}
.wp-pagenavi span.current {
  background: #0f2784;
  color: #fff;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  background: none;
  color: #333;
  width: fit-content;
  border: none;
}

body.page-id-89 .layer-2 dt {
  flex: 0 0 250px;
}
body.page-id-89 .layer-2 dt:after {
  display: none;
}

body.page-id-91 .layer-3 > * {
  max-width: 960px;
}
body.page-id-91 .layer-3 h2 {
  text-align: center;
  margin-bottom: clamp(20px,2.66vw,40px);
}

body.page-id-1026 .layer-1 > * {
  max-width: 960px;
}
body.page-id-1026 .layer-1 > div {
  position: relative;
}
body.page-id-1026 .layer-1 > div img {
  width: 100%;
}
body.page-id-1026 .layer-1 section h2 {
  text-align: center;
  margin-top: clamp(20px,2.66vw,40px);
  margin-bottom: clamp(20px,2.66vw,40px);
  line-height: 150%;
}
body.page-id-1026 .layer-1 section .content {
  text-align: justify;
}
body.page-id-1026 .layer-1 .signature {
  text-align: right;
  margin-top: 20px;
}
body.page-id-1026 .layer-2 {
  background: #f4f4f4;
  margin-bottom: 0;
  padding-top: clamp(30px,6.66vw,100px);
}
body.page-id-1026 .layer-2 .row {
  gap: 10px clamp(30px,9.33vw,140px);
}
body.page-id-1026 .layer-2 dl {
  border-top: 1px solid #333;
}
@media (width >= 782px) {
  body.page-id-1026 .layer-2 dl {
    padding: clamp(10px,1.33vw,20px);
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
@media (width < 782px) {
  body.page-id-1026 .layer-2 dl {
    padding: 10px 0;
  }
}
body.page-id-1026 .layer-2 dl:last-of-type {
  border-bottom: 1px solid #333;
}
body.page-id-1026 .layer-2 dl dt {
  color: #0f2784;
}
@media (width >= 782px) {
  body.page-id-1026 .layer-2 dl dt {
    white-space: nowrap;
    flex: 0 0 200px;
  }
}
body.page-id-1026 .layer-3 {
  margin-top: 0;
  padding-top: clamp(30px,6.66vw,100px);
  background: #f4f4f4;
}
body.page-id-1026 .layer-3 .history-slider {
  margin-top: clamp(20px,2.66vw,40px);
}
body.page-id-1026 .layer-4 {
  text-align: center;
}

body.page-id-206 .layer-1 > * {
  max-width: 960px;
}
body.page-id-206 .layer-1 h2 {
  font-size: clamp(20px,2.66vw,40px);
  margin-bottom: clamp(20px,2.66vw,40px);
}
body.page-id-206 .layer-1 h3 {
  margin-top: clamp(20px,2.66vw,40px);
  margin-bottom: 10px;
}
body.page-id-206 .layer-1 dl {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 20px;
}

.health-productivity-logo img {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sdgs-policy .row {
  gap: 30px;
}
@media (width >= 992px) {
  .sdgs-policy .row {
    gap: 50px;
  }
}
.sdgs-policy .row *:empty:not(img) {
  display: none;
}
.sdgs-policy .col > * + * {
  margin-top: 10px;
}
@media (width >= 992px) {
  .sdgs-policy .col > * + * {
    margin-top: 20px;
  }
}
.sdgs-policy .col:has(img) {
  min-width: 45%;
}
.sdgs-policy .col:has(img) img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media (width >= 992px) {
  .sdgs-policy .col:has(img) img {
    margin-left: 0;
  }
}

.csr-local .row {
  gap: 30px;
}
@media (width >= 992px) {
  .csr-local .row {
    gap: 50px;
  }
}
.csr-local .row *:empty:not(img) {
  display: none;
}
.csr-local .col > * + * {
  margin-top: 10px;
}
@media (width >= 992px) {
  .csr-local .col > * + * {
    margin-top: 20px;
  }
}
.csr-local .col:has(img) {
  min-width: 45%;
}
.csr-local .col:has(img) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}
@media (width >= 992px) {
  .csr-local .col:has(img) img {
    margin-left: 0;
    max-width: 100%;
  }
}

footer {
  background: #ededed;
  padding-top: 1px;
}
footer .sitemap {
  text-align: left;
  margin-top: clamp(30px,4vw,60px);
  margin-bottom: clamp(30px,4vw,60px);
}
@media (width < 1200px) {
  footer .sitemap {
    display: none;
  }
}
footer .sitemap .row .col {
  flex: 1;
  width: fit-content;
  padding-right: clamp(20px,4vw,60px);
}
footer .sitemap .col > ul > li {
  margin-top: 8px;
}
footer .sitemap ul li {
  color: #0f2784;
  padding: 3px 0;
  white-space: nowrap;
}
footer .sitemap ul li ul {
  margin-top: 3px;
}
footer .sitemap ul li ul li {
  color: #333;
}
footer .sitemap ul li ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
footer a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
footer a:hover {
  opacity: 0.6 !important;
}
footer .information {
  margin-top: clamp(30px,4vw,60px);
  margin-bottom: 0;
}
@media (width >= 600px) {
  footer .information .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px clamp(30px,6.66vw,100px);
  }
}
@media (width >= 600px) {
  footer .information .row .col:nth-of-type(1) {
    width: 300px;
  }
  footer .information .row .col:nth-of-type(1) img {
    width: 100%;
  }
  footer .information .row .col:nth-of-type(2) {
    text-align: left;
  }
}
@media (width < 600px) {
  footer .information .row .col {
    text-align: center;
  }
  footer .information .row .col:nth-of-type(1) img {
    width: 150px;
  }
  footer .information .row .col:nth-of-type(2) {
    font-size: 10px;
  }
}
footer .information .row:nth-of-type(2) {
  margin-top: clamp(20px,2.66vw,40px);
  justify-content: end;
}
footer .information .row:nth-of-type(2) p {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px clamp(10px,1.33vw,20px);
}
@media (width < 600px) {
  footer .information .row:nth-of-type(2) p {
    font-size: 10px;
  }
}
footer .information .row:nth-of-type(2) a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
  margin-right: 5px;
  position: relative;
}
@media (width < 600px) {
  footer .information .row:nth-of-type(2) a:before {
    transform: scale(0.6);
    top: 2px;
  }
}
footer .rights {
  background: #0f2784;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
}

.page:not(.home) main > *:not(.cover-1):not(.lower-visual):not(.page-nav) > *:not(.anchor) {
  opacity: 0;
  transform: translateY(50px);
}
.page:not(.home) main *.scroll-active:not(.anchor) {
  animation-name: scroll-animation-1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.scroll-target-wrapper > *:not(.anchor) {
  opacity: 0;
  transform: translateY(50px);
}
.scroll-target-wrapper *.scroll-active:not(.anchor) {
  animation-name: scroll-animation-1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.scroll-target {
  opacity: 0;
  transform: translateY(50px);
}
.scroll-target.scroll-active:not(.anchor) {
  animation-name: scroll-animation-1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes scroll-animation-1 {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

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