@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@-webkit-keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

body {
  background: #ffffff;
  color: #2A2B2B !important;
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", system-ui, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-all;
  line-break: strict;
  hanging-punctuation: force-end;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px !important;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

::-moz-selection {
  background: #2A2B2B;
  color: #ffffff;
}

::selection {
  background: #2A2B2B;
  color: #ffffff;
}

::-moz-selection {
  background: #2A2B2B;
  color: #ffffff;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

main {
  background: #ffffff;
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  a:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
.posts {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content p {
  margin: 0;
}
#content p a {
  border-bottom: solid 1px;
}
#content img {
  height: 100%;
}

a:hover {
  text-decoration: none !important;
}

figure {
  line-height: 0;
}

.post {
  padding: 0;
  margin: 0;
}

h1 {
  margin: initial;
  padding: initial;
  font-size: initial;
  font-weight: initial;
  background: none;
  text-shadow: none;
}

h3 {
  margin: initial;
  padding: initial !important;
  font-size: initial;
  font-weight: initial;
  border-bottom: none !important;
}
h3::before {
  display: none;
}
h3::after {
  display: none;
}

.button, .btn-cv {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", system-ui, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  line-height: 1.5;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, box-shadow, transform;
}
@media screen and (min-width: 1000px) {
  .button, .btn-cv {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .button, .btn-cv {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .button, .btn-cv {
    width: 100%;
    padding: 1.25em 1em;
    cursor: pointer;
  }
  .button:hover, .btn-cv:hover {
    background: #ffffff;
    color: #ffffff;
  }
}
@media screen and (max-width: 1000px) {
  .button, .btn-cv {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .btn-cv {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .btn-cv {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-cv {
    max-width: 400px;
  }
}

@media screen and (min-width: 1000px) {
  .button {
    max-width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .button {
    max-width: 100%;
  }
}

.btn-cv {
  background: #0C5EA4;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .btn-cv:hover {
    background: #BBB180;
  }
}
.button {
  color: #ffffff;
  background-color: #0C5EA4;
  font-weight: 600;
  border: 1px solid #0C5EA4;
}
@media screen and (min-width: 1000px) {
  .button {
    font-size: 24px;
  }
  .button:hover {
    background: #ffffff;
    color: #0C5EA4;
  }
}
@media screen and (max-width: 1000px) {
  .button {
    font-size: 17px;
  }
}

.button {
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0;
  margin: 3rem auto 0;
}
@media screen and (min-width: 1000px) {
  .button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #ffffff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5em;
  }
  .button:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #0C5EA4;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .button {
    width: 100%;
    padding: 2rem;
  }
  .button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #ffffff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5em;
  }
  .button:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #0C5EA4;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5em;
  }
}

.btn {
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn .arrow {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #BABABA;
  transition: all 0.3s ease 0s;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
@media screen and (min-width: 1000px) {
  .btn {
    font-size: 13px;
  }
  .btn:hover .arrow {
    background-color: #0C5EA4;
  }
}
@media screen and (max-width: 1000px) {
  .btn {
    font-size: 12px;
  }
  .btn .arrow {
    width: 35px;
    height: 35px;
  }
}

.btn-sub {
  height: 60px;
  background-color: #017BCC;
  color: #ffffff;
  font-weight: 700;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  border: solid 1px #017BCC;
}
@media screen and (min-width: 1000px) {
  .btn-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .btn-sub {
    font-size: 17px;
  }
}
.btn-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .btn-cv:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  }
}

.title-main--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0C5EA4;
}
.title-main--jp {
  color: #707070;
  display: flex;
  align-items: center;
}
.title-main--jp:before {
  content: "− ";
  display: inline-block;
  font-size: 16px;
  color: #0C5EA4;
}
@media screen and (min-width: 1000px) {
  .title-main--en {
    font-size: 85px;
  }
  .title-main--jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .title-main--en {
    font-size: 39px;
  }
  .title-main--jp {
    font-size: 13px;
  }
}

.page-title {
  text-align: center;
}
.page-title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0C5EA4;
}
.page-title--jp {
  color: #707070;
}
@media screen and (min-width: 1000px) {
  .page-title--en {
    font-size: 60px;
  }
  .page-title--jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .page-title--en {
    font-size: 30px;
  }
  .page-title--jp {
    font-size: 16px;
  }
}

.anchor-list {
  display: flex;
  justify-content: center;
  gap: 4%;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 5rem;
  max-width: 1100px;
}
.anchor-list__item {
  flex: 1;
}
.anchor-list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: 0.3s filter ease;
}
.anchor-list__item a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk3IiBoZWlnaHQ9IjguOTciIHZpZXdCb3g9IjAgMCA4Ljk3IDguOTciPiA8cGF0aCBpZD0i44OR44K5XzcxNDIiIGRhdGEtbmFtZT0i44OR44K5IDcxNDIiIGQ9Ik0wLDBWNS4zNDNINS4zNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzA3IDQuNDg1KSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s transform ease;
}
@media screen and (max-width: 599.98px) {
  .anchor-list__item a::after {
    width: 9px;
    height: 9px;
    bottom: 19%;
  }
}
@media (any-hover: hover) {
  .anchor-list__item a:hover {
    filter: opacity(0.8);
  }
  .anchor-list__item a:hover::after {
    transform: translateY(3px) translateX(-50%);
  }
}
.anchor-list__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1000px) {
  .anchor-list {
    gap: 1%;
    width: 95%;
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 1000px) {
  .page-internship-water__panel__inner, .page-internship-water__title, .page-green-service__inner, .page-green-strength__inner, .page-water-strength__inner, .page-water-field__inner, .page-company-profile__inner, .page-company-message__inner, .page-home-profile__inner, .page-home-faq__inner, .page-home-work__inner, .page-home-intro__inner, .section-interview__inner, .section-business__inner, .section-info__panel__inner, .section-info__title, .section-company__inner, .section-sub__inner {
    width: 100%;
    max-width: 1280px;
    padding: 100px 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-water__panel__inner, .page-internship-water__title, .page-green-service__inner, .page-green-strength__inner, .page-water-strength__inner, .page-water-field__inner, .page-company-profile__inner, .page-company-message__inner, .page-home-profile__inner, .page-home-faq__inner, .page-home-work__inner, .page-home-intro__inner, .section-interview__inner, .section-business__inner, .section-info__panel__inner, .section-info__title, .section-company__inner, .section-sub__inner {
    width: 100%;
    padding: 60px 5%;
  }
}

.section-sub-fv {
  width: 100%;
  height: 480px;
  padding-top: 90px;
  padding-inline: 40px;
  background: url(../img/works/fv.jpg) no-repeat center;
  background-size: cover;
  aspect-ratio: 3/1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv {
    padding-inline: 5%;
    height: 300px;
    padding-top: 60px;
  }
}
.section-sub-fv .breadcrumbs {
  color: #fff;
  font-size: 12px;
  font-weight: medium;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv .breadcrumbs {
    margin-top: 10px;
  }
}
.section-sub-fv .breadcrumbs__list {
  display: flex;
  gap: 36px;
}
.section-sub-fv .breadcrumbs__item {
  position: relative;
}
.section-sub-fv .breadcrumbs__item:not(:first-of-type)::before {
  content: ">";
  display: block;
  position: absolute;
  font-size: 10px;
  left: -21px;
  top: 1.7px;
  width: 0.6pc;
  height: 0.7pc;
}
.section-sub-fv__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 24%;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv__inner {
    top: 18%;
  }
}
.section-sub-fv__inner .section-sub-fv__title {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv__inner .section-sub-fv__title {
    padding-left: 0;
  }
}
.section-sub-fv__inner .section-sub-fv__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-optical-sizing: auto;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0.22em;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv__inner .section-sub-fv__title--en {
    font-size: 18px;
    margin-bottom: 0.4em;
  }
}
.section-sub-fv__inner .section-sub-fv__title--jp {
  font-size: 50px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  margin-top: 10px;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .section-sub-fv__inner .section-sub-fv__title--jp {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .section-sub-fv__inner .section-sub-fv__title--jp {
    flex-direction: column;
    font-size: 28px;
  }
}
.section-sub-fv__inner .section-sub-fv__title--small {
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  margin-right: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .section-sub-fv__inner .section-sub-fv__title--small {
    font-size: 18px;
  }
}

.section-sub__inner {
  width: 100%;
}

.sp-text-br {
  display: inline-block;
}

.section-company {
  position: relative;
  z-index: 11;
}
.section-company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-company__content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 1.5rem;
}
.section-company__content a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px;
}
.section-company__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.section-company__content:first-of-type {
  background: url("../img/home/company-ph-01.jpg") no-repeat center center;
}
.section-company__content:last-of-type {
  background: url("../img/home/company-ph-02.jpg") no-repeat center center;
  margin-top: 1rem;
}
.section-company__content__title {
  color: #ffffff;
}
.section-company__content__title h3 {
  font-size: 30px;
  font-weight: 700;
}
.section-company__content__title p {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-weight: 300;
}
.section-company__content__text {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 100px;
}
.section-company__btn {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .section-company::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -50vw;
    width: 100%;
    height: 200px;
    background: url("../img/home/company-bg-01.png") no-repeat center center;
    background-size: contain;
  }
  .section-company::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: -40vw;
    width: 100%;
    height: 200px;
    background: url("../img/home/company-bg-02.png") no-repeat center center;
    background-size: contain;
    z-index: -1;
  }
  .section-company__content {
    width: 100%;
    transition: all 0.3s ease 0s;
  }
  .section-company__content:hover {
    width: 105%;
    margin-left: -2.5%;
    transition: all 0.3s ease;
  }
  .section-company__content:hover::before {
    transform: scale(1.1);
  }
  .section-company__content:hover .section-company__btn .arrow {
    width: 75px;
    height: 75px;
    background-color: #0C5EA4;
  }
}
@media screen and (max-width: 1000px) {
  .section-company__inner {
    padding: 100px 0;
  }
  .section-company__content a {
    padding: 20px;
  }
  .section-company__content__title h3 {
    font-size: 23px;
  }
  .section-company__content__title p {
    font-size: 13px;
  }
  .section-company__content__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.page-company .section-company::before, .page-company .section-company::after {
  content: none;
}

.section-info__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .section-info__title {
    padding: 100px 40px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .section-info__title {
    padding: 60px 5% 1.5rem;
  }
}
.section-info__tab {
  margin-bottom: -1px;
}
.section-info__tab__list {
  display: flex;
  justify-content: center;
  gap: 7px;
  position: relative;
  z-index: 3;
}
.section-info__tab__item {
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #009CE2;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-info__tab__item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.section-info__tab__item.is-active {
  position: relative;
  opacity: 1;
}
.section-info__tab__item.is-active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 26px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .section-info__tab__list {
    margin: 0 40px;
  }
  .section-info__tab__item {
    padding: 2em 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-info__tab__list {
    gap: 3px;
  }
  .section-info__tab__item {
    padding: 1em 0.5em;
  }
  .section-info__tab__item h3 {
    font-size: 10px;
  }
}
.section-info__content .is-show {
  display: block;
}
.section-info__panel {
  display: none;
  background-color: #009CE2;
}
.section-info__panel__list li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section-info__panel__list li a {
  display: flex;
  align-items: center;
  padding: 1.5em 0;
}
.section-info__panel__list li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.section-info__panel__list li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
}
.section-info__panel__list li::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.section-info__panel__date {
  color: #ffffff;
  font-weight: 700;
}
.section-info__panel__title {
  color: #ffffff;
  display: inline-block;
}
.section-info__panel__btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .section-info__panel__date {
    padding: 0 1em;
  }
  .section-info__panel__title {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-info__panel__list li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 0;
  }
  .section-info__panel__list li a h3 {
    font-size: 13px;
    margin-top: 1.25em;
  }
  .section-info__panel__list li:first-of-type::before {
    width: 58px;
  }
  .section-info__panel__list li::after {
    width: 58px;
  }
  .section-info__panel__date {
    font-size: 10px;
  }
}
.section-info__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-business {
  background: url(../img/common/buisiness-intro-bg.png) no-repeat center;
  background-size: cover;
}
.section-business__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .section-business__image {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1000px) {
  .section-business__image img {
    width: 1000px;
    max-width: initial;
  }
}
@media screen and (max-width: 1000px) {
  .section-business__inner {
    padding: 0 5% 60px;
  }
}

.section-business-title__lead {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.section-business-title__lead span {
  color: #62C1EB;
}
@media screen and (min-width: 1000px) {
  .section-business-title {
    margin-top: 2.25rem;
  }
  .section-business-title__lead {
    font-size: 30px;
  }
  .section-business-title p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-business-title {
    margin-top: 1rem;
  }
  .section-business-title__lead {
    font-size: 16px;
  }
  .section-business-title p {
    margin-top: 1rem;
  }
}

.section-business-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section-business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-business-image__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #62C1EB;
  text-align: center;
  padding: 1.5rem;
}
.section-business-image__text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .section-business-image__text h3 {
    font-size: 17px;
  }
}

.page-green-main .section-business-title__lead span {
  color: #63C76A;
}

.section-people {
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 1000px) {
  .section-people__inner {
    padding-top: 100px;
  }
}
.section-people .page-title {
  margin-bottom: 1.5rem;
}
.section-people__box {
  width: 100%;
  transition: opacity 0.3s ease;
}
.section-people__box__inner {
  display: flex;
}
.section-people__box__image {
  width: 50%;
}
.section-people__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.section-people__box__content {
  width: 50%;
  padding: 40px 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section-people__box__content__lead p {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
  line-height: 2.2;
  display: inline;
  padding: 0.5em;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .section-people__box__content__lead p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .section-people__box__content__lead p {
    font-size: 21px;
  }
}
.section-people__box__content__tag {
  display: inline-block;
  padding: 5px 15px;
  color: #3B3939;
  background-color: #93D7F7;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
}
.section-people__box__content__text {
  color: #ffffff;
  margin-top: 1rem;
}
.section-people__box__content__en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  right: -20px;
  transform: rotate(90deg);
}
.section-people__box__content__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.section-people__box__content__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.section-people__box__content.water {
  background: url("../img/home/people-bg-01.jpg") no-repeat center center/cover;
}
.section-people__box__content.water .section-people__panel__content__tag {
  background: #93D7F7;
}
.section-people__box__content.green {
  background: url("../img/home/people-bg-02.jpg") no-repeat center center/cover;
}
.section-people__box__content.green .section-people__panel__content__tag {
  background: #8DD67C;
}
@media screen and (min-width: 1000px) {
  .section-people__box a:hover {
    opacity: 0.8;
  }
  .section-people__box__content__en {
    font-size: 28px;
    top: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .section-people__box__inner {
    flex-direction: column;
  }
  .section-people__box__image {
    width: 100%;
  }
  .section-people__box__content {
    width: 100%;
    padding: 2rem 5%;
  }
  .section-people__box__content__lead {
    margin-top: -7em;
  }
  .section-people__box__content__lead p {
    font-size: 17px;
    line-height: 2.3;
  }
  .section-people__box__content__tag {
    margin-top: 2rem;
  }
  .section-people__box__content__en {
    font-size: 20px;
    bottom: 250px;
  }
  .section-people__box__content__btn {
    color: #ffffff;
    justify-content: center;
    margin-top: 2rem;
  }
}

.page-green-main .section-people__box__content__tag {
  background-color: #63C76A;
}

.section-interview {
  position: relative;
  z-index: 13;
  overflow: hidden;
}
.section-interview__list__image {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.section-interview__list__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease 0s;
}
.section-interview__list__title {
  display: block;
  margin-top: -3rem;
  z-index: 2;
  position: relative;
}
.section-interview__list__title p {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5em;
  line-height: 2.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #62C1EB;
}
.section-interview__list__title.green p {
  background-color: #63C76A;
}
.section-interview__list__text {
  margin-top: 1rem;
}
.section-interview__list__tag {
  display: inline-block;
  padding: 5px 15px;
  color: #3B3939;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #62C1EB;
  margin-top: 1rem;
}
.section-interview__list__tag.green {
  background-color: #63C76A;
}
.section-interview__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .section-interview__inner {
    padding: 150px 0;
  }
  .section-interview a:hover .section-interview__list__image {
    position: relative;
    z-index: 1;
  }
  .section-interview a:hover .section-interview__list__image img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1000px) {
  .section-interview__inner {
    padding: 70px 5%;
  }
}
.section-interview .interview-swiper {
  overflow: visible;
  margin-top: 40px;
}
.section-interview .interview-swiper .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.section-interview .interview-swiper .swiper-slide.swiper-slide-active, .section-interview .interview-swiper .swiper-slide.swiper-slide-prev, .section-interview .interview-swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.section-interview .swiper-slide a {
  display: block;
  height: 100%;
  transition: opacity 0.3s ease;
}
.section-interview .swiper-slide a:hover {
  opacity: 0.7;
}

.page-home-main .section-interview {
  background: url(../img/home/interview-bg.png) no-repeat center;
  background-size: cover;
}

.section-internship-title {
  text-align: center;
}
.section-internship-title--jp {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.section-internship-title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .section-internship-title--en {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .section-internship-title--en {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .section-internship-title--jp {
    font-size: 24px;
  }
}

.section-internship-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 3.25rem;
}
.section-internship-header > li {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 5px;
}
.section-internship-header > li p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section-internship-header {
    margin-top: 1.5rem;
  }
  .section-internship-header > li {
    padding: 1rem 3%;
  }
  .section-internship-header > li p {
    font-size: 16px;
  }
}

.section-internship-content {
  background-color: #ffffff;
  width: 100%;
  padding: 55px 80px 40px;
  margin-top: 40px;
}
.section-internship-content__title {
  font-size: 28px;
  font-weight: 700;
  color: #62C1EB;
  text-align: center;
  position: relative;
}
.section-internship-content__title::after {
  content: "";
  width: 78px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.24);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.section-internship-content__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}
.section-internship-content__btn {
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .section-internship-content {
    padding: 3rem 3%;
  }
  .section-internship-content__title {
    font-size: 24px;
  }
  .section-internship-content__text {
    font-size: 14px;
    text-align: left;
  }
}

.section-internship-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-internship-list > li {
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-internship-list__lead {
  font-size: 20px;
  font-weight: 700;
  color: #62C1EB;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.section-internship-list__lead span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.section-internship-list p {
  font-size: 16px;
  font-weight: 700;
  color: #121919;
  flex: 1;
}
.section-internship-list__sub > li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}
.section-internship-list__sub > li p {
  padding: 0.5rem 0;
}
@media screen and (max-width: 1000px) {
  .section-internship-list {
    margin-top: 1.5rem;
  }
  .section-internship-list > li {
    flex-direction: column;
    padding: 1rem 3%;
  }
  .section-internship-list > li p {
    font-size: 14px;
  }
  .section-internship-list__lead {
    width: 100%;
    align-items: center;
    margin-bottom: 1rem;
  }
}

.nternship-green-main .section-internship-content__title {
  color: #63C76A;
}

.section-internship-banner {
  padding: 24px 20px;
}
.section-internship-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}
.section-internship-banner__list > * {
  width: 200px;
  max-width: 100%;
  max-height: 40px;
}
@media screen and (max-width: 1000px) {
  .section-internship-banner__list > * {
    width: 144px;
    max-height: 32px;
  }
}
.section-internship-banner__list > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.global-header {
  width: 100vw;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: solid 1px #ffffff;
}
.global-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.global-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .global-header {
    height: 80px;
  }
  .global-header__logo {
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-header__logo img {
    height: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .global-header__logo {
    width: 180px;
    height: 60px;
    background: #ffffff;
  }
}

.global-header-nav {
  display: flex;
}
.global-header-nav__submenu {
  display: flex;
  align-items: center;
}
.global-header-nav__submenu li {
  position: relative;
}
.global-header-nav__submenu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 43px;
  background-color: #ffffff;
}
.global-header-nav__submenu li a {
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  margin: 0 3vw;
  padding: 1rem 0;
}
@media screen and (min-width: 1000px) {
  .global-header-nav__submenu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-nav__submenu li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .global-header-nav__submenu li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1000px) {
  .global-header-nav__inner {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-nav__inner {
    padding: 10% 5%;
  }
}
.global-header-nav__menu {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background: rgba(0, 156, 226, 0.95);
  position: fixed;
  right: -200vw;
  overflow: auto;
  transition: all 0.3s ease 0s;
  transition-property: right;
}
@media screen and (min-width: 1000px) {
  .global-header-nav__menu {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-nav__menu {
    top: 60px;
  }
}
.global-header-nav__lists {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.global-header-nav__lists > ul {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .global-header-nav__lists {
    flex-direction: column;
    gap: 1.5rem;
  }
  .global-header-nav__lists > ul {
    width: 100%;
  }
}
.global-header-nav__list li a {
  color: #ffffff;
  display: block;
}
.global-header-nav__list > li > a {
  font-weight: 700;
  padding: 0.5rem 0.25rem;
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1000px) {
  .global-header-nav__list > li > a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-nav__list > li > a {
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px) {
  .global-header-nav__list > li > a:hover {
    opacity: 0.7;
  }
}
.global-header-nav__sublist > li > a {
  padding: 1rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease 0s;
  transition-property: font-weight;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .global-header-nav__sublist > li > a:hover {
    font-weight: 600;
  }
  .global-header-nav__sublist > li > a:hover::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
  }
}
.global-header-nav__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.5rem;
}
.global-header-nav__bottom__logo {
  width: 260px;
}
.global-header-nav__bottom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .global-header-nav__bottom__logo:hover {
    opacity: 0.7;
  }
}
.global-header-nav__bottom__list {
  width: 47%;
  display: flex;
  gap: 9px;
}
.global-header-nav__bottom__list li {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .global-header-nav__bottom {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .global-header-nav__bottom__logo {
    width: calc(50% - 0.5rem);
  }
  .global-header-nav__bottom__list {
    width: 100%;
    flex-direction: column;
  }
}
.global-header-nav__btn {
  font-size: 13px;
  background-color: transparent;
  border: solid 1px #ffffff;
  height: 100%;
  padding: 1.5rem 20px;
}
@media screen and (min-width: 1000px) {
  .global-header-nav__btn:hover {
    background-color: #ffffff;
    color: #707070;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-nav__bottom {
    margin-bottom: 5rem;
  }
  .global-header-nav__bottom__list {
    margin-top: 2rem;
  }
  .global-header-nav__bottom__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .global-header-nav__bottom__flex__logo {
    width: calc(50% - 0.5rem);
  }
}

.global-header-humberger {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  z-index: 3;
  border-left: solid 1px #ffffff;
  cursor: pointer;
}
.global-header-humberger span {
  display: inline-block;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s ease 0s;
  transition-property: margin, transform;
}
.global-header-humberger p {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .global-header-humberger {
    width: 105px;
    height: 80px;
  }
  .global-header-humberger span {
    width: 42px;
  }
  .global-header-humberger span:nth-of-type(2) {
    margin-top: 9px;
  }
  .global-header-humberger span:nth-of-type(3) {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1000px) {
  .global-header-humberger {
    width: 60px;
    height: 60px;
    align-items: center;
  }
  .global-header-humberger span {
    width: 24px;
  }
  .global-header-humberger span:nth-of-type(2) {
    margin-top: 4px;
  }
  .global-header-humberger span:nth-of-type(3) {
    margin-top: 4px;
  }
}

.drawer-open {
  overflow: hidden;
}
.drawer-open .global-header-humberger span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-35deg);
}
.drawer-open .global-header-humberger span:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(35deg);
}
.drawer-open .global-header-humberger span:nth-of-type(3) {
  opacity: 0;
}
.drawer-open .global-header-nav__menu {
  overflow-y: auto;
  right: 0;
}
.drawer-open .page-home-news {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .drawer-open {
    position: fixed;
    width: 100%;
  }
}

.scrolled .global-header {
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.95);
}
.scrolled .global-header-nav__submenu li a {
  color: #707070;
}
.scrolled .global-header-humberger span {
  background: #707070;
}
.scrolled .global-header-humberger p {
  color: #707070;
}
.global-footer {
  position: relative;
  z-index: 999;
}
.global-footer__btn {
  width: 90%;
  margin: 0 auto;
}
.global-footer__btn:first-of-type {
  margin-top: 2.25rem;
}
.global-footer__btn:last-of-type {
  margin-top: 0.5rem;
}
.global-footer__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 1000px) {
  .global-footer {
    display: flex;
    justify-content: space-between;
  }
  .global-footer__btn:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-footer__logo {
    width: 75%;
    margin: 0 auto;
  }
  .global-footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.global-footer-left {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .global-footer-left {
    padding: 110px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-left {
    width: 100%;
    padding: 3rem;
  }
}

.global-footer-right {
  width: 100%;
  flex: 1;
  background-color: #017BCC;
  padding: 5.2vw 5vw;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .global-footer-right {
    padding: 110px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-right {
    padding: 60px 5% 100px;
  }
}

.global-footer-nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.global-footer-nav__list__lead {
  font-weight: 700;
  color: #ffffff;
}
.global-footer-nav__list--sub {
  margin-top: 0.75rem;
}
.global-footer-nav__list--sub li a {
  color: #ffffff;
  line-height: 2.2;
}
@media screen and (min-width: 1000px) {
  .global-footer-nav__list--sub li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-nav__list--sub li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .global-footer-nav__list__lead {
    font-size: 17px;
  }
  .global-footer-nav__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-nav__list {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .global-footer-nav__list > * {
    width: calc(50% - 0.5rem);
  }
  .global-footer-nav__list > * a {
    display: block;
  }
  .global-footer-nav__list__lead {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 0.5rem;
  }
}
.global-footer-nav__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
.global-footer-nav__bottom__btn {
  padding: 0 2em 0 0.75em;
  border: solid 1px #ffffff;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .global-footer-nav__bottom__btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-nav__bottom__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .global-footer-nav__bottom > * {
    width: calc(33.333% - 0.25rem);
  }
  .global-footer-nav__bottom__btn {
    font-size: clamp(10px, 1.042vw, 15px);
  }
  .global-footer-nav__bottom__btn:hover {
    background-color: #ffffff;
    color: #017BCC;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-nav__bottom {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .global-footer-nav__bottom__btn {
    width: 100%;
  }
}

.global-footer-copyright {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .global-footer-copyright {
    font-size: 11px;
    position: absolute;
    bottom: 1.25rem;
    right: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .global-footer-copyright {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
}

.bg-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.bg-slider ul,
.bg-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100vw;
  height: 100vh;
}
.bg-slider .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s;
}
.bg-slider .bg-slide.active {
  opacity: 1;
}

.page-home-news {
  width: 88vw;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(12, 83, 154, 0.89) 0%, rgba(77, 197, 209, 0.89) 70%, rgba(255, 255, 255, 0.89) 100%);
  border-radius: 5px 5px 0 0;
  z-index: 9999;
}
.page-home-news a {
  display: flex;
  align-items: center;
  padding: 0.7rem 46px;
}
.page-home-news__title {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 1.75em;
  border-right: 1px solid #ffffff;
  height: 32px;
}
.page-home-news__content {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}
.page-home-news__content > * {
  color: #ffffff;
}
.page-home-news__content__cat {
  color: #707070;
  font-size: 13px;
  font-weight: 700;
  background: #ffffff;
  border-radius: 2px;
  padding: 0 0.5rem;
  margin-left: 10px;
}
.page-home-news__content__text {
  margin-left: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .page-home-news__content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-news__content__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-news {
    width: 100%;
    bottom: 10vh;
    left: 50%;
  }
  .page-home-news a {
    padding: 0.7rem 20px;
  }
  .page-home-news__title {
    font-size: 16px;
    padding-right: 0;
  }
}

.page-home-fv {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 110vh;
  z-index: 1;
}
.page-home-fv__content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.page-home-fv__text {
  position: absolute;
  z-index: 3;
}
.page-home-fv__grad {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
}
.page-home-fv__grad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .page-home-fv__text {
    bottom: 180px;
    left: 50%;
    transform: translate(-50%);
  }
  .page-home-fv__scroll {
    color: #ffffff;
    position: absolute;
    bottom: 13vh;
    left: 2%;
    transform: rotate(90deg);
    isolation: isolate;
    transition: display 0.3s ease 0s;
    z-index: 4;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .page-home-fv__scroll {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1000px) {
  .page-home-fv__scroll {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .page-home-fv__scroll::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 6px;
    background-color: #D3EFF5;
    mix-blend-mode: multiply;
    border-radius: 10px;
    top: 9px;
    left: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-fv__text {
    width: 100%;
    bottom: 210px;
    left: 50%;
    transform: translate(-50%);
  }
}

.scrolled .page-home-fv__scroll {
  display: none;
}

.page-home-main {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.page-home-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.page-home-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #007CCC 0%, #0C5EA4 100%);
}
.page-home-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home/bg-noise.png");
  background-size: cover;
  mix-blend-mode: multiply;
}

.page-home-bg02 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.page-home-bg02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home/home-bg-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .page-home-bg02 {
    padding-top: 300px;
  }
}

.page-home-bg03 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.page-home-bg03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home/home-bg-02.jpg") no-repeat center center;
  background-size: cover;
}
.page-home-concept {
  position: relative;
  z-index: 2;
}
.page-home-concept__en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 173px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  mix-blend-mode: soft-light;
  opacity: 0.26;
}
.page-home-concept__content {
  position: relative;
}
.page-home-concept__text {
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
  z-index: 10;
}
.page-home-concept__text p:last-of-type {
  margin-top: 1em;
}
.page-home-concept__image {
  will-change: transform;
  position: absolute;
  z-index: -1;
}
.page-home-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .page-home-concept__en {
    display: block;
    padding-top: 105px;
  }
  .page-home-concept__text {
    font-size: 1.7rem;
    width: 1280px;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .page-home-concept__image:first-of-type {
    height: 547px;
    top: -10%;
    right: -26%;
  }
  .page-home-concept__image:nth-of-type(2) {
    height: 267px;
    bottom: -40%;
    right: 25%;
  }
  .page-home-concept__image:nth-of-type(3) {
    height: 178px;
    bottom: -60%;
    right: -8%;
  }
  .page-home-concept__image:nth-of-type(4) {
    height: 197px;
    bottom: -60%;
    left: 10%;
  }
  .page-home-concept__image:last-of-type {
    height: 247px;
    bottom: -100%;
    left: -10%;
    z-index: -2;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-concept__text {
    padding: 200px 5%;
  }
  .page-home-concept__text p {
    font-size: 18px;
  }
  .page-home-concept__text p:last-of-type {
    margin-top: 2em;
  }
  .page-home-concept__image:first-of-type {
    height: 191px;
    top: -22%;
    right: -26%;
  }
  .page-home-concept__image:nth-of-type(2) {
    height: 105px;
    top: 0;
    right: 45%;
  }
  .page-home-concept__image:nth-of-type(3) {
    height: 78px;
    top: 9%;
    right: -8%;
  }
  .page-home-concept__image:nth-of-type(4) {
    height: 77px;
    bottom: 15%;
    right: -5%;
  }
  .page-home-concept__image:last-of-type {
    height: 116px;
    bottom: 3%;
    right: 50px;
    z-index: -2;
  }
}

.page-home-intro {
  position: relative;
  z-index: 3;
}
.page-home-intro__title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.page-home-intro__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-home-intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
.page-home-intro__list > * {
  width: 46%;
}
.page-home-intro__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
}
.page-home-intro__btn--big {
  font-size: 22px;
  font-weight: 700;
}
.page-home-intro__btn--mid {
  font-size: 17px;
  font-weight: 700;
}
.page-home-intro__btn--small {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.page-home-intro__btn--small .arrow {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page-home-intro__btn--small .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #B2B2B2;
  border-right: 2px solid #B2B2B2;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
@media screen and (min-width: 1000px) {
  .page-home-intro__inner {
    padding: 500px 40px 500px;
  }
  .page-home-intro__list {
    margin-top: 4rem;
  }
  .page-home-intro__btn {
    width: 300px;
    height: 95px;
  }
  .page-home-intro__btn:hover {
    background-color: #ffffff;
    color: #707070;
  }
  .page-home-intro__btn:hover .arrow {
    background-color: #0C5EA4;
  }
  .page-home-intro__btn:hover .arrow::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .page-home-intro__btn--small {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-intro__inner {
    padding: 150px 5%;
  }
  .page-home-intro__title h2 {
    font-size: 36px;
  }
  .page-home-intro__title p {
    font-size: 13px;
  }
  .page-home-intro__list {
    margin-top: 2rem;
  }
  .page-home-intro__list > * {
    width: 100%;
  }
  .page-home-intro__btn {
    width: 100%;
    flex-wrap: wrap;
    padding: 1em;
  }
  .page-home-intro__btn--big {
    font-size: 15px;
  }
  .page-home-intro__btn--mid {
    font-size: 14px;
  }
  .page-home-intro__btn--small {
    font-size: 12px;
    width: 100%;
    justify-content: center;
  }
  .page-home-intro__btn--small .arrow {
    width: 18px;
    height: 18px;
  }
}

.page-home-massage {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.page-home-massage__image {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-home-massage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home-massage__content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 2;
}
.page-home-massage__title {
  color: #ffffff;
}
.page-home-massage__text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
  display: inline;
  padding: 0.5em 1em;
  margin: 0.3em 0;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.page-home-massage__btn {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .page-home-massage {
    transition: background-size 0.3s ease 0s;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    border-radius: 5px;
  }
  .page-home-massage__text {
    margin-top: 80px;
  }
  .page-home-massage__image {
    height: 430px;
  }
  .page-home-massage:hover {
    max-width: 1320px;
    transition: all 0.3s ease;
  }
  .page-home-massage:hover .page-home-massage__image img {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
  .page-home-massage:hover .page-home-massage__btn .arrow {
    width: 75px;
    height: 75px;
    background-color: #0C5EA4;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-massage {
    height: 300px;
  }
  .page-home-massage__content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .page-home-massage__text {
    margin-top: 2.5rem;
  }
  .page-home-massage__text p {
    font-size: 17px;
    line-height: 2;
    padding: 0.25em;
  }
}

.page-home-people {
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 1000px) {
  .page-home-people__inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-people {
    padding-top: 60px;
  }
}
.page-home-people__title {
  text-align: center;
}
.page-home-people__title .title-main--jp {
  justify-content: center;
}
.page-home-people__tab {
  margin-top: 40px;
}
.page-home-people__tab__list {
  display: flex;
  justify-content: center;
  gap: 7px;
  position: relative;
  z-index: 3;
}
.page-home-people__tab__item {
  width: 100%;
  text-align: center;
  padding: 20px 40px 15px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-home-people__tab__item:first-of-type {
  background-color: #62C1EB;
  opacity: 0.3;
}
.page-home-people__tab__item:last-of-type {
  background-color: #8DD67C;
  opacity: 0.3;
}
.page-home-people__tab__item--jp {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.page-home-people__tab__item--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
}
.page-home-people__tab__item.is-active {
  position: relative;
  opacity: 1;
}
.page-home-people__tab__item.is-active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 26px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-home-people__tab__item:first-of-type {
    margin-left: 40px;
  }
  .page-home-people__tab__item:last-of-type {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-people__tab {
    margin-top: 1.5rem;
  }
  .page-home-people__tab__list {
    gap: 3px;
  }
  .page-home-people__tab__item {
    padding: 10px 20px;
  }
  .page-home-people__tab__item--jp {
    font-size: 14px;
  }
  .page-home-people__tab__item--en {
    font-size: 7px;
  }
}
.page-home-people__content {
  position: relative;
}
.page-home-people__panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
.page-home-people__panel.is-show {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.page-home-people__panel__inner {
  display: flex;
}
.page-home-people__panel__image {
  width: 50%;
}
.page-home-people__panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.page-home-people__panel__content {
  width: 50%;
  padding: 40px 7rem 40px 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home-people__panel__content__lead p {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
  line-height: 2.2;
  display: inline;
  padding: 0.5em;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-home-people__panel__content__lead p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-people__panel__content__lead p {
    font-size: 21px;
  }
}
.page-home-people__panel__content__tag {
  display: inline-block;
  padding: 5px 15px;
  color: #3B3939;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
.page-home-people__panel__content__text {
  color: #ffffff;
  margin-top: 1rem;
}
.page-home-people__panel__content__en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  right: -20px;
  transform: rotate(90deg);
}
.page-home-people__panel__content__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.page-home-people__panel__content__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.page-home-people__panel__content.water {
  background: url("../img/home/people-bg-01.jpg") no-repeat center center/cover;
}
.page-home-people__panel__content.water .page-home-people__panel__content__tag {
  background: #93D7F7;
}
.page-home-people__panel__content.green {
  background: url("../img/home/people-bg-02.jpg") no-repeat center center/cover;
}
.page-home-people__panel__content.green .page-home-people__panel__content__tag {
  background: #8DD67C;
}
@media screen and (min-width: 1000px) {
  .page-home-people__panel__content__lead p {
    font-size: 22px;
  }
  .page-home-people__panel__content__en {
    font-size: 28px;
    top: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-people__panel__inner {
    flex-direction: column;
  }
  .page-home-people__panel__image {
    width: 100%;
  }
  .page-home-people__panel__content {
    width: 100%;
    padding: 2rem 5%;
  }
  .page-home-people__panel__content__lead {
    margin-top: -7em;
  }
  .page-home-people__panel__content__lead p {
    font-size: 17px;
    line-height: 2.3;
  }
  .page-home-people__panel__content__tag {
    margin-top: 2rem;
  }
  .page-home-people__panel__content__en {
    font-size: 20px;
    bottom: 250px;
  }
  .page-home-people__panel__content__btn {
    color: #ffffff;
    justify-content: center;
    margin-top: 2rem;
  }
}

.page-home-work {
  position: relative;
  z-index: 14;
}
.page-home-work__title span {
  color: #ffffff;
}
.page-home-work .title-main--jp::before {
  color: #ffffff;
}
.page-home-work__content {
  display: flex;
  margin-top: 1.75rem;
}
.page-home-work__content__box {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.page-home-work__content__box a {
  display: block;
}
.page-home-work__content__image {
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.page-home-work__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.page-home-work__content__title {
  padding: 1em 2em;
  background-color: rgba(0, 156, 226, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0 5px 0;
}
.page-home-work__content__title h3 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.page-home-work__content__title p {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
}
.page-home-work__content__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-home-work__inner {
    padding: 170px 40px 40px;
  }
  .page-home-work__content {
    gap: 40px;
  }
  .page-home-work__content__box {
    width: 50%;
  }
  .page-home-work__content__box a:hover .page-home-work__content__image {
    opacity: 0.7;
  }
  .page-home-work__content__box a:hover .page-home-work__content__image img {
    transform: scale(1.1);
  }
  .page-home-work__content__box a:hover .page-home-work__content__btn .arrow {
    background-color: #0C5EA4;
  }
  .page-home-work__content__title h3 {
    font-size: 22px;
  }
  .page-home-work__content__title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-work__content {
    flex-direction: column;
    gap: 10px;
  }
  .page-home-work__content__box {
    width: 100%;
  }
  .page-home-work__content__title {
    padding: 0.75em 1em;
  }
  .page-home-work__content__title h3 {
    font-size: 17px;
  }
  .page-home-work__content__title p {
    font-size: 10px;
  }
}

.page-home-faq {
  position: relative;
  z-index: 15;
}
.page-home-faq__title span {
  color: #ffffff;
}
.page-home-faq .title-main--jp::before {
  color: #ffffff;
}
.page-home-faq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 2rem;
}
.page-home-faq__list > * {
  width: calc(50% - 20px);
  border-radius: 5px;
  background-color: #B2E0FE;
  transition: background-color 0.3s ease 0s;
}
.page-home-faq__list > * a {
  color: #1B1C1C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
}
.page-home-faq__list > * a::before {
  content: "Q.";
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-weight: 300;
  color: #0C5EA4;
  margin-right: 1rem;
}
.page-home-faq__btn {
  color: #ffffff;
  display: flex;
  justify-content: right;
  margin-top: 2rem;
}
.page-home-faq__btn .arrow {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1000px) {
  .page-home-faq__list > *:hover {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-faq__list {
    flex-direction: column;
  }
  .page-home-faq__list > * {
    width: 100%;
  }
  .page-home-faq__list > * a {
    font-size: 14px;
    padding: 1em;
  }
  .page-home-faq__list > * a::before {
    font-size: 23px;
  }
  .page-home-faq__btn {
    justify-content: center;
  }
}

.page-home-profile__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 290px;
  padding-left: 5rem;
  padding-right: 2.5rem;
  border-radius: 5px;
  transition: transform 0.3s ease 0s;
  overflow: hidden;
}
.page-home-profile__title span {
  color: #ffffff;
}
.page-home-profile .title-main--jp::before {
  color: #ffffff;
}
.page-home-profile__btn {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-home-profile__content {
    background: url("../img/home/profile-bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    transition: all 0.3s ease 0s;
  }
  .page-home-profile__content:hover {
    width: 105%;
    margin-left: -2.5%;
    transition: all 0.3s ease;
  }
  .page-home-profile__content:hover .page-home-profile__btn .arrow {
    width: 75px;
    height: 75px;
    background-color: #0C5EA4;
  }
  .page-home-profile .title-main--en {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .page-home-profile__content {
    background: url("../img/home/profile-bg-sp.jpg") no-repeat center center;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 5%;
  }
  .page-home-profile .title-main--en {
    font-size: 40px;
  }
}

.page-faq-fv {
  background: url(../img/faq/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-faq-main {
  overflow-x: hidden;
}

.page-faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .page-faq__wrapper {
    gap: 1.5rem;
  }
}
.page-faq__item__summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /* Safariで表示されるデフォルトの三角形アイコンを非表示にします */
}
.page-faq__item__summary::-webkit-details-marker {
  display: none;
}
.page-faq__item__summary .question {
  font-size: 40px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .page-faq__item__summary .question {
    font-size: 23px;
  }
}
.page-faq__item__summary__title {
  margin-top: 0.4em;
  margin-right: auto;
  margin-left: 1.5rem;
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .page-faq__item__summary__title {
    font-size: 14px;
    margin-left: 1rem;
  }
}
.page-faq__item__summary__inner {
  font-weight: bold;
  border-radius: 5px;
  color: #ffffff;
  background: #009CE2;
  padding: 1.25rem 2.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .page-faq__item__summary__inner {
    padding: 1rem 1.5rem;
  }
}
.page-faq__item__summary .icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: 0.375rem;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .page-faq__item__summary .icon {
    width: 20px;
    height: 20px;
  }
}
.page-faq__item__summary .icon .bar {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  transition: transform 0.3s ease;
}
.page-faq__item__summary .icon .bar.vertical {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(90deg);
}
.page-faq__item__summary .icon .bar.horizontal {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.page-faq__item.is-opened .icon .vertical {
  transform: translateY(-50%) rotate(0deg);
}
.page-faq__item.is-opened .icon .vertical {
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(-50%) rotate(0deg);
}
.page-faq__item__content {
  overflow: hidden;
}
.page-faq__item__content__inner {
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .page-faq__item__content__inner {
    font-size: 12px;
    padding: 1.5rem;
  }
}

.page-works-fv {
  background: url(../img/works/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-works-main {
  overflow-x: hidden;
}

.page-works-main__content {
  background: url(../img/sub/sub-bg-01.jpg) no-repeat center;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1000px) {
  .page-works-main__content .page-home-work__content {
    gap: 2.4rem;
  }
}
.page-works-main__content .page-home-work__content__box {
  width: 100%;
}
.page-works-main__content__text {
  margin-top: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .page-works-main__content__text {
    margin-top: 1rem;
    font-size: clamp(13px, 2vw, 14px);
    line-height: 1.65;
  }
}

.scroll-hint-text {
  margin-top: 0.9rem;
}

.page-benefits-fv {
  background: url(../img/benefits/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-benefits-main {
  overflow-x: hidden;
}

.page-benefits-title {
  display: flex;
  align-items: center;
}
.page-benefits-title__inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .page-benefits-title__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-benefits-title:after {
  content: "";
  display: inline-block;
  background: var(--section-color);
  height: 1px;
}
@media screen and (max-width: 1000px) {
  .page-benefits-title:after {
    margin-left: 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .page-benefits-title:after {
    margin-left: 5.6%;
    flex: 1;
    margin-top: 9px;
  }
}
.page-benefits-title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--section-color);
  text-transform: uppercase;
}
.page-benefits-title--jp {
  color: var(--section-color);
  margin-left: 36px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1000px) {
  .page-benefits-title--jp {
    margin-top: 0.562rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-benefits-title--jp {
    margin-left: 0;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  .page-benefits-title--en {
    font-size: 95px;
  }
  .page-benefits-title--jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page-benefits-title--en {
    font-size: 39px;
  }
  .page-benefits-title--jp {
    font-size: 13px;
  }
}

.page-benefits__content {
  --section-color: #4FBBD5;
}
.page-benefits__content .page-benefits__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.88em;
}
@media screen and (max-width: 1000px) {
  .page-benefits__content .page-benefits__list {
    margin-top: 2.6rem;
  }
}
.page-benefits__content .page-benefits__list .page-benefits__item {
  position: relative;
  width: 50%;
  padding: 4%;
}
@media screen and (max-width: 1000px) {
  .page-benefits__content .page-benefits__list .page-benefits__item {
    width: 100%;
    padding: 1rem;
  }
}
.page-benefits__content .page-benefits__list .page-benefits__item:not(:nth-child(1)), .page-benefits__content .page-benefits__list .page-benefits__item:not(:nth-child(2)) {
  border-right: 1px solid rgba(112, 112, 112, 0.25);
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
@media screen and (max-width: 1000px) {
  .page-benefits__content .page-benefits__list .page-benefits__item:not(:nth-child(1)), .page-benefits__content .page-benefits__list .page-benefits__item:not(:nth-child(2)) {
    border-right: 0;
  }
}
.page-benefits__content .page-benefits__list .page-benefits__item:nth-of-type(2n) {
  border-right: 0;
}
.page-benefits__content .page-benefits__list .page-benefits__item:nth-of-type(1)::after, .page-benefits__content .page-benefits__list .page-benefits__item:nth-of-type(3)::after, .page-benefits__content .page-benefits__list .page-benefits__item:nth-of-type(5)::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 5;
}
.page-benefits__content .page-benefits__list .page-benefits__item__title {
  background: var(--section-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 14px !important;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .page-benefits__content .page-benefits__list .page-benefits__item__title {
    font-size: 16px;
  }
}
.page-benefits__content .page-benefits__list .page-benefits__item__text {
  font-size: 15px;
  line-height: 1.86;
  margin-top: 1.66em;
  color: #1B1C1C;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .page-benefits__content .page-benefits__list .page-benefits__item__text {
    font-size: 13px;
    margin-top: 1em;
  }
}

.page-benefits-top__content {
  background: url(../img/sub/sub-bg-01.jpg) no-repeat center;
  background-size: cover;
  background-position: top center;
}
.page-benefits-top__content .section-sub__inner {
  padding-top: 0;
}
.page-benefits-top__content__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 10rem;
  max-width: 1100px;
}
@media screen and (max-width: 1000px) {
  .page-benefits-top__content__list {
    gap: 1%;
    width: 95%;
    margin-bottom: 4.375rem;
  }
}
.page-benefits-top__content__item {
  flex: 1;
}
.page-benefits-top__content__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: 0.3s filter ease;
}
.page-benefits-top__content__item a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk3IiBoZWlnaHQ9IjguOTciIHZpZXdCb3g9IjAgMCA4Ljk3IDguOTciPiA8cGF0aCBpZD0i44OR44K5XzcxNDIiIGRhdGEtbmFtZT0i44OR44K5IDcxNDIiIGQ9Ik0wLDBWNS4zNDNINS4zNDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzA3IDQuNDg1KSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s transform ease;
}
@media screen and (max-width: 599.98px) {
  .page-benefits-top__content__item a::after {
    width: 9px;
    height: 9px;
    bottom: 19%;
  }
}
@media (any-hover: hover) {
  .page-benefits-top__content__item a:hover {
    filter: opacity(0.8);
  }
  .page-benefits-top__content__item a:hover::after {
    transform: translateY(3px) translateX(-50%);
  }
}
.page-benefits-top__content__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .page-benefits-top__content__img {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1000px) {
  .page-benefits-top__content__img img {
    width: 1000px;
    max-width: initial;
  }
}

.page-benefits-life__content {
  --section-color: #1EA3E4;
}
.page-benefits-life__content .section-sub__inner {
  padding-top: 0;
}

.page-benefits-others__content {
  --section-color: #0C5EA4;
}
.page-benefits-others__content .section-sub__inner {
  padding-top: 0;
}

.page-benefits-features__content {
  position: relative;
  overflow: hidden;
}
.page-benefits-features__panel__inner {
  display: flex;
}
.page-benefits-features__panel__image {
  width: 50%;
}
.page-benefits-features__panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-benefits-features__panel__content {
  position: relative;
  width: 50%;
  padding: 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/benefits/benefits-features-image-02.jpg) no-repeat center;
  background-size: 100% 100%;
  gap: 2.25rem;
}
.page-benefits-features__panel__content__lead p {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
  line-height: 2.8;
  display: inline;
  padding: 0.5em;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-benefits-features__panel__content__lead p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page-benefits-features__panel__content__lead p {
    font-size: 21px;
  }
}
.page-benefits-features__panel__content__text {
  color: #ffffff;
  margin-top: 1rem;
  font-size: 15px;
}
.page-benefits-features__panel__content__en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  right: -20px;
  transform: rotate(90deg);
}
.page-benefits-features__panel__content__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.page-benefits-features__panel__content__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #009CE2;
  border-right: 2px solid #009CE2;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
  transition: 0.3s all ease;
}
@media (any-hover: hover) {
  .page-benefits-features__panel__content {
    transition: 0.3s;
  }
  .page-benefits-features__panel__content:hover {
    background-size: 110% 110%;
  }
  .page-benefits-features__panel__content:hover .page-benefits-features__panel__content__arrow.pc {
    background: #0C5EA4;
  }
  .page-benefits-features__panel__content:hover .page-benefits-features__panel__content__arrow.pc::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .page-benefits-features__panel__content__en {
    font-size: 28px;
    top: 16%;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 1000px) {
  .page-benefits-features__panel__inner {
    flex-direction: column;
  }
  .page-benefits-features__panel__image {
    width: 100%;
  }
  .page-benefits-features__panel__content {
    width: 100%;
    padding: 2rem 5%;
  }
  .page-benefits-features__panel__content__lead {
    margin-top: -7em;
  }
  .page-benefits-features__panel__content__lead p {
    font-size: 17px;
  }
  .page-benefits-features__panel__content__tag {
    margin-top: 2rem;
  }
  .page-benefits-features__panel__content__en {
    font-size: 20px;
    top: 30px;
  }
  .page-benefits-features__panel__content__btn {
    color: #ffffff;
    justify-content: center;
    margin-top: 2rem;
  }
}

.page-benefits-entry__content {
  position: relative;
}
.page-benefits-entry__content .section-sub__inner {
  padding-bottom: 0;
}
.page-benefits-entry__image {
  width: 100%;
  position: relative;
}

.page-career-fv {
  background: url(../img/career/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-career-main {
  overflow-x: hidden;
}

.page-career-top__content {
  background: url(../img/sub/sub-bg-01.jpg) no-repeat center;
  background-size: cover;
  background-position: top center;
}
.page-career-top__text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}
.page-career-top__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .page-career-top__img {
    overflow-x: auto;
  }
}
.page-career-top__img img {
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  .page-career-top__img img {
    width: 1000px;
    max-width: initial;
  }
}
@media screen and (max-width: 1000px) {
  .page-career-top__text {
    text-align: left;
  }
}

.page-career-training__content {
  background: url(../img/career/career-training-bg.jpg) no-repeat center;
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.page-career-training__title {
  display: flex;
  align-items: center;
  align-items: center;
  text-align: center;
  flex-direction: column-reverse;
  margin-bottom: 2.25em;
}
.page-career-training__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
}
.page-career-training__title--jp {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .page-career-training__title--jp {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0.375rem;
  }
}
.page-career-training__list__item {
  margin-bottom: 6.25rem;
  --title-color: #35AECB;
}
.page-career-training__list__item:nth-of-type(2) {
  --title-color: #009CE2;
}
.page-career-training__list__item:nth-of-type(3) {
  --title-color: #0C5EA4;
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__item:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.page-career-training__list__title {
  display: flex;
  align-items: center;
  margin-bottom: 2.4em;
}
.page-career-training__list__title__inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.page-career-training__list__title:after {
  flex: 1;
  content: "";
  display: inline-block;
  background: #ffffff;
  height: 1px;
  margin-left: 5.6%;
}
.page-career-training__list__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--section-color);
  text-transform: uppercase;
}
.page-career-training__list__title--jp {
  color: var(--section-color);
  margin-left: 2.25rem;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .page-career-training__list__title--jp {
    margin-top: 0.562rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__title--jp {
    margin-left: 0.875rem;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  .page-career-training__list__title--en {
    font-size: 95px;
  }
  .page-career-training__list__title--jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__title--en {
    font-size: 39px;
  }
  .page-career-training__list__title--jp {
    font-size: 13px;
  }
}
.page-career-training__list__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 2.5rem;
}
.page-career-training__list__sub li {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__sub li {
    width: 100%;
  }
}
.page-career-training__list__sub li figure {
  position: relative;
  margin-bottom: 1.3em;
}
.page-career-training__list__sub li figure img {
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__sub li figure img {
    padding-bottom: 1.5rem;
  }
}
.page-career-training__list__sub li figure figcaption {
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--title-color);
  background: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 0.625rem;
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__sub li figure figcaption {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .page-career-training__list__sub {
    font-size: 14px;
    padding: 1em 1.5em;
  }
}
.page-career-training__list__sub__text-02 {
  margin-top: 1.5em;
}

.page-seminar-mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 480px;
  padding: 90px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv {
    height: 350px;
    padding: 60px 20px 0;
  }
}
.page-seminar-mv__ttl {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv__ttl {
    width: 100%;
  }
}
.page-seminar-mv__ttl-ja {
  font-size: 60px;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv__ttl-ja {
    font-size: 28px;
  }
}
.page-seminar-mv__ttl-ja span {
  display: block;
  font-size: 32px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv__ttl-ja span {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.page-seminar-mv__ttl-en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv__ttl-en {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.page-seminar-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-seminar-mv .breadcrumbs {
  position: absolute;
  left: 40px;
  top: 115px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-mv .breadcrumbs {
    top: 80px;
    left: 20px;
  }
}

.breadcrumbs {
  color: #fff;
  display: flex;
  gap: 15px;
}
.breadcrumbs__list:not(:last-of-type):after {
  content: ">";
}
.breadcrumbs__list, .breadcrumbs__link {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.page-seminar-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-seminar-bg__img {
  aspect-ratio: 1440/1150;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page-seminar-main-copy {
  width: 1280px;
  padding: 130px 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-seminar-main-copy {
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 40px 20px;
  }
}

.page-seminar-archive {
  margin: 0 auto 220px;
  width: 1280px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-archive {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 20px;
  }
}
.page-seminar-archive__bnr-inr {
  border-radius: 5px;
  overflow: hidden;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 1000px) {
  .page-seminar-archive__bnr-inr {
    height: 200px;
  }
}
.page-seminar-archive__bnr-inr:hover {
  opacity: 0.7;
}
.page-seminar-archive__bnr + .page-seminar-archive__bnr {
  margin-top: 15px;
}
.page-seminar-archive__bnr-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-seminar-archive__bnr-title {
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
}
.page-seminar-archive__bnr-title h2 {
  font-size: 36px;
  line-height: 1.1944444444;
}
@media screen and (max-width: 1000px) {
  .page-seminar-archive__bnr-title h2 {
    font-size: 20px;
  }
}
.page-seminar-archive__bnr-title p {
  font-size: 28px;
  line-height: 1.5357142857;
}
@media screen and (max-width: 1000px) {
  .page-seminar-archive__bnr-title p {
    font-size: 16px;
  }
}
.page-seminar-archive__bnr-btn {
  color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .page-seminar-archive__bnr-btn {
    right: 20px;
  }
}

.page-seminar-catch-bg {
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .page-seminar-catch-bg {
    padding: 40px 20px;
    height: auto;
  }
}
.page-seminar-catch-bg__ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 505px;
  left: 15vw;
}
@media screen and (max-width: 1000px) {
  .page-seminar-catch-bg__ttl {
    position: static;
    width: 70%;
    margin: 0 auto;
    transform: translateY(0);
  }
}
.page-seminar-catch-bg__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-seminar-single-contents {
  padding: 125px 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents {
    padding: 40px 20px;
  }
}
.page-seminar-single-contents--pt1 {
  background: linear-gradient(#35aecb 0%, #2c9cd8 25.62%, #007ccc 49.75%, #007ccc 72.91%, #0c5ea4 100%);
}
.page-seminar-single-contents--pt2 {
  background: linear-gradient(#7ed06d 0%, #43ad4b 34.98%, #008b56 68.47%, #006445 100%);
}
.page-seminar-single-contents__bg {
  aspect-ratio: 1440/1424;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-seminar-single-contents__title {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 0 100px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__title {
    margin: 0 0 40px;
  }
}
.page-seminar-single-contents__title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__title h2 {
    font-size: 20px;
    margin: 0 -20px;
  }
}
.page-seminar-single-contents__title p {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 173px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.26);
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__title p {
    font-size: 100px;
    white-space: nowrap;
  }
}
.page-seminar-single-contents__list {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__list {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.page-seminar-single-contents__list-item {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 30 rgb(255, 255, 255);
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__list-item {
    font-size: 16px;
    padding: 20px 20px;
  }
}
.page-seminar-single-contents__step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 60px;
  width: 1200px;
  margin: 90px auto 0;
  counter-reset: step-num;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step {
    width: 100%;
    margin: 60px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.page-seminar-single-contents__step--pt1 .page-seminar-single-contents__step-item {
  background: rgba(12, 94, 164, 0.4);
}
.page-seminar-single-contents__step--pt2 .page-seminar-single-contents__step-item {
  background: rgba(0, 100, 73, 0.4);
}
.page-seminar-single-contents__step-item {
  --cut: 60px;
  --th: 2px;
  position: relative;
  border-radius: 5px;
  padding: 65px 10px 45px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0px;
  counter-increment: step-num;
}
.page-seminar-single-contents__step-item:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 5px;
  background: linear-gradient(#fff 0 0) 0 0/var(--cut) var(--th) no-repeat, linear-gradient(#fff 0 0) 0 0/var(--th) var(--cut) no-repeat, linear-gradient(#fff 0 0) 100% 0/var(--cut) var(--th) no-repeat, linear-gradient(#fff 0 0) 100% 0/var(--th) var(--cut) no-repeat, linear-gradient(#fff 0 0) 0 100%/var(--cut) var(--th) no-repeat, linear-gradient(#fff 0 0) 0 100%/var(--th) var(--cut) no-repeat, linear-gradient(#fff 0 0) 100% 100%/var(--cut) var(--th) no-repeat, linear-gradient(#fff 0 0) 100% 100%/var(--th) var(--cut) no-repeat, linear-gradient(#fff 0 0) 0 var(--cut)/var(--th) calc(100% - var(--cut) * 2) no-repeat, linear-gradient(#fff 0 0) 100% var(--cut)/var(--th) calc(100% - var(--cut) * 2) no-repeat, linear-gradient(#fff 0 0) var(--cut) 100%/calc(100% - var(--cut) * 2) var(--th) no-repeat;
  /* ★ 上辺中央は書かない → 上辺だけ途切れる */
}
@media screen and (min-width: 1000px) {
  .page-seminar-single-contents__step-item:not(:nth-of-type(1)):not(:nth-of-type(4n)):before {
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step-item:not(:last-of-type):before {
    content: "";
    height: 60px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    background: #fff;
  }
}
.page-seminar-single-contents__step-num {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 80px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step-num {
    font-size: 35px;
    line-height: 80px;
  }
}
.page-seminar-single-contents__step-num:after {
  content: counter(step-num);
}
.page-seminar-single-contents__step-icon {
  order: -1;
  margin: 0 0 25px;
  height: 112px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step-icon {
    height: 80px;
  }
}
.page-seminar-single-contents__step-icon img {
  width: auto;
  height: 100%;
}
.page-seminar-single-contents__step-txtbox {
  color: #fff;
  text-align: center;
}
.page-seminar-single-contents__step-title {
  font-size: 24px;
  line-height: 1.875;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step-title {
    font-size: 18px;
  }
}
.page-seminar-single-contents__step-txt {
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-contents__step-txt {
    font-size: 14px;
  }
}

.page-seminar-single-calendar {
  padding: 125px 20px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar {
    padding: 60px 20px;
  }
}
.page-seminar-single-calendar--pt1 {
  background: rgba(147, 215, 247, 0.2);
}
.page-seminar-single-calendar--pt2 {
  background: rgba(139, 206, 125, 0.2);
}
.page-seminar-single-calendar__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 10px;
  margin: 0 0 65px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar__title {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.page-seminar-single-calendar__title:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #707070;
  opacity: 0.24;
  margin: 0 auto;
}
.page-seminar-single-calendar__title--pt1 {
  color: #62C1EB;
}
.page-seminar-single-calendar__title--pt2 {
  color: #62C66A;
}
.page-seminar-single-calendar__items {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 15px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar__items {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page-seminar-single-calendar__items--pt1 .page-seminar-single-calendar__item-heading {
  background: #009CE2;
}
.page-seminar-single-calendar__items--pt2 .page-seminar-single-calendar__item-heading {
  background: #62C66A;
}
.page-seminar-single-calendar__item {
  box-shadow: 0 3px 20px rgba(12, 94, 164, 0.16);
  border-radius: 5px;
  background: #fff;
  padding: 0 0 20px;
}
.page-seminar-single-calendar__item.past .page-seminar-single-calendar__item-heading,
.page-seminar-single-calendar__item.past .page-seminar-single-calendar__item-time {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}
.page-seminar-single-calendar__item-heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  color: #fff;
  margin: 0 0 25px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar__item-heading {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.page-seminar-single-calendar__item-time {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5555555556;
  margin: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar__item-time {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.page-seminar-single-calendar__item-badge {
  font-size: 14px;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: bold;
}
.page-seminar-single-calendar__item-badge:before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 50%;
  background: #707070;
}
.page-seminar-single-calendar__item-badge--online {
  color: #37BA74;
}
.page-seminar-single-calendar__item-badge--online:before {
  background: #37BA74;
}
.page-seminar-single-calendar__item-btn {
  padding: 15px 25px 0;
  margin: 15px 0 0;
  position: relative;
  z-index: 0;
  justify-content: center;
}
.page-seminar-single-calendar__item-btn:before {
  content: "";
  width: calc(100% - 48px);
  height: 1px;
  background: rgba(112, 112, 112, 0.24);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-calendar__item-btn:before {
    width: calc(100% - 40px);
  }
}
.page-seminar-single-calendar__item-btn .arrow {
  width: 35px;
  height: 35px;
}

.page-seminar-single-banner {
  padding: 125px 20px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-banner {
    padding: 60px 20px;
  }
}
.page-seminar-single-banner__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 10px;
  margin: 0 0 65px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-banner__title {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.page-seminar-single-banner__title:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #707070;
  opacity: 0.24;
  margin: 0 auto;
}
.page-seminar-single-banner__title--pt1 {
  color: #62C1EB;
}
.page-seminar-single-banner__title--pt2 {
  color: #62C66A;
}
.page-seminar-single-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.page-seminar-single-banner__list > * {
  width: 230px;
  max-width: 100%;
  max-height: 48px;
}
@media screen and (max-width: 1000px) {
  .page-seminar-single-banner__list > * {
    width: 160px;
    max-height: 40px;
  }
}
.page-seminar-single-banner__list > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-company-fv__text {
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .page-company-fv__text {
    font-size: 16px;
    margin-top: 2rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-fv__text {
    margin-top: 12rem;
  }
}
.page-company-fv .section-sub-fv__inner {
  top: 8%;
}
@media screen and (min-width: 1000px) {
  .page-company-fv {
    height: 600px;
    background: url(../img/company/fv.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-fv {
    height: 90vh;
    background: url(../img/company/fv-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.page-company-message {
  position: relative;
}
.page-company-message__inner {
  position: relative;
  z-index: 1;
}
.page-company-message__content {
  position: relative;
  z-index: 1;
}
.page-company-message__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 3rem;
}
.page-company-message__copy span {
  color: #0C5EA4;
}
.page-company-message__text p {
  line-height: 2;
}
.page-company-message__text p:not(:first-of-type) {
  margin-top: 1.5em;
}
.page-company-message__image {
  z-index: 0;
}
.page-company-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .page-company-message__text {
    max-width: 59%;
    margin-top: 4rem;
  }
  .page-company-message__image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-message__inner {
    padding: 0 5%;
  }
  .page-company-message__copy {
    font-size: 20px;
    line-height: 1.5;
  }
  .page-company-message__text {
    margin-top: 2rem;
  }
}

.page-company-profile {
  background-image: url("../img/company/profile-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-company-profile__inner {
  position: relative;
  z-index: 1;
}
.page-company-profile__title span {
  color: #ffffff;
  display: block;
  text-align: center;
}
.page-company-profile__title .title-main--jp::before {
  color: #ffffff;
}
.page-company-profile__content {
  background-color: #ffffff;
}
.page-company-profile__content__list {
  display: flex;
  flex-wrap: wrap;
}
.page-company-profile__content__list dt {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #0C5EA4;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
}
.page-company-profile__content__list dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #0C5EA4;
}
.page-company-profile__content__list dd {
  width: 80%;
  margin-top: 20px;
}
.page-company-profile__content__list .blue {
  font-weight: bold;
  color: #62C1EB;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  .page-company-profile__content__list .blue {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-profile__content__list .blue {
    font-size: 12px;
  }
}
.page-company-profile__content__list .green {
  font-weight: bold;
  color: #63C76A;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  .page-company-profile__content__list .green {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-profile__content__list .green {
    font-size: 12px;
  }
}
.page-company-profile__content__list .small {
  padding-left: 1em;
}
@media screen and (min-width: 1000px) {
  .page-company-profile__content__list .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-profile__content__list .small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .page-company-profile__inner {
    width: 1080px;
    max-width: 1080px;
  }
  .page-company-profile__content {
    padding: 70px 120px;
    margin-top: 65px;
  }
  .page-company-profile__content__list dd {
    padding: 10px 0 10px 50px;
  }
  .page-company-profile__content__list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .page-company-profile__inner {
    padding: 60px 2%;
  }
  .page-company-profile__content {
    padding: 1rem;
    margin-top: 2rem;
  }
  .page-company-profile__content__list dt {
    font-size: 14px;
    text-align: left;
    width: 22%;
  }
  .page-company-profile__content__list dd {
    width: 75%;
    padding: 10px;
  }
}

.page-water-main .page-title--en {
  color: #62C1EB;
}

.page-water-fv {
  background: url(../img/water/fv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .page-water-fv {
    height: 600px;
  }
}

.page-water-field__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 40px;
}
.page-water-field__list__title {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 17px;
  font-weight: 700;
  padding-left: 0.5em;
  border-left: 5px solid #62C1EB;
}
.page-water-field__list__text {
  margin-top: 1rem;
}
.page-water-field__content {
  border-top: 1px solid rgba(112, 112, 112, 0.24);
  padding-top: 1rem;
  margin-top: 1rem;
}
.page-water-field__content span {
  font-weight: bold;
  color: #3B3939;
  display: inline-block;
  background-color: #93D7F7;
  padding: 0.25em 1em;
  border-radius: 50px;
}
@media screen and (min-width: 1000px) {
  .page-water-field__content span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-water-field__content span {
    font-size: 10px;
  }
}
.page-water-field__content span:last-of-type {
  margin-top: 10px;
}
.page-water-field__content p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .page-water-field__list > li {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 1000px) {
  .page-water-field__list {
    flex-direction: column;
  }
}

.page-water-strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 40px;
}
.page-water-strength__list > li {
  background-color: #62C1EB;
  border-radius: 5px;
  padding: 0.5rem 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-water-strength__list > li p {
  color: #fff;
  font-weight: bold;
}
.page-water-strength__list > li p:last-of-type {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  padding-left: 5rem;
}
.page-water-strength__list > li p:last-of-type span {
  font-size: 22px;
}
.page-water-strength__arrow {
  position: relative;
  width: 20px;
  height: 20px;
}
.page-water-strength__arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .page-water-strength__list > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .page-water-strength__list {
    flex-direction: column;
    gap: 20px;
  }
  .page-water-strength__list > li {
    justify-content: center;
    padding: 0.5rem 1rem;
  }
  .page-water-strength__list > li p:last-of-type {
    font-size: 30px;
    padding-left: 1rem;
  }
}

.page-green-main .page-title--en {
  color: #63C76A;
}
.page-green-main .section-business {
  background: url(../img/green/bg.png) no-repeat center;
  background-size: cover;
}

.page-green-fv {
  background: url(../img/green/fv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .page-green-fv {
    height: 600px;
  }
}

.page-green-strength__list {
  margin-top: 70px;
  display: flex;
  gap: 60px;
}
.page-green-strength__list li {
  width: calc(33.3333333333% - 30px);
  position: relative;
}
.page-green-strength__list__num {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  color: #63C76A;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}
.page-green-strength__list__image {
  border-radius: 5px;
  overflow: hidden;
}
.page-green-strength__list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-green-strength__list__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #63C76A;
  margin-top: 20px;
}
.page-green-strength__list__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .page-green-strength__list {
    flex-direction: column;
  }
  .page-green-strength__list > li {
    width: 100%;
  }
  .page-green-strength__list__title {
    font-size: 17px;
  }
  .page-green-strength__list__text {
    margin-top: 0.5rem;
  }
}

.page-green-service__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.page-green-service__list li {
  width: calc(33.3333333333% - 40px);
}
.page-green-service__list__text {
  margin-top: 0.75rem;
}
.page-green-service .section-business-image__text {
  background-color: #63C76A;
}
@media screen and (max-width: 1000px) {
  .page-green-service__list {
    flex-direction: column;
  }
  .page-green-service__list li {
    width: 100%;
  }
  .page-green-service__list__text {
    margin-top: 0.5rem;
  }
}

.page-internship-mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 480px;
  padding: 90px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv {
    height: 350px;
    padding: 60px 20px 0;
  }
}
.page-internship-mv__ttl {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv__ttl {
    width: 100%;
  }
}
.page-internship-mv__ttl-ja {
  font-size: 60px;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv__ttl-ja {
    font-size: 28px;
  }
}
.page-internship-mv__ttl-ja span {
  display: block;
  font-size: 32px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv__ttl-ja span {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.page-internship-mv__ttl-en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv__ttl-en {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.page-internship-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-internship-mv .breadcrumbs {
  position: absolute;
  left: 40px;
  top: 115px;
}
@media screen and (max-width: 1000px) {
  .page-internship-mv .breadcrumbs {
    top: 80px;
    left: 20px;
  }
}

.breadcrumbs {
  color: #fff;
  display: flex;
  gap: 15px;
}
.breadcrumbs__list:not(:last-of-type):after {
  content: ">";
}
.breadcrumbs__list, .breadcrumbs__link {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.page-internship-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-internship-bg__img {
  aspect-ratio: 1440/1150;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page-internship-main-copy {
  width: 1280px;
  padding: 0 0 100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-internship-main-copy {
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 0 20px 40px;
  }
}

.page-internship-points {
  background: linear-gradient(#35aecb 0%, #2c9cd8 25.62%, #007ccc 49.75%, #007ccc 72.91%, #0c5ea4 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 130px 20px 125px;
}
@media screen and (max-width: 1000px) {
  .page-internship-points {
    padding: 60px 20px;
  }
}
.page-internship-points__bg {
  aspect-ratio: 1440/1090;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .page-internship-points__bg {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
}
.page-internship-points__title {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 0 100px;
}
@media screen and (max-width: 1000px) {
  .page-internship-points__title {
    margin: 0 0 40px;
  }
}
.page-internship-points__title-ja {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 1000px) {
  .page-internship-points__title-ja {
    font-size: 20px;
    margin: 0 -20px;
  }
}
.page-internship-points__title-en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 173px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.26);
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .page-internship-points__title-en {
    font-size: 80px;
  }
}
.page-internship-points__tags {
  width: 1200px;
  display: grid;
  gap: 6px;
  margin: 0 auto 65px;
}
@media screen and (min-width: 1000px) {
  .page-internship-points__tags {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-points__tags {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 0 0 40px;
  }
}
.page-internship-points__tags-item {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 30 rgb(255, 255, 255);
  height: 112px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-internship-points__tags-item:nth-of-type(1) {
    grid-column: 1/3;
  }
  .page-internship-points__tags-item:nth-of-type(2) {
    grid-column: 3/5;
  }
  .page-internship-points__tags-item:nth-of-type(3) {
    grid-column: 5/7;
  }
  .page-internship-points__tags-item:nth-of-type(4) {
    grid-column: 1/4;
  }
  .page-internship-points__tags-item:nth-of-type(5) {
    grid-column: 4/7;
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-points__tags-item {
    font-size: 16px;
    padding: 20px 20px;
    height: auto;
  }
}
.page-internship-points__img {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-internship-points__img {
    width: 100%;
  }
}

.page-internship-info {
  padding: 0 20px;
}
.page-internship-info__heading {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__heading {
    height: 200px;
  }
}
.page-internship-info__heading--water-housing {
  background: url(../img/internship/info-mv-water-housing.png) no-repeat center/cover;
}
.page-internship-info__heading--green-business {
  background: url(../img/internship/info-mv-green-business.png) no-repeat center/cover;
}
.page-internship-info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.page-internship-info__title-main {
  font-size: 44px;
  line-height: 0.9772727273;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__title-main {
    font-size: 25px;
  }
}
.page-internship-info__title-sub {
  font-size: 28px;
  line-height: 1.5357142857;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__title-sub {
    font-size: 16px;
  }
}
.page-internship-info__inner {
  padding: 80px 0 95px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__inner {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.page-internship-info__read {
  font-size: 15px;
  line-height: 1.8666666667;
  margin: 0 0 95px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__read {
    font-size: 14px;
    margin: 0 0 40px;
  }
}
.page-internship-info__program-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px 65px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-wrap {
    display: block;
  }
}
.page-internship-info__program-gallery {
  aspect-ratio: 568/400;
  width: 568px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-gallery {
    position: static;
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-internship-info__program-gallery-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-internship-info__program-contents {
  flex: 1 1;
}
.page-internship-info__program-content + .page-internship-info__program-content {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-content + .page-internship-info__program-content {
    margin-top: 40px;
  }
}
.page-internship-info__program-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 55px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-title {
    font-size: 18px;
    height: 40px;
  }
}
.page-internship-info__program-title--pt1 {
  background: #009CE2;
}
.page-internship-info__program-title--pt2 {
  background: #62C1EB;
}
.page-internship-info__program-title--pt3 {
  background: #62C66A;
}
.page-internship-info__program-sub-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 40px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-sub-title {
    font-size: 14px;
    height: 35px;
    margin: 0 0 20px;
  }
}
.page-internship-info__program-sub-title--pt1 {
  background: rgba(147, 215, 247, 0.3);
}
.page-internship-info__program-sub-title--pt2 {
  background: rgba(98, 198, 106, 0.3);
}
.page-internship-info__program-num {
  counter-reset: intership-program-num;
}
.page-internship-info__program-num-item {
  counter-increment: intership-program-num;
  padding: 0 20px;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-num-item {
    padding: 0;
    grid-template-columns: 60px 1fr;
  }
}
.page-internship-info__program-num-item:before {
  content: counter(intership-program-num) "日目";
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  background: #93D7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-num-item:before {
    font-size: 12px;
    height: 25px;
  }
}
.page-internship-info__program-num-item:not(:last-of-type) {
  padding: 0 20px 30px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-num-item:not(:last-of-type) {
    padding: 0 0 20px;
  }
}
.page-internship-info__program-num-item:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  background: #707070;
  opacity: 0.24;
  width: 1px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-num-item:not(:last-of-type):after {
    left: 30px;
  }
}
.page-internship-info__program-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 5px;
}
.page-internship-info__program-badge:before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #000;
}
.page-internship-info__program-badge--pt1 {
  color: #37BA74;
}
.page-internship-info__program-badge--pt1:before {
  background: #37BA74;
}
.page-internship-info__program-badge--pt2 {
  color: #0C5EA4;
}
.page-internship-info__program-badge--pt2:before {
  background: #0C5EA4;
}
.page-internship-info__program-num-item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-num-item-title {
    font-size: 16px;
  }
}
.page-internship-info__program-list-item {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 32px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-list-item {
    grid-template-columns: 10px 1fr;
    gap: 20px;
    padding: 0;
    font-size: 16px;
  }
}
.page-internship-info__program-list-item:before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  border-radius: 50%;
  background: #000;
  margin: 0.3em 0 0;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-list-item:before {
    width: 10px;
    margin: 0.5em 0 0;
  }
}
.page-internship-info__program-list-item:not(:last-of-type) {
  padding: 0 20px 40px;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-list-item:not(:last-of-type) {
    padding: 0 0 20px;
  }
}
.page-internship-info__program-list-item:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 27px;
  background: #707070;
  opacity: 0.24;
  width: 1px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-list-item:not(:last-of-type):after {
    left: 5px;
  }
}
.page-internship-info__program-list--pt1 .page-internship-info__program-list-item:before {
  background: #93D7F7;
}
.page-internship-info__program-list--pt2 .page-internship-info__program-list-item:before {
  background: #62C66A;
}
.page-internship-info__program-note {
  margin: 40px 0 0;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-note {
    margin: 20px 0 0;
    padding: 0;
    font-size: 14px;
  }
}
.page-internship-info__program-note li {
  display: flex;
}
.page-internship-info__program-note li:before {
  content: "※";
}
.page-internship-info__program-btn {
  margin: 65px 0 0;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .page-internship-info__program-btn {
    margin: 30px 0 0;
  }
}

.page-history-fv {
  position: relative;
  background: url(../img/history/fv.jpg) no-repeat center;
  background-size: cover;
  background-position: bottom right;
  height: min(53.75rem, 60.1vw);
  padding-top: 5.62rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .page-history-fv {
    padding-inline: 5%;
    padding-top: 3.75rem;
    height: 120vw;
    background-position: 77% 95%;
    background-size: 225%;
  }
}
.page-history-fv .breadcrumbs {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .page-history-fv .breadcrumbs {
    margin-top: 0.625rem;
  }
}
.page-history-fv .breadcrumbs__list {
  display: flex;
  gap: 2.25rem;
}
.page-history-fv .breadcrumbs__item {
  position: relative;
}
.page-history-fv .breadcrumbs__item:not(:first-of-type)::before {
  content: ">";
  display: block;
  position: absolute;
  font-size: 10px;
  left: -21px;
  top: 1.7px;
  width: 0.6pc;
  height: 0.7pc;
}
.page-history-fv .page-history-fv__title {
  width: 63vw;
  position: absolute;
  top: 18.75rem;
  top: 35%;
}
@media screen and (max-width: 1000px) {
  .page-history-fv .page-history-fv__title {
    width: 88%;
    top: 45%;
    transform: translateY(-50%);
  }
}

.page-history-main {
  overflow-x: clip;
}

.page-history-timeline__content {
  position: relative;
  background: url(../img/history/history-timeline-bg-02.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 175vw;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__content {
    background: url(../img/history/history-timeline-bg-02-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    height: 525vw;
  }
}
.page-history-timeline__title {
  position: absolute;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  top: -7rem;
  left: 7%;
  width: 26.5vw;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__title {
    top: -18vw;
    width: 85%;
  }
}
.page-history-timeline__title--jp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(28px, 3.75vw, 54px);
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__title--jp {
    font-size: 7vw;
  }
}
.page-history-timeline__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(14px, 1.25vw, 18px);
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__title--en {
    font-size: 3vw;
  }
}
.page-history-timeline__title::before {
  content: "History";
  display: block;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(60px, 12vw, 173px);
  font-weight: 500;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 0;
  left: -25%;
  z-index: 0;
  mix-blend-mode: soft-light;
  color: rgba(255, 255, 255, 0.26);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__title::before {
    bottom: 15%;
    left: -8%;
    font-size: 18vw;
  }
}
.page-history-timeline__list {
  margin-left: auto;
  width: 95%;
  transform: initial !important;
}
.page-history-timeline__list__item img {
  max-width: none;
  width: 100%;
}
.page-history-timeline__list__item__title {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(90px, 6.25vw);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__list__item__title {
    line-height: 1.4;
    font-size: 8.7vw;
  }
}
.page-history-timeline__list__item__text {
  font-size: min(35px, 2.41vw);
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__list__item__text {
    font-size: 5.6vw;
    line-height: 1.2;
    margin-top: 2.8vw;
  }
}
.page-history-timeline__list__item:last-of-type {
  margin-left: -5%;
  text-align: center;
  color: #0C5EA4;
}
@media screen and (min-width: 1000px) {
  .page-history-timeline__list__item:last-of-type {
    margin-top: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .page-history-timeline__list__item:last-of-type {
    position: absolute;
    bottom: 6.4vw;
    left: 55%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.page-history-numbers__content {
  background: url(../img/sub/sub-bg-01.jpg) no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 21%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__content {
    padding-top: 32%;
  }
}
.page-history-numbers__title {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  left: 7rem;
  left: 7%;
  width: 41.2vw;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__title {
    width: 85%;
    margin-bottom: 2vw;
  }
}
.page-history-numbers__title--jp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px, 3.75vw, 54px;
  font-size: min(54px, 3.75vw);
  line-height: 1.2;
  color: #0C5EA4;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__title--jp {
    font-size: 7vw;
  }
}
.page-history-numbers__title--en {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(14px, 1.25vw, 18px);
  font-size: min(18px, 1.25vw);
  color: #009CE2;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__title--en {
    font-size: 3vw;
  }
}
.page-history-numbers__title::before {
  content: "Numbers";
  display: block;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(60px, 12vw, 173px);
  font-weight: 500;
  letter-spacing: -0.02em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 0;
  left: -18%;
  color: rgba(166, 216, 227, 0.26);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__title::before {
    left: -9%;
    bottom: 15%;
    font-size: 18vw;
  }
}
.page-history-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.75rem;
  width: 83%;
  margin-inline: auto;
}
.page-history-numbers__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: rgba(98, 193, 235, 0.57);
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 3rem;
}
.page-history-numbers__list__item img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item {
    padding: 3rem 1rem;
  }
}
.page-history-numbers__list__item::after {
  content: "";
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 0;
  width: 1px;
  background-color: rgba(98, 193, 235, 0.57);
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item::after {
    display: none;
  }
}
.page-history-numbers__list__item:nth-of-type(1) {
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(1) {
    width: 100%;
  }
}
.page-history-numbers__list__item:nth-of-type(1)::after {
  display: none;
}
.page-history-numbers__list__item:nth-of-type(2) {
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(2) {
    width: 100%;
  }
}
.page-history-numbers__list__item:nth-of-type(3) {
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(3) {
    width: 100%;
  }
}
.page-history-numbers__list__item:nth-of-type(4) {
  width: 50%;
}
.page-history-numbers__list__item:nth-of-type(4)::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(4) {
    width: 100%;
  }
  .page-history-numbers__list__item:nth-of-type(4) img {
    max-width: 25rem;
  }
}
.page-history-numbers__list__item:nth-of-type(5) {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(5) {
    width: 100%;
  }
  .page-history-numbers__list__item:nth-of-type(5) img {
    max-width: 25rem;
  }
}
.page-history-numbers__list__item:nth-of-type(6) {
  width: 33.3333333333%;
  border-width: 0;
}
.page-history-numbers__list__item:nth-of-type(6)::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(6) {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}
.page-history-numbers__list__item:nth-of-type(7) {
  width: 33.3333333333%;
  border-width: 0;
  padding-inline: 4.4rem;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(7) {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}
.page-history-numbers__list__item:nth-of-type(8) {
  width: 33.3333333333%;
  border-width: 0;
}
@media screen and (max-width: 1000px) {
  .page-history-numbers__list__item:nth-of-type(8) {
    width: 100%;
  }
}

.page-history-gallery__content {
  display: flex;
  overflow-x: clip;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .page-history-gallery__content {
    margin-bottom: 2rem;
  }
}
.page-history-gallery__list {
  display: flex;
  -webkit-animation: infinity-scroll-left 22s linear infinite 0.5s both;
          animation: infinity-scroll-left 22s linear infinite 0.5s both;
}
.page-history-gallery__list__item {
  width: 25vw;
}
@media screen and (max-width: 1000px) {
  .page-history-gallery__list__item {
    width: max(15rem, 40vw);
  }
}
.page-history-gallery__list__item img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.page-internship-water-fv {
  background: url(../img/internship-water/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-internship-water__inner {
  margin: 120px 40px;
}
.page-internship-water__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-internship-water__tab {
  margin-bottom: -1px;
}
.page-internship-water__tab__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 3;
}
.page-internship-water__tab__item {
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #009CE2;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-internship-water__tab__item h2 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.page-internship-water__tab__item.is-active {
  position: relative;
  opacity: 1;
}
.page-internship-water__tab__item.is-active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 26px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-internship-water__tab__item {
    padding: 2em 40px;
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-water__tab__list {
    gap: 3px;
  }
  .page-internship-water__tab__item {
    padding: 1em 0.5em;
  }
  .page-internship-water__tab__item h2 {
    font-size: 13px;
  }
}
.page-internship-water__content .is-show {
  display: block;
}
.page-internship-water__panel {
  display: none;
  background-color: #009CE2;
}
.page-internship-water__panel__inner {
  width: 100%;
}
.page-internship-water__panel__btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .page-internship-water__panel__title {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-water__panel__inner {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-internship-water__inner {
    margin: 60px 3%;
  }
  .page-internship-water__panel {
    padding: 3rem 1rem;
  }
}

.page-internship-green-fv {
  background: url(../img/internship-green/fv.jpg) no-repeat center;
  background-size: cover;
}

.page-internship-green__inner {
  margin: 120px 40px;
}
.page-internship-green__panel {
  background-color: #63C76A;
  padding: 100px 40px;
}
@media screen and (max-width: 1000px) {
  .page-internship-green__inner {
    margin: 60px 3%;
  }
  .page-internship-green__panel {
    padding: 3rem 1rem;
  }
}
.page-internship-green .section-internship-content__title {
  color: #63C76A;
}
.page-internship-green .section-internship-list__lead {
  color: #63C76A;
}