@charset "UTF-8";
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgFadeIn {
  from {
    background-color: rgb(255, 255, 255);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(3.3deg);
  }
  25% {
    transform: rotateZ(-3.3deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-1.33deg);
  }
  40%, 99.9%, to {
    transform: rotateZ(0);
  }
}
@keyframes linkUnderline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes chottoRotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-5deg);
  }
}
@keyframes flowText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes guruguru {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateYAnime {
  from {
    transform: rotateY(-180deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes suAnime {
  0% {
    transform: rotateY(-180deg);
  }
  99.9%, to {
    transform: rotateY(180deg);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes horizontalRotation {
  0% {
    opacity: 0;
    transform: rotateY(150deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(360deg);
  }
}
@keyframes poyon {
  0% {
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.32% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes zRotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes zRotate2 {
  from {
    transform: rotateZ(180deg);
  }
  to {
    transform: rotateZ(540deg);
  }
}
.kurukuru-wrapper {
  perspective: 1000;
}

.kurukuru {
  opacity: 0;
  transition: opacity 1s;
  backface-visibility: hidden;
}
.kurukuru.animation {
  opacity: 1;
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fuwari {
  opacity: 0;
}
.fuwari.animation {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.updown {
  animation-name: UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes hero-copy-shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes animblock {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes animblock2 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 7.3vw;
  color: #333F48;
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 12.5vw;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

section {
  position: relative;
}

.row {
  display: flex;
  gap: 3vw;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .row.row-reverse {
    flex-direction: column;
  }
}
.row .col {
  width: 50%;
}
.row .col.fullwidth {
  width: 100%;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 6vw;
  }
}

.sep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(calc(-100% + 1px));
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sep img {
    position: relative;
    max-width: none;
    width: 150%;
    height: auto;
    left: -2px;
  }
}

a.round-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10vw;
  border: 1px solid #00A7AC;
  background-color: #fff;
  transition: 0.5s;
  font-size: clamp(13px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 600;
  color: #333F48;
  padding: 0.7vw 0.7vw 0.7vw 1.5vw;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  a.round-btn {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    padding: 3vw 3vw 3vw 6vw;
  }
}
a.round-btn:hover, a.round-btn.colored {
  background-color: #00A7AC;
  color: white;
}
a.round-btn:hover:after, a.round-btn.colored:after {
  background: url(../images/common/icon-round-btn2.svg) no-repeat center center/contain;
}
a.round-btn:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/common/icon-round-btn.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  a.round-btn:after {
    width: 7vw;
    height: 7vw;
  }
}
a.round-btn.pdf {
  padding: 1.4vw 2.8vw 1.4vw 2.8vw;
}
@media screen and (max-width: 768px) {
  a.round-btn.pdf {
    padding: 4vw 8vw;
  }
}
a.round-btn.pdf:after {
  background-image: url(../images/common/icon-pdf-btn.svg);
}
a.round-btn.pdf:hover:after {
  background-image: url(../images/common/icon-pdf-btn.svg);
}

a.round-btn-inner-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10vw;
  border: 1px solid #00A7AC;
  background-color: #fff;
  transition: 0.5s;
  font-size: clamp(13px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 600;
  color: #333F48;
  padding: 1.5vw 1.5vw;
  position: relative;
  white-space: nowrap;
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  a.round-btn-inner-contents {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    padding: 5vw 6vw;
  }
}
a.round-btn-inner-contents:hover, a.round-btn-inner-contents.colored {
  background-color: #00A7AC;
  color: white;
}
a.round-btn-inner-contents:hover:after, a.round-btn-inner-contents.colored:after {
  background: url(../images/common/icon-round-btn2.svg) no-repeat center center/contain;
}
a.round-btn-inner-contents:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/common/icon-round-btn.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  a.round-btn-inner-contents:after {
    width: 7vw;
    height: 7vw;
  }
}

a.round-btn-with-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10vw;
  border: 1px solid #00A7AC;
  transition: 0.5s;
  font-size: clamp(13px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 500;
  color: #333F48;
  padding: 1.5vw 1.5vw 1.5vw 3vw;
  position: relative;
  white-space: nowrap;
  margin-bottom: 1vw;
  background-color: #fff;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  a.round-btn-with-text {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    padding: 3vw 3vw 3vw 6vw;
    margin-bottom: 2vw;
  }
}
a.round-btn-with-text span {
  font-size: clamp(13px, calc(13 / 1600 * 100vw), 13px);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  a.round-btn-with-text span {
    font-size: clamp(0px, calc(36 / 1600 * 100vw), 36px);
  }
}
a.round-btn-with-text span:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/common/icon-round-btn.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  a.round-btn-with-text span:after {
    width: 7vw;
    height: 7vw;
  }
}
a.round-btn-with-text:hover, a.round-btn-with-text.colored {
  background-color: #00A7AC;
  color: white;
}
a.round-btn-with-text:hover span:after, a.round-btn-with-text.colored span:after {
  background: url(../images/common/icon-round-btn2.svg) no-repeat center center/contain;
}

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

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

.acc-block {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .acc-block {
    margin-bottom: 15vw;
  }
}
.acc-block dl {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.acc-block dl dt {
  cursor: pointer;
  font-size: clamp(0px, calc(30 / 1600 * 100vw), 30px);
  font-weight: 700;
  color: #00A7AC;
  padding: 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .acc-block dl dt {
    font-size: clamp(15px, calc(60 / 1600 * 100vw), 60px);
    gap: 10px;
  }
}
.acc-block dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 167, 172, 0.2) 0%, rgba(0, 167, 172, 0.1) 50%, transparent 100%);
  transition: 0.6s;
  transform: scaleX(0);
  transform-origin: top left;
}
.acc-block dl dt:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon-accordion.svg) no-repeat center center/contain;
  transition: 0.5s;
}
.acc-block dl dt.is-open:after {
  transform: rotate(180deg);
}
.acc-block dl dt:hover:before {
  transform: scaleX(1);
}
.acc-block dl dd {
  display: none;
  padding: 1.5em 0 2em 1.5em;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .acc-block dl dd {
    font-size: clamp(15px, calc(50 / 1600 * 100vw), 50px);
  }
}
.acc-block dl dd ul {
  padding-left: 1.5em;
}
.acc-block dl dd ul li {
  margin-bottom: 0.7em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  line-height: 1;
  color: white;
  font-weight: 500;
  transition: 0.5s;
}
.header h1 {
  background: url(../images/common/header-logo.svg) no-repeat center left/contain;
  width: 732px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header h1 {
    max-width: 500px;
    background-image: url(../images/common/header-logo-sp.svg);
  }
}
.header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .global-nav {
  gap: 0px;
  background-color: #00A7AC;
  height: 7.3vw;
}
@media screen and (max-width: 1150px) {
  .header .global-nav {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .global-nav {
    height: 7.3vw;
  }
}
@media screen and (max-width: 576px) {
  .header .global-nav {
    height: 12.5vw;
    position: relative;
    z-index: 1001;
  }
}
.header .global-nav .col:nth-child(1) {
  width: 92.5%;
  min-width: 92.5%;
  padding: 1.5vw 2vw;
}
@media screen and (max-width: 768px) {
  .header .global-nav .col:nth-child(1) {
    width: calc(100% - 50px);
    min-width: calc(100% - 50px);
    padding-left: 15px;
  }
}
.header .global-nav .col:nth-child(2) {
  width: 7.5%;
  min-width: 7.5%;
  background-color: #333F48;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header .global-nav .col:nth-child(2) {
    width: 50px;
    min-width: 50px;
    background-color: transparent;
  }
}
.header .global-nav .primary {
  display: flex;
  align-items: center;
  gap: 2vw;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 1150px) {
  .header .global-nav .primary {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .header .global-nav .primary {
    margin-bottom: 0;
    height: 100%;
  }
}
.header .global-nav .primary h1 {
  margin: 0;
}
.header .global-nav .primary .entry-nav {
  display: flex;
  gap: 0.8vw;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .global-nav .primary .entry-nav {
    display: none;
  }
}
.header .global-nav .primary .entry-nav {
  /*&:before {
      content: '';
      width: 100px;
      height: 25px;
      background: url(../images/common/header-entry-md.svg) no-repeat center center/contain;
  }*/
}
.header .global-nav .primary .entry-nav li a {
  padding: 0.4em 1.5em;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  color: #00A7AC;
  width: auto;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.header .global-nav .primary .entry-nav li a:after {
  content: "";
  display: block;
  width: 0.35vw;
  height: 0.35vw;
  border: 2px solid #00A7AC;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: 0.3s;
  position: relative;
  left: 0;
}
.header .global-nav .primary .entry-nav li a:hover:after {
  left: 5px;
}
.header .global-nav .secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header .global-nav .secondary {
    display: none;
  }
}
.header .global-nav .secondary .main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 3vw;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header .global-nav .secondary .main-nav li {
  position: relative;
}
.header .global-nav .secondary .main-nav li a {
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header .global-nav .secondary .main-nav li.has-children {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
@media screen and (max-width: 1150px) {
  .header .global-nav .secondary .main-nav li.has-children {
    align-items: center;
  }
}
.header .global-nav .secondary .main-nav li.has-children:after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 0.85vw;
  height: 0.85vw;
  background: url(../images/common/main-nav-arrow.svg) no-repeat center center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1150px) {
  .header .global-nav .secondary .main-nav li.has-children:after {
    width: 1vw;
    height: 1vw;
  }
}
.header .global-nav .secondary .main-nav li.has-children:hover::after {
  transform: translateY(3px);
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav {
  position: absolute;
  top: calc(100% + 1.5vw);
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: 0.5s;
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav ul {
  margin: 0;
  padding: 1.5vw 0;
  list-style-type: none;
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav ul li {
  margin-bottom: 0.5em;
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav ul li a {
  font-size: clamp(0px, calc(15 / 1600 * 100vw), 15px);
  font-weight: 400;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  line-height: 1.5;
  transition: 0.3s;
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav ul li a::before {
  content: "";
  position: relative;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.header .global-nav .secondary .main-nav li.has-children .lower-nav ul li a:hover:before {
  left: 5px;
}
.header .hamburger {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .hamburger .handle {
  position: relative;
  width: 55px;
  height: 28px;
}
@media screen and (max-width: 1150px) {
  .header .hamburger .handle {
    width: 25px;
  }
}
.header .hamburger .handle::before, .header .hamburger .handle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 999px;
  transition: top 0.3s ease, transform 0.3s ease;
}
.header .hamburger .handle::before {
  top: 7px;
}
@media screen and (max-width: 768px) {
  .header .hamburger .handle::before {
    top: 11px;
  }
}
.header .hamburger .handle::after {
  top: 18px;
}
@media screen and (max-width: 768px) {
  .header .hamburger .handle::after {
    top: 16px;
  }
}
.header .hamburger.is-open .handle {
  /*
  &::before {
      top: 12px;
      transform: rotate(45deg);
  }

  &::after {
      top: 12px;
      transform: rotate(-45deg);
  }
  */
}
@media screen and (max-width: 768px) {
  .header .hamburger.is-open .handle {
    width: 20px;
  }
  .header .hamburger.is-open .handle:before {
    top: 14px;
    transform: rotate(45deg);
  }
  .header .hamburger.is-open .handle:after {
    top: 14px;
    transform: rotate(-45deg);
  }
}
.header .sub-nav {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.28s;
  transition-behavior: allow-discrete;
}
.header .sub-nav .sub-nav-bg {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.header .primary {
  position: relative;
  z-index: 1;
}
.header .sub {
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  line-height: 0;
}
.header .sub span {
  display: block;
  line-height: 0;
  background-color: rgba(51, 63, 72, 0.8);
  backdrop-filter: blur(5px);
  transform: translateY(-101%);
  transition: 0.5s;
}
.header .sub span.is-active {
  transform: translateY(0%);
}
.header .global-nav-sp {
  display: none;
  position: fixed;
  top: 7.3vw;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  background-color: #00A7AC;
  color: white;
  font-size: 14px;
  transition: 0.5s;
  overflow: hidden;
  transform-origin: bottom left;
  opacity: 0;
  transition-behavior: allow-discrete;
}
@media screen and (max-width: 576px) {
  .header .global-nav-sp {
    top: 12.5vw;
  }
}
.header .global-nav-sp .global-nav-sp-content {
  padding: 15px 30px 80px;
  margin: auto;
  max-width: 400px;
  overflow-y: scroll;
}
.header .global-nav-sp .row {
  gap: 7vw;
}
.header .global-nav-sp h2 {
  border-bottom: 1px solid white;
  font-size: 16px;
  padding-bottom: 7px;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 576px) {
  .header .global-nav-sp h2 {
    font-size: 15px;
  }
}
.header .global-nav-sp ul {
  margin: 0 0 10vw;
  padding: 0px;
  list-style: none;
}
.header .global-nav-sp ul li {
  margin-bottom: 0.25em;
}
.header .global-nav-sp ul li a {
  line-height: 1.5;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .header .global-nav-sp ul li a {
    font-size: 13px;
  }
}
.header .global-nav-sp ul li a::before {
  content: "";
  position: relative;
  top: 0.7em;
  left: 0;
  width: 6px;
  min-width: 6px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.header .global-nav-sp ul li a:hover:before {
  left: 5px;
}
.header .global-nav-sp ul.entry-nav {
  margin: 0 0 7vw;
  padding: 0;
}
.header .global-nav-sp ul.entry-nav li {
  padding: 0;
  margin-bottom: 0.8em;
}
.header .global-nav-sp ul.entry-nav li a {
  display: block;
  text-align: center;
  background-color: white;
  color: #00A7AC;
  border-radius: 20px;
  padding: 0.5em;
  font-weight: 600;
  font-size: 15px;
}
.header .global-nav-sp .btn-blog {
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.5em 0.5em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .global-nav-sp .btn-blog::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/icon-btn-blog.svg) no-repeat center center/contain;
}
.header .global-nav-sp .bottom-nav {
  -moz-column-count: 2;
       column-count: 2;
}
.header .global-nav-sp .bottom-nav li a {
  font-size: 11px;
  white-space: nowrap;
}
.header .global-nav-sp .sns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header .global-nav-sp .sns:before {
  display: none;
}
.header .global-nav-sp .sns span {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.header .global-nav-sp .sns span:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.header .global-nav-sp .sns a img {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.drawer-pc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #00A7AC;
  color: white;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  transition: 0.3s;
  overflow: hidden;
  transform-origin: bottom left;
  opacity: 0;
  transition-behavior: allow-discrete;
}
.drawer-pc .drawer-pc__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.drawer-pc .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 7.5vw;
  height: 7.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.drawer-pc .close-btn .handle {
  position: relative;
  width: 55px;
  height: 28px;
}
.drawer-pc .close-btn .handle::before, .drawer-pc .close-btn .handle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 999px;
  transition: top 0.3s ease, transform 0.3s ease;
}
.drawer-pc .close-btn .handle::before {
  top: 12px;
  transform: rotate(45deg);
}
.drawer-pc .close-btn .handle::after {
  top: 12px;
  transform: rotate(-45deg);
}
.drawer-pc .row {
  gap: 2vw;
}
.drawer-pc .brand {
  margin-bottom: 2.8vw;
}
@media screen and (max-width: 768px) {
  .drawer-pc .brand {
    display: none;
  }
}
.drawer-pc .brand {
  text-indent: -9999px;
  overflow: hidden;
}
.drawer-pc .brand a {
  display: block;
  width: 50vw;
  max-width: 732px;
}
@media screen and (max-width: 768px) {
  .drawer-pc .brand a {
    width: 100%;
  }
}
.drawer-pc .brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .drawer-pc .brand img {
    width: 68vw;
  }
}
.drawer-pc h2 {
  border-bottom: 1px solid white;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  padding-bottom: 7px;
  padding-right: 1.5em;
  margin: 0 0 0.7em;
  white-space: nowrap;
}
.drawer-pc ul {
  margin: 0 0 3vw;
  padding: 0px;
  list-style: none;
}
.drawer-pc ul li {
  margin-bottom: 0.55em;
}
.drawer-pc ul li a {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  line-height: 1.5;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  white-space: nowrap;
}
.drawer-pc ul li a::before {
  content: "";
  position: relative;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.drawer-pc ul li a:hover:before {
  left: 5px;
}
.drawer-pc .btn-blog {
  border: none;
  padding: 0;
}
.drawer-pc .btn-blog a {
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.5em 0.7em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
}
.drawer-pc .btn-blog a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/icon-btn-blog.svg) no-repeat center center/contain;
  transition: 0.5s;
}
.drawer-pc .btn-blog a:hover:after {
  transform: translateX(5px);
}
.drawer-pc .bottom_nav ul {
  display: flex;
  gap: 2vw;
  justify-content: center;
  align-items: center;
}
.drawer-pc .bottom_nav li a {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  white-space: nowrap;
}
.drawer-pc .sns {
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: center;
}
.drawer-pc .sns:before {
  display: none;
}
.drawer-pc .sns span {
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.drawer-pc .sns span:after {
  content: "";
  width: 5vw;
  height: 1px;
  background-color: #fff;
}
.drawer-pc .sns a img {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

body.drawer-open .header .global-nav .secondary .main-nav li.has-children .lower-nav {
  opacity: 1;
  pointer-events: all;
}
body.drawer-open .header .global-nav .secondary .main-nav li.has-children:hover .lower-nav ul li a {
  color: #00A7AC;
}
body.drawer-open .header .global-nav .secondary .main-nav li.has-children:hover .lower-nav ul li a:before {
  background-color: #00A7AC;
}
@media screen and (max-width: 768px) {
  body.drawer-open .header .global-nav-sp {
    display: block;
    opacity: 1;
    overflow-y: scroll;
  }
  @starting-style {
    body.drawer-open .header .global-nav-sp {
      opacity: 0;
    }
  }
}
body.drawer-open .header .sub-nav {
  display: block;
  opacity: 1;
}
@starting-style {
  body.drawer-open .header .sub-nav {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  body.drawer-pc-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body.drawer-pc-open .drawer-pc {
    display: block;
    opacity: 1;
  }
  @starting-style {
    body.drawer-pc-open .drawer-pc {
      opacity: 0;
    }
  }
}

body.is-scrolled .header {
  transform: translateY(-100%);
}

.footer {
  width: 100%;
  background: #00a7ac;
  color: #fff;
  overflow: hidden;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer .footer__inner {
  max-width: 1600px;
  margin: auto;
  padding: 3.5vw 50px;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    display: none;
  }
}
.footer .footer__brand {
  margin-bottom: 2.8vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__brand {
    display: none;
  }
}
.footer .footer__brand {
  text-indent: -9999px;
  overflow: hidden;
}
.footer .footer__brand a {
  display: block;
  width: 50vw;
  max-width: 732px;
}
@media screen and (max-width: 768px) {
  .footer .footer__brand a {
    width: 100%;
  }
}
.footer .footer__brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer__brand img {
    width: 68vw;
  }
}
.footer .footer__nav {
  display: flex;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 6vw 5vw;
  }
}
.footer .footer__column {
  min-width: 0;
  width: 16.6666666667%;
}
.footer .footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.5vw;
  border: 0.08vw solid rgba(255, 255, 255, 0.7);
  border-radius: 999vw;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer__button {
    width: 52vw;
    height: 10vw;
    font-size: 3.6vw;
  }
}
.footer .footer__links {
  margin: 1.4vw 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  font-size: 0.9vw;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .footer .footer__links {
    margin-top: 4vw;
    gap: 3.2vw;
    font-size: 3.1vw;
  }
}
.footer .footer__links a {
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
}
.footer .footer__links li,
.footer .footer__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3em;
}
.footer .footer__links li:before,
.footer .footer__list li:before {
  content: "−";
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  margin-right: 0.45vw;
  flex: 0 0 auto;
  line-height: 1.3;
  transition: 0.3s;
  position: relative;
  left: 0;
}
.footer .footer__links li:hover:before,
.footer .footer__list li:hover:before {
  left: 5px;
}
.footer .footer__section {
  padding: 0;
}
.footer .footer__section + .footer__section {
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__section + .footer__section {
    margin-top: 20px;
  }
}
.footer .footer__title {
  display: flex;
  margin: 0 0 0.8vw;
  padding-bottom: 0.2vw;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer__title {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
}
.footer .footer__title.blog {
  border: none;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer__title.blog a {
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.5em 0.7em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
}
.footer .footer__title.blog a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/icon-btn-blog.svg) no-repeat center center/contain;
  transition: 0.5s;
}
.footer .footer__title.blog a:hover:after {
  transform: translateX(5px);
}
.footer .footer__list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .footer__list {
    gap: 1.5vw;
    font-size: 3.1vw;
  }
}
.footer .footer__list a {
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
}
.footer .footer__simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__simple-list {
    gap: 3.2vw;
  }
}
.footer .footer__simple-list a {
  display: inline-block;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .footer .footer__simple-list a {
    font-size: 3.6vw;
  }
}
.footer .footer__bottom_nav .footer__links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}
.footer .footer__bottom_nav .footer__links li.sns {
  display: flex;
  gap: 1vw;
  align-items: center;
  padding-left: 2vw;
}
.footer .footer__bottom_nav .footer__links li.sns:before {
  display: none;
}
.footer .footer__bottom_nav .footer__links li.sns span {
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer .footer__bottom_nav .footer__links li.sns span:after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #fff;
}
.footer .footer__bottom_nav .footer__links li.sns a img {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.footer .footer__copyright {
  background: #333f48;
  padding: 1.5vw 4vw;
  text-align: center;
  font-size: clamp(0px, calc(12 / 1600 * 100vw), 12px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .footer__copyright {
    padding: 4vw 4vw;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .footer .footer__copyright {
    font-size: 9px;
  }
}
.footer .footer__inner-sp {
  background-color: #00A7AC;
  color: white;
  font-size: 14px;
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner-sp {
    display: block;
  }
}
.footer .footer__inner-sp .footer__inner-sp-content {
  max-width: 400px;
  padding: 30px;
  margin: auto;
}
.footer .footer__inner-sp .row {
  gap: 40px;
}
.footer .footer__inner-sp h2 {
  border-bottom: 1px solid white;
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0 0 0.7em;
}
@media screen and (max-width: 576px) {
  .footer .footer__inner-sp h2 {
    font-size: 14px;
  }
}
.footer .footer__inner-sp ul {
  margin: 0 0 30px;
  padding: 0px;
  list-style: none;
}
.footer .footer__inner-sp ul li {
  margin-bottom: 0.5em;
}
.footer .footer__inner-sp ul li a {
  line-height: 1.5;
  display: flex;
  gap: 7px;
  font-size: 12px;
  align-items: flex-start;
  white-space: nowrap;
}
.footer .footer__inner-sp ul li a::before {
  content: "";
  position: relative;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.footer .footer__inner-sp ul li a:hover:before {
  left: 5px;
}
.footer .footer__inner-sp ul.entry-nav {
  margin: 0 0 20px;
  padding: 0;
}
.footer .footer__inner-sp ul.entry-nav li {
  padding: 0;
  margin-bottom: 0.8em;
}
.footer .footer__inner-sp ul.entry-nav li a {
  display: block;
  text-align: center;
  background-color: white;
  color: #00A7AC;
  border-radius: 20px;
  padding: 0.3em;
  font-weight: 600;
  font-size: 15px;
}
.footer .footer__inner-sp .btn-blog {
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.5em 0.5em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__inner-sp .btn-blog::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/icon-btn-blog.svg) no-repeat center center/contain;
}
.footer .footer__inner-sp .bottom-nav li a {
  font-size: 10px;
  white-space: nowrap;
}
.footer .footer__inner-sp .sns {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer__inner-sp .sns:before {
  display: none;
}
.footer .footer__inner-sp .sns span {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer .footer__inner-sp .sns a {
  width: 50%;
  text-align: center;
}
.footer .footer__inner-sp .sns a img {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
}

body.home .fv {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.home .fv {
    overflow: hidden;
  }
}
body.home .fv .copy {
  position: absolute;
  top: 19.45vw;
  left: 64vw;
  width: 23.5vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  body.home .fv .copy {
    /*top: 113.5vw;*/
    top: 83.1vw;    
    left: auto;
    right: 20px;
    width: 70vw;
  }
}
body.home .fv .copy .line1 {
  width: 19vw;
  background: white;
  transform: translateX(-30%);
  line-height: 1;
  padding: 0.3vw 0.5vw;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  body.home .fv .copy .line1 {
    width: 48vw;
    padding: 1vw 1.5vw;
  }
}
body.home .fv .copy .line2 {
  position: relative;
  height: 4.3vw;
  padding: 0.3vw 0.5vw;
  background: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .fv .copy .line2 {
    height: 15vw;
    padding: 1vw 1.5vw;
  }
}
body.home .fv .copy .line2 .line2-txt {
  position: absolute;
  height: 3.55vw;
  opacity: 0;
  transition: 1.5s;
  transform: translate(0, 4vw);
}
@media screen and (max-width: 768px) {
  body.home .fv .copy .line2 .line2-txt {
    height: 10.5vw;
    transform: translate(5px, 4vw);
  }
}
body.home .fv .copy .line2 .line2-txt.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  body.home .fv .copy .line2 .line2-txt.is-active {
    transform: translate(5px, 5px);
  }
}
body.home .fv .copy .line2 .line2-txt img {
  max-width: none;
  height: 100%;
  width: auto;
}
body.home .fv .copy .line3 {
  text-align: right;
}
body.home .fv .copy .line3 img {
  width: 70%;
  height: auto;
  margin-left: auto;
}
body.home .fv .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
body.home .fv .kv_area {
  width: 100%;
  height: 37.5vw;
  position: relative;
  z-index: 2;
  /*padding: 145px 0 0 0;
  margin-top: -140px;
  min-height: 640px;*/
  overflow: hidden;
  clip-path: url("#fv-clip-path");
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area {
    /*height: 119.7vw;*/
    height: 89.7vw;
    clip-path: url("#fv-clip-path-sp");
    margin-bottom: 20vw;
  }
}
body.home .fv .kv_area .kv_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.home .fv .kv_area .kv_in .kv {
  width: 82.5vw;
  height: 100%;
  position: absolute;
  z-index: 9;
  opacity: 1;
  transition: 1.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv {
    width: 80vw;
  }
}
body.home .fv .kv_area .kv_in .kv.kv2 {
  margin-left: 0vw;
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv.kv2 {
    width: 10vw;
  }
}
body.home .fv .kv_area .kv_in .kv.before, body.home .fv .kv_area .kv_in .kv.after {
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv.before, body.home .fv .kv_area .kv_in .kv.after {
    width: 10vw;
  }
}
body.home .fv .kv_area .kv_in .kv.show {
  opacity: 1;
}
body.home .fv .kv_area .kv_in .kv.show .ph {
  transform: translateX(1%) scale(1.07);
}
body.home .fv .kv_area .kv_in .kv.show.current .ph {
  transform: translateX(-3.5%) scale(1.07);
}
body.home .fv .kv_area .kv_in .kv.current {
  width: 82.5vw;
  left: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv.current {
    width: 80vw;
  }
}
body.home .fv .kv_area .kv_in .kv .ph_area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.home .fv .kv_area .kv_in .kv .ph_out {
  transition: 1s cubic-bezier(0.61, 1, 0.88, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.home .fv .kv_area .kv_in .kv .ph {
  position: absolute;
  left: 0;
  transform: translateX(3.5%) scale(1.07);
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: 7s cubic-bezier(0.61, 1, 0.88, 1);
}
body.home .fv .kv_area .kv_in .kv .ph:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  opacity: 0.02;
}

/*
body.home .fv .kv_area .kv_in .kv .ph.ph7 {
  background-image: url(../images/home/mv7.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph7 {
    background-image: url(../images/home/mv7sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph8 {
  background-image: url(../images/home/mv8.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph8 {
    background-image: url(../images/home/mv8sp.webp);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph9 {
  background-image: url(../images/home/mv9.webp);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph9 {
    background-image: url(../images/home/mv9sp.webp);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph10 {
  background-image: url(../images/home/mv10.webp);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph10 {
    background-image: url(../images/home/mv10sp.webp);
  }
}
*/
body.home .fv .kv_area .kv_in .kv.current {
  left: 0;
  margin-left: 0;
}
body.home .fv .kv_area .kv_in .kv.after {
  left: -100%;
}
body.home .fv .kv_area .kv_in .kv.after.off {
  left: 140.26%;
  margin-left: 0vw;
}
body.home .fv .kv_area .kv_in .kv.before {
  left: 87.5vw;
  margin-left: 0vw;
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv.before {
    left: 90vw;
  }
}
body.home .fv .kv_area .kv_in .kv.off {
  transition: none;
}
body.home .fv .home-loop-text-wrapper {
  overflow: hidden;
}
body.home .fv .home-loop-text-wrapper .home-loop-text {
  width: 700vw;
  height: auto;
  overflow: hidden;
}
body.home .fv .home-loop-text-wrapper .home-loop-text img {
  width: 350vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
body.home .fv .news {
  padding: 0 0 6vw;
  margin-top: -7vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.home .fv .news {
    margin-top: 0;
  }
}
body.home .fv .news .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .container {
    flex-direction: column;
  }
}
body.home .fv .news .container:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
}
body.home .fv .news .news-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .news-block {
    width: 100%;
    margin-bottom: 10vw;
  }
}
body.home .fv .news .news-block h3 img {
  max-width: 158px;
}
body.home .fv .news .news-block ul {
  margin: 0;
  padding: 0;
}
body.home .fv .news .news-block ul li {
  display: flex;
  gap: 1vw;
  align-items: center;
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .news-block ul li {
    gap: 3px 10px;
    font-size: 14px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
body.home .fv .news .news-block ul li span.date {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .news-block ul li span.date {
    font-size: 14px;
  }
}
body.home .fv .news .news-block ul li span.category {
  padding: 0.2vw 1vw;
  line-height: 1.2;
  border-radius: 3vw;
  border: 1px solid #00A7AC;
  background-color: #dff4f4;
  text-align: center;
  color: #00A7AC;
  width: 7em;
  min-width: 7em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .news-block ul li span.category {
    font-size: 12px;
    width: 5em;
    min-width: 5em;
  }
}
body.home .fv .news .news-block ul li p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.home .fv .news .news-block ul li p {
    width: 100%;
  }
}
body.home .fv .news .news-block ul li p a {
  color: #00A7AC;
  text-decoration: underline;
}
body.home .fv .animblocks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .fv .animblocks {
    width: 250%;
    top: 110vw;
  }
}
body.home .fv .animblocks.is-active .animblock .block {
  animation: animblock 2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
body.home .fv .animblocks.is-active[data-type="2"] .animblock .block {
  animation: animblock2 2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
body.home .fv .animblocks .animblock {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
body.home .fv .animblocks .animblock .block {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 768px) {
  body.home .fv .animblocks .animblock .block {
    width: 20vw;
    height: 20vw;
  }
}
body.home .fv .animblocks .animblock .block:nth-child(1) {
  animation-delay: 0.05s;
}
body.home .fv .animblocks .animblock .block:nth-child(2) {
  animation-delay: 0.1s;
}
body.home .fv .animblocks .animblock .block:nth-child(3) {
  animation-delay: 0.15s;
}
body.home .fv .animblocks .animblock .block:nth-child(4) {
  animation-delay: 0.2s;
}
body.home .fv .animblocks .animblock .block:nth-child(5) {
  animation-delay: 0.25s;
}
body.home .fv .animblocks .animblock .block:nth-child(6) {
  animation-delay: 0.3s;
}
body.home .fv .animblocks .animblock .block:nth-child(7) {
  animation-delay: 0.35s;
}
body.home .fv .animblocks .animblock .block:nth-child(8) {
  animation-delay: 0.4s;
}
body.home .fv .animblocks .animblock .block:nth-child(9) {
  animation-delay: 0.45s;
}
body.home .fv .animblocks .animblock .block:nth-child(10) {
  animation-delay: 0.5s;
}
body.home .fv .animblocks .animblock .block:nth-child(11) {
  animation-delay: 0.55s;
}
body.home .fv .animblocks .animblock .block:nth-child(12) {
  animation-delay: 0.6s;
}
body.home .fv .animblocks .animblock:nth-child(odd) .block:nth-child(odd) {
  background-color: rgba(0, 167, 172, 0.09);
}
body.home .fv .animblocks .animblock:nth-child(even) .block:nth-child(even) {
  background-color: rgba(0, 167, 172, 0.25);
}
body.home section {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  body.home section {
    padding: 15vw 0;
  }
}
body.home section.round-separator:before, body.home section.round-separator:after {
  content: "";
  position: absolute;
  top: 0;
  width: 12vw;
  height: 15vw;
  z-index: 1;
}
body.home section.round-separator:before {
  left: 0;
  background: url(../images/common/curve-white.svg) no-repeat top right/contain;
  transform: translateY(-100%) scale(-1);
}
body.home section.round-separator:after {
  right: 0;
  background: url(../images/common/curve-green.svg) no-repeat top right/contain;
}
body.home section.round-separator.reverse:before {
  background-image: url(../images/common/curve-green.svg);
}
body.home section.round-separator.reverse:after {
  background-image: url(../images/common/curve-white.svg);
}
body.home section .section-header {
  margin-bottom: 2vw;
}
body.home section h2 {
  display: inline-flex;
  gap: 1vw;
  align-items: flex-end;
  font-size: clamp(0px, calc(77 / 1600 * 100vw), 77px);
  color: #333F48;
  line-height: 1;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0.35vw;
  background: url(../images/home/md-line-green.svg) repeat-x bottom left;
  padding-bottom: 1.4vw;
  padding-right: 1.2vw;
  background-size: 75%;
}
@media screen and (max-width: 768px) {
  body.home section h2 {
    font-size: clamp(0px, calc(144 / 1600 * 100vw), 144px);
    background-size: 140%;
    padding-bottom: 0.5em;
    margin-bottom: 0.2em;
  }
}
body.home section h2 .icon {
  width: 7vw;
}
@media screen and (max-width: 768px) {
  body.home section h2 .icon {
    width: 14vw;
  }
}
body.home section p {
  color: #333F48;
  font-weight: 600;
  font-size: clamp(0px, calc(19 / 1600 * 100vw), 19px);
}
@media screen and (max-width: 768px) {
  body.home section p {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
  }
}
body.home section .en-title {
  font-family: "Inter", sans-serif;
  margin: 0 0 1.5em;
  font-size: clamp(0px, calc(22 / 1600 * 100vw), 22px);
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.home section .en-title {
    font-size: clamp(0px, calc(56 / 1600 * 100vw), 56px);
  }
}
body.home section.white {
  color: white;
}
body.home section.white h2 {
  background: url(../images/home/md-line-white.svg) repeat-x bottom left;
}
@media screen and (max-width: 768px) {
  body.home section.white h2 {
    background-size: 140%;
  }
}
body.home section.white h2,
body.home section.white .en-title,
body.home section.white p {
  color: white;
}
body.home .home-about {
  position: relative;
  background-color: #E6F6F7;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  body.home .home-about {
    padding: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-about .container > .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-about .container > .row > .col {
    width: 100%;
  }
}
body.home .home-about .container > .row > .col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.home .home-about .btn-list {
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-about .btn-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2vw;
    margin-bottom: 3vw;
  }
}
body.home .home-about .btn-list .col {
  width: calc(50% - 1vw);
}
@media screen and (max-width: 768px) {
  body.home .home-about .btn-list .col {
    width: 100%;
  }
}
body.home .home-about .home-loop-text-wrapper {
  overflow: hidden;
}
body.home .home-about .home-loop-text-wrapper .home-loop-text {
  width: 800vw;
  height: auto;
  overflow: hidden;
}
body.home .home-about .home-loop-text-wrapper .home-loop-text img {
  width: 400vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-business .section-header,
  body.home .home-work .section-header {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-business .row,
  body.home .home-work .row {
    flex-direction: column;
    gap: 5vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-business .row .col,
  body.home .home-work .row .col {
    width: 100%;
  }
}
body.home .home-business .row a,
body.home .home-work .row a {
  position: relative;
  display: flex;
  gap: 5vw;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15vw;
  clip-path: url("#home-square-btn-clip");
  font-size: clamp(0px, calc(46 / 1600 * 100vw), 46px);
  font-weight: 600;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.home .home-business .row a,
  body.home .home-work .row a {
    height: 40vw;
    font-size: clamp(0px, calc(95 / 1600 * 100vw), 95px);
  }
}
body.home .home-business .row a:before,
body.home .home-work .row a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.6s;
}
body.home .home-business .row a:hover:before,
body.home .home-work .row a:hover:before {
  transform: scale(1.05);
}
body.home .home-business .row a span,
body.home .home-work .row a span {
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body.home .home-business .row a span,
  body.home .home-work .row a span {
    gap: 10px;
    font-size: clamp(0px, calc(36 / 1600 * 100vw), 36px);
  }
}
body.home .home-business .row a span:after,
body.home .home-work .row a span:after {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background: url(../images/common/icon-round-btn2.svg) no-repeat center center/contain;
  transition: 0.6s;
}
body.home .home-business .row .col:nth-child(1) a:before,
body.home .home-work .row .col:nth-child(1) a:before {
  background-image: url(../images/home/ph-business1.webp);
}
body.home .home-business .row .col:nth-child(2) a:before,
body.home .home-work .row .col:nth-child(2) a:before {
  background-image: url(../images/home/ph-business2.webp);
}
body.home .home-business {
  position: relative;
  background-color: #00A7AC;
  padding-top: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-business {
    padding-top: 10vw;
  }
}
body.home .home-business .row .col a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: 100%;
  background: url(../images/home/home-square-btn-border.svg) no-repeat top left;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}
body.home .home-work {
  position: relative;
  background-color: white;
}
body.home .home-work .row .col:nth-child(1) a:before {
  background-image: url(../images/home/ph-work1.webp);
}
body.home .home-work .row .col:nth-child(2) a:before {
  background-image: url(../images/home/ph-work2.webp);
}
body.home .home-env {
  background: #00A7AC;
  color: white;
  padding-top: 6vw;
  padding-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  body.home .home-env {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
body.home .home-env a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2vw;
  align-items: center;
  justify-content: center;
  border-radius: 20vw;
  transition: 0.6s;
  font-size: clamp(0px, calc(24 / 1600 * 100vw), 24px);
  font-weight: 600;
  color: #333f48;
  padding: 2vw;
  position: relative;
  white-space: nowrap;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home .home-env a {
    font-size: clamp(0px, calc(60 / 1600 * 100vw), 60px);
    gap: 0 5vw;
    padding: 5vw;
  }
}
body.home .home-env a:hover {
  background-color: #fff;
}
body.home .home-env a:hover span:after {
  transform: translateX(10px);
}
body.home .home-env a span {
  width: 100%;
  display: flex;
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
  align-items: center;
  justify-content: center;
  gap: 1vw;
  order: 3;
}
@media screen and (max-width: 768px) {
  body.home .home-env a span {
    font-size: clamp(0px, calc(36 / 1600 * 100vw), 36px);
    gap: 3vw;
  }
}
body.home .home-env a span:after {
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  background: url(../images/common/icon-round-btn.svg) no-repeat center center/contain;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.home .home-env a span:after {
    width: 7vw;
    height: 7vw;
  }
}
body.home .home-env a:after {
  content: "";
  width: 5vw;
  height: 5vw;
  order: 2;
}
@media screen and (max-width: 768px) {
  body.home .home-env a:after {
    width: 15vw;
    height: 15vw;
  }
}
body.home .home-env .row {
  gap: 3vw;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-env .row {
    flex-direction: column;
    padding: 7vw 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-env .col {
    width: 100%;
  }
}
body.home .home-env .col:nth-child(1) a::after {
  background: url(../images/home/ic-env-bt1.svg) no-repeat center center/contain;
}
body.home .home-env .col:nth-child(2) a::after {
  background: url(../images/home/ic-env-bt2.svg) no-repeat center center/contain;
}
body.home .home-env .home-loop-text-wrapper {
  overflow: hidden;
}
body.home .home-env .home-loop-text-wrapper .home-loop-text {
  padding-top: 5vw;
  width: 520vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .home-env .home-loop-text-wrapper .home-loop-text {
    width: 1200vw;
  }
}
body.home .home-env .home-loop-text-wrapper .home-loop-text img {
  width: 260vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .home-env .home-loop-text-wrapper .home-loop-text img {
    width: 600vw;
  }
}
body.home .home-info {
  background-color: #fff;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info {
    padding: 10vw 0;
  }
}
body.home .home-info .section-header {
  margin-bottom: 4vw;
}
body.home .home-info .section-header h2 {
  background: none;
  font-size: clamp(0px, calc(49 / 1600 * 100vw), 49px);
  margin-bottom: 0;
  padding: 0 0 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info .section-header h2 {
    font-size: clamp(0px, calc(100 / 1600 * 100vw), 100px);
    padding-bottom: 2vw;
  }
}
body.home .home-info .section-header .line {
  width: 2.5vw;
  height: 0.4vw;
  background-color: #333F48;
  position: relative;
  margin-bottom: 0.7vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info .section-header .line {
    width: 6vw;
    height: 1vw;
    margin-bottom: 1.5vw;
  }
}
body.home .home-info .section-header .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #00A7AC;
}
body.home .home-info .row {
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info .row {
    flex-direction: column;
    gap: 10vw;
  }
  body.home .home-info .row .col {
    width: 100%;
  }
}
body.home .home-info .jinji ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.home .home-info .jinji ul li {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info .jinji ul li {
    margin-bottom: 1em;
  }
}
body.home .home-info .jinji ul li .date {
  display: block;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  body.home .home-info .jinji ul li .date {
    font-size: clamp(0px, calc(50 / 1600 * 100vw), 50px);
  }
}
body.home .home-info .jinji ul li p {
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.home .home-info .jinji ul li p {
    font-size: clamp(14px, calc(50 / 1600 * 100vw), 50px);
  }
}
body.home .home-info .jinji ul li p a {
  color: #00A7AC;
  font-weight: 400;
  text-decoration: underline;
}
body.home .home-info .saiyo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10vw;
  border: 1px solid #00A7AC;
  transition: 0.5s;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 500;
  color: #333F48;
  padding: 1.5vw 3vw;
  position: relative;
  white-space: nowrap;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  body.home .home-info .saiyo a {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    padding: 3vw 3vw 3vw 6vw;
    margin-bottom: 2vw;
  }
}
body.home .home-info .saiyo a span {
  font-size: clamp(13px, calc(13 / 1600 * 100vw), 13px);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.home .home-info .saiyo a span {
    font-size: clamp(0px, calc(36 / 1600 * 100vw), 36px);
  }
}
body.home .home-info .saiyo a span:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/common/icon-round-btn.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  body.home .home-info .saiyo a span:after {
    width: 7vw;
    height: 7vw;
  }
}
body.home .home-info .saiyo a:hover {
  background-color: #00A7AC;
  color: white;
}
body.home .home-info .saiyo a:hover span:after {
  background: url(../images/common/icon-round-btn2.svg) no-repeat center center/contain;
}

body.lower .kv {
  background: no-repeat center center/cover;
  text-align: center;
  padding: 7vw 5vw;
}
@media screen and (max-width: 768px) {
  body.lower .kv {
    padding: 10vw 5vw;
  }
}
body.lower .kv h2 {
  color: white;
  font-size: clamp(0px, calc(77 / 1600 * 100vw), 77px);
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.lower .kv h2 {
    font-size: clamp(0px, calc(100 / 1600 * 100vw), 100px);
  }
}
body.lower .breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1vw 5vw;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  body.lower .breadcrumbs {
    padding-top: 0.5em;
    padding-bottom: 0;
    justify-content: flex-start;
  }
}
body.lower .breadcrumbs li {
  font-size: clamp(0px, calc(14 / 1600 * 100vw), 14px);
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.lower .breadcrumbs li {
    font-size: clamp(0px, calc(44 / 1600 * 100vw), 44px);
  }
}
body.lower .breadcrumbs li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-breadcrumbs.svg) no-repeat center center/contain;
}
body.lower .breadcrumbs li:first-child:before {
  display: none;
}
body.lower .breadcrumbs li a {
  color: #00A7AC;
  transition: 0.3s;
}
body.lower .breadcrumbs li a:hover {
  text-decoration: underline;
}
body.lower .lower-content {
  background-color: #f5f5f6;
}
body.lower .lower-content p {
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: justify;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content p {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
  }
}
body.lower .lower-content table th,
body.lower .lower-content table td {
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content table th,
  body.lower .lower-content table td {
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    letter-spacing: 0;
  }
}
body.lower .lower-content table td {
  text-align: justify;
  line-height: 2;
}
body.lower .lower-content table td ul {
  margin: 0;
}
body.lower .lower-content table.table-style1 {
  border-collapse: collapse;
  width: 100%;
}
body.lower .lower-content table.table-style1 th,
body.lower .lower-content table.table-style1 td {
  padding: 1em 2em;
  border: 1px solid #cccccc;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content table.table-style1 th,
  body.lower .lower-content table.table-style1 td {
    padding: 1em 1.5em;
    display: block;
  }
}
body.lower .lower-content table.table-style1 th {
  background-color: #eaf8f8;
  padding: 1em;
  white-space: nowrap;
  min-width: 15em;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content table.table-style1 th {
    padding: 1em 1em;
    min-width: 0;
  }
}
body.lower .lower-content table.table-style1 td {
  background-color: #fff;
  width: 100%;
}
body.lower .lower-content table.table-style1 td ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
body.lower .lower-content table.table-style1 td a {
  color: #00A7AC;
  text-decoration: underline;
}
body.lower .lower-content table.table-style1 td a:hover {
  text-decoration: none;
}
body.lower .lower-content table.table-style1.vcentered th,
body.lower .lower-content table.table-style1.vcentered td {
  vertical-align: middle;
}
body.lower .lower-content section {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content section {
    padding: 10vw 0 10vw;
  }
}
body.lower .lower-content section .section-header {
  margin-bottom: 4vw;
}
body.lower .lower-content section .section-header h2 {
  background: none;
  font-size: clamp(0px, calc(77 / 1600 * 100vw), 77px);
  margin: 0;
  padding: 0 0 1vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content section .section-header h2 {
    font-size: clamp(0px, calc(160 / 1600 * 100vw), 160px);
    padding-bottom: 2vw;
  }
}
body.lower .lower-content section .section-header h3 {
  background: none;
  font-size: clamp(0px, calc(49 / 1600 * 100vw), 49px);
  margin: 0;
  padding: 0 0 1vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content section .section-header h3 {
    font-size: clamp(0px, calc(100 / 1600 * 100vw), 100px);
    padding-bottom: 2vw;
  }
}
body.lower .lower-content section .section-header p {
  color: #333F48;
  font-weight: 600;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  body.lower .lower-content section .section-header p {
    font-size: clamp(0px, calc(56 / 1600 * 100vw), 56px);
  }
}
body.lower .lower-content section .section-header .line {
  width: 3.5vw;
  height: 0.4vw;
  background-color: #333F48;
  position: relative;
  margin-bottom: 0.7vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content section .section-header .line {
    width: 8vw;
    height: 1vw;
    margin-bottom: 1.5vw;
  }
}
body.lower .lower-content section .section-header .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #00A7AC;
}
body.lower .lower-content section#introduction {
  max-width: 1400px;
  margin: auto;
  padding-top: 5vw;
  padding-bottom: 0;
}
body.lower .lower-content section.profile-recruit {
  background-color: #fff;
  padding-top: 5vw;
}
body.lower .lower-content section.profile-recruit .section-header .line {
  margin-bottom: 5vw;
}
body.lower .lower-content section.profile-recruit .group-nav {
  padding-bottom: 0;
}
body.lower .lower-content .group-nav {
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .group-nav {
    flex-direction: column;
    padding-bottom: 15vw;
  }
  body.lower .lower-content .group-nav .col {
    width: 100%;
  }
}
body.lower .lower-content .loop-photo-wrapper {
  overflow: hidden;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .loop-photo-wrapper {
    margin-bottom: 10vw;
  }
}
body.lower .lower-content .loop-photo-wrapper .loop-photo {
  width: 500vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .loop-photo-wrapper .loop-photo {
    width: 1200vw;
  }
}
body.lower .lower-content .loop-photo-wrapper .loop-photo img {
  width: 250vw;
  height: auto;
  display: inline-block;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .loop-photo-wrapper .loop-photo img {
    width: 600vw;
  }
}
body.lower .lower-content .timeline-blocks {
  --active-border-width: 5px;
  --active-border-offset: 2px;
  --box-padding: 3vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks {
    --active-border-width: 3px;
    --active-border-offset: 1px;
    --box-padding: 20px;
  }
}
body.lower .lower-content .timeline-blocks .timeline-wrapper {
  --after-height: 0px;
  position: relative;
  padding-left: var(--box-padding);
}
body.lower .lower-content .timeline-blocks .timeline-wrapper:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #00A7AC;
  position: absolute;
  top: 0;
  left: 0;
}
body.lower .lower-content .timeline-blocks .timeline-wrapper:after {
  content: "";
  height: var(--after-height);
  width: var(--active-border-width);
  background-color: #00A7AC;
  position: absolute;
  top: 0;
  left: calc(var(--active-border-offset) * -1);
}
body.lower .lower-content .timeline-blocks .timeline-box {
  padding: var(--box-padding);
  background-color: #fff;
  border-radius: 1vw 8vw 1vw 8vw;
  margin-bottom: var(--box-padding);
}
body.lower .lower-content .timeline-blocks .timeline-box p {
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box p {
    font-size: clamp(0px, calc(50 / 1600 * 100vw), 50px);
    line-height: 1.8;
    letter-spacing: 0;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box ul.checklist {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1em;
}
body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li {
  padding-left: 2em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li {
    padding-left: 1.5em;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/icon-timeline-checklist.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li:before {
    width: 1em;
    height: 1em;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li h4 {
  font-weight: 700;
  font-size: clamp(0px, calc(21 / 1600 * 100vw), 21px);
  margin: 0 0 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li h4 {
    font-size: clamp(0px, calc(56 / 1600 * 100vw), 56px);
    margin-bottom: 0.5em;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .row .col {
    width: auto;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .description img {
  border-radius: 1vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .description img {
    border-radius: 10px;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices {
  margin-top: 2vw;
  border-top: 1px solid #00A7AC;
  border-bottom: 1px solid #00A7AC;
  padding: 0 2vw 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices {
    padding: 0 20px 20px;
    margin-top: 20px;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices:after {
  content: "";
  background-color: #f7fcfc;
  width: 100%;
  height: calc(100% - 2vw);
  display: block;
  position: absolute;
  top: 1vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices:after {
    height: 90%;
    top: 5%;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .row {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices .row {
    flex-direction: column;
  }
  body.lower .lower-content .timeline-blocks .timeline-box .voices .row .col {
    width: 100%;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices h4 {
  border-top: 6px solid #00A7AC;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices h4 {
    font-size: clamp(0px, calc(56 / 1600 * 100vw), 56px);
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block {
  display: flex;
  gap: 2vw;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block {
    gap: 15px;
    padding-bottom: 10px;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .face {
  width: 5vw;
  min-width: 5vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .face {
    width: 50px;
    min-width: 50px;
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .texts {
  flex: 1;
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .texts h5 {
  font-weight: 700;
  color: #00A7AC;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  margin: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .texts h5 {
    font-size: clamp(0px, calc(50 / 1600 * 100vw), 50px);
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .texts p {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices .voice-block .texts p {
    font-size: clamp(0px, calc(44 / 1600 * 100vw), 44px);
  }
}
body.lower .lower-content .timeline-blocks .timeline-box .voices + .description {
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks .timeline-box .voices + .description {
    margin-top: 20px;
  }
}
body.lower .lower-content .timeline-blocks h3 {
  border: 1px solid #00A7AC;
  border-radius: 100px;
  padding: 0.5em 1em;
  font-size: clamp(0px, calc(42 / 1600 * 100vw), 42px);
  font-weight: 700;
  display: flex;
  gap: 0.5vw;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  body.lower .lower-content .timeline-blocks h3 {
    font-size: clamp(0px, calc(80 / 1600 * 100vw), 80px);
  }
}
body.lower .lower-content .timeline-blocks h3:before {
  content: "";
  width: calc(var(--box-padding) * 2);
  height: 1px;
  background-color: #00A7AC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
}
body.lower .lower-content .timeline-blocks h3:after {
  content: "";
  width: calc(var(--box-padding) * 2);
  height: var(--active-border-width);
  background-color: #00A7AC;
  position: absolute;
  top: calc(50% - var(--active-border-offset));
  left: 0;
  transform: translateX(-100%) scaleX(0);
  transform-origin: left top;
  transition: 0.5s;
}
body.lower .lower-content .timeline-blocks h3.is-active {
  border-width: var(--active-border-width);
}
body.lower .lower-content .timeline-blocks h3.is-active:before {
  transform: translateX(calc(-100% - var(--active-border-width)));
}
body.lower .lower-content .timeline-blocks h3.is-active:after {
  transform: translateX(calc(-100% - var(--active-border-width))) scaleX(1);
}
body.lower .lower-content .timeline-blocks h3 span {
  width: 2em;
  height: 1.5em;
  display: block;
  background: no-repeat center center/contain;
}

body.profile .kv {
  background-image: url(../images/profile/kv.webp);
}
body.profile .profile-description {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  body.profile .profile-description {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  body.profile .profile-description .row {
    flex-direction: column;
  }
}
body.profile .profile-description .row .col:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body.profile .profile-description .row .col:nth-child(1) {
    width: 100%;
  }
}
body.profile .profile-description .row .col:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  body.profile .profile-description .row .col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.profile .lower-content table.table-style1 th,
  body.profile .lower-content table.table-style1 td {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  body.profile .lower-content table.table-style1 th {
    text-align: left;
    font-size: clamp(15px, calc(56 / 1600 * 100vw), 56px);
    color: #00A7AC;
    font-weight: 700;
    padding-top: 3vw;
    padding-bottom: 0vw;
  }
  body.profile .lower-content table.table-style1 td {
    padding-bottom: 3vw;
    border-bottom: 1px solid #ccc;
  }
}
body.profile .profile-download {
  padding-top: 8vw;
}
body.profile .profile-download a {
  max-width: 550px;
  margin: auto;
}

body.management .kv {
  background-image: url(../images/management/kv.webp);
}
body.management .lower-content #timeline {
  padding-top: 3vw;
}
body.management .lower-content #management-event1 h3 span {
  background-image: url(../images/management/icon1.svg);
}
body.management .lower-content #management-event2 h3 span {
  background-image: url(../images/management/icon2.svg);
}
body.management .lower-content #management-event3 h3 span {
  background-image: url(../images/management/icon3.svg);
}
body.management .lower-content #management-event4 h3 span {
  background-image: url(../images/management/icon4.svg);
}
body.management .lower-content #management-event5 h3 span {
  background-image: url(../images/management/icon5.svg);
}
body.management .lower-content #management-event6 h3 span {
  background-image: url(../images/management/icon6.svg);
}
body.management .lower-content #management-event7 h3 span {
  background-image: url(../images/management/icon7.svg);
}
body.management .lower-content #management-event8 h3 span {
  background-image: url(../images/management/icon8.svg);
}

body.benefits .kv {
  background-image: url(../images/benefits/kv.webp);
}
body.benefits .lower-content .inner-nav {
  padding: 3vw 0 0;
  flex-wrap: wrap;
  margin-right: -2vw;
  gap: 1.5vw 2vw;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content .inner-nav {
    gap: 10px;
  }
}
body.benefits .lower-content .inner-nav .col {
  width: calc(33% - 2vw);
}
body.benefits .lower-content .inner-nav .col a.round-btn-inner-contents {
  gap: 1vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content .inner-nav .col a.round-btn-inner-contents {
    padding: 10px 20px;
  }
}
body.benefits .lower-content .inner-nav .col span {
  width: 3em;
  height: 3em;
  min-width: 3em;
  display: inline-block;
  background: no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content .inner-nav .col span {
    width: 3.5em;
    height: 3.5em;
  }
}
body.benefits .lower-content .inner-nav .col:nth-child(1) span.icon {
  background-image: url(../images/benefits/icon1.svg);
}
body.benefits .lower-content .inner-nav .col:nth-child(2) span.icon {
  background-image: url(../images/benefits/icon2.svg);
}
body.benefits .lower-content .inner-nav .col:nth-child(3) span.icon {
  background-image: url(../images/benefits/icon3.svg);
}
body.benefits .lower-content .inner-nav .col:nth-child(4) span.icon {
  background-image: url(../images/benefits/icon4.svg);
}
body.benefits .lower-content .inner-nav .col:nth-child(5) span.icon {
  background-image: url(../images/benefits/icon5.svg);
}
body.benefits .lower-content .inner-nav .col:nth-child(6) span.icon {
  background-image: url(../images/benefits/icon6.svg);
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content .inner-nav {
    flex-direction: column;
    padding-bottom: 15vw;
  }
  body.benefits .lower-content .inner-nav .col {
    width: 100%;
  }
}
body.benefits .lower-content #timeline {
  padding-top: 3vw;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .examples {
    padding: 1em 0;
    margin-left: -1.5em;
  }
}
body.benefits .lower-content #timeline .examples .col {
  width: 33%;
  background-color: #f7fcfc;
  border-radius: 200px;
  position: relative;
  padding: 1vw 1vw 1vw 8.5vw;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .examples .col {
    width: 100%;
    padding: 10px 10px 10px 85px;
  }
}
body.benefits .lower-content #timeline .examples .col .image {
  position: absolute;
  left: 1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  min-width: 30%;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .examples .col .image {
    width: 70px;
    min-width: 70px;
  }
}
body.benefits .lower-content #timeline .examples .col h5 {
  font-weight: 700;
  color: #00A7AC;
  font-size: clamp(0px, calc(18 / 1600 * 100vw), 18px);
  margin: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .examples .col h5 {
    font-size: clamp(0px, calc(45 / 1600 * 100vw), 45px);
  }
}
body.benefits .lower-content #timeline .examples .col p {
  font-size: clamp(0px, calc(16 / 1600 * 100vw), 16px);
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .examples .col p {
    font-size: clamp(0px, calc(40 / 1600 * 100vw), 40px);
  }
}
@media screen and (max-width: 768px) {
  body.benefits .lower-content #timeline .sankyu-timeline {
    overflow-x: scroll;
  }
  body.benefits .lower-content #timeline .sankyu-timeline img {
    width: 750px;
    max-width: none;
    height: auto;
  }
}
body.benefits .lower-content #benefits-event1 h3 span {
  background-image: url(../images/benefits/icon1.svg);
}
body.benefits .lower-content #benefits-event2 h3 span {
  background-image: url(../images/benefits/icon2.svg);
}
body.benefits .lower-content #benefits-event3 h3 span {
  background-image: url(../images/benefits/icon3.svg);
}
body.benefits .lower-content #benefits-event4 h3 span {
  background-image: url(../images/benefits/icon4.svg);
}
body.benefits .lower-content #benefits-event5 h3 span {
  background-image: url(../images/benefits/icon5.svg);
}
body.benefits .lower-content #benefits-event6 h3 span {
  background-image: url(../images/benefits/icon6.svg);
}
body.benefits .lower-content #benefits-event7 h3 span {
  background-image: url(../images/benefits/icon7.svg);
}
body.benefits .lower-content #benefits-event8 h3 span {
  background-image: url(../images/benefits/icon8.svg);
}

body.new-graduate .kv {
  background-image: url(../images/new-graduate/kv.webp);
}
body.new-graduate .new-graduate-description {
  position: relative;
}
body.new-graduate .new-graduate-description h3 {
  color: #00A7AC;
  font-weight: 700;
  font-size: clamp(0px, calc(77 / 1600 * 100vw), 77px);
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  body.new-graduate .new-graduate-description h3 {
    font-size: clamp(0px, calc(140 / 1600 * 100vw), 140px);
  }
}
body.new-graduate .new-graduate-description h4 {
  font-weight: 700;
  font-size: clamp(0px, calc(40 / 1600 * 100vw), 40px);
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body.new-graduate .new-graduate-description h4 {
    font-size: clamp(0px, calc(80 / 1600 * 100vw), 80px);
  }
}
body.new-graduate .new-graduate-description p {
  margin-bottom: 2em;
}
body.new-graduate .ph1 {
  width: 30vw;
  max-width: 600px;
  padding-left: 3vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  body.new-graduate .ph1 {
    padding-left: 0;
    margin: 0 auto 30px;
    width: auto;
    display: none;
  }
}
body.new-graduate .ph2 {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 48%;
}
@media screen and (max-width: 1600px) {
  body.new-graduate .ph2 {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  body.new-graduate .ph2 {
    display: none;
  }
}
body.new-graduate .sp-ph {
  margin-bottom: 5vw;
}
body.new-graduate .sp-ph3 {
  width: 70%;
}
body.new-graduate .lower-content .group-nav {
  padding: 0;
}
body.new-graduate section h3 {
  font-size: clamp(0px, calc(35 / 1600 * 100vw), 35px);
  margin-top: 3vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.new-graduate section h3 {
    font-size: clamp(0px, calc(70 / 1600 * 100vw), 70px);
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
body.new-graduate section h3 span.right-note {
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(0px, calc(21 / 1600 * 100vw), 21px);
}
@media screen and (max-width: 768px) {
  body.new-graduate section h3 span.right-note {
    font-size: clamp(0px, calc(40 / 1600 * 100vw), 40px);
  }
}
body.new-graduate .lower-content .new-graduate-guidelines {
  padding-bottom: 15vw;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-guidelines h3 span.right-note {
    position: relative;
    right: auto;
    font-size: clamp(0px, calc(50 / 1600 * 100vw), 50px);
  }
  body.new-graduate .lower-content .new-graduate-guidelines table.table-style1 th,
  body.new-graduate .lower-content .new-graduate-guidelines table.table-style1 td {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  body.new-graduate .lower-content .new-graduate-guidelines table.table-style1 th {
    text-align: left;
    font-size: clamp(0px, calc(70 / 1600 * 100vw), 70px);
    color: #00A7AC;
    font-weight: 700;
    padding-top: 3vw;
    padding-bottom: 0vw;
  }
  body.new-graduate .lower-content .new-graduate-guidelines table.table-style1 td {
    padding-bottom: 3vw;
    border-bottom: 1px solid #ccc;
  }
}
body.new-graduate .lower-content .new-graduate-personality {
  background-color: #fff;
}
body.new-graduate .lower-content .new-graduate-personality h4 {
  border: 1px solid #00A7AC;
  border-radius: 100px;
  padding: 0.5em 1em;
  font-size: clamp(0px, calc(36 / 1600 * 100vw), 36px);
  font-weight: 700;
  display: flex;
  gap: 0.5vw;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-personality h4 {
    font-size: clamp(0px, calc(80 / 1600 * 100vw), 80px);
  }
}
body.new-graduate .lower-content .new-graduate-personality h4 span {
  width: 2em;
  height: 2em;
  display: block;
  background: no-repeat center center/contain;
}
body.new-graduate .lower-content .new-graduate-personality h4 span.icon1 {
  background-image: url(../images/new-graduate/icon-acc1.svg);
}
body.new-graduate .lower-content .new-graduate-personality h4 span.icon2 {
  background-image: url(../images/new-graduate/icon-acc2.svg);
}
body.new-graduate .lower-content .new-graduate-personality h4 span.icon3 {
  background-image: url(../images/new-graduate/icon-acc3.svg);
}
body.new-graduate .lower-content .new-graduate-flow {
  background-color: #eaf8f8;
}
body.new-graduate .lower-content .new-graduate-flow .flow-list {
  max-width: 1300px;
  margin: 3vw auto;
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl {
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2vw;
  padding: 2vw;
  gap: 0;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-flow .flow-list dl {
    flex-direction: column;
  }
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl dt {
  width: 40%;
  border-right: 1px solid #ccc;
  font-size: clamp(0px, calc(30 / 1600 * 100vw), 30px);
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-flow .flow-list dl dt {
    width: auto;
    font-size: clamp(0px, calc(70 / 1600 * 100vw), 70px);
    border-right: none;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
  }
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl dt span {
  font-size: 1.4em;
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl dd {
  width: 60%;
  font-size: clamp(0px, calc(20 / 1600 * 100vw), 20px);
  line-height: 1.7;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-flow .flow-list dl dd {
    font-size: clamp(15px, calc(50 / 1600 * 100vw), 50px);
    width: auto;
    margin: 0;
    padding: 1em;
    white-space: normal;
  }
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl dd a {
  color: #00A7AC;
  text-decoration: underline;
}
body.new-graduate .lower-content .new-graduate-flow .flow-list dl dd a:hover {
  text-decoration: none;
}
body.new-graduate .lower-content .new-graduate-flow .flow-list .arrow {
  width: 3vw;
  height: 3vw;
  margin: 1.5vw auto;
  background: url(../images/new-graduate/flow-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-flow .flow-list .arrow {
    width: 30px;
    height: 30px;
  }
}
body.new-graduate .lower-content .new-graduate-flow .flow-list .goal {
  background: #00A7AC;
  color: white;
  border-radius: 2vw;
  padding: 1.4em;
  text-align: center;
  font-size: clamp(0px, calc(40 / 1600 * 100vw), 40px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-flow .flow-list .goal {
    font-size: clamp(0px, calc(80 / 1600 * 100vw), 80px);
    padding: 1em;
    margin-top: 1em;
  }
}
body.new-graduate .lower-content section .section-header .line {
  margin-bottom: 3vw;
}
body.new-graduate .lower-content .new-graduate-entry {
  background-color: #fff;
}
body.new-graduate .lower-content .new-graduate-entry .row {
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-entry .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-entry .row .col {
    width: auto;
  }
}
body.new-graduate .lower-content .new-graduate-entry .row .col a {
  padding: 2vw;
  font-size: clamp(0px, calc(28 / 1600 * 100vw), 28px);
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-entry .row .col a {
    padding: 1em;
    font-size: clamp(0px, calc(60 / 1600 * 100vw), 60px);
  }
}
body.new-graduate .lower-content .new-graduate-entry .row .col a:after {
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.new-graduate .lower-content .new-graduate-entry .row .col a:after {
    right: 1em;
  }
}

body.truth section {
  padding: 4vw 0;
}
body.truth .kv_area {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
}
body.truth .kv_area img {
  width: 100%;
  height: auto;
}
body.truth .truth-articles {
  margin-top: -5vw;
  position: relative;
  z-index: 2;
  padding-bottom: 8vw;
}
body.truth .truth-articles .container {
  max-width: 1485px;
}
body.truth .truth-articles .container article {
  margin-bottom: 3vw;
}
body.truth .truth-other {
  background-color: #00a7ac;
  text-align: center;
}
body.truth .truth-other h2 {
  width: calc(539 / 1400 * 100vw);
  margin: 0 auto 2vw;
}
body.truth .truth-other p {
  width: calc(735 / 1400 * 100vw);
  margin: 0 auto 4vw;
}
body.truth .truth-other .row {
  gap: 5vw;
}
body.truth .truth-know {
  text-align: center;
  overflow: hidden;
  padding-top: 8vw;
  padding-bottom: 0;
}
body.truth .truth-know .container {
  max-width: 1485px;
}
body.truth .truth-know h2 {
  width: calc(239 / 1400 * 100vw);
  margin: 0 auto 2vw;
}
body.truth .truth-know p {
  width: calc(678 / 1400 * 100vw);
  margin: 0 auto 4vw;
}
body.truth .truth-know .row {
  gap: 5vw;
}
body.truth .truth-know .row .col:nth-child(1) {
  width: 35%;
  min-width: 35%;
}
body.truth .truth-know .row .col:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10vw;
  border: 1px solid #00a7ac;
  transition: 0.5s;
  font-size: clamp(0px, calc(22 / 1600 * 100vw), 22px);
  font-weight: 500;
  color: #00a7ac;
  padding: 1.5vw 3vw;
  position: relative;
  white-space: nowrap;
  margin-bottom: 2vw;
}
body.truth .truth-know .row .col:nth-child(1) a:hover {
  background-color: #00a7ac;
  color: white;
}
body.truth .truth-know .row .col:nth-child(1) a:hover:after {
  background: url(../images/viewmore3.svg) no-repeat center center/contain;
}
body.truth .truth-know .row .col:nth-child(1) a:after {
  content: "";
  width: 7.5vw;
  height: 1.5vw;
  background: url(../images/viewmore2.svg) no-repeat center center/contain;
}
body.truth .truth-know .row .col:nth-child(2) {
  margin-right: -217.5px;
  flex-grow: 1;
  line-height: 0;
}
@media screen and (max-width: 1485px) {
  body.truth .truth-know .row .col:nth-child(2) {
    margin-right: -50px;
  }
}
body.truth .truth-know .row .col:nth-child(2) img {
  width: 100%;
  height: auto;
  max-width: none;
}

body.map .truth-map {
  text-align: center;
  overflow: hidden;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
body.map .truth-map .container {
  max-width: 972px;
}
body.map .truth-map h2 {
  width: calc(476 / 1400 * 100vw);
  margin: 0 auto 2vw;
}
body.map .truth-map p {
  width: calc(632 / 1400 * 100vw);
  margin: 0 auto 4vw;
}
body.map .truth-map .row {
  gap: 2px;
}
body.map .truth-map .row .col.control {
  width: 32%;
  min-width: 32%;
}
body.map .truth-map .row .col.control ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.map .truth-map .row .col.control ul li:not(:last-child) {
  margin-bottom: 2px;
}
body.map .truth-map .row .col.control ul li a {
  display: block;
  line-height: 0;
  border: 1px solid #92a0aa;
}
body.map .truth-map .row .col.control ul li a:hover {
  border: 2px solid #00aadf;
}
body.map .truth-map .row .col.display {
  flex-grow: 1;
  line-height: 0;
  border: 1px solid #92a0aa;
  overflow: hidden;
}
body.map .truth-map .row .col.display .map-pane {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
}
body.map .truth-map .row .col.display .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 2;
}
body.map .truth-map .row .col.display .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.map .truth-map .row .col.display .ov-low {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 3;
}
body.map .truth-map .row .col.display .mapall-ov-bt {
  fill: transparent;
}
body.map .truth-map .spotlist {
  padding-top: 2vw;
  display: none;
}
body.map .truth-map .spotlist table {
  width: 100%;
}
body.map .truth-map .spotlist table th {
  background-color: #009cff;
  color: white;
  text-align: center;
  font-weight: 400;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: clamp(0px, calc(15 / 1600 * 100vw), 15px);
}
body.map .truth-map .spotlist table td {
  padding: 5px 10px;
  font-size: clamp(0px, calc(15 / 1600 * 100vw), 15px);
  text-align: left;
}
body.map .truth-map .spotlist table td:nth-child(1), body.map .truth-map .spotlist table td:nth-child(2) {
  text-align: center;
}
body.map .truth-map .spotlist table td:not(:first-child) {
  border-left: 1px solid #ccc;
}
body.map .truth-map .bt {
  padding-top: 3vw;
  text-align: center;
}
body.map .truth-map .bt img {
  width: calc(458 / 1400 * 100vw);
}/*# sourceMappingURL=disp.css.map */



/*==============================================
COMMON
==============================================*/
/* header */
@media screen and (max-width: 768px) {
   .header .global-nav-sp .bottom-nav{
      margin-top: 30px;
   }
}
/* footer */
.footer .footer__title{
   color: #ffffff;
}

/* 下層 */
body.lower .kv h2{
   text-stroke: 1px #0c6669;
   -webkit-text-stroke: 1px #0c6669;
   paint-order: stroke;
}
body.lower .lower-content .row{
   gap: 2.5vw;
}

/* 共通パーツ */
a.round-btn-with-text{
   padding: 1.5vw 2vw 1.5vw 2.5vw;
}
@media screen and (max-width: 768px) {
   a.round-btn-with-text{
      padding: 3.5vw 3vw 3.5vw 5vw;
      margin-bottom: 1vw;
   }
}




/*==============================================
TOP
==============================================*/
/* slider */

body.home .fv .kv_area .kv_in .kv .ph.ph1 {
  background-image: url(../images/home/mv1.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph1 {
    background-image: url(../images/home/mv1sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph2 {
  background-image: url(../images/home/mv2.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph2 {
    background-image: url(../images/home/mv2sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph3 {
  background-image: url(../images/home/mv3.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph3 {
    background-image: url(../images/home/mv3sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph4 {
  background-image: url(../images/home/mv4.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph4 {
    background-image: url(../images/home/mv4sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph5 {
  background-image: url(../images/home/mv5.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph5 {
    background-image: url(../images/home/mv5sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph6 {
  background-image: url(../images/home/mv6.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph6 {
    background-image: url(../images/home/mv6sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph7 {
  background-image: url(../images/home/mv7.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph7 {
    background-image: url(../images/home/mv7sp.jpg);
  }
}
body.home .fv .kv_area .kv_in .kv .ph.ph8 {
  background-image: url(../images/home/mv8.jpg);
}
@media screen and (max-width: 768px) {
  body.home .fv .kv_area .kv_in .kv .ph.ph8 {
    background-image: url(../images/home/mv8sp.jpg);
  }
}

/* Information */

body.home .fv .news .news-block ul li{
   margin-bottom: 1em;
}

@media screen and (max-width: 768px) {

   body.home .fv .news .news-block ul li{
      margin-bottom: 25px;
   }

}


/*==============================================
私たちについて
==============================================*/
/* トップメッセージ */
body.message .kv {
    background-image: url(../images/message/kv.webp);
}
body.message .message-description .row .col:nth-child(1){
   width: 58%;
   min-width: 58%;
}
body.message .message-description .row .col:nth-child(2){
   width: 42%
}
body.message .message-description .row .col:nth-child(1) p{
   font-weight: 500;
   margin-bottom: 40px;
   line-height: 2.2;
}
body.message .message-description .row .col:nth-child(2) .message-ph{
   margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
   body.message .message-description .row .col:nth-child(2) .message-signature p.pos{
      font-size: clamp(13px, calc(45 / 1600 * 100vw), 45px);
   }
   body.message .message-description .row .col:nth-child(1){
      width: 100%;
      min-width: 100%;
   }
   body.message .message-description .row .col:nth-child(2){
      width: 75%;
      margin: 0 auto 20px auto;
   }
   body.message .message-description .row .col:nth-child(2) .message-ph{
      margin-bottom: 2vw;
   }   
   
}


/*==============================================
人と仕事を知る
==============================================*/
/* timeline */

body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li{
   margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
   body.lower .lower-content .timeline-blocks .timeline-box ul.checklist li{
      margin-bottom: 1.5em;
   }
}

@media screen and (max-width: 768px) {
   body.lower .lower-content .timeline-blocks .timeline-box ul.checklist{
      padding: 0;
   }
}


