@charset "UTF-8";
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  animation: fadeIn 0.5s ease-out forwards;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 3.488vw, 15px);
  color: #1e283c;
  opacity: 1;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: clamp(16px, 1.18vw, 17px);
  }
}
body.is-lower .c-hamburger {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
@media screen and (min-width: 1024px) {
  body.is-lower .c-hamburger {
    display: none !important;
  }
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.88;
}
p {
  /* & + p {
    margin-top: 1em;
  } */
}

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

a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li::marker,
ol li::marker,
dl li::marker {
  display: none;
}
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

/* div {
  & + p {
    margin-top: 1em;
  }
}
 */
@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
  z-index: 100;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  transition: transform 0.4s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.l-header:root:has(body.is-lower) .l-header {
  position: fixed;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 600px) {
  .l-header__inner {
    padding: 25px 40px 5px;
  }
}
.l-header {
  /*  &.is-fixed {
    .l-header__logo {
      opacity: 0;
      visibility: hidden;
      @include min-screen($breakpoint-pc) {
        opacity: 1;
        visibility: visible;
      }
    }
  } */
}
.l-header__logo {
  margin: 24px 0 0 4px;
  width: 180px;
  height: 40px;
}
@media print, screen and (min-width: 600px) {
  .l-header__logo {
    margin: 0;
  }
}
.l-header__logo-img {
  background: url(../../assets/images/common/logo-wh.svg) 0 0 no-repeat;
  background-size: contain;
  width: 180px;
  height: 40px;
}
@media print, screen and (min-width: 1024px) {
  .l-header {
    height: 140px;
  }
  .l-header__inner {
    padding: 60px 50px 30px;
  }
  .l-header__logo {
    width: 237px;
    height: 50px;
    padding-left: 10px;
  }
}
:root:has(body.is-scrolled) .l-header.is-fixed, :root:has(body.is-lower) .l-header {
  position: fixed;
}
:root:has(body.is-scrolled) .l-header.is-fixed .l-header__logo, :root:has(body.is-lower) .l-header .l-header__logo {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  :root:has(body.is-scrolled) .l-header.is-fixed, :root:has(body.is-lower) .l-header {
    top: 0;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .l-header__inner, :root:has(body.is-lower) .l-header .l-header__inner {
    padding: 10px 50px;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .l-header__logo, :root:has(body.is-lower) .l-header .l-header__logo {
    width: 190px;
    display: block;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .l-header__logo-img, :root:has(body.is-lower) .l-header .l-header__logo-img {
    background: url(../../assets/images/common/logo-color.svg) 0 0 no-repeat;
    background-size: contain;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__link,
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__contact, :root:has(body.is-lower) .l-header .c-gnav__link,
  :root:has(body.is-lower) .l-header .c-gnav__contact {
    color: #1e283c;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__link::after,
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__contact::after, :root:has(body.is-lower) .l-header .c-gnav__link::after,
  :root:has(body.is-lower) .l-header .c-gnav__contact::after {
    background-color: #1e283c;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__contact, :root:has(body.is-lower) .l-header .c-gnav__contact {
    border-color: #15a5bf;
    background-color: #15a5bf;
    color: #fff;
  }
  :root:has(body.is-scrolled) .l-header.is-fixed .c-gnav__contact:hover, :root:has(body.is-lower) .l-header .c-gnav__contact:hover {
    background-color: #fff;
    color: #15a5bf;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header.is-fixed {
    transform: translateY(-100%);
  }
  :root:has(body.is-scrolled) .l-header.is-fixed {
    transform: translateY(0);
  }
  :root:has(body.is-lower) .l-header {
    position: fixed;
    transform: translateY(0);
  }
}

@media print, screen and (min-width: 1024px) {
  body.is-loaded .l-header__logo {
    opacity: 1;
    visibility: visible;
  }
}

.l-footer {
  padding: 60px 20px 30px;
}
@media print, screen and (min-width: 600px) {
  .l-footer {
    padding: 80px 30px 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    padding: 120px 50px 60px;
  }
}

.l-footer__inner {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-footer__info {
    width: 50%;
  }
}
@media print, screen and (min-width: 1440px) {
  .l-footer__info {
    width: 46%;
  }
}

.l-footer__logo {
  width: 60%;
  max-width: 270px;
}
@media print, screen and (min-width: 600px) {
  .l-footer__logo {
    width: 50%;
    max-width: 322px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 100%;
  }
}

.l-footer__name {
  font-weight: 700;
  font-family: "Sarabun", sans-serif;
  margin-top: 1.5em;
  font-size: clamp(14px, 3.72vw, 16px);
}
@media print, screen and (min-width: 600px) {
  .l-footer__name {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__name {
    font-size: clamp(16px, 1.07vw, 18px);
    margin-top: 39px;
  }
}

.l-footer__location {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media print, screen and (min-width: 600px) {
  .l-footer__location {
    margin-top: 42px;
  }
}

.l-footer__company {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .l-footer__company {
    width: 50%;
  }
}
.l-footer__company:nth-of-type(1) {
  border-bottom: 1px solid #dbe6f3;
  padding-bottom: 1.5em;
}
@media print, screen and (min-width: 600px) {
  .l-footer__company:nth-of-type(1) {
    border-bottom: none;
    border-right: 1px solid #dbe6f3;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__company:nth-of-type(1) {
    padding-right: 32px;
    padding-bottom: 0;
  }
}
.l-footer__company:nth-of-type(2) {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 600px) {
  .l-footer__company:nth-of-type(2) {
    padding-left: 2em;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__company:nth-of-type(2) {
    padding-left: 32px;
  }
}

.l-footer__company-address {
  margin-top: 5px;
  line-height: 1.6;
  font-size: clamp(13px, 3.25vw, 14px);
}
@media print, screen and (min-width: 600px) {
  .l-footer__company-address {
    line-height: 1.733;
    font-size: clamp(12px, 1.46vw, 15px);
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__company-address {
    font-size: clamp(13px, 0.781vw, 15px);
  }
}

.l-footer__nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__nav {
    display: block;
    width: 50%;
    padding-left: clamp(10%, 12.5vw, 16.22%);
    position: relative;
  }
}
@media print, screen and (min-width: 1440px) {
  .l-footer__nav {
    width: 54%;
  }
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(20px, 2.38vw, 40px);
}

.l-footer__link {
  display: block;
  font-family: "Sarabun", sans-serif;
}
.l-footer__link span {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.l-footer__link:hover span {
  color: #15a5bf;
  transition: all 0.3s ease;
}

.l-footer__en {
  font-weight: 600;
  width: 100%;
  font-size: clamp(20px, 1.66vw, 24px);
}

.l-footer__ja {
  width: 100%;
  color: #888888;
  font-size: 12px;
  line-height: 1;
}

.l-footer__item {
  width: 50%;
}
@media print, screen and (min-width: 1440px) {
  .l-footer__item {
    width: 26.7%;
  }
}

.l-footer__utility {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__utility {
    left: auto;
    right: 0;
    font-size: 13px;
  }
}
.l-footer__utility:hover {
  color: #15a5bf;
}

.l-footer__copyright {
  margin-top: 50px;
  font-size: 11px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__copyright {
    margin-top: 9.375vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .l-footer__copyright {
    margin-top: 180px;
  }
}

.l-inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 600px) {
  .l-inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-inner {
    padding: 0 50px;
  }
}
.l-inner--narrow {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 600px) {
  .l-inner--narrow {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-inner--narrow {
    padding: 0 50px;
  }
}

.p-hero__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: circle(0% at center);
  transition: clip-path 2.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__video-wrapper.is-reveal {
  clip-path: circle(150% at center);
}
.p-hero__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-hero {
    height: 100%;
    min-height: 900px;
  }
}
.p-hero__video-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-hero__video-wrap {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border-radius: 16px;
  }
}
.p-hero__video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.p-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.p-hero__video--pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-hero__video--pc {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-hero__video--sp {
    display: none;
  }
}
.p-hero__content {
  position: relative;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 10;
  display: flex;
  align-items: center;
}
.p-hero__inner {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .p-hero__inner {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-hero__inner {
    padding: 0 50px;
  }
}
.p-hero__en-title {
  font-family: "Sarabun", sans-serif;
  font-size: clamp(14px, 3.72vw, 16px);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-hero__title {
  /* font-size: clamp(44px, 10.23vw, 50px);
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  letter-spacing: 0.12em;
  margin-top: 16px; */
  width: 95%;
  max-width: 420px;
}
@media print, screen and (min-width: 1024px) {
  .p-hero__title {
    width: 31.66vw;
    max-width: 608px;
  }
}
.p-hero__lead {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.76;
  margin-bottom: 0.7em;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}
.p-hero__since {
  font-size: clamp(12px, 3.25vw, 13px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.76;
  margin-top: 40px;
}

.p-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
  border-top: 2px solid rgb(219, 230, 243);
  border-bottom: 2px solid rgb(219, 230, 243);
  padding: 16px 0;
}
@media print, screen and (min-width: 600px) {
  .p-marquee {
    margin-top: 100px;
    padding: 24px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-marquee {
    margin-top: 160px;
  }
}
.p-marquee__track {
  display: flex;
  width: max-content;
}
.p-marquee__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding-right: 40px;
  list-style: none;
  margin: 0;
  animation: marqueeInfinity 24s linear infinite;
}
.p-marquee__item {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex-shrink: 0;
}
.p-marquee__item img {
  width: 80px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .p-marquee__item img {
    width: 90px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-marquee__item img {
    border-radius: 0.833vw;
  }
}
.p-marquee__item span {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Sarabun", sans-serif;
}
@media print, screen and (min-width: 600px) {
  .p-marquee__item span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-marquee__item span {
    font-size: clamp(22px, 1.66vw, 28px);
  }
}

@keyframes marqueeInfinity {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top-about {
  margin-top: 70px;
}
@media print, screen and (min-width: 600px) {
  .p-top-about {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-about {
    margin-top: 140px;
    overflow: hidden;
  }
}

.p-top-about__inner {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__inner {
    max-width: 1580px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 0 50px 160px;
  }
}

@media print, screen and (min-width: 600px) {
  .p-top-about__img {
    max-width: 845px;
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__img {
    width: 50%;
    margin: 0;
    padding-right: 2%;
  }
}

.p-top-about__body {
  margin: 50px auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 600px) {
  .p-top-about__body {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__body {
    width: 50%;
    padding-left: 5.69%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__body.js-fade {
    transition-delay: 0.5s;
  }
}

.p-top-about__title-en {
  text-align: right;
  color: #00a0e9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .p-top-about__title-en {
    font-size: 14px;
  }
}
.p-top-about__title-en::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #00a0e9;
  border-radius: 100vw;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media print, screen and (min-width: 600px) {
  .p-top-about__title-en::before {
    top: 11px;
  }
}
.p-top-about__title-en::after {
  content: "";
  width: calc(100% - 76px);
  height: 1px;
  background-color: rgba(21, 165, 191, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
}
@media print, screen and (min-width: 600px) {
  .p-top-about__title-en::after {
    width: calc(100% - 96px);
  }
}

.p-top-about__title {
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 1.71;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-top-about__title {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__title {
    font-size: clamp(28px, 2.5vw, 42px);
    margin-top: 5.208vw;
    padding-bottom: 1.666vw;
  }
}
.p-top-about__title::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background-color: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top-about__text {
  line-height: 2.7;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__text {
    font-size: clamp(14px, 1.011vw, 17px);
    margin-top: 3.02vw;
  }
}

.p-top-about__btn {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-about__btn {
    margin-top: 2.5vw;
  }
}

.p-top-news {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news {
    margin-top: 100px;
  }
}

.p-top-news__inner {
  max-width: 1580px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .p-top-news__inner {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__inner {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top-news__title {
    width: 280px;
  }
}

.p-top-news__btn--sp {
  margin: 50px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__btn--sp {
    display: none;
  }
}
.p-top-news__btn--sp .c-btn {
  text-align: left;
}

.p-top-news__btn--pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__btn--pc {
    display: block;
    margin-top: 75px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top-news__body {
    width: calc(100% - 280px);
    padding-left: 10.88%;
  }
}

.p-top-business {
  margin-top: 70px;
}
@media print, screen and (min-width: 600px) {
  .p-top-business {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-business {
    margin-top: 140px;
  }
}
.p-top-business__inner {
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 600px) {
  .p-top-business__inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-business__inner {
    padding: 0 50px;
    max-width: 1580px;
  }
}
.p-top-business__sticky {
  margin-top: 50px;
  padding: 0 20px;
}
@media print, screen and (min-width: 600px) {
  .p-top-business__sticky {
    margin-top: 72px;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-business__sticky {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: min(886px, 100vh);
    padding-bottom: 0;
    overflow-x: clip;
    overflow-y: visible;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px !important;
  }
}
.p-top-business__track {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-business__track {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    width: max-content;
    height: 100%;
    padding-top: 72px;
    padding-bottom: 50px;
    margin-top: 0;
    padding-left: calc((100vw - 1580px) / 2);
    padding-right: 200px;
    box-sizing: border-box;
  }
}
.p-top-business__item {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-top-business__item {
    width: 674px;
    flex-shrink: 0;
    align-self: stretch;
    height: min(714px, 100vh - 190px);
    max-height: 714px;
  }
}

.p-business-card__inner {
  display: flex;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.p-business-card__text {
  width: 50%;
  padding: 40px;
}
.p-business-card__img {
  width: 50%;
}
.p-business-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business-card:hover {
  opacity: 0.8;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.14));
}
.p-business-card:hover .p-business-card__more {
  left: calc(7.12% + 8px);
}

.p-top-business__lead {
  margin-top: 1.5em;
  line-height: 1.88;
}
@media print, screen and (min-width: 600px) {
  .p-top-business__lead {
    margin-top: 39px;
  }
}

.p-business-card {
  border: 1px solid rgb(219, 230, 243);
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .p-business-card {
    border-radius: 15px;
    max-width: 674px;
    flex-shrink: 0;
    max-height: 714px;
    position: relative;
    border-width: 2px;
    margin: 0 auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card {
    border-radius: 0.833vw;
    margin: 0;
  }
}

.p-business-card__inner {
  display: flex;
  height: 100%;
}

.p-business-card--01 {
  background: url(../../assets/images/top/business-bg-01.webp) left 10px bottom 10px no-repeat;
  background-size: 160px 160px;
}
@media print, screen and (min-width: 600px) {
  .p-business-card--01 {
    background-size: 39.9%;
    background-position: left 3.11% bottom 4.3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card--01 {
    background-size: 269px 269px;
  }
}
.p-business-card--01 .p-business-card__img img {
  object-position: 50% 0%;
}
.p-business-card--02 {
  background: url(../../assets/images/top/business-bg-02.webp) left bottom 2px no-repeat;
  background-size: 155px 155px;
}
@media print, screen and (min-width: 600px) {
  .p-business-card--02 {
    background-size: 200px 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card--02 {
    background-size: 259px 259px;
  }
}
.p-business-card--03 {
  background: url(../../assets/images/top/business-bg-03.webp) left 10px bottom 10px no-repeat;
  background-size: 140px 140px;
}
@media print, screen and (min-width: 600px) {
  .p-business-card--03 {
    background-size: 200px 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card--03 {
    background-size: 265px 265px;
  }
}

.p-business-card__text {
  width: 50%;
  padding: 20px 16px 10px 7%;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__text {
    width: 42.44%;
    padding: 36px 7.12%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__text {
    padding: 36px 38px 36px 44px;
  }
}

.p-business-card__num {
  color: #15a5bf;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #15a5bf;
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__num {
    font-size: clamp(54px, 5.66vw, 58px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__num {
    font-size: 58px;
  }
}

.p-business-card__title {
  font-weight: 700;
  line-height: 1.33;
  margin-top: 20px;
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__title {
    font-size: clamp(28px, 4vw, 36px);
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__title {
    font-size: 36px;
  }
}

.p-business-card__title--en {
  font-family: "Sarabun", sans-serif;
  color: #00a0e9;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 14px;
  font-size: 12px;
  word-break: keep-all;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__title--en {
    font-size: 15px;
    margin-top: 32px;
  }
}
.p-business-card__lead {
  font-weight: 500;
  line-height: 2;
  font-size: 13px;
  margin-top: 1em;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__lead {
    font-size: clamp(13px, 1.464vw, 15px);
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__lead {
    font-size: clamp(13px, 0.892vw, 15px);
    margin-bottom: 3em;
    letter-spacing: 0.03em;
  }
}

.p-business-card__img {
  width: 50%;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__img {
    width: 57.56%;
  }
}
.p-business-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-business-card__more {
  margin-top: 110px;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  color: #00a0e9;
  font-size: 12px;
  font-weight: 600;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__more {
    font-size: clamp(12px, 1.367vw, 14px);
    margin-top: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 3.5%;
    left: 7.12%;
    width: 29%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__more {
    column-gap: 8px;
    width: auto;
    transition: all 0.3s ease;
  }
}
.p-business-card__more::after {
  content: "";
  display: inline-block;
  width: 10.25vw;
  height: 5px;
  flex-shrink: 0;
  background: url("../../assets/images/common/arrow-02.svg") center right no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
@media print, screen and (min-width: 600px) {
  .p-business-card__more::after {
    width: 45%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business-card__more::after {
    width: 107px;
  }
}

.p-business__btn {
  margin: 40px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-business__btn {
    margin-top: 72px;
  }
}
.p-business__btn .c-btn {
  text-align: left;
}

.p-top-bottom-accent {
  background-color: #1e283c;
  margin-top: 80px;
  padding: 20px 20px 0;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .p-top-bottom-accent {
    margin-top: 110px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-bottom-accent {
    margin-top: 160px;
  }
}

.p-top-bottom-accent__inner {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 1024px) {
  .p-top-bottom-accent__inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-top-facility {
  background: url(../../assets/images/top/facility-img.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 24px;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility {
    padding: 40px 50px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility {
    padding: 40px 4.3% 56px 4.68%;
    width: calc(50% - 1px);
    border-radius: 16px 0 0 16px;
    position: relative;
    padding-bottom: 130px;
  }
}
.p-top-facility::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(21, 165, 191, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top-facility::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-top-facility span,
.p-top-facility h2,
.p-top-facility p,
.p-top-facility div {
  position: relative;
  z-index: 3;
}
.p-top-facility.p-top-facility--bg-blue {
  margin-top: 2px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: url(../../assets/images/top/recruit-img.webp) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility.p-top-facility--bg-blue {
    border-radius: 0 16px 16px 0;
    margin-top: 0;
  }
}
.p-top-facility.p-top-facility--bg-blue::before {
  background-color: rgba(0, 160, 233, 0.8);
}
.p-top-facility:hover {
  filter: drop-shadow(0px 0px 6px #fff);
  opacity: 0.95;
}
.p-top-facility:hover .p-top-facility__more {
  right: calc(4.3% - 8px);
  transition: all 0.3s ease;
}

.p-top-facility__label {
  font-size: clamp(12px, 3.48vw, 15px);
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: 0 1em;
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility__label {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__label {
    font-size: clamp(16px, 1.07vw, 18px);
  }
}

.p-top-facility__title {
  font-size: clamp(17px, 4.65vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility__title {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__title {
    font-size: clamp(27px, 1.9vw, 32px);
  }
}

.p-top-facility__lead {
  font-size: clamp(15px, 4.186vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2em;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility__lead {
    font-size: 20px;
    margin-top: 3em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__lead {
    font-size: clamp(22px, 1.66vw, 28px);
    margin-top: 96px;
  }
}

.p-top-facility__text {
  margin-top: 1em;
  line-height: 1.88;
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__text {
    margin-top: 40px;
    font-size: clamp(14px, 1.011vw, 17px);
  }
}

.p-top-facility__more {
  width: 50%;
  margin: 30px 0 0 auto;
  font-size: 13px;
  position: relative;
  line-height: 1;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility__more {
    font-size: 14px;
    width: 246px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__more {
    position: absolute !important;
    bottom: 0;
    right: 4.3%;
    bottom: 46px;
    font-size: 16px;
  }
}
.p-top-facility__more::after {
  content: "";
  background: url(../../assets/images/common/arrow-03.svg) top right no-repeat;
  width: 65px;
  height: 5px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .p-top-facility__more::after {
    width: 148px;
    height: 10px;
    background-size: cover;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-facility__more::after {
    display: inline-block;
    margin-left: 8px;
  }
}

.p-cta {
  color: #fff;
  padding: 60px 0;
  background-color: #1e283c;
}
@media print, screen and (min-width: 600px) {
  .p-cta {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta {
    padding: 120px 0;
  }
}

.p-cta__inner {
  margin: 0 auto;
  max-width: 1580px;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__inner {
    display: flex;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-cta__text {
    width: 33.24%;
  }
}

.p-cta__title-en {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__title-en {
    font-size: 14px;
  }
}
.p-cta__title-en {
  position: relative;
}
.p-cta__title-en::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100vw;
  position: absolute;
  right: 0;
  top: 8px;
}
@media print, screen and (min-width: 600px) {
  .p-cta__title-en::before {
    top: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta__title-en::before {
    top: 11px;
  }
}
.p-cta__title-en::after {
  content: "";
  width: calc(100% - 76px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 70px;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__title-en::after {
    width: calc(100% - 86px);
    left: 86px;
  }
}

.p-cta__title {
  font-weight: 700;
  font-size: clamp(18px, 4.65vw, 20px);
  line-height: 1.66;
  margin-top: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-cta__title {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta__title {
    font-size: clamp(19px, 1.785vw, 30px);
    margin-top: 36px;
  }
}

.p-cta__body {
  margin-top: 34px;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__body {
    width: 66.76%;
    padding-left: 12.77%;
  }
}

.p-cta__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.p-cta__btn {
  border: 1px solid #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .p-cta__btn {
    width: 50%;
  }
}
.p-cta__btn:first-of-type {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
@media print, screen and (min-width: 600px) {
  .p-cta__btn:first-of-type {
    border-radius: 10px 0 0 10px;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}
.p-cta__btn:last-of-type {
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 600px) {
  .p-cta__btn:last-of-type {
    border-radius: 0 10px 10px 0;
  }
}
.p-cta__btn:last-of-type .p-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cta__link {
  display: block;
  text-align: center;
  padding: 20px;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__link:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta__link:hover .p-cta__mail {
    filter: brightness(0.2);
    transition: all 0.3s ease;
  }
}

.p-cta__num {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: clamp(24px, 6.04vw, 26px);
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .p-cta__num {
    font-size: 26px;
    column-gap: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta__num {
    font-size: clamp(26px, 2.142vw, 36px);
  }
}
.p-cta__num::before {
  content: "";
  background: url(../../assets/images/common/icon-tel.svg) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .p-cta__num::before {
    margin-top: 0.15em;
  }
}

.p-cta__time {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700px;
}
.p-cta__mail {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  font-weight: 700px;
  font-size: clamp(16px, 4.186vw, 18px);
}
@media print, screen and (min-width: 600px) {
  .p-cta__mail {
    font-size: clamp(17px, 0.26vw, 20px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-cta__mail {
    font-size: clamp(15px, 1.19vw, 20px);
    transition: all 0.3s ease;
  }
}
.p-cta__mail::before {
  content: "";
  background: url(../../assets/images/common/icon-mail.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  display: inline-block;
}

.p-greeting .p-greeting__text {
  max-width: 1230px;
}

.p-greeting__name {
  text-align: right;
  margin-top: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 4.186vw, 20px);
}
@media print, screen and (min-width: 600px) {
  .p-greeting__name {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__name {
    font-size: clamp(20px, 4.188vw, 25px);
  }
}
.p-greeting__name span {
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
  font-size: clamp(16px, 3.953vw, 17px);
}
@media print, screen and (min-width: 600px) {
  .p-greeting__name span {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__name span {
    font-size: clamp(18px, 1.25vw, 21px);
  }
}

.p-overview__factory {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media print, screen and (min-width: 600px) {
  .p-overview__factory {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-overview__factory {
    margin-top: 108px;
  }
}
.p-overview__factory:last-of-type {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-overview__factory:last-of-type {
    margin-top: 48px;
  }
}

.p-overview__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 74/43;
}
@media print, screen and (min-width: 600px) {
  .p-overview__img {
    width: 57.8%;
  }
}
.p-overview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-overview__map {
  width: 100%;
  height: 220px;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .p-overview__map {
    width: 42.2%;
    height: auto;
  }
}
.p-overview__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-history__table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-history__table {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.p-history__table tr {
  display: flex;
}
.p-history__table th,
.p-history__table td {
  border-bottom: 1px solid #dbe6f3;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
.p-history__table th {
  font-family: "Roboto", sans-serif;
  color: #15a5bf;
  font-weight: 700;
  font-size: 20px;
  width: 80px;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .p-history__table th {
    font-size: 24px;
    padding-right: 40px;
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-history__table th {
    font-size: clamp(26px, 1.904vw, 32px);
    padding-right: 62px;
    width: 146px;
  }
}
.p-history__table td {
  width: calc(100% - 80px);
  padding-left: 60px;
  padding-top: 1.5em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 500;
}
@media print, screen and (min-width: 600px) {
  .p-history__table td {
    width: calc(100% - 120px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-history__table td {
    width: calc(100% - 146px);
    padding-left: 80px;
  }
}
.p-history__table td::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #15a5bf;
  position: absolute;
  top: 0;
  left: 0;
}
.p-history__table td.p-history__last-year::after {
  content: "";
  height: calc(100% + 20px);
  width: 1px;
  background-color: #15a5bf;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-history__table td.p-history__last-year::after {
    height: calc(100% + 50px);
  }
}

.p-history__month {
  color: #15a5bf;
  font-weight: 700;
  width: 50px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-history__month {
    width: 80px;
  }
}
.p-history__month::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #15a5bf;
  border-radius: 100vw;
  position: absolute;
  top: calc(50% - 5px);
  left: -65px;
}
@media print, screen and (min-width: 1024px) {
  .p-history__month::before {
    left: -85px;
  }
}
.p-history__month::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #15a5bf;
  position: absolute;
  top: 50%;
  left: -60px;
}
@media print, screen and (min-width: 1024px) {
  .p-history__month::after {
    width: 68px;
    left: -80px;
  }
}
.p-history__month--none {
  min-height: 33px;
  /*  &::before,
  &::after {
    display: none;
  } */
}

.p-history__content {
  width: calc(100% - 50px);
}
@media print, screen and (min-width: 1024px) {
  .p-history__content {
    width: calc(100% - 80px);
  }
}

.p-history__spacer {
  height: 1.2em;
  width: 100%;
}

.p-bankin {
  position: relative;
  padding-top: 50px;
}
@media print, screen and (min-width: 600px) {
  .p-bankin {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-bankin {
    padding-top: 2.5vw;
  }
}
.p-bankin::after {
  content: "";
  background: url(../../assets/images/business/business-bankin-illust.webp) no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 20px;
  mix-blend-mode: darken;
  opacity: 0.9;
}
@media print, screen and (min-width: 600px) {
  .p-bankin::after {
    width: 21.09vw;
    height: 21.09vw;
    right: 8.85vw;
    opacity: 1;
  }
}

.p-bankin__video {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  .p-bankin__video {
    margin-top: 40px;
    padding: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-bankin__video {
    margin-top: 53px;
    padding: 64px 0;
  }
}

.p-bankin__video-inner {
  max-width: 936px;
  margin: 0 auto;
}

.p-bankin__movie {
  position: relative;
  z-index: 0;
}

video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.p-press {
  position: relative;
  padding-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .p-press {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-press {
    padding-top: 3.95vw;
  }
}
.p-press::after {
  content: "";
  background: url(../../assets/images/business/business-press-illust.webp) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  right: 20px;
  mix-blend-mode: darken;
  opacity: 0.9;
}
@media print, screen and (min-width: 600px) {
  .p-press::after {
    width: 19.635vw;
    height: 19.635vw;
    right: 10.625vw;
    opacity: 1;
  }
}

.p-bankin__video {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  .p-bankin__video {
    margin-top: 40px;
    padding: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-bankin__video {
    margin-top: 53px;
    padding: 64px 0;
  }
}

.p-bankin__video-inner {
  max-width: 936px;
  margin: 0 auto;
}

.p-bankin__movie {
  position: relative;
  z-index: 0;
}

video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.p-kanagata {
  position: relative;
  padding-top: 65px;
}
@media print, screen and (min-width: 600px) {
  .p-kanagata {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-kanagata {
    padding-top: 5.15vw;
  }
}
.p-kanagata::after {
  content: "";
  background: url(../../assets/images/business/business-kanagata-illust.webp) no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 20px;
  mix-blend-mode: darken;
  opacity: 0.9;
}
@media print, screen and (min-width: 600px) {
  .p-kanagata::after {
    width: 20.468vw;
    height: 20.468vw;
    right: 10.625vw;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-kanagata .c-img-list {
    margin-top: 90px;
  }
}

.p-bankin__video {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  .p-bankin__video {
    margin-top: 40px;
    padding: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-bankin__video {
    margin-top: 53px;
    padding: 64px 0;
  }
}

.p-bankin__video-inner {
  max-width: 936px;
  margin: 0 auto;
}

.p-bankin__movie {
  position: relative;
  z-index: 0;
}

video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.p-holding {
  background-color: rgba(238, 238, 238, 0.4);
  padding: 40px 0 100px;
}
@media print, screen and (min-width: 600px) {
  .p-holding {
    padding: 50px 0 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-holding {
    padding: 84px 0 189px;
  }
}

.p-holding__img img {
  width: 100%;
}

.p-holding__list-title {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .p-holding__list-title {
    font-size: 22px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-holding__list-title {
    font-size: 26px;
    margin-top: 80px;
  }
}

.p-holding__table {
  border-collapse: separate;
  border-spacing: 10px 7px;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .p-holding__table {
    border-spacing: 19px 10px;
    margin-left: -19px;
    margin-right: -19px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-holding__table {
    width: calc(100% + 38px);
  }
}
.p-holding__table th,
.p-holding__table td {
  padding: 0.7em 1em;
  white-space: nowrap;
}
.p-holding__table th {
  background-color: #15a5bf;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 15px;
}
.p-holding__table td {
  background-color: #fff;
  font-size: 0.941em;
}

.p-voice__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-voice__list {
    column-gap: 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__list {
    column-gap: 7.57%;
  }
}

.p-voice__item {
  width: 100%;
  background-color: #f1f5fa;
  padding: 26px 0;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 600px) {
  .p-voice__item {
    width: 47.5%;
    padding: 29px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__item {
    width: 46.215%;
    padding: 29px 0 45px;
  }
}

.p-voice__year {
  width: 30%;
  background-color: #15a5bf;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 0.3em;
}
@media print, screen and (min-width: 600px) {
  .p-voice__year {
    font-size: clamp(15px, 1.757vw, 18px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__year {
    padding: 0.55em 1em;
    font-size: 18, 1.19vw, 20px;
  }
}

.p-voice__sec {
  width: 70%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 0.3em 1em;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .p-voice__sec {
    font-size: clamp(15px, 1.757vw, 18px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__sec {
    font-size: 18, 1.19vw, 20px;
    padding: 0.55em 1em;
  }
}

.p-voice__body {
  padding: 20px 20px 0;
}
@media print, screen and (min-width: 600px) {
  .p-voice__body {
    padding: 30px 30px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-voice__body {
    padding: 46px 44px 0;
  }
}

.p-recruit__img {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__img {
    margin-bottom: 97px;
  }
}

.p-recruit-guideline {
  background-color: rgba(238, 238, 238, 0.4);
  padding: 20px 0 100px;
}
@media print, screen and (min-width: 600px) {
  .p-recruit-guideline {
    padding: 70px 0 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit-guideline {
    padding: 100px 0 210px;
  }
}

.p-recruit-guideline__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
@media print, screen and (min-width: 600px) {
  .p-recruit-guideline__list {
    column-gap: 20px;
  }
}
.p-recruit-guideline__list li {
  background-color: #cbcbcb;
  color: #fff;
  padding: 0.5em 3em;
  transition: all 0.3s ease;
}
.p-recruit-guideline__list li.is-active {
  background-color: #15a5bf;
}
.p-recruit-guideline__list li.is-active:hover {
  background-color: #cbcbcb;
}
.p-recruit-guideline__list li:hover {
  background-color: #838383;
  transition: all 0.3s ease;
  cursor: pointer;
}

.p-recruit-guideline__body {
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  .p-recruit-guideline__body {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit-guideline__body {
    margin-top: 56px;
  }
}

.c-scroll-container.js-tab-content {
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.c-scroll-container.js-tab-content table {
  min-width: 600px;
  width: 100%;
}
.c-scroll-container.js-tab-content.is-active {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  animation: tabFadeIn 0.3s ease-in-out forwards;
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-recruit-guideline__btn {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  .p-recruit-guideline__btn {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit-guideline__btn {
    margin-top: 92px;
  }
}

.p-contact__lead {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .p-contact__lead {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__lead {
    margin-top: 78px;
  }
}

.p-thanks__head {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-thanks__head {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-thanks__head {
    font-size: 32px;
  }
}

.p-thanks__text {
  margin-top: 2em;
  text-align: center;
}
.p-thanks__text:first-of-type {
  margin-top: 3em;
}
@media print, screen and (min-width: 1024px) {
  .p-thanks__text:first-of-type {
    margin-top: 60px;
  }
}

.p-thanks__btn {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-thanks__btn {
    margin-top: 70px;
  }
}

.p-news__body {
  margin-top: 60px;
  padding-bottom: 90px;
}
@media print, screen and (min-width: 600px) {
  .p-news__body {
    margin-top: 150px;
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__body {
    padding-bottom: 200px;
  }
}
.p-news__body .c-news__time {
  display: inline-block;
  background-color: #15a5bf;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  width: auto;
}
.p-news__body .c-news__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0.6em 0 1.5em;
  padding-left: 0;
}
@media print, screen and (min-width: 600px) {
  .p-news__body .c-news__title {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__body .c-news__title {
    font-size: clamp(24px, 1.66vw, 28px);
  }
}
.p-news__body h2 {
  border-left: 7px solid #f8b62d;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 4.186vw, 20px);
  padding-left: 0.5em;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-news__body h2 {
    font-size: 22px;
    margin-top: 50px;
    border-width: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__body h2 {
    font-size: clamp(22px, 1.547vw, 26px);
    padding-left: 20px;
    margin-top: 85px;
    margin-bottom: 44px;
  }
}
.p-news__body h3 {
  font-weight: 700;
  font-size: 1.111em;
  border-bottom: 1px solid #dbe6f3;
  padding-bottom: 0.5em;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .p-news__body h3 {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__body h3 {
    margin-top: 70px;
  }
}
.p-news__body .c-news__eyecatch {
  margin: 0 auto;
}
.p-news__body .c-news__eyecatch img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.p-news__body ul {
  margin-top: 1em;
}
.p-news__body ul li {
  margin-top: 0.3em;
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
}
.p-news__body ul li::before {
  content: "";
  background-color: #15a5bf;
  border-radius: 100vw;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 0.45em;
  left: 0;
}
@media print, screen and (min-width: 600px) {
  .p-news__body ul li::before {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__body ul li::before {
    top: 0.45em;
  }
}
.p-news__body .wp-block-gallery.columns-2,
.p-news__body .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 1024px) {
  .p-news__body .wp-block-gallery.columns-2,
  .p-news__body .wp-block-columns {
    margin-top: 70px;
  }
}
.p-news__body .wp-block-gallery.columns-2 .wp-block-image,
.p-news__body .wp-block-gallery.columns-2 .wp-block-column,
.p-news__body .wp-block-columns .wp-block-image,
.p-news__body .wp-block-columns .wp-block-column {
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
}
@media print, screen and (min-width: 600px) {
  .p-news__body .wp-block-gallery.columns-2 .wp-block-image,
  .p-news__body .wp-block-gallery.columns-2 .wp-block-column,
  .p-news__body .wp-block-columns .wp-block-image,
  .p-news__body .wp-block-columns .wp-block-column {
    width: 42.3%;
  }
}
.p-news__body .wp-block-gallery.columns-2 .wp-block-image .wp-block-image,
.p-news__body .wp-block-gallery.columns-2 .wp-block-column .wp-block-image,
.p-news__body .wp-block-columns .wp-block-image .wp-block-image,
.p-news__body .wp-block-columns .wp-block-column .wp-block-image {
  width: 100%;
  display: inline-block;
}
.p-news__body .wp-block-gallery.columns-2 .wp-block-image .wp-block-image .wp-element-caption,
.p-news__body .wp-block-gallery.columns-2 .wp-block-column .wp-block-image .wp-element-caption,
.p-news__body .wp-block-columns .wp-block-image .wp-block-image .wp-element-caption,
.p-news__body .wp-block-columns .wp-block-column .wp-block-image .wp-element-caption {
  font-size: 12px;
  margin: 3px 0 0;
}
@media print, screen and (min-width: 600px) {
  .p-news__body .wp-block-gallery.columns-2 .wp-block-image .wp-block-image .wp-element-caption,
  .p-news__body .wp-block-gallery.columns-2 .wp-block-column .wp-block-image .wp-element-caption,
  .p-news__body .wp-block-columns .wp-block-image .wp-block-image .wp-element-caption,
  .p-news__body .wp-block-columns .wp-block-column .wp-block-image .wp-element-caption {
    font-size: 14px;
    margin-top: 5px;
  }
}
.p-news__body figure,
.p-news__body .wp-block-image {
  margin: 2em 0 0;
}
.p-news__body figcaption {
  font-size: 12px;
  margin: 3px 0 0;
}
@media print, screen and (min-width: 600px) {
  .p-news__body figcaption {
    font-size: 14px;
    margin-top: 5px;
  }
}

.c-hamburger {
  position: fixed;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #15a5bf;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
@media print, screen and (min-width: 600px) {
  .c-hamburger {
    top: 22px;
    right: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger.is-reveal {
  visibility: visible;
  display: block !important;
  animation: openingFadeIn 1s cubic-bezier(0.5, 1, 0.5, 1) forwards;
}
@media print, screen and (min-width: 1024px) {
  .c-hamburger.is-reveal {
    display: none !important;
  }
}
.c-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, top 0.3s ease;
}
.c-hamburger__line::before {
  top: -8px;
}
.c-hamburger__line::after {
  top: 8px;
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger.is-active .c-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

@keyframes openingFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-scroll-inf {
  position: absolute;
  left: 30px;
  bottom: 80px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}
.c-scroll-inf::after {
  content: "";
  height: 56px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -56px;
}
@media print, screen and (min-width: 600px) {
  .c-scroll-inf {
    left: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-scroll-inf {
    left: 84px;
  }
}
.c-scroll-inf__text {
  font-size: 11px;
  font-family: sans-serif;
  letter-spacing: 0.15em;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.c-scroll-inf__dot {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 2px;
  animation: scrollDotMove 2.6s ease-in-out infinite;
}

@keyframes scrollDotMove {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.c-gnav {
  position: fixed;
  top: -100svh;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 10, 24, 0.85);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    width: fit-content;
    height: fit-content;
  }
}
.c-gnav.is-active {
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}

.c-gnav__logo {
  text-align: center;
  margin: 100px auto 0;
  max-width: 227px;
  width: 50%;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__logo {
    display: none;
  }
}

.c-gnav__list {
  padding: 30px 30px 40px;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__list {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 2.5vw;
  }
}

.c-gnav__item {
  color: #fff;
  margin-top: 2em;
  font-size: clamp(15px, 4.18vw, 18px);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__item {
    font-size: clamp(14px, 1.11vw, 16px);
    margin-top: 0;
    overflow: hidden;
  }
}
.c-gnav__item:has(.c-gnav__contact) {
  margin-top: 2.2em;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__item:has(.c-gnav__contact) {
    margin-top: 0;
  }
}

.c-gnav__link {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__link {
    position: relative;
  }
  .c-gnav__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__link:hover::after {
    left: 0;
    transition: all 0.3s ease;
  }
}

.c-gnav__contact {
  border: 1px solid #fff;
  padding: 0.5em 3em;
  font-size: clamp(13px, 3.72vw, 16px);
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__contact {
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 0.2em 1.3em;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-gnav__contact:hover {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #000a18;
    color: #000a18;
    transition: all 0.3s ease;
  }
}

.c-btn {
  display: inline-block;
}
.c-btn__arrow {
  display: inline-block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 23px;
  background-color: currentColor;
  -webkit-mask-image: url("../../assets/images/common/arrow-01.svg");
  mask-image: url("../../assets/images/common/arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}
.c-btn:hover .c-btn__arrow {
  right: 18px;
}

.c-btn--pill {
  border-radius: 100vw;
}

.c-btn--blue {
  background-color: #15a5bf;
  border: 1px solid #15a5bf;
  color: #fff;
  padding: 1em 50px 1em 30px;
  width: 240px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 600px) {
  .c-btn--blue {
    padding: 15px 50px 10px 30px;
    width: 280px;
    border-width: 2px;
    height: 60px;
  }
}
.c-btn--blue:hover {
  background-color: #fff;
  color: #15a5bf;
}

.c-btn--orange {
  background-color: rgb(248, 182, 45);
  border: none;
  padding: 1.18em 3em;
  font-size: 16px;
}
.c-btn--orange::after {
  content: "＞";
  display: inline-block;
  margin-left: 1em;
}
@media print, screen and (min-width: 600px) {
  .c-btn--orange {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-btn--orange {
    font-size: clamp(17px, 1.19vw, 20px);
  }
}
.c-btn--orange:hover {
  background-color: #15a5bf;
  color: #fff;
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.c-sec-title {
  line-height: 1;
}
.c-sec-title--second {
  border-left: 7px solid #f8b62d;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 4.186vw, 20px);
  padding-left: 0.5em;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  .c-sec-title--second {
    font-size: 22px;
    margin-top: 50px;
    border-width: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-sec-title--second {
    font-size: clamp(22px, 1.547vw, 26px);
    padding-left: 20px;
    margin-top: 85px;
    margin-bottom: 44px;
  }
}

.c-sec-title__en {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .c-sec-title__en {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-sec-title__en {
    font-size: clamp(50px, 4.761vw, 80px);
  }
}

.c-sec-title__ja {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0px;
  color: #15a5bf;
}
@media print, screen and (min-width: 1024px) {
  .c-sec-title__ja {
    margin-top: 1.25vw;
  }
}

.c-news__list {
  border-top: 1px solid rgb(219, 230, 243);
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .c-news__list {
    border-width: 2px;
    margin-top: 0;
  }
}

.c-news__item {
  border-bottom: 1px solid rgb(219, 230, 243);
}
@media print, screen and (min-width: 1024px) {
  .c-news__item {
    border-width: 2px;
  }
}

.c-news__link {
  padding: 1.7em 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-news__link:hover {
  color: #15a5bf;
}

.c-news__time {
  width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .c-news__time {
    width: 120px;
  }
}

.c-news__title {
  line-height: 1.53;
  width: 100%;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-news__title {
    width: calc(100% - 120px);
    padding-left: 2.916vw;
    margin-top: 0;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  transition: opacity 0.5s ease-out, visibility 0.2s;
  opacity: 1;
  visibility: visible;
}

body.is-loaded .c-loading {
  opacity: 0;
  visibility: hidden;
}

.c-header-img {
  width: 100%;
  height: 150px;
}
@media print, screen and (min-width: 600px) {
  .c-header-img {
    height: 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-header-img {
    height: 430px;
  }
}
.c-header-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-breadcrumb {
  margin-top: 0.5em;
  padding: 0 10px;
  margin: 0.5em auto 60px;
  max-width: 1520px;
}
@media print, screen and (min-width: 600px) {
  .c-breadcrumb {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-breadcrumb {
    margin-bottom: 184px;
    margin-top: 20px;
    padding: 0 20px;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb__item::after {
  content: "＞";
  display: inline-block;
  margin: 0 1em;
}
.c-breadcrumb__item.c-breadcrumb__item--current::after {
  display: none;
}

.c-sec {
  margin-top: 50px;
}
@media print, screen and (min-width: 600px) {
  .c-sec {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-sec {
    margin-top: 87px;
  }
}
.c-sec--last {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 600px) {
  .c-sec--last {
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-sec--last {
    padding-bottom: 200px;
  }
}
.c-sec > .l-inner > .c-sec-title--second:first-child {
  margin-top: 0;
}

.c-lead {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  font-size: clamp(16px, 4.18vw, 18px);
  margin-bottom: 80px;
}
@media print, screen and (min-width: 600px) {
  .c-lead {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-lead {
    margin-top: 60px;
    margin-bottom: 160px;
    line-height: 2.4;
    font-size: clamp(24px, 1.66vw, 28px);
    letter-spacing: 0.15em;
  }
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}
.c-table--01 {
  border-bottom: 1px solid #d0d2d6;
}
.c-table--01 th,
.c-table--01 td {
  border-top: 1px solid #d0d2d6;
  font-weight: 500;
  vertical-align: middle;
  padding: 1.5em 2em;
  white-space: nowrap;
}
.c-table--01 th {
  background: #dbe6f3;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .c-table--01 th {
    width: 254px;
  }
}
.c-table--01 td {
  background-color: #fff;
}

.c-scroll-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.c-scroll-container table {
  min-width: 600px;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .c-scroll-container {
    overflow-x: visible;
  }
  .c-scroll-container table {
    min-width: 100%;
  }
}
.c-scroll-container.js-scroll {
  position: relative;
}
.c-scroll-container.js-scroll::after {
  content: "👉 スクロールできます";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: rgba(30, 40, 60, 0.8);
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 10;
}
.c-scroll-container.js-scroll.is-scrolled::after {
  opacity: 0;
}
@media print, screen and (min-width: 600px) {
  .c-scroll-container.js-scroll::after {
    display: none !important;
  }
}

.c-flow {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .c-flow {
    column-gap: 3.125%;
    justify-content: space-between;
  }
}
.c-flow__box {
  background-color: #15a5bf;
  color: #fff;
  padding: 20px 20px 25px;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
.c-flow__box::after {
  content: "";
  background: url(../../assets/images/common/arrow05.svg) 0 0 no-repeat;
  background-size: contain;
  width: 37px;
  height: 53px;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -43px;
}
@media print, screen and (min-width: 600px) {
  .c-flow__box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-flow__box {
    width: 16.95%;
    margin: 0;
    padding: 38px 16px;
  }
  .c-flow__box::after {
    content: "";
    background: url(../../assets/images/common/arrow04.svg) 0 0 no-repeat;
    background-size: contain;
    width: 25.11%;
    height: 17.53%;
    position: absolute;
    left: auto;
    right: -21.32%;
    bottom: 41.47%;
  }
}
.c-flow__box-last {
  margin-bottom: 0;
}
.c-flow__box-last::after {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-flow__box-last::after {
    margin-right: 0;
  }
}
.c-flow__num {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 22px;
}
@media print, screen and (min-width: 1024px) {
  .c-flow__num {
    font-size: clamp(22px, 1.785vw, 30px);
  }
}
.c-flow__content {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0.2em;
}
@media print, screen and (min-width: 1024px) {
  .c-flow__content {
    font-size: clamp(16px, 1.547vw, 26px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-flow__content.c-flow__content--single {
    padding-top: 0.7em;
  }
}
.c-flow--recruit {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-flow--recruit .c-flow__box {
    width: 21.48%;
    padding: 17px 6px 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-flow--recruit .c-flow__box::after {
    width: 19.27%;
    height: 27%;
    right: -16%;
    bottom: 37%;
  }
}
.c-flow--recruit .c-flow__content {
  font-size: 15px;
}
@media print, screen and (min-width: 1024px) {
  .c-flow--recruit .c-flow__content {
    font-size: clamp(15px, 1.19vw, 20px);
  }
}

.c-img-list {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media print, screen and (min-width: 600px) {
  .c-img-list {
    column-gap: 4.19%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-img-list {
    margin-top: 46px;
  }
}
.c-img-list__item {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .c-img-list__item {
    width: 30.54%;
  }
}
@media print, screen and (min-width: 600px) {
  .c-img-list--col2 {
    column-gap: 7.1%;
    row-gap: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-img-list--col2 {
    row-gap: 53px;
  }
}
@media print, screen and (min-width: 600px) {
  .c-img-list--col2 .c-img-list__item {
    width: 46%;
  }
}

.c-note-text {
  margin-top: 0.4em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-form {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 600px) {
  .c-form {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form {
    margin-top: 83px;
  }
}

.c-form__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-form__item {
    column-gap: 18px;
  }
}
.c-form__item .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  background-color: #ffe8e8;
  font-weight: 500;
  position: relative;
  padding: 0.2em 1em;
  top: 2px;
}
.c-form__item .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffe8e8 transparent;
}

.c-form__label {
  background-color: #15a5bf;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .c-form__label {
    width: 23%;
    padding: 21px 16px 20px;
  }
}

.c-form__required,
.c-form__any {
  position: absolute;
  top: 12px;
  right: 15px;
  display: inline-block;
  line-height: 1.5;
  padding: 0 0.5em;
  color: #fff;
  background-color: rgb(248, 182, 45);
}
@media print, screen and (min-width: 1024px) {
  .c-form__required,
  .c-form__any {
    font-size: 14px;
    top: 1.7em;
  }
}

.c-form__any {
  background-color: rgb(148, 142, 142);
}

.c-form__input-wrap {
  margin-top: 5px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-form__input-wrap {
    width: 69.3%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-form__input-wrap p {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__input-wrap .wpcf7-form-control {
    display: flex;
    align-items: center;
    column-gap: 30px;
  }
}
.c-form__input-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form__input-wrap .wpcf7-form-control-wrap[data-name=your-postal] {
  display: inline-block;
  width: auto;
}
.c-form__input-wrap .wpcf7-list-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.c-form__input-wrap input[type=text],
.c-form__input-wrap input[type=email],
.c-form__input-wrap select,
.c-form__input-wrap textarea {
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.8em 1em;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .c-form__input-wrap input[type=text],
  .c-form__input-wrap input[type=email],
  .c-form__input-wrap select,
  .c-form__input-wrap textarea {
    height: stretch;
    font-size: clamp(15px, 1.01vw, 17px);
    padding: 25px 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__input-wrap select {
    font-size: clamp(15px, 1.01vw, 17px);
    padding: 25px 1em;
  }
}

.c-form__input {
  width: 100%;
}
.c-form__input--postal {
  width: 160px;
  padding: 0.8em 0.2em !important;
  letter-spacing: -0.03em;
  font-size: 13px;
}
@media print, screen and (min-width: 1024px) {
  .c-form__input--postal {
    width: 289px;
    padding: 0.8em 1em !important;
    font-size: clamp(16px, 1.18vw, 17px);
  }
}

.c-form__address-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media print, screen and (min-width: 1024px) {
  .c-form__address-row {
    gap: 30px 16px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__address-row input,
  .c-form__address-row select {
    min-height: 70px;
  }
}

.c-form__input--select {
  margin-top: 8px;
  display: inline-block;
  width: 160px;
}
@media print, screen and (min-width: 600px) {
  .c-form__input--select {
    width: 220px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__input--select {
    width: 289px;
    margin-top: 30px;
  }
}

.c-btn-address {
  border: 1px solid #15a5bf;
  border-radius: 0;
  background-color: #15a5bf;
  color: #fff;
  transition: all ease 0.3s;
  font-size: clamp(13px, 3.5vw, 14px);
}
@media print, screen and (min-width: 1024px) {
  .c-btn-address {
    padding: 1em 2em;
    font-size: clamp(16px, 1.18vw, 17px);
    max-height: 70px;
  }
}
.c-btn-address:hover {
  cursor: pointer;
  background-color: #888;
  border-color: #888;
  transition: all ease 0.3s;
}

.c-form__textarea {
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 1024px) {
  .c-form__textarea {
    height: 450px !important;
  }
}

.c-form__privacy {
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .c-form__privacy {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__privacy {
    margin-top: 75px;
  }
}
.c-form__privacy p {
  text-align: center;
  font-weight: 500;
}

.c-form__privacy-check {
  margin-top: 2em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.c-form__privacy-check a {
  color: #15a5bf;
  text-decoration: underline;
}

.c-form__btn {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .c-form__btn {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form__btn {
    margin-top: 60px;
  }
}
.c-form__btn button,
.c-form__btn submit,
.c-form__btn input {
  transition: all ease 0.3s;
}
.c-form__btn button:hover,
.c-form__btn submit:hover,
.c-form__btn input:hover {
  cursor: pointer;
  transition: all ease 0.3s;
}
.c-form__btn .c-form__btn-inner {
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
}
.c-form__btn .c-form__btn-inner::after {
  content: "＞";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 24px;
  transition: all ease 0.3s;
}
.c-form__btn .c-form__btn-inner:hover::after {
  color: #fff;
}
.c-form__btn .c-form__btn-inner .c-btn--orange {
  padding: 1.18em 4em 1.18em 3em;
}
.c-form__btn .c-form__btn-inner .c-btn--orange:disabled {
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}
.c-form__btn .c-form__btn-inner .c-btn--contact-back {
  background-color: #888;
  color: #fff;
  padding: 1.18em 3em 1.18em 4em;
  transition: all ease 0.3s;
  /* &:hover {
    opacity: 0.7;
    transition: all ease 0.3s;
  } */
}
.c-form__btn .c-form__btn-inner:has(.c-btn--orange:disabled) {
  color: #fff;
}
.c-form__btn .c-form__btn-inner:has(.c-btn--contact-back)::after {
  display: none;
  transition: all ease 0.3s;
}
.c-form__btn .c-form__btn-inner:has(.c-btn--contact-back)::before {
  content: "＜";
  color: #fff;
  position: absolute;
  top: calc(50% - 0.8em);
  left: 26px;
}
.c-form__btn .c-form__btn-inner:has(.c-btn--contact-back):hover {
  opacity: 0.7;
  transition: all ease 0.3s;
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
}

.c-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3em;
}
.c-list--disc {
  margin-top: 0.2em;
}
@media print, screen and (min-width: 1024px) {
  .c-list--disc {
    margin-top: 0.6em;
  }
}
.c-list--disc li {
  width: 100%;
  padding-left: 1em;
  position: relative;
}
.c-list--disc li::before {
  content: "";
  background-color: #1e283c;
  width: 4px;
  height: 4px;
  border-radius: 100vw;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}

.c-pagination {
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .c-pagination {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-pagination {
    margin-top: 60px;
  }
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media print, screen and (min-width: 1024px) {
  .c-pagination .nav-links {
    gap: 10px;
  }
}
.c-pagination .nav-links a,
.c-pagination .nav-links span {
  display: inline-block;
}
.c-pagination .nav-links .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #15a5bf;
  color: #15a5bf;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .c-pagination .nav-links .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
.c-pagination .nav-links .page-numbers.current {
  background-color: #15a5bf;
  color: #fff;
}
.c-pagination .nav-links .page-numbers.prev, .c-pagination .nav-links .page-numbers.next {
  border: none;
  color: #1e283c;
}

.u-display-sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .u-display-sp {
    display: none;
  }
}

.u-display-pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .u-display-pc {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-display-keep--pc {
    display: inline-block;
  }
}