@charset "UTF-8";
/*
Theme Name: SSK
Author: Refu
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
@font-face {
  font-family: "myfont";
  src: url("./fonts/HigureGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "myfont2";
  src: url("./fonts/HigureGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "myfont3";
  src: url("./fonts/HigureGothic-Medium.ttf") format("truetype");
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  max-width: 1920px;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  word-break: auto-phrase;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 2;
}

ul, li {
  word-break: normal;
}

a[href^=tel]:hover {
  opacity: 0.7;
}

.container {
  width: 70%;
  margin: 0 auto;
  max-width: 1536px;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lower-fv {
  margin: 2.5rem auto 5rem;
  width: 75%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 1280px) {
  .lower-fv {
    width: 80%;
    margin: 3rem auto 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    width: 90%;
    padding-bottom: 2.5rem;
  }
}
.lower-fv h1 {
  font-size: clamp(1.5rem, 1.045rem + 1.52vw, 2.75rem);
  line-height: 1.5;
  margin: 12px 0 20px;
}
@media screen and (max-width: 767px) {
  .lower-fv h1 {
    margin: 0.5rem 0;
  }
}
.lower-fv-p {
  font-size: 12px;
  color: #01316C;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lower-fv-p {
    margin-bottom: 0.5rem;
  }
}
.lower-fv-p::before {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 999vh;
  background-color: #B1ECEF;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lower-fv p {
  font-size: clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  word-break: auto-phrase;
}
.table_design03 tr {
  border-bottom: 1px solid #B2C0D3;
}
@media screen and (max-width: 767px) {
  .table_design03 tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.table_design03 td {
  padding: 2rem 0;
  vertical-align: top;
}
.table_design03 td:first-child {
  width: 20%;
  min-width: 150px;
  font-weight: bold;
  color: #01316C;
}
@media screen and (max-width: 767px) {
  .table_design03 td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}
.table_design03 td:last-child {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table_design03 td:last-child {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .table_design03 td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem;
  }
}
.table_design03 a {
  text-decoration: underline;
  display: block;
}

.pankuzu {
  width: 75%;
  margin: 100px auto 0;
  font-size: clamp(0.625rem, 0.534rem + 0.3vw, 0.875rem);
  color: #A8A8A8;
}
@media screen and (max-width: 1280px) {
  .pankuzu {
    margin: 60px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .pankuzu {
    width: 90%;
  }
}
.pankuzu a {
  color: #A8A8A8;
  text-decoration: underline;
}
.pankuzu a:hover {
  opacity: 0.7;
}
.pankuzu .breadcrumb_last {
  color: #01316C;
}

.a-img {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .a-img {
    pointer-events: auto;
  }
}
.a-img-text {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  color: #B2C1D3;
  margin-top: 0.5rem;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.lb-dataContainer {
  display: none !important;
}

.home .a-img-text {
  color: #fff;
}

/*cta*/
.cta {
  padding: 5rem 0 2.5rem;
  position: relative;
  background-color: #01316C;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .cta {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 1.5rem 0 10rem;
  }
}
.cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/cta-bg.png) no-repeat center/cover;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cta::before {
    background: url(./images/cta-bg-sp.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 1280px) {
  .cta .container {
    width: 90%;
  }
}
.cta .container > p {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.cta-wrap {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .cta-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap {
    margin-top: 2rem;
    gap: 12px;
  }
}
.cta-wrap > a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 2rem 5%;
  color: #fff;
  width: calc((100% - 1rem) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .cta-wrap > a {
    padding: 2rem 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .cta-wrap > a {
    width: 100%;
    padding: 2rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap > a {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 5%;
  }
}
.cta-wrap > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.cta-wrap > a .c-arrow-link {
  height: 2rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cta-wrap > a .c-arrow-link {
    margin-left: auto;
  }
}
.cta-item {
  width: calc((100% - 1rem) / 2);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 2rem 5%;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .cta-item {
    padding: 2rem 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .cta-item {
    width: 100%;
    padding: 2rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .cta-item {
    padding: 1rem 5%;
  }
}
.cta-item a {
  display: flex;
  font-size: clamp(2.5rem, 1.955rem + 1.82vw, 4rem);
  align-items: center;
  gap: 0.5rem;
  font-family: "myfont2", sans-serif;
  color: #fff;
  line-height: 1;
  justify-content: center;
}
.cta-item a img {
  width: 10%;
}
.cta-item a + p {
  text-align: center;
  margin-top: 0.5rem;
}
.cta-circle {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .cta-circle {
    padding-left: 1rem;
  }
}
.cta-circle + p {
  font-size: clamp(2rem, 1.818rem + 0.61vw, 2.5rem);
  font-family: "myfont2", sans-serif;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.cta-circle::before {
  content: "";
  position: absolute;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 999vh;
  background-color: #B1ECEF;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cta-circle::before {
    width: 8px;
  }
}

span.blue {
  color: #5FD3D9;
  border: 1px solid #5FD3D9;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 20px 0 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.table_history {
  width: 99%;
  margin: 3rem auto 0;
  padding-left: 2rem;
  border-spacing: 0;
  position: relative;
}
.table_history::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 98%;
  background-color: #01316C;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.table_history tr {
  display: flex;
  width: 100%;
}
.table_history tr.hidden-view {
  display: none;
}
.table_history tr.hidden-view.open {
  display: flex !important;
}
.table_history tr:not(:last-child) {
  margin-bottom: 1.5rem;
}
.table_history td {
  display: block;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}
.table_history td p {
  line-height: 1.5;
}
.table_history td p:not(:last-child) {
  margin-bottom: 1rem;
}
.table_history td:first-child {
  width: 140px;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_history td:first-child {
    width: 100px;
    padding: 0;
  }
}
.table_history td:first-child::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1/1;
  left: -44px;
  top: -2px;
  background: url(./images/history-circle.png) no-repeat center/contain;
}
.table_history td:last-child {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .table_history td:last-child {
    width: calc(100% - 100px);
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

.content-down {
  margin-top: 2rem;
}
.content-down.open {
  display: none !important;
}

.recruit-banner {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 3rem;
  opacity: 1 !important;
  /* 画像のサイズ調整 */
}
.recruit-banner.fadeUp {
  animation: none;
  opacity: 1;
}
.recruit-banner.fadeUp .recruit-banner-text {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .recruit-banner.fadeUp .recruit-banner-text {
    animation-delay: 0s;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-banner {
    padding: 7.5rem 0 100px;
  }
}
.recruit-banner .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-banner .recruit-swiper,
.recruit-banner .recruit-swiper2 {
  width: 95%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
}
.recruit-banner-text {
  background-color: #fff;
  padding: 5rem 5%;
  border-radius: 10px;
  margin: 0 5% 0 auto;
  position: relative;
  max-width: 630px;
  width: 60%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .recruit-banner-text {
    width: 75%;
    max-width: none;
    padding: 2rem 4%;
  }
}
.recruit-banner-text::before {
  content: "Recruit";
  position: absolute;
  font-size: clamp(3rem, 1.364rem + 5.45vw, 7.5rem);
  color: #5FD3D9;
  top: -3rem;
  right: 2.5%;
  font-family: "myfont2", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recruit-banner-text::before {
    top: -1.5rem;
  }
}
.recruit-banner-text .lower-fv-p {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  margin-bottom: 1rem;
}
.recruit-banner-text h2 {
  color: #01316C;
  font-size: clamp(1.25rem, 1.05rem + 0.67vw, 1.8rem);
  font-family: "myfont2", sans-serif;
  margin-bottom: 1rem;
}
.recruit-banner-text .c-arrow-link {
  margin: 1.5rem 0 0 auto;
}
.recruit-banner .loop_wrap {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .recruit-banner .loop_wrap {
    top: 0;
    transform: none;
  }
}
.recruit-banner .loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.recruit-banner .loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.sustainability-banner {
  background: url(./images/sustainability.png) no-repeat center/cover;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sustainability-banner {
    width: 90%;
    margin: 4rem auto;
    border-radius: 10px;
  }
}
.sustainability-banner-text {
  position: absolute;
  color: #fff;
  max-width: 485px;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sustainability-banner-text {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
  }
}
.sustainability-banner-text .lower-fv-p {
  color: #fff;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}
.sustainability-banner-text h2 {
  color: #fff;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  font-family: "myfont2", sans-serif;
  margin: 3.5% 0;
}
.sustainability-banner-text p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sustainability-banner-text p {
    margin-bottom: 1rem;
  }
}
.sustainability-banner-text .c-arrow-link {
  margin: 2rem 0 0 auto;
}

.operation-cta {
  padding-top: 100px;
  width: 75%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1280px) {
  .operation-cta {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .operation-cta {
    padding-top: 0;
    width: 90%;
    margin: 4rem auto 4rem;
  }
}
.operation-cta a {
  border-radius: 10px;
  background-color: #01316C;
  padding: 5rem 8%;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .operation-cta a {
    padding: 2rem 5%;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
  }
}
.operation-cta a:hover img {
  top: 30%;
}
.operation-cta a img {
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s;
}
.operation-cta a .lower-fv-p {
  color: #fff;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}
.operation-cta-text {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .operation-cta-text {
    width: 100%;
  }
}
.operation-cta-text h2 {
  font-size: clamp(2rem, 1.636rem + 1.21vw, 3rem);
  margin: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .operation-cta-text h2 {
    margin: 1rem 0 10px;
  }
}
.operation-cta .c-arrow-link {
  height: 2rem;
  pointer-events: none;
}

table td {
  word-break: break-all;
}

.fadeUpTrigger {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .fadeUpTrigger_2.fadeUp {
    animation-delay: 0.5s;
  }
}

@media screen and (min-width: 1024px) {
  .fadeUpTrigger_3.fadeUp {
    animation-delay: 1s;
  }
}

@media screen and (min-width: 1024px) {
  .fadeUpTrigger_4.fadeUp {
    animation-delay: 1.5s;
  }
}

@media screen and (min-width: 1024px) {
  .fadeUpTrigger_5.fadeUp {
    animation-delay: 2s;
  }
}

@media screen and (min-width: 1024px) {
  .fadeUpTrigger_6.fadeUp {
    animation-delay: 2.5s;
  }
}

.page-id-31 .recruit-banner {
  width: 85%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1600px) {
  .page-id-31 .recruit-banner {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .page-id-31 .recruit-banner {
    width: 100%;
  }
}
.page-id-31 .recruit-banner-text {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-id-31 .recruit-banner-text {
    max-width: none;
    width: 75%;
  }
}
.page-id-31 .recruit-banner-text::before {
  font-size: clamp(2.5rem, 0.682rem + 6.06vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .page-id-31 .recruit-banner-text::before {
    font-size: 4.5rem;
    top: -2.5rem;
  }
}
.page-id-31 .recruit-banner-text h2 {
  font-size: clamp(1.25rem, 1.05rem + 0.67vw, 1.8rem);
}

@media screen and (max-width: 1024px) {
  .page-id-31 .recruit-banner,
  .home .recruit-banner {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-31 .recruit-banner .recruit-swiper,
  .page-id-31 .recruit-banner .recruit-swiper2,
  .home .recruit-banner .recruit-swiper,
  .home .recruit-banner .recruit-swiper2 {
    position: relative;
    margin-left: auto;
  }
  .page-id-31 .recruit-banner .recruit-swiper img,
  .page-id-31 .recruit-banner .recruit-swiper2 img,
  .home .recruit-banner .recruit-swiper img,
  .home .recruit-banner .recruit-swiper2 img {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .page-id-31 .recruit-banner .recruit-swiper img,
  .page-id-31 .recruit-banner .recruit-swiper2 img,
  .home .recruit-banner .recruit-swiper img,
  .home .recruit-banner .recruit-swiper2 img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-31 .recruit-banner-text,
  .home .recruit-banner-text {
    width: 100%;
    max-width: none;
  }
}

.lb-outerContainer {
  background-color: rgba(255, 255, 255, 0.5);
}
.lb-outerContainer .lightbox .lb-image {
  border: none;
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
}
header + section {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  header + section {
    margin-top: 60px;
  }
}

header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .header-contents {
    width: 97.5%;
  }
}
@media screen and (max-width: 1280px) {
  .header-contents {
    width: 95%;
    margin: 0 auto;
    height: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .header-simu {
    display: none;
  }
}
.header-simu:hover {
  opacity: 0.7;
}
.header-simu img {
  width: 115px;
  max-height: 45px;
}

.header-left a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a img {
  width: 100%;
  height: 45px;
  max-width: 275px;
}
@media screen and (max-width: 1600px) {
  .header-left a img {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header-left a img {
    height: 25px;
    width: 145px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header-right {
    gap: 0.8rem;
    position: fixed;
    right: 0.5rem;
  }
}
.header-right .header-tel {
  text-align: center;
  margin: 0 0.5rem;
}
@media screen and (max-width: 1280px) {
  .header-right .header-tel {
    display: none;
  }
}
.header-right .header-tel p {
  line-height: 1;
  font-size: 10px;
  text-align: center;
}
.header-right .header-tel p:last-child {
  letter-spacing: 1.5px;
}
.header-right .header-tel a {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-family: "myfont2", sans-serif;
  color: #01316C;
  gap: 0.5rem;
  margin-top: 2px;
  justify-content: center;
}
.header-right .header-tel a img {
  width: 2rem;
}
.header-right .header-nav {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .header-right .header-nav {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .header-right .header-nav {
    display: none;
  }
}
.header-right > .header-nav > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 12px;
}
@media screen and (max-width: 1600px) {
  .header-right > .header-nav > ul {
    gap: 1.25rem;
  }
}
.header-right > .header-nav > ul li a:hover {
  color: #5FD3D9;
}
@media screen and (max-width: 1024px) {
  .header-right > .header-nav > ul {
    display: none;
  }
}
.header-right > .header-nav > ul .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-left: 1rem;
}
.header-right > .header-nav > ul .menu-item-has-children:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  background: url(./images/header-arrow.png) no-repeat center/contain;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-right > .header-nav > ul .menu-item-has-children::before {
  position: absolute;
  min-width: 90px;
  width: 100%;
  height: 120px;
  z-index: -1;
}
.header-right > .header-nav > ul .menu-item-has-children:hover::before {
  content: "";
}
.header-right > .header-nav > ul .menu-item-has-children:hover:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.header-right > .header-nav > ul .menu-item-has-children:hover .sub-menu {
  position: fixed;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, visibility 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.header-right .header-nav ul.sub-menu {
  font-size: 12px;
  transition: 0.3s;
  position: fixed;
  top: 100px;
  z-index: -1;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s, visibility 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header-right .header-nav ul.sub-menu {
    visibility: visible;
    position: relative;
    z-index: 1;
    opacity: 1;
    flex-direction: column;
    padding: 0;
  }
  .header-right .header-nav ul.sub-menu li {
    width: 100% !important;
    max-width: none !important;
    margin: 0.5rem 0 !important;
    padding-bottom: 0.3rem;
  }
  .header-right .header-nav ul.sub-menu img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-right .header-nav ul.sub-menu li {
    margin: 0.3rem 0 0 !important;
  }
}
.header-right .header-nav ul.sub-menu li {
  width: 180px;
}
@media screen and (max-width: 1600px) {
  .header-right .header-nav ul.sub-menu li {
    width: 160px;
  }
}
@media screen and (max-width: 1400px) {
  .header-right .header-nav ul.sub-menu li {
    width: 13%;
  }
}
.header-right .header-nav ul.sub-menu li a div {
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 10px;
}
.header-right .header-nav ul.sub-menu li img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header-right .header-nav ul.sub-menu li {
    position: relative;
    margin: 0;
    font-size: 14px;
  }
}
.header-right .header-nav ul.sub-menu li > a {
  color: #000;
}
.header-right .header-nav ul.sub-menu li > a:hover {
  color: #5FD3D9;
}
.header-right .header-nav ul.sub-menu li > a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .header-right .header-nav ul.sub-menu li > a {
    padding-left: 1rem !important;
    font-size: 14px !important;
    color: #000;
    border: none !important;
    padding-bottom: 0 !important;
  }
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  height: 25px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    height: 20px;
    width: 32px;
  }
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    width: 32px;
  }
}
.hamburger-menu .menu-btn span:before {
  bottom: 10px;
}
.hamburger-menu .menu-btn span:after {
  top: 10px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span,
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:before,
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:after {
  background-color: #000;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(30deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-30deg);
}
.hamburger-menu .menu-content .logo {
  width: 60%;
  margin: 0 auto;
  max-width: 250px;
}
.hamburger-menu .menu-content .hamburger-wrap.footer {
  width: 80%;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-wrap {
    margin-bottom: 0;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer ul {
  align-items: baseline;
}
.hamburger-menu .menu-content .hamburger-wrap.footer .sub-menu li a {
  color: #000;
}
.hamburger-menu .menu-content .hamburger-wrap.footer .footer-simu a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-right-ul {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-right {
    flex-direction: column;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer .menu-item-has-children {
  border-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer .menu-item-has-children::before {
  background: url(./images/hum-parent.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .menu-item-has-children > a {
    color: #01316C;
    font-weight: 500;
  }
}
@media screen and (max-width: 1280px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-sp-btn {
    display: flex;
    gap: 1rem;
    max-width: 620px;
    margin: 1rem auto 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-sp-btn {
    gap: 0rem;
    flex-direction: column;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer .ham-web-station {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .ham-web-station {
    width: 200px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer .footer-simu a.text-link {
  border-color: #F5F5F5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap.footer .footer-simu a.text-link {
    color: #01316C;
    font-weight: 500;
  }
}
.hamburger-menu .menu-content .hamburger-wrap.footer .footer-tel {
  border: 1px solid #01316C;
}
.hamburger-menu .menu-content .hamburger-wrap.footer .footer-contact {
  background-color: #01316C;
  color: #fff;
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 60px;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  left: 100%;
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    justify-content: flex-start;
    overflow: scroll;
    padding: 0 0 5rem;
  }
}
.hamburger-menu .gnavi__sp-style a {
  color: #000;
}
.hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn {
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
  }
  .hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn:first-of-type {
    margin-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  left: 0;
}
.hamburger-menu .menu-item-has-children {
  position: relative;
  padding-right: 2rem;
}
.hamburger-menu .menu-item-has-children label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.5s ease;
  width: 20px;
  height: 20px;
}
.hamburger-menu .menu-item-has-children.close .sub-menu {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .floating-banner {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .floating-banner {
    position: fixed; /* バナーを追従させる */
    z-index: 100;
    bottom: 0; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
    width: 100vw;
  }
}
.floating-banner .footer-sp-btn {
  display: flex;
}
.floating-banner .footer-sp-btn .footer-tel,
.floating-banner .footer-sp-btn .footer-contact {
  border-radius: 0;
  width: 50%;
  margin: 0;
  border-color: #fff;
}
.floating-banner .footer-sp-btn .footer-contact {
  background-color: #01316C;
  color: #fff;
  border: none;
}

.page-id-18 .floating-banner:not(.only-recruit) {
  display: none !important;
}
.page-id-18 .floating-banner .footer-contact {
  width: 100%;
}

#menu-item-36 a {
  font-size: 11px;
}

.footer {
  background: #fff;
  padding: 3.5rem 5% 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1rem 0;
  }
}
.footer .page-top {
  position: absolute;
  z-index: 10;
  right: 5%;
  top: -140px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .page-top {
    position: fixed;
    top: auto;
    bottom: 4rem;
    right: 2.5%;
  }
}
.footer .page-top a {
  color: #01316C;
}
@media screen and (max-width: 767px) {
  .footer .page-top a p {
    display: none;
  }
}
.footer .page-top div {
  aspect-ratio: 1/1;
  border-radius: 999vh;
  padding: 1.5rem;
  background-color: #B1ECEF;
  width: 80px;
  margin: 0.5rem auto 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer .page-top div {
    width: 4rem;
  }
}
.footer .page-top div img {
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.footer .page-top a:hover div {
  background-color: #5FD3D9;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  .footer-wrap {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    margin-bottom: 0;
    gap: 2rem;
  }
}
.footer-left {
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .footer-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-left {
    width: 90%;
    margin: 0 auto;
  }
}
.footer-right {
  width: 65%;
  display: flex;
  justify-content: end;
  max-width: 1045px;
}
@media screen and (max-width: 1280px) {
  .footer-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    flex-direction: column;
    gap: 0;
  }
}
.footer-right-ul {
  width: 100%;
}
.footer-simu {
  width: 245px;
  text-align: center;
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
  margin-top: 3rem;
}
@media screen and (max-width: 1280px) {
  .footer-simu {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .footer-simu {
    margin-top: 0;
    width: 100%;
  }
  .footer-simu a.text-link {
    width: 100%;
    padding: 1rem 5%;
    text-align: left;
    border-bottom: 1px solid #D5D5D5;
    display: block;
  }
  .footer-simu a:has(img) {
    width: 50%;
    margin: 1.5rem 1rem;
    display: block;
  }
}
.footer-simu a {
  margin-bottom: 1rem;
}
.footer-simu a:hover {
  opacity: 0.7;
}
.footer-simu .text-link:hover {
  color: #5FD3D9;
  opacity: 1;
}
.footer-address {
  margin-top: 20px;
  font-size: 12px;
}
.footer-address td {
  padding: 6px 12px 6px 0;
}
.footer .container {
  width: 90%;
}
.footer .logo {
  width: 80%;
}
.footer .logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.footer .logo a:hover {
  opacity: 0.7;
}
.footer .logo img {
  max-width: 420px;
}
.footer .sub-menu {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer .sub-menu {
    display: none;
  }
}
.footer .sub-menu li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .sub-menu li {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.footer .sub-menu li:first-child {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.footer .sub-menu li a {
  color: #282829;
}
.footer ul {
  display: flex;
  gap: 1rem 5%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer ul {
    flex-direction: column;
    gap: 0;
  }
}
.footer ul > li {
  width: 21.25%;
}
@media screen and (max-width: 767px) {
  .footer ul > li {
    width: 100%;
  }
}
.footer ul > li > a {
  color: #B1ECEF;
  width: -moz-fit-content;
  width: fit-content;
}
.footer ul > li > a:hover {
  color: #5FD3D9;
}
.footer .copyright {
  color: #A8A8A8;
  font-size: clamp(0.625rem, 0.534rem + 0.3vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.footer .copyright a {
  color: #A8A8A8;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .copyright a {
    margin-bottom: 0.5rem;
  }
}
.footer .copyright a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer .menu-item-has-children {
    padding: 1rem 5%;
    position: relative;
    border-bottom: 1px solid #D5D5D5;
  }
  .footer .menu-item-has-children::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 12px;
    background: url(./images/hum-parent.png) no-repeat center/contain;
    right: 1rem;
    top: 1.25rem;
    transition: 0.3s;
  }
  .footer .menu-item-has-children.is-active::before {
    transform: rotate(180deg);
    top: 1rem;
  }
  .footer .menu-item-has-children > a {
    color: #282829;
    font-size: 18px;
  }
}

body:has(.cta) .footer .page-top {
  right: 1.5%;
}
@media screen and (max-width: 767px) {
  body:has(.cta) .footer .page-top {
    right: 2.5%;
  }
}
body:has(.cta) .footer .page-top a {
  color: #fff;
}

.footer-sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-sp-btn {
    display: block;
  }
}
.footer-sp-btn a {
  height: 60px;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
}
.footer-sp-btn a img {
  width: 1.5rem;
}
.footer-sp-btn .footer-tel {
  display: block;
  font-size: 8px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
  color: #01316C;
  padding: 0.5rem;
  border: 1px solid #01316C;
}
.footer-sp-btn .footer-tel p {
  line-height: 1.3;
}
.footer-sp-btn div {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "myfont2", sans-serif;
}
.footer-sp-btn div + p {
  color: #000;
}
.footer-sp-btn .footer-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #01316C;
  color: #fff;
  justify-content: center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D5D5D5;
  padding-top: 1rem;
  align-items: flex-end;
  margin-top: 2rem;
}
.footer-bottom-right {
  width: 245px;
}
@media screen and (max-width: 1280px) {
  .footer-bottom-right {
    width: 230px;
  }
}
.footer-bottom-right a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.service-title {
  padding-top: 100px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service-title {
    padding-top: 0;
    margin-bottom: 1rem;
  }
}
.service-title p {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  line-height: 1;
  color: #01316C;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.service-title p span {
  color: #fff;
  background-color: #5FD3D9;
  border-radius: 999vh;
  padding: 4px;
  font-size: 1rem;
  line-height: 1;
  font-family: "myfont", sans-serif;
  margin-top: 5px;
}
.service-title h2 {
  color: #01316C;
  font-family: "myfont3", sans-serif;
  font-size: clamp(2.5rem, 1.591rem + 3.03vw, 5rem);
  line-height: 1.2;
  font-weight: 500;
}
.service-title h2 span {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-left: 4px;
}

.recruit-title {
  padding-top: 100px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-title {
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
}
.recruit-title h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  line-height: 1;
  color: #01316C;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  font-family: "myfont3", sans-serif;
  font-weight: 500;
}
.recruit-title h2 span {
  color: #fff;
  background-color: #5FD3D9;
  border-radius: 999vh;
  padding: 4px;
  font-size: 1rem;
  line-height: 1;
  font-family: "myfont", sans-serif;
  margin-top: 5px;
}
.recruit-title p {
  color: #5FD3D9;
  font-size: 14px;
  font-weight: bold;
}

.archive-title .lower-fv-p,
.top-title .lower-fv-p {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}

.archive-title h2 {
  color: #01316C;
  font-size: clamp(2rem, 0.909rem + 3.64vw, 5rem);
  font-family: "myfont2", sans-serif;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .archive-title h2 {
    margin-top: 0;
  }
}

.top-title h2 {
  color: #000;
  font-size: clamp(2rem, 1.636rem + 1.21vw, 3rem);
  font-family: "myfont3", sans-serif;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  transition: 0.3s;
  cursor: pointer;
}

.header-contact {
  font-size: 12px;
  border: 1px solid #01316C;
  color: #01316C;
  border-radius: 999vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 1.5rem;
}
@media screen and (max-width: 1280px) {
  .header-contact {
    display: none;
  }
}
.header-contact:hover {
  background-color: #01316C;
  color: #fff;
}
.header-contact:hover svg path {
  fill: #fff;
}
.header-contact svg {
  width: 16px;
}
.header-contact svg path {
  transition: 0.3s;
}
.header-contact p {
  line-height: 1;
}

.c-arrow-link {
  position: relative;
  font-size: 16px;
  display: flex;
  gap: 20px;
  color: #01316C;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-arrow-link {
    font-size: 14px;
    gap: 4px 12px;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.c-arrow-link.white {
  color: #fff;
}
.c-arrow-link.white .c-arrow-link--icon:before, .c-arrow-link.white .c-arrow-link--icon:after {
  color: #fff;
}
.c-arrow-link.white .c-arrow-link-box {
  border-color: #fff;
}
.c-arrow-link.reverse {
  flex-direction: row-reverse;
}
.c-arrow-link.reverse .c-arrow-link--icon:before, .c-arrow-link.reverse .c-arrow-link--icon:after {
  content: "←";
}
.c-arrow-link.reverse.is-hover .c-arrow-link--icon:before {
  animation-name: transformLeftRight_re;
  animation-delay: 0.2s;
}
.c-arrow-link.reverse.is-hover .c-arrow-link--icon:after {
  animation-name: transformRightLeft_re;
}
.c-arrow-link.reverse.is-hover:hover .c-arrow-link--icon:before {
  animation-name: transformRightLeft_re;
  animation-delay: 0s;
}
.c-arrow-link.reverse.is-hover:hover .c-arrow-link--icon:after {
  animation-name: transformLeftRight_re;
  animation-delay: 0.2s;
}
.c-arrow-link.bg-arrow-link {
  padding: 20px 40px;
  border-radius: 40px;
  background-color: #B1ECEF;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-arrow-link.bg-arrow-link {
    gap: 2rem;
  }
}
.c-arrow-link.bg-arrow-link:hover {
  background-color: #EDFFFF;
}
.c-arrow-link.bg-arrow-link .c-arrow-link-box {
  background-color: #fff;
}
.c-arrow-link-box {
  padding: 0rem 2rem;
  border: 1px solid #01316C;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-arrow-link-box {
    padding: 0 1.4rem;
    height: 21px;
  }
}
.c-arrow-link--icon {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  margin: auto 0;
  line-height: 1;
  height: 20px;
  font-size: 20px;
  color: #01316C;
}
@media screen and (max-width: 767px) {
  .c-arrow-link--icon {
    font-size: 15px;
    height: 17px;
  }
}
.c-arrow-link--icon:before, .c-arrow-link--icon:after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.c-arrow-link.is-hover .c-arrow-link--icon:before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

.c-arrow-link.is-hover .c-arrow-link--icon:after {
  animation-name: transformRightLeft;
}

.c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}

.c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes transformLeftRight_re {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes transformRightLeft_re {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.out-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  gap: 1rem;
  color: #B2C1D3;
  text-decoration: underline;
}
.out-link img {
  width: 18px;
  margin: 0 !important;
}
.out-link p {
  margin: 0 !important;
}

.home .sustainability-banner {
  min-height: auto;
}
.home .sustainability-banner-text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .home .sustainability-banner-text {
    width: 85%;
  }
}
.home .recruit-banner {
  margin-top: 7.5rem;
}
.home:has(.visit) .fv.fadeUp .fv-img {
  animation-delay: 1s;
}
.home:has(.visit) .fv.fadeUp .fv-text {
  animation-delay: 2s;
}

.sustainability-head-wrap {
  width: 100%;
  height: 150vh;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .sustainability-head-wrap {
    height: 175vh;
  }
}

#sustainability-head {
  position: sticky; /*背景を設定するdivの基点とするためrelativeをかける*/
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden; /*はみ出しているところを隠す*/
  padding: 5rem 0 7.5rem;
}

#sustainability-head-img {
  position: fixed; /*背景を固定するためfixedをかける*/
  z-index: 1; /*#container,#footerよりも下に配置するために数値を小さくする*/
  top: 0; /*topの位置がJSで変化*/
  /*以下画面で背景画像を表示させるための指定*/
  width: 80%;
  margin: 0 auto;
  height: 80vh;
  background: url(./images/sustainability.png) no-repeat center/cover;
  position: relative;
  transform-origin: center; /*変化する基点を中心からに設定*/
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #sustainability-head-img {
    width: 90%;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading img {
  max-width: 260px;
  width: 15%;
  min-width: 150px;
}

.fv {
  position: relative;
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
  background-color: #01316C;
  padding-top: 4rem;
  opacity: 1 !important;
}
.fv.fadeUp {
  animation: none;
}
.fv.fadeUp .fv-img {
  animation-name: blurAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 4s;
}
.fv.fadeUp .fv-text {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}
@media screen and (max-width: 1280px) {
  .fv {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 1.5rem;
  }
}
.fv .top-swiper {
  height: calc(100vh - 100px - 8rem);
  height: calc(100svh - 100px - 8rem);
  overflow: hidden;
}
.fv .top-swiper .swiper-wrapper {
  transition-timing-function: ease;
}
@media screen and (max-width: 1280px) {
  .fv .top-swiper {
    height: calc(100vh - 60px - 6rem);
    height: calc(100svh - 60px - 6rem);
  }
}
@media screen and (max-width: 767px) {
  .fv .top-swiper {
    height: calc(100vh - 140px - 1.5rem);
    height: calc(100svh - 140px - 1.5rem);
  }
}
.fv .swiper-pagination {
  display: flex;
  justify-content: end;
  padding-right: 12.5%;
  bottom: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .fv .swiper-pagination {
    bottom: 1rem;
    padding-right: 7.5%;
  }
}
.fv .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #C6C6C6;
  margin: 0 10px !important;
}
@media screen and (max-width: 767px) {
  .fv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
  }
}
.fv .swiper-pagination-bullet-active {
  background: #B1ECEF;
}
.fv-text {
  position: absolute;
  bottom: 5%;
  z-index: 10;
  left: 12.5%;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .fv-text {
    left: 7.5%;
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .fv-text {
    bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text {
    bottom: 90px;
    left: 5%;
  }
}
.fv-text h1 {
  color: #fff;
  font-family: "myfont2", sans-serif;
  font-size: clamp(1.25rem, 0.25rem + 3.33vw, 4rem);
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(1, 49, 108, 0.5);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fv-text h1 {
    text-shadow: 0 0 20px rgba(1, 49, 108, 0.2);
  }
}
.fv-img {
  position: absolute;
  top: 5rem;
  z-index: 10;
  right: 14%;
  width: 15%;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .fv-img {
    width: 25%;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .fv-img {
    top: 2.5rem;
  }
}
.fv .c-arrow-link {
  position: absolute;
  z-index: 10;
  bottom: 5rem;
  right: 12.5%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fv .c-arrow-link {
    bottom: 3rem;
    right: 10%;
    gap: 1rem;
  }
}
.fv .c-arrow-link .c-arrow-link-box {
  border: 1px solid #01316C;
  background-color: #fff;
}
.fv .c-arrow-link--icon::before, .fv .c-arrow-link--icon::after {
  color: #01316C !important;
}
.fv .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.fv .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about {
  width: 75%;
  margin: 7.5rem auto;
}
@media screen and (max-width: 1600px) {
  .top-about {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    margin: 4rem auto;
    width: 90%;
  }
}
.top-about-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .top-about-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about-wrap {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.top-about-left {
  width: 38%;
}
.top-about-left .top-title h2 {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .top-about-left .top-title h2 {
    margin-bottom: 0;
  }
}
.top-about-left .top-title h2 span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .top-about-left {
    width: 100%;
  }
}
.top-about-right {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .top-about-right {
    width: 100%;
  }
}
.top-about-right p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.top-about-btn {
  display: flex;
  justify-content: end;
  gap: 4rem;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top-about-btn {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about-btn {
    flex-direction: column;
    gap: 1rem;
    align-items: end;
  }
}
.top-about > img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .top-about > img {
    height: 260px;
  }
}

.top-service {
  padding: 5rem 12.5%;
  background-color: #01316C;
  position: relative;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .top-service {
    padding: 5rem 10%;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 2.5rem 5%;
  }
}
.top-service .top-title .lower-fv-p {
  color: #fff;
}
.top-service .top-title h2 {
  color: #fff;
  font-size: clamp(2rem, 0.909rem + 3.64vw, 5rem);
  margin-bottom: 0;
}
.top-service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/top-service-bg.png) no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-service-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 3.5rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-service-wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service-wrap {
    gap: 1.5rem;
  }
}
.top-service-left {
  width: 47.5%;
  margin-top: 5rem;
  max-width: 650px;
}
@media screen and (max-width: 1024px) {
  .top-service-left {
    margin-top: 0;
    width: 100%;
  }
}
.top-service-left .blue {
  color: #B1ECEF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}
.top-service-left .blue img {
  width: 2rem;
}
.top-service-left h3 {
  font-family: "myfont2", sans-serif;
  font-size: clamp(4rem, 3.273rem + 2.42vw, 6rem);
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .top-service-left h3 {
    margin-bottom: 0rem;
  }
}
.top-service-left-p p:not(:last-child) {
  margin-bottom: 1rem;
}
.top-service-left-p span {
  display: inline-block;
}
.top-service-right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-service-right {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .top-service-right {
    width: 100%;
  }
}
.top-service-right img {
  width: 70%;
}
.top-service-right img:first-child {
  margin-left: auto;
}
.top-service-right img:nth-child(2) {
  margin-top: -4rem;
}
.top-service-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 3%;
  margin: 2rem 0;
  color: #01316C;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-service-bg {
    gap: 1.5rem;
  }
}
.top-service-bg div {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-service-bg div {
    width: 100%;
  }
}
.top-service-bg div p {
  font-size: 14px;
}
.top-service-bg div p:first-child {
  color: #5FD3D9;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-family: "myfont2", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.top-service-bg div p:first-child span {
  font-size: clamp(2.5rem, 2.318rem + 0.61vw, 3rem);
  display: block;
  line-height: 1;
}
.top-service .c-arrow-link.bg-arrow-link {
  background-color: #fff;
  margin-left: auto;
}
.top-service .c-arrow-link.bg-arrow-link:hover {
  background-color: #B1ECEF;
}
.top-service .energy-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3.5rem 5% 4rem;
}
@media screen and (max-width: 767px) {
  .top-service .energy-wrap {
    padding: 2rem 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-service .energy-wrap div p br {
    display: none;
  }
}
.top-service .energy-wrap h2 {
  color: #fff;
}

.onayami {
  margin: 200px auto 7.5rem;
  display: flex;
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  /* 矢印 */
}
@media screen and (max-width: 1600px) {
  .onayami {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  .onayami {
    flex-direction: column;
    gap: 2.5rem;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .onayami {
    margin: 5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .onayami {
    margin: 4rem auto;
    width: 90%;
  }
}
.onayami-left {
  width: 385px;
  position: sticky;
  top: 5%;
}
@media screen and (max-width: 1400px) {
  .onayami-left {
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .onayami-left p br {
    display: none;
  }
}
.onayami-right {
  width: calc(100% - 450px);
}
@media screen and (max-width: 1600px) {
  .onayami-right {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 1400px) {
  .onayami-right {
    width: 100%;
  }
}
.onayami .archive-title h2 {
  color: #000;
  font-size: clamp(2rem, 1.636rem + 1.21vw, 3rem);
  font-family: "myfont3", sans-serif;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
.onayami .accordion {
  position: relative;
  width: 100%;
}
.onayami .accordion-item {
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #EFF9FD;
}
.onayami .accordion-title {
  color: #01316C;
  cursor: pointer;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .onayami .accordion-title {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .onayami .accordion-title {
    flex-direction: column;
    gap: 0;
    padding: 1rem 2.5rem 1rem 1rem;
  }
}
.onayami .accordion-title p:first-child {
  font-size: 1rem;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .onayami .accordion-title p:first-child {
    width: 100%;
  }
}
.onayami .accordion-title p:first-child span {
  font-weight: bold;
  padding: 2px 4px;
  border: 1px solid;
  border-radius: 999vh;
  margin-left: 12px;
}
.onayami .accordion-title p:last-child {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .onayami .accordion-title p:last-child {
    width: 100%;
  }
}
.onayami .accordion-content {
  display: none;
  padding: 0px 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .onayami .accordion-content {
    padding: 0 1rem 1rem;
  }
}
.onayami .accordion-content-wrap {
  display: flex;
  gap: 20px 5%;
  flex-wrap: wrap;
}
.onayami .accordion-content-img {
  border-radius: 10px;
  overflow: hidden;
}
.onayami .accordion-content-item {
  width: 30%;
  color: #01316C;
}
.onayami .accordion-content-item a {
  color: #01316C;
}
.onayami .accordion-content-item a .c-arrow-link {
  pointer-events: none;
}
.onayami .accordion-content-item a img {
  transition: 0.3s;
}
.onayami .accordion-content-item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .onayami .accordion-content-item {
    width: 47.5%;
  }
}
.onayami .accordion-content-item .c-arrow-link {
  margin-left: auto;
}
.onayami .accordion-content-item .c-arrow-link .c-arrow-link-box {
  background-color: #fff;
}
.onayami .accordion-content p {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  margin: 12px 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .onayami .accordion-content p {
    margin: 0.5rem 0;
  }
}
.onayami .accordion-title {
  position: relative;
}
.onayami .accordion-title::after {
  background: url(./images/faq-arrow.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .onayami .accordion-title::after {
    width: 1rem;
    right: 12px;
  }
}
.onayami .accordion-title.open::after {
  transform: rotate(-180deg);
  top: 45%;
}

.top-bg-blue {
  padding: 7.5rem 0 5rem;
  background-color: #E7F3F8;
}
@media screen and (max-width: 767px) {
  .top-bg-blue {
    padding: 2rem 0 4rem;
  }
}

.archive-wrap {
  width: 75%;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  color: #01316C;
}
@media screen and (max-width: 1024px) {
  .archive-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .archive-wrap {
    width: 90%;
    gap: 1rem;
  }
}
.archive .swiper-wrapper {
  align-items: stretch;
  margin: 2.5rem 0 5rem;
  transition-timing-function: ease;
}
.archive .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.archive .swiper-slide h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #01316C;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .archive .swiper-slide h3 {
    margin: 0.5rem 0;
  }
}
.archive .swiper-slide img {
  height: auto;
  width: 100%;
}
.archive .swiper-slide .example-text {
  width: 100%;
}
.archive .swiper-slide .example-text > span {
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
}
.archive .swiper-slide .example-results {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .archive .swiper-slide .example-results {
    margin-top: 1rem;
  }
}
.archive .swiper-slide .example-results p:first-child span {
  color: #01316C;
}
.archive .swiper-slide .example-results span {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.archive .swiper-slide .example-results p:last-child span {
  font-size: clamp(1.563rem, 1.222rem + 1.14vw, 2.5rem);
}
.archive .swiper-button-next, .archive .swiper-button-prev {
  top: 95%;
}
@media screen and (max-width: 767px) {
  .archive .swiper-button-next, .archive .swiper-button-prev {
    top: 92.5%;
  }
}
.archive .swiper-button-next::after, .archive .swiper-button-prev::after {
  font-size: 2rem;
  font-weight: bold;
  padding: 0px 16px;
  background: #fff;
  border: 1px solid;
  border-radius: 999vh;
  color: #01316C;
}
.archive .swiper-button-prev {
  left: 47.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .archive .swiper-button-prev {
    left: 45%;
  }
}
@media screen and (max-width: 767px) {
  .archive .swiper-button-prev {
    left: 40%;
  }
}
.archive .swiper-button-prev::after {
  content: "←";
}
.archive .swiper-button-next {
  right: auto;
  left: 52.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .archive .swiper-button-next {
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  .archive .swiper-button-next {
    left: 60%;
  }
}
.archive .swiper-button-next::after {
  content: "→";
}

.agent {
  display: flex;
  width: 75%;
  margin: 3rem auto 2.5rem;
  justify-content: space-between;
  padding: 5rem 5%;
  align-items: center;
  border: 1px solid #01316C;
  border-radius: 10px;
  color: #01316C;
}
@media screen and (max-width: 1024px) {
  .agent {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 5%;
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .agent {
    width: 90%;
    padding: 1.5rem 5%;
    gap: 1rem;
  }
}
.agent-right {
  width: -moz-fit-content;
  width: fit-content;
}
.agent-left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  .agent-left {
    width: 100%;
  }
}
.agent .archive-title {
  margin-bottom: 1.5rem;
}
.agent .archive-title h2 {
  font-size: clamp(1.5rem, 0.955rem + 1.82vw, 3rem);
}

/*404*/
.not-found {
  text-align: center;
  margin: 100px auto 10rem;
}
@media screen and (max-width: 767px) {
  .not-found {
    margin: 0 auto 12rem;
  }
}
.not-found .c-arrow-link {
  margin: 100px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .not-found .c-arrow-link {
    margin-top: 4rem;
  }
}

.sec-policy {
  margin-bottom: 12rem;
}

.policy {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 4rem;
  }
}
.policy h3 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D5D5D5;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  color: #01316C;
}
.policy p:not(:last-child) {
  margin-bottom: 1rem;
}
.policy li {
  list-style: inside;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .policy li {
    padding-left: 0;
  }
}
.policy ol.second-list li {
  list-style: lower-roman;
}

/*contact*/
.contact {
  margin: 0 auto 12rem;
  width: 70%;
  max-width: 1200px;
}
@media screen and (max-width: 1280px) {
  .contact {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    width: 90%;
  }
}
.contact-wrap {
  background-color: #EFF9FD;
  padding: 3.5rem 5% 4rem;
}
.contact .container {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact form > div {
    width: 100%;
  }
  .contact form > div div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact form > div:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(:last-child) {
    margin-bottom: 14px;
  }
}
.contact form > div p:first-child {
  text-align: left;
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 4rem auto 0;
}
.contact input,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  padding: 7px 1rem;
  width: 100%;
  border: 1px solid #A8A8A8;
  background-color: #fff;
  border-radius: 4px;
}
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  padding: 7px 1rem;
  min-width: 400px;
  border: 1px solid #A8A8A8;
  background-color: #fff;
  border-radius: 4px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .contact select {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact select {
    min-width: 250px;
  }
}
.contact select option {
  white-space: normal; /* 折り返しを可能にする */
  overflow: visible;
  text-overflow: unset;
  min-inline-size: auto; /* 最小幅の制限を解除 */
  min-block-size: initial; /* 高さの制限を解除 */
  display: block; /* フレックスを無効化 */
  padding: 8px;
  font-size: 16px;
}
.contact p:has(select) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contact p:has(select) .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
}
.contact p:has(select):has(.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact span.required {
  color: #fff;
  background-color: #5FD3D9;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 14px;
  padding: 0px 12px;
  border-radius: 18px;
}
.contact span.optional {
  color: #fff;
  background-color: #A8A8A8;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 14px;
  padding: 0px 12px;
  border-radius: 18px;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .confirm {
  color: red;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact .confirm {
    margin-bottom: 1rem;
  }
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact .current-check {
  opacity: 0;
  pointer-events: none;
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact input[type=checkbox]:checked:before {
    top: 1px;
    left: 3px;
    width: 7px;
    height: 9px;
  }
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01316C;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #01316C;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy a {
    display: block;
  }
}
.contact input[type=submit] {
  position: relative;
  padding: 15px 3rem;
  border: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  transition: 0.3s;
  font-size: 1rem;
  border-radius: 40px;
  color: #01316C;
}
.contact input[type=submit]:hover {
  background-color: #01316C;
  color: #fff;
  cursor: pointer;
}
.contact .submit-wrap {
  margin: 2.5rem auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contact input.wpcf7-not-valid {
  background-color: #FFF1F1;
}
.contact .wpcf7-not-valid-tip {
  text-align: left;
  color: red;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

.page-id-31 .lower-fv {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-31 .company h2 {
    margin-bottom: 1rem;
  }
}

/*company*/
.company {
  margin: 7.5rem auto 100px;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 4rem auto;
  }
}
.company.container {
  max-width: 1200px;
}
.company-fv {
  background-color: #01316C;
  padding: 3.5rem 0;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .company-fv {
    padding: 1.5rem 0 3rem;
  }
}
.company-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/company-fv-bg.png) no-repeat center/cover;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.company-fv .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1536px;
}
@media screen and (max-width: 1400px) {
  .company-fv .container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .company-fv .container {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company-fv .container {
    gap: 2rem;
  }
}
.company-left {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .company-left {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .company-left {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .company-left {
    width: 100%;
  }
}
.company-left img {
  width: 31%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/2;
}
.company-left img:nth-child(2) {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .company-left img:nth-child(2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company-left img:nth-child(2) {
    margin-top: 90px;
  }
}
.company-right {
  width: 35%;
}
@media screen and (max-width: 1280px) {
  .company-right {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .company-right {
    width: 100%;
  }
}
.company-right h2 {
  font-family: "myfont2", sans-serif;
  font-size: clamp(1.5rem, 1.182rem + 1.06vw, 2.375rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .company-right h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company-right h2 {
    margin-bottom: 20px;
  }
}
.company-right h3 {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.company-right > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company-right > p {
    margin-bottom: 20px;
  }
}
.company-right .c-arrow-link {
  margin: 1rem 0 0 auto;
}
.company-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.company-wrap > img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .company-wrap > img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .company-wrap > img {
    width: 100%;
  }
}
.company-wrap-2 {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .company-wrap-2 {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company-wrap-2 {
    gap: 1rem;
  }
}
.company-wrap-2 .company-1 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .company-wrap-2 .company-1 {
    width: 100%;
  }
}
.company-wrap-2 .company-1 h3 {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company-wrap-2 .company-1 h3 {
    margin-bottom: 1rem;
  }
}
.company-1 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .company-1 {
    width: 100%;
  }
}
.company-2 {
  width: 50%;
  color: #01316C;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .company-2 {
    width: 100%;
  }
}
.company-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(./images/company-2.png) no-repeat center/contain;
  z-index: -1;
  opacity: 0.1;
}
.company-2-text {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.company-2 div:not(.company-2-text) {
  margin-bottom: 1rem;
}
.company-2 div:not(.company-2-text) p {
  font-weight: 500;
  font-size: 1rem;
}
.company-2 div:not(.company-2-text) p:first-child {
  font-family: "myfont3", sans-serif;
  font-size: clamp(4rem, 3.636rem + 1.21vw, 5rem);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-2 div:not(.company-2-text) p:first-child {
    margin-bottom: 0;
  }
}

.info {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .info {
    margin-bottom: 4rem;
  }
}
.info .table_design03 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .info .table_design03 {
    width: 100%;
  }
}

.access {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 4rem;
  }
}
.access-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .access-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .access-wrap {
    gap: 1.5rem;
  }
}
.access-item {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .access-item {
    width: 100%;
  }
}
.access-item p {
  margin-bottom: 1.5rem;
}
.access-item iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access-item iframe {
    height: 320px;
  }
}

.page-id-22 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-22 .service-wrap {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-22 .service-left {
    display: block;
    position: relative;
    top: auto;
    width: 90%;
  }
  .page-id-22 .service-left br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-id-22 .service-left {
    width: 95%;
  }
}
.page-id-22::before {
  content: "";
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/1030;
  background: url(./images/service-bg.png) no-repeat center/cover;
  top: 100px;
  left: 0;
  z-index: -1;
}
.page-id-22:has(.fadeUpTrigger_office1.isActive) .service-left a:nth-child(1) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office2.isActive) .service-left a:nth-child(2) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office3.isActive) .service-left a:nth-child(3) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office4.isActive) .service-left a:nth-child(4) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office5.isActive) .service-left a:nth-child(5) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office6.isActive) .service-left a:nth-child(6) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office7.isActive) .service-left a:nth-child(7) svg circle {
  fill: #5FD3D9;
}
.page-id-22:has(.fadeUpTrigger_office7.isActive) .service-left a:nth-child(7) svg line {
  stroke: #fff;
}

.service-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 5rem;
  padding: 0 0 0 12.5%;
}
@media screen and (max-width: 1600px) {
  .service-wrap {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .service-wrap {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap {
    padding-left: 7.5%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap {
    padding-left: 5%;
    margin-bottom: 1rem;
  }
}
.service-left {
  position: sticky;
  top: 10em;
  width: 225px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem 2rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .service-left {
    display: none;
  }
}
.service-left a {
  display: block;
}
.service-left a:hover {
  color: #5FD3D9;
}
.service-left a p {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .service-left a p {
    align-items: center;
  }
}
.service-left a span {
  color: #5FD3D9;
  border-radius: 999vh;
  padding: 4px;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid;
  font-family: "myfont", sans-serif;
  margin-top: 5px;
  transition: 0.3s;
}
.service-left a:not(:last-child) {
  margin-bottom: 1rem;
}
.service-left a svg {
  width: 1.5rem;
}
.service-left a p:has(img) {
  align-items: center;
}
.service-right {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1600px) {
  .service-right {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 1400px) {
  .service-right {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1024px) {
  .service-right {
    width: 100%;
  }
}
.service-contents h3 {
  color: #01316C;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  border-bottom: 1px solid #01316C;
  padding: 0 1rem 1rem;
  margin-bottom: 2rem;
  font-family: "myfont3", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-contents h3 {
    padding: 0 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.service-contents h3 span {
  display: inline-block;
}
.service-contents p span {
  background-color: rgba(95, 211, 217, 0.4);
  word-break: break-all;
}
.service-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .service-box {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-box {
    margin-bottom: 4rem;
    gap: 1rem;
  }
}
.service-box.web {
  flex-wrap: wrap;
  gap: 3.5rem 5%;
}
@media screen and (max-width: 767px) {
  .service-box.web {
    gap: 2rem;
  }
}
.service-box-item {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .service-box-item {
    width: 100%;
    align-items: center;
  }
  .service-box-item img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-box-item {
    gap: 1rem;
  }
  .service-box-item img {
    width: 100%;
  }
}
.service-box-item p:first-child {
  color: #01316C;
  font-size: 12px;
}
.service-box-item div h4 {
  color: #01316C;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-box-item div h4 {
    margin-bottom: 1rem;
  }
}
.service-box-item.web {
  gap: 1rem;
}
.service-box-item.web h4 {
  color: #01316C;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .service-box-item.web h4 {
    width: 100%;
    text-align: center;
  }
}
.service-wrap-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .service-wrap-2 {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-2 {
    gap: 1rem;
  }
}
.service-wrap-2-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .service-wrap-2-left {
    width: 100%;
  }
}
.service-wrap-2-left p:not(:last-child) {
  margin-bottom: 1rem;
}
.service-wrap-2-right {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service-wrap-2-right {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-2-right {
    width: 100%;
  }
}
.service-wrap-2-right .service-wrap-2-right-img {
  position: absolute;
  width: 30%;
  bottom: 5%;
  right: 5%;
}
.service-wrap-2-right .service-wrap-2-right-img.fadeUp {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
.service-wrap-3 {
  margin-bottom: 4rem;
}
.service-wrap-3 p:not(:last-child) {
  margin-bottom: 1rem;
}
.service-wrap-3 img {
  margin-top: 1.5rem;
}
.service-wrap-4 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service-wrap-4 {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-4 {
    gap: 1rem;
  }
}
.service-wrap-4-bg {
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem 0;
  margin: 4rem 0 0;
}
@media screen and (max-width: 1024px) {
  .service-wrap-4-bg {
    padding-bottom: 2rem;
  }
}
.service-wrap-4-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .service-wrap-4-left {
    width: 100%;
  }
}
.service-wrap-4-left p:not(:last-child) {
  margin-bottom: 1rem;
}
.service-wrap-4-right {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .service-wrap-4-right {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-4-right {
    width: 100%;
  }
}
.service-wrap-5 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service-wrap-5 {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-5 {
    gap: 1rem;
  }
}
.service-wrap-5-text {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .service-wrap-5-text {
    width: 100%;
  }
}
.service-wrap-5 img {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .service-wrap-5 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap-5 img {
    width: 100%;
  }
}
.service-wrap-6 {
  background-color: #EFF9FD;
  border-radius: 4px;
  padding: 1rem;
}
.service-wrap-6 h4 {
  color: #01316C;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.service-wrap-6 div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.service-wrap-6 div img {
  width: 1.5rem;
}
.service-wrap-6 div span {
  color: #5FD3D9;
  background-color: transparent !important;
}
.service-table div {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .service-table div {
    flex-direction: column;
  }
}
.service-table div:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .service-table div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.service-table div p {
  line-height: 1.5;
}
.service-table div p:first-child {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #5FD3D9;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .service-table div p:first-child {
    width: 100%;
  }
}
.service-table div p:first-child img {
  width: 1.5rem;
  margin: 0;
}
.service-table div p:last-child {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .service-table div p:last-child {
    width: 100%;
  }
}
.service-list {
  border-radius: 4px;
  background-color: #EFF9FD;
  padding: 1rem;
}
.service-list:not(:last-child) {
  margin-bottom: 1rem;
}
.service-list h4 {
  color: #01316C;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.service-list h4 span {
  font-size: 1rem;
  margin-right: 12px;
  border: 1px solid;
  padding: 2px 12px;
  border-radius: 20px;
  line-height: 1;
}
.service-wrap-3:has(.service-list) {
  margin: 5rem 0;
}

.row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .row-wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .row-wrap {
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
.row-wrap img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .row-wrap img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .row-wrap img {
    width: 100%;
  }
}
.row-wrap p span {
  background-color: rgba(95, 211, 217, 0.4);
}
.row-wrap .service5-img {
  width: 30%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .row-wrap .service5-img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .row-wrap .service5-img {
    width: 60%;
    margin-top: 2rem;
  }
}
.row-wrap .service5-img img {
  width: 100%;
}
.row-wrap .service5-img::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background-color: #BCE4F8;
  filter: blur(30px);
  border-radius: 999vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.row-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .row-left {
    width: 100%;
  }
}
.row-left h3 {
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
  font-weight: 500;
  color: #01316C;
  margin-bottom: 1.5rem;
}
.row-left p:not(:last-child) {
  margin-bottom: 1rem;
}

.fadeUpTrigger_office1,
.fadeUpTrigger_office3,
.fadeUpTrigger_office5,
.service-cta {
  padding-right: 15%;
}
@media screen and (max-width: 1600px) {
  .fadeUpTrigger_office1,
  .fadeUpTrigger_office3,
  .fadeUpTrigger_office5,
  .service-cta {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .fadeUpTrigger_office1,
  .fadeUpTrigger_office3,
  .fadeUpTrigger_office5,
  .service-cta {
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .fadeUpTrigger_office1,
  .fadeUpTrigger_office3,
  .fadeUpTrigger_office5,
  .service-cta {
    padding-right: 5%;
    padding-top: 2.5rem;
  }
}

.blue-bg {
  position: relative;
  z-index: 0;
  padding-bottom: 5rem;
  padding-right: 15%;
}
.blue-bg .row-wrap p span {
  background-color: rgba(95, 211, 217, 0.4);
}
@media screen and (max-width: 1600px) {
  .blue-bg {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .blue-bg {
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .blue-bg {
    padding: 2.5rem 5% 2rem 0;
  }
}
.blue-bg::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #EFF9FD;
  z-index: -1;
}

#work6 a:hover img {
  top: 50%;
}

.fadeUpTrigger_office1 .row-left,
.fadeUpTrigger_office2 .row-left {
  width: 100%;
}

.service-cta {
  margin-bottom: 5rem;
}
.service-cta .service-title {
  margin-bottom: 0;
}
.service-cta .service-title h2 {
  font-size: clamp(2rem, 1.636rem + 1.21vw, 3rem);
  margin: 20px 0;
}
.service-cta .service-title + p {
  margin-bottom: 5rem;
}
.service-cta .merit-title {
  height: 4rem;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-weight: bold;
}
.service-cta .merit-body {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1400px) {
  .service-cta .merit-body {
    padding: 1rem;
  }
}
.service-cta .merit-body .c-arrow-link.bg-arrow-link {
  margin: 0 auto;
}
.service-cta .merit-item {
  width: 56%;
}
@media screen and (max-width: 1280px) {
  .service-cta .merit-item {
    width: 100%;
  }
}
.service-cta .merit-item::after {
  content: "";
  position: absolute;
  width: 80%;
  aspect-ratio: 450/32;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(./images/service-cta.png) no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .service-cta .merit-item::after {
    top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-cta .merit-item::after {
    width: 100%;
    top: -3rem;
  }
}
@media screen and (max-width: 400px) {
  .service-cta .merit-item::after {
    top: -2rem;
  }
}
.service-cta .merit-item::before {
  display: none;
}
.service-cta-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .service-cta-wrap {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-cta-wrap {
    gap: 1rem;
  }
}
.service-cta-wrap > a {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: 42%;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .service-cta-wrap > a {
    width: 100%;
  }
}
.service-cta-wrap > a h2 {
  font-size: clamp(1rem, 0.636rem + 1.21vw, 2rem);
  margin: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service-cta-wrap > a h2 {
    margin: 12px 0 1rem;
  }
}
.service-cta-wrap > a .c-arrow-link {
  height: 2rem;
  pointer-events: none;
  margin: 1.5rem 0 0;
}
.service-cta-wrap > a:hover img {
  transform: scale(1.1);
}
.service-cta-text {
  background-color: #5FD3D9;
  color: #fff;
  padding: 1.5rem 5% 1rem;
}
@media screen and (max-width: 767px) {
  .service-cta-text {
    font-size: 12px;
  }
}
.service-cta-text p {
  line-height: 1.5;
}
.service-cta-text .lower-fv-p {
  color: #fff;
}
.service-cta-text.blue {
  background-color: #01316C;
}
.service-cta-img {
  overflow: hidden;
  max-height: 175px;
}
.service-cta-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  -o-object-position: center;
     object-position: center;
  max-height: 175px;
}

.gray-p {
  color: #A1ACB9;
  font-size: clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .gray-p {
    margin-top: 1rem;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomOutAnime {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeUp_recruit-side {
  animation-name: fadeUpAnime_recruit;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime_recruit {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes fadeUpLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
/*message*/
.message {
  margin: 4rem auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .message {
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .message {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.message > img {
  width: 31%;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .message > img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .message > img {
    width: 100%;
  }
}
.message-intro {
  font-weight: bold;
}
.message-intro p:last-child {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}
.message-text {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .message-text {
    width: 100%;
  }
}
.message-text img {
  margin: 3.5rem 0 2rem;
}
@media screen and (max-width: 1024px) {
  .message-text img {
    margin: 2rem 0;
  }
}
.message-text h2 {
  color: #01316C;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 2rem 0;
  font-family: "myfont3", sans-serif;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message-text h2 br {
    display: none;
  }
}
.message-box p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.page-id-27 .lower-fv {
  margin-bottom: 0;
}

.page-id-18 {
  position: relative;
}
.page-id-18 .blue-bg {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-18 .blue-bg {
    padding-top: 0;
  }
}
.page-id-18 .blue-bg::before {
  background-color: #01316C;
}
.page-id-18 .blue-bg .recruit-title p,
.page-id-18 .blue-bg .recruit-title h2 {
  color: #fff;
}
.page-id-18 .lower-fv {
  border: none;
  position: absolute;
  top: 90px;
  left: 12.5%;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .page-id-18 .lower-fv {
    top: 4rem;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-18 .lower-fv {
    position: relative;
    top: auto;
    margin: 3rem auto 1.5rem;
    left: auto;
    padding-bottom: 0;
  }
}
.page-id-18 .lower-fv h1 {
  color: #01316C;
}
.page-id-18 .pankuzu {
  position: absolute;
  top: 1.5rem;
  left: 12.5%;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .page-id-18 .pankuzu {
    top: 0;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-18 .pankuzu {
    position: relative;
    top: auto;
    margin: 60px auto 0;
    left: auto;
  }
}
.page-id-18 .recruit-banner {
  margin-top: 100px;
  height: calc(95vh - 100px);
  height: calc(95svh - 100px);
}
@media screen and (max-width: 1280px) {
  .page-id-18 .recruit-banner {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-18 .recruit-banner {
    height: calc(80vh - 60px);
    height: calc(80svh - 60px);
  }
}
.page-id-18:has(.fadeUpTrigger_office1.isActive) .service-left a:nth-child(1) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-18:has(.fadeUpTrigger_office2.isActive) .service-left a:nth-child(2) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-18:has(.fadeUpTrigger_office3.isActive) .service-left a:nth-child(3) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-18:has(.fadeUpTrigger_office4.isActive) .service-left a:nth-child(4) span {
  color: #fff;
  background-color: #5FD3D9;
}
.page-id-18 .service-right .fadeUpTrigger_office3 {
  padding-top: 0;
}
.page-id-18 .service-right .fadeUpTrigger_office2,
.page-id-18 .service-right .fadeUpTrigger_office4 {
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .page-id-18 .service-right .fadeUpTrigger_office2,
  .page-id-18 .service-right .fadeUpTrigger_office4 {
    padding-right: 5%;
  }
}
.page-id-18 .operation-cta {
  margin-bottom: 12rem;
}

.recruit-fv-text {
  color: #fff;
  padding: 0 0 7.5rem;
  position: relative;
  z-index: 0;
  margin: -180px 0 0;
}
@media screen and (max-width: 1024px) {
  .recruit-fv-text {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-fv-text {
    margin-top: -15%;
  }
}
.recruit-fv-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  background-color: #01316C;
  z-index: -1;
  top: 15%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit-fv-text::before {
    top: 0;
  }
}
.recruit-fv-text h2 {
  font-size: clamp(1.5rem, 0.591rem + 3.03vw, 4rem);
  font-family: "myfont2", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.1;
  text-shadow: 0 0 20px rgba(1, 49, 108, 0.5);
}
@media screen and (max-width: 1024px) {
  .recruit-fv-text h2 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .recruit-fv-text h2 {
    text-shadow: 0 0 20px rgba(1, 49, 108, 0.2);
  }
}
.recruit p:not(:last-child) {
  margin-bottom: 1rem;
}
.recruit-1 h3 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  font-weight: 400;
  margin: 2rem 0 1rem;
}
.recruit-2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .recruit-2-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 3rem;
  }
}
.recruit-2-wrap img {
  width: 40%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit-2-wrap img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-2-wrap img {
    width: 100%;
  }
}
.recruit-2-wrap div {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .recruit-2-wrap div {
    width: 100%;
  }
}
.recruit-2-wrap h3 {
  color: #01316C;
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: "myfont3", sans-serif;
}

.content_area {
  width: 100%;
  margin: 0 auto;
}
.content_area .tab-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.content_area .tab-container {
  margin: 0 0 15px;
}
.content_area .content-tab {
  font-weight: 500;
  text-align: center;
  padding: 8px 5rem;
  background-color: #F5F5F5;
  color: #01316C;
  cursor: pointer;
  border-radius: 10px;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-weight: 400;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .content_area .content-tab {
    padding: 8px 2rem;
  }
}
.content_area .content-tab:hover {
  opacity: 0.7;
}
.content_area h3 {
  color: #01316C;
  margin: 2rem 0 0;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  font-family: "myfont3", sans-serif;
  font-weight: 500;
}
.content_area .content-tab.active {
  background-color: #01316C;
  color: #fff;
}
.content_area .content {
  display: none; /*必須*/
}
.content_area .content img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 2/1;
}
.content_area .content.show {
  display: block; /*必須*/
}

.environment {
  background-color: #EFF9FD;
  padding: 3rem 5%;
  border-radius: 4px;
}
.environment-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2rem;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .environment-wrap {
    gap: 20px 1rem;
  }
}
.environment-item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1600px) {
  .environment-item {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .environment-item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .environment-item {
    width: 100%;
  }
}
.environment-item:has(.environment-1) .count-wrap .count, .environment-item.environment-item-wrap .count-wrap .count {
  font-size: 4.5rem;
}
.environment-item-bg {
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
  position: relative;
  padding-top: 3.5rem;
}
.environment-item-bg > p {
  color: #fff;
  background-color: #01316C;
  width: 100%;
  text-align: center;
  padding: 1rem;
  line-height: 1 !important;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.environment-item-bg p {
  line-height: 1.3;
}
.environment-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.environment-item-wrap .environment-item-bg {
  height: calc((100% - 1rem) / 2);
}
.environment-item-wrap .environment-item-bg-1 {
  height: 100%;
  justify-content: center;
}
.environment-item-wrap .environment-item-bg p {
  line-height: 2.5;
}
.environment-1 {
  display: flex;
  justify-content: space-between;
}
.environment-1-item {
  width: 47.5%;
  color: #01316C;
  text-align: center;
  font-weight: bold;
}
.environment-1-item img {
  height: 100px;
  margin-top: 1rem;
}
.environment-2 {
  position: relative;
}
.environment-2 img {
  width: 60%;
  margin: 1rem 1rem 3rem;
}
.environment-2 .count-wrap-bg {
  position: absolute;
  right: 5%;
  bottom: 5%;
  aspect-ratio: 1/1;
  background-color: #EDFFFF;
  border: 5px solid #5FD3D9;
  border-radius: 999vh;
  width: 45%;
}
@media screen and (max-width: 1600px) {
  .environment-2 .count-wrap-bg {
    width: 55%;
    max-width: 150px;
    min-width: 120px;
  }
}
.environment-2 .count-wrap-bg .count-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.environment-work {
  position: relative;
  color: #01316C;
  font-weight: bold;
  text-align: center;
}
.environment-work img {
  width: 54%;
  margin: 1.5rem auto 0;
}
.environment-work > div {
  position: absolute;
}
.environment-work-p1 {
  left: 5%;
  top: 3.5rem;
}
.environment-work-p2 {
  right: 5%;
  top: 3.5rem;
}
.environment-work-p3 {
  left: 5%;
  bottom: 5%;
}
.environment-work-p4 {
  right: 5%;
  bottom: 5%;
}

.count-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  justify-content: center;
}
.count-wrap > p {
  color: #000;
  font-weight: 400;
}
.count-wrap .count {
  color: #01316C;
  font-family: "myfont2", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.content-container .table_design03 td:first-child {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .content-container .table_design03 td:first-child {
    width: 100%;
  }
}
.content-container .table_design03 td:last-child {
  width: calc(100% - 210px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .content-container .table_design03 td:last-child {
    width: 100%;
    padding-left: 1rem;
  }
}

.archive-p {
  margin: 1rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .archive-p {
    margin-top: 0;
  }
}
.archive-p p {
  line-height: 1.5 !important;
  color: #A1ACB9;
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .archive-p p {
    font-size: 12px;
  }
}

.page-id-16 .field-text p {
  word-break: break-all;
}
.page-id-16 .field-text p span {
  display: inline-block;
}

.simulation h2, .simulation h3,
.company h2,
.company h3 {
  color: #01316C;
  font-family: "myfont", sans-serif;
}
.simulation h2,
.company h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .simulation h2,
  .company h2 {
    margin-left: 2rem;
  }
}
.simulation h2::before,
.company h2::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./images/field-h2.png) no-repeat center/contain;
  left: -2.5rem;
  top: 10px;
}
@media screen and (max-width: 1600px) {
  .simulation h2::before,
  .company h2::before {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .simulation h2::before,
  .company h2::before {
    top: 4px;
    left: -2rem;
  }
}

.simulation {
  margin: 5rem auto 100px;
}
@media screen and (max-width: 1024px) {
  .simulation {
    margin: 2.5rem auto 100px;
  }
}
.simulation.container {
  max-width: 1200px;
}

.field-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .field-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.field-wrap img {
  width: 40%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .field-wrap img {
    width: 100%;
  }
}
.field-text {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .field-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .field-text {
    width: 80%;
  }
}
.field-text h2 {
  margin-left: 0;
}
.field-text h3 {
  margin: 1.5rem 0;
  font-size: 20px;
}
.field-text p:not(:last-child) {
  margin-bottom: 1rem;
}

#reduction {
  border: 1px solid #01316C;
  border-radius: 10px;
  padding: 5rem 5%;
  width: 75%;
  max-width: none;
}
@media screen and (max-width: 1280px) {
  #reduction {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #reduction {
    padding: 5rem 3rem 2.5rem;
  }
  #reduction .field-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #reduction {
    width: 90%;
    margin: 4rem auto;
    padding: 2.5rem 1rem;
  }
  #reduction .field-text {
    width: 100%;
  }
}
#reduction h2 {
  font-size: clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
}
#reduction h2::before {
  top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  #reduction h2::before {
    top: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  #reduction h2::before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #reduction h2::before {
    top: 4px;
  }
}
#reduction .field-wrap {
  align-items: flex-start;
}

.simu-box {
  margin-bottom: 3.5rem;
}
.simu-box h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #01316C;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}
.simu-box h3 span {
  color: #fff;
  background-color: #5FD3D9;
  border-radius: 999vh;
  padding: 4px;
  font-size: 1rem;
  line-height: 1;
}
.simu-box img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .simu-box img {
    width: 100%;
  }
}

.faq {
  margin-top: 5rem;
}
.faq .accordion-004 {
  width: 80%;
  margin: 0 auto 20px;
  border-radius: 10px;
  background-color: #EFF9FD;
}
@media screen and (max-width: 1024px) {
  .faq .accordion-004 {
    width: 100%;
  }
}
.faq .accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 10%;
  color: #01316C;
  font-weight: 600;
  cursor: pointer;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary {
    padding: 1.5rem 10%;
  }
}
.faq .accordion-004 summary::-webkit-details-marker {
  display: none;
}
.faq .accordion-004 summary::after {
  position: absolute;
  right: 1rem;
  width: 24px;
  height: 12px;
  background: url(./images/faq-arrow.png) no-repeat center/contain;
  content: "";
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::after {
    width: 1rem;
  }
}
.faq .accordion-004 summary::before {
  content: "Q.";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 5%;
  line-height: 1;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::before {
    left: 3%;
  }
}
.faq .accordion-004[open] summary::after {
  transform: rotate(180deg);
}
.faq .accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 5% 2rem 10%;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
  position: relative;
}
.faq .accordion-004 p::before {
  content: "A.";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 5%;
  line-height: 1.5;
  color: #5FD3D9;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 p::before {
    left: 3%;
  }
}
.faq .accordion-004[open] p {
  transform: none;
  opacity: 1;
}

/*operation*/
.operation {
  padding: 5rem 0;
  background-color: #EFF9FD;
}
@media screen and (max-width: 767px) {
  .operation {
    padding: 1.5rem 0 2rem;
    margin-bottom: 0;
  }
}
.operation .field-wrap {
  width: 70%;
  margin: 0 auto;
  max-width: 1536px;
}
@media screen and (max-width: 1024px) {
  .operation .field-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .operation .field-wrap {
    width: 100%;
  }
}
.operation .field-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .operation .field-wrap img {
    width: 90%;
    margin: 0 auto;
  }
}
.operation-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .operation-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .operation-wrap {
    margin-bottom: 4rem;
  }
}
.operation-wrap .simu-box, .operation-wrap img {
  width: 47.5%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .operation-wrap .simu-box, .operation-wrap img {
    width: 100%;
  }
}
.operation-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .operation-wrap:nth-child(odd) {
    flex-direction: column;
    gap: 2rem;
  }
}

.esco {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .esco {
    margin-bottom: 4rem;
  }
}
.esco h2 {
  font-size: clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
}
.esco h2::before {
  top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .esco h2::before {
    top: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .esco h2::before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .esco h2::before {
    top: 4px;
  }
}
.esco p:last-child {
  color: #B2C1D3;
  font-size: 12px;
}
.esco img {
  max-width: 530px;
  width: 60%;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 1280px) {
  .esco img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .esco img {
    width: 100%;
    max-width: none;
  }
}

.example-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #EFF9FD;
  border-radius: 10px;
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .example-wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .example-wrap {
    padding: 1.5rem 5%;
  }
}
.example-wrap img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .example-wrap img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .example-wrap img {
    width: 100%;
  }
}
.example-text {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .example-text {
    width: 100%;
  }
}
.example-text h3 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}
.example-text > span {
  color: #5FD3D9;
  border: 1px solid #5FD3D9;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 1.5rem;
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .example-text > span {
    padding: 0.5rem;
  }
}
.example-text h4 {
  color: #01316C;
  margin-bottom: 0.5rem;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}
.example-results {
  margin: 1.5rem 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #01316C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .example-results {
    margin-top: 20px;
  }
}
.example-results span {
  color: #5FD3D9;
  margin: 0 8px;
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}
.example-results p:last-child span {
  font-size: clamp(2rem, 1.818rem + 0.61vw, 2.5rem);
  line-height: 1;
}

.merit {
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 2rem 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .merit .field-wrap {
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .merit h2 {
    margin-left: 4rem;
  }
}
.merit-wrap {
  display: flex;
  margin: 2.5rem auto 0;
  width: 85%;
  justify-content: end;
  position: relative;
  z-index: 0;
  gap: 1rem;
  max-width: 1350px;
}
@media screen and (max-width: 1280px) {
  .merit-wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .merit-wrap {
    flex-direction: column;
    width: 80%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .merit-wrap {
    width: 90%;
    margin-top: 0;
  }
}
.merit-wrap::before {
  content: "メリット";
  position: absolute;
  width: 90%;
  height: 200px;
  background-color: #fff;
  z-index: -1;
  right: 0;
  top: 120px;
  line-height: 200px;
  padding-left: 6%;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
@media screen and (max-width: 1280px) {
  .merit-wrap::before {
    width: 95%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .merit-wrap::before {
    display: none;
  }
}
.merit-item {
  width: 35%;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .merit-item {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .merit-item {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .merit-item {
    width: 90%;
  }
}
.merit-item::before {
  content: "メリット";
  position: absolute;
  width: 25%;
  height: 200px;
  background-color: #fff;
  z-index: -1;
  left: -25%;
  top: 120px;
  line-height: 200px;
  padding-left: 5%;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  display: none;
}
@media screen and (max-width: 1024px) {
  .merit-item::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .merit-item::before {
    width: 10%;
    writing-mode: vertical-rl;
    line-height: 2;
    padding: 4rem 0;
    top: 95px;
    width: 30px;
    left: -30px;
  }
}
.merit-item.blue {
  border: 1px solid #5FD3D9;
}
.merit-item.blue .merit-title {
  background-color: #5FD3D9;
}
.merit-item.gray {
  border: 1px solid #A8A8A8;
}
.merit-item.gray .merit-title {
  background-color: #A8A8A8;
}
.merit-title {
  text-align: center;
  color: #fff;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .merit-title {
    height: 95px;
  }
}
.merit-body {
  padding: 3rem 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .merit-body {
    padding: 1.5rem 1.5rem 1rem;
    height: calc(100% - 95px);
  }
}
.merit-body .c-arrow-link.bg-arrow-link {
  margin: 1rem auto 0;
}
.merit-body .c-arrow-link:not(.bg-arrow-link) {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .merit-body .c-arrow-link:not(.bg-arrow-link) {
    margin: 0;
  }
}
.merit-body ul li {
  margin-bottom: 1.5rem;
  line-height: 2;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .merit-body ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.merit-body ul li::before {
  content: "";
  position: absolute;
  background: url(./images/merit-arrow.png) no-repeat center/contain;
  left: 0;
  top: 5px;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .merit-body ul li::before {
    width: 20px;
  }
}
.merit-body ul li span {
  color: #E2404C;
}
.merit-body ul li strong {
  font-weight: 400;
  display: inline-block;
}

.page-id-29 .company-wrap {
  margin-bottom: 5rem;
}
.page-id-29 .sustainability-banner {
  width: 80%;
  margin: 7.5rem auto 10rem;
  min-height: auto;
  padding: 5rem 5%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page-id-29 .sustainability-banner {
    margin: 4rem auto 10rem;
    width: 90%;
    padding: 7.5rem 5%;
  }
}
.page-id-29 .sustainability-banner-text {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}

.about-number {
  background-color: #EFF9FD;
  border-radius: 10px;
  padding: 1.5rem 3% 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .about-number {
    margin-bottom: 4rem;
    padding: 1.5rem 5%;
  }
}
.about-number h2 {
  margin: 0 0 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-number h2 {
    margin-bottom: 1rem;
  }
}
.about-number-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .about-number-wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.about-number-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  width: 30%;
}
@media screen and (max-width: 1600px) {
  .about-number-item {
    padding: 2rem 1rem;
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .about-number-item {
    padding: 2rem 0.5rem;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .about-number-item {
    width: 100%;
    padding: 2rem;
  }
}
.about-number-item p {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  line-height: 1;
  margin-bottom: 1rem;
}
.about-number-item .count-wrap .count {
  font-size: 5rem;
  margin: 8px;
}
@media screen and (max-width: 1280px) {
  .about-number-item .count-wrap .count {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .about-number-item .count-wrap .count {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-number-item .count-wrap .count {
    font-size: 4rem;
  }
}
.about-service {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-service {
    margin-bottom: 4rem;
  }
}
.about-service-wrap {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
}
@media screen and (max-width: 1280px) {
  .about-service-wrap {
    flex-wrap: wrap;
    gap: 4rem 5%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about-service-wrap {
    gap: 2rem;
  }
}
.about-service-item {
  width: 30%;
}
.about-service-item .c-arrow-link {
  pointer-events: none;
}
.about-service-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.about-service-item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .about-service-item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .about-service-item {
    width: 100%;
  }
}
.about-service-item-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.about-service-item img {
  transition: 0.3s;
  border-radius: 10px;
}
.about-service-item h3 {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.about-service-item .c-arrow-link {
  margin-left: auto;
}
.about-feature .operation-wrap {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .about-feature .operation-wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-feature .operation-wrap {
    margin-top: 2rem;
  }
}
.about-feature .simu-box h3 {
  margin-bottom: 1rem;
}
.about-feature .simu-box h3:not(:first-child) {
  margin-top: 3rem;
}
.about-feature .simu-box h3 + p {
  width: 90%;
  margin: 0 auto;
}
.about-feature-img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .about-feature-img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about-feature-img {
    width: 100%;
  }
}
.about-feature-img img {
  width: 50%;
}
.about-feature-img img.about-feature-img1 {
  margin: 0 auto -13%;
}
.about-feature-img img.fadeUp {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.about-feature-img img.about-feature-img2 {
  animation-delay: 0.5s;
}
.about-feature-img img.about-feature-img3 {
  animation-delay: 1s;
}
.about-feature-img div {
  display: flex;
  justify-content: center;
}
.about-feature-img div img.about-feature-img3 {
  margin-left: -7%;
}

.page-id-25 {
  position: relative;
}
.page-id-25::before {
  content: "";
  background-image: url(./images/sustainability.png);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -10;
}
.page-id-25 .pankuzu {
  margin-top: 0;
  width: 100%;
  padding: 100px 12.5% 0;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .page-id-25 .pankuzu {
    padding: 60px 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-25 .pankuzu {
    padding: 60px 5% 0;
  }
}
.page-id-25 .lower-fv {
  width: 100%;
  padding: 2.5rem 12.5% 20px;
  background: #fff;
  margin: -1px 0 0;
}
@media screen and (max-width: 1280px) {
  .page-id-25 .lower-fv {
    padding: 3rem 10% 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-25 .lower-fv {
    padding: 3rem 5% 1.5rem;
  }
}

/*philosophy*/
.philosophy {
  color: #fff;
}
.philosophy h2 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 3rem;
}
.philosophy h2::before {
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .philosophy h2 {
    margin-bottom: 1rem;
  }
}
.philosophy-box {
  width: 80%;
  margin: 30% auto 10%;
  padding: 20rem 0;
  max-width: 1345px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .philosophy-box {
    margin: 75% auto 40%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-box {
    margin: 0 auto;
    padding: 3rem 0 200px;
    width: 90%;
  }
}
.philosophy-box .company-2 {
  margin: 0 auto 3.5rem;
  color: #fff;
}
.philosophy-box .company-2::before {
  display: none;
}
.philosophy-box .company-2 div:not(.company-2-text) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .philosophy-box .company-2 div:not(.company-2-text) {
    margin-bottom: 1rem;
  }
}
.philosophy-box .company-2 div:not(.company-2-text) p:last-child {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.philosophy-box .company-2 div:not(.company-2-text) p:first-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .philosophy-box .company-2 div:not(.company-2-text) p:first-child {
    margin-bottom: 0;
  }
}
.philosophy-box h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  font-family: "myfont2", sans-serif;
}
.philosophy-box > p {
  margin-bottom: 1.5rem;
}

/*sustainability*/
.sustainability {
  background-color: #fff;
  position: relative;
}
.sustainability .container {
  max-width: 1200px;
}
.sustainability::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  top: -200px;
  left: 0;
  background: url(./images/sustainability-bg.png) no-repeat bottom/cover;
}
.sustainability-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 100px;
}
@media screen and (max-width: 1024px) {
  .sustainability-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-wrap {
    padding: 4rem 0;
  }
}
.sustainability-left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .sustainability-left {
    width: 100%;
  }
}
.sustainability-left h2 {
  color: #01316C;
  font-size: clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  font-family: "myfont3", sans-serif;
  margin-bottom: 2rem;
  font-weight: 500;
}
.sustainability-left p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sustainability-right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .sustainability-right {
    width: 100%;
  }
}

.energy-wrap {
  background-color: #EFF9FD;
  border-radius: 10px;
  padding: 5rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .energy-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .energy-wrap {
    padding: 2rem 5%;
  }
}
.energy-wrap h2 {
  color: #01316C;
  font-family: "myfont2", sans-serif;
  font-size: clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
}
.energy-wrap h2 + p {
  color: #B2C1D3;
  margin-top: 1rem;
  font-size: clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .energy-wrap h2 + p {
    margin-top: 0.5rem;
  }
}
.energy-wrap div:not(.energy-img):not(.energy-left) {
  margin: 1rem 0 0;
}
.energy-wrap div:not(.energy-img):not(.energy-left) p:not(:last-child) {
  margin-bottom: 1rem;
}
.energy-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .energy-left {
    width: 100%;
  }
}
.energy-img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .energy-img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .energy-img {
    width: 100%;
  }
}

.vision {
  display: flex;
  justify-content: space-between;
  margin: 15rem 0 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .vision {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .vision {
    margin-top: 4rem;
  }
}
.vision-left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .vision-left {
    width: 100%;
  }
}
.vision-right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .vision-right {
    width: 100%;
  }
}
.vision-right p:not(:last-child) {
  margin-bottom: 1rem;
}
.vision-right h2 {
  margin-left: 2rem;
}