@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "AntroVectra";
  src: url("../Antro_Vectra_Bolder.woff") format("woff");
  font-display: swap;
}
html, body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

header {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  body {
    font-size: 15px;
  }
}

img {
  width: 100%;
}

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

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

.section-title h2 {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 80px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .section-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.section-title span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) and (max-width:1199px) {
  .section-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 16px;
  }
}

.section-btn {
  width: 180px;
}
.section-btn a {
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-btn a img {
  width: 48px;
}

.inner {
  padding-left: 11%;
  padding-right: 11%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-main {
  position: relative;
  width: 100%;
  padding-top: 240px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-main {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-main {
    padding-top: 130px;
  }
}

.page-top-bg {
  position: absolute;
  width: 100%;
  height: 750px;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #CAE6E6, #E1F0F0, #F5FAFA, #ffffff);
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-top-bg {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .page-top-bg {
    height: 500px;
  }
}

.page-title {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 2px solid #E1F0F0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-title {
    display: block;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    display: block;
    padding-bottom: 40px;
  }
}
.page-title h1 {
  font-size: 80px;
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-title h1 {
    font-size: 60px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
.page-title span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-title span {
    font-size: 16px;
  }
}

.page-inner {
  padding-left: 8.3%;
  padding-right: 8.3%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-service-inner {
  padding-left: 8.3%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-service-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumb {
  display: flex;
  position: relative;
  align-items: center;
  gap: 12px;
  padding: 18px 0 18px 11%;
  background-color: #F5FAFA;
  width: 100%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .breadcrumb {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 20px;
    gap: 7px;
  }
}
.breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #1DBABF;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 12px;
    gap: 10px;
  }
}
.breadcrumb a img {
  width: 14px;
  padding-bottom: 2px;
  display: block;
}
.breadcrumb span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 12px;
  }
}

.breadcrumb-arrow {
  transform: rotate(-90deg);
  width: 10px;
}

.page-section-title {
  text-align: center;
  padding-bottom: 27px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-section-title {
    padding-bottom: 18px;
  }
}
.page-section-title h2 {
  font-size: 40px;
  text-align: center;
  font-family: "optima-lt-pro", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-section-title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page-section-title h2 {
    font-size: 32px;
  }
}
.page-section-title span {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-section-title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-section-title span {
    font-size: 14px;
  }
}
.page-section-title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}

.no-scroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  height: 100vh;
}

header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  height: 80px;
  padding: 15px 20px 0;
  z-index: 500;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(25, 25, 25, 0.16);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header {
    top: 10px;
    padding-left: 10px;
    padding-top: 7px;
    height: 64px;
    max-width: 94%;
  }
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-logo {
  width: 165px;
  transition: all 0.5s;
}
.header-logo:hover {
  opacity: 0.7;
}

.header-nav {
  margin-left: auto;
  margin-right: 90px;
  display: flex;
  gap: 40px;
  text-align: center;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  color: #191919;
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.6s;
}
.header-nav a:hover {
  color: #1DBABF;
}
.header-nav span {
  display: block;
  font-size: 10px;
  font-family: "Shippori Mincho", serif;
}

.nav-item {
  position: relative;
  display: flex;
  gap: 10px;
}
.nav-item p {
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  transition: all 0.6s ease;
}
.nav-item .sub-arrow {
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 5px;
  transition: all 0.6s ease;
  background: url(../img/arrow-right.png) no-repeat center center/contain;
}
.nav-item.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 500;
  padding: 30px 20px 10px 20px;
}
.nav-item.has-submenu .submenu li a {
  display: block;
  padding: 10px 15px;
  color: #191919;
  font-size: 14px;
  text-align: left;
}
.nav-item.has-submenu .submenu li a img {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.nav-item.has-submenu .submenu li a:hover {
  color: #1DBABF;
}
.nav-item.has-submenu:hover {
  color: #1DBABF;
}
.nav-item.has-submenu:hover .sub-arrow {
  background: url(../img/chevron-right-hover.svg) no-repeat center center/contain;
}
.nav-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.drawer-icon {
  position: fixed;
  top: 40px;
  z-index: 500;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  right: 50px;
  background: url(../img/drawer-btn.png) no-repeat center center/contain;
}
.drawer-icon:hover {
  top: 42px;
  right: 52px;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .drawer-icon:hover {
    top: 19px;
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 17px;
    right: 20px;
  }
}
.drawer-icon.is-active {
  background: #1DBABF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-icon.is-active:hover {
  top: 40px;
  right: 50px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-active:hover {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-active {
    top: 20px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .drawer-icon.is-active {
    top: 40px;
  }
}
.drawer-icon.is-active::before, .drawer-icon.is-active::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.drawer-icon.is-active::before {
  transform: rotate(45deg);
}
.drawer-icon.is-active::after {
  transform: rotate(-45deg);
}

.drawer-logo {
  position: absolute;
  width: 165px;
  top: 17px;
  left: 21px;
  opacity: 0;
  transition: all 0.5s;
}
.drawer-logo.is-active {
  opacity: 1 !important;
  z-index: 500;
}
.drawer-logo:hover {
  opacity: 0.7;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .drawer-content {
    padding: 0;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .drawer-content {
    padding: 60px 0;
  }
}
.drawer-content.is-active {
  opacity: 1;
  pointer-events: auto;
}
.drawer-content.is-active .drawer-bg {
  transform: translateY(0);
}
.drawer-content.is-active .drawer-img,
.drawer-content.is-active .drawer-nav-wrap {
  opacity: 1;
  transform: translateY(0);
}

.drawer-img {
  height: 100%;
  width: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .drawer-img {
    display: none;
  }
}
.drawer-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 白背景のアニメーション */
.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 400;
}
.drawer-nav-wrap {
  padding: 70px 80px 80px 80px;
  width: 600px;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrap {
    padding: 80px 20px 40px 20px;
    width: 100%;
  }
}

/* 中身（文字や画像）は後からふわっと登場） */
.drawer-img,
.drawer-nav-wrap {
  position: relative;
  opacity: 0;
  z-index: 2;
  transform: translateY(30px);
}

.drawer-nav li {
  padding-top: 30px;
}
.drawer-nav li p {
  font-size: 24px;
  display: inline-block;
  color: #191919;
  width: 100%;
  font-family: "optima-lt-pro", sans-serif;
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.5s;
}
.drawer-nav li p span {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.drawer-nav li ol li {
  padding: 0 20px;
  margin-bottom: 0;
}
.drawer-nav li ol li:first-child {
  padding-top: 10px;
}
.drawer-nav li ol li a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  position: relative;
  transition: all 0.5s;
}
.drawer-nav li ol li a img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: static;
  margin-left: 10px;
  content: url("../img/tab-icon.png");
}
.drawer-nav li ol li a:hover img {
  content: url("../img/file-icon.png");
}
.drawer-nav li a {
  font-size: 24px;
  display: inline-block;
  color: #191919;
  width: 100%;
  font-family: "optima-lt-pro", sans-serif;
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.5s;
}
.drawer-nav li a:hover {
  color: #1DBABF;
}
.drawer-nav li a:hover img {
  right: 0px;
  content: url("../img/hover-arrow.png");
}
.drawer-nav li a img {
  width: 20px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  transition: right 0.5s;
  content: url("../img/arrow.png");
}
.drawer-nav li a span {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}

.drawer-sub-links {
  display: flex;
  padding-top: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .drawer-sub-links {
    width: 100%;
  }
}
.drawer-sub-links a {
  font-size: 12px;
  color: #757878;
  transition: all 0.5s;
}
.drawer-sub-links a:hover {
  opacity: 0.7;
}

.drawer-sns {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding-top: 12px;
  background-color: #F5FAFA;
  position: relative;
  margin-top: 30px;
  transition: all 0.3s;
}
.drawer-sns:hover {
  background-color: #E1F0F0;
  width: 44px;
  height: 44px;
  margin-left: 2px;
  padding-top: 10px;
  margin-top: 32px;
  margin-bottom: 2px;
}
.drawer-sns img {
  width: 24px;
  display: block;
  margin: 0 auto;
}
footer {
  padding: 80px 0 40px 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

.footer-logo {
  width: 25%;
  transition: all 0.5s;
}
.footer-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 240px;
  }
}

.footer-wrap {
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-top: 40px;
  }
}

.footer-company-wrap {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer-company-wrap {
    padding-bottom: 45px;
  }
}

.footer-company {
  line-height: 2;
  font-size: 14px;
}

.footer-sns {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding-top: 12px;
  background-color: #F5FAFA;
  position: relative;
  transition: all 0.3s;
}
.footer-sns:hover {
  background-color: #E1F0F0;
  width: 44px;
  height: 44px;
  margin-left: 2px;
  padding-top: 10px;
}
.footer-sns img {
  width: 24px;
  display: block;
  margin: 0 auto;
}

.footer-info {
  display: flex;
  font-size: 14px;
  gap: 30px;
  padding-bottom: 20px;
}
.footer-info a {
  color: #191919;
  transition: all 0.5s;
}
.footer-info a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-info {
    display: block;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .footer-center {
    margin-top: 65px;
    margin-bottom: 60px;
    width: 100%;
  }
}
.footer-center p {
  font-size: 24px;
  font-family: "optima-lt-pro", sans-serif;
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer-center p {
    margin-bottom: 0;
  }
}
.footer-center span {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}

.footer-sub-menu {
  padding-left: 10px;
}
.footer-sub-menu li {
  padding-top: 16px;
}
.footer-sub-menu li a {
  color: #191919;
  transition: all 0.5s;
}
.footer-sub-menu li a img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: static;
  margin-left: 10px;
  content: url("../img/tab-icon.png");
}
.footer-sub-menu li a:hover {
  color: #1DBABF;
}
.footer-sub-menu li a:hover img {
  content: url("../img/file-icon.png");
}

.footer-right {
  min-width: 350px;
}
@media screen and (max-width: 767px) {
  .footer-right {
    min-width: 200px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-right-nav {
    width: 100%;
  }
}
.footer-right-nav li {
  position: relative;
}
.footer-right-nav li:not(:first-child) {
  padding-top: 30px;
}
.footer-right-nav li a {
  font-size: 24px;
  display: inline-block;
  color: #191919;
  width: 100%;
  font-family: "optima-lt-pro", sans-serif;
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.footer-right-nav li a:hover {
  color: #1DBABF;
}
.footer-right-nav li a:hover img {
  right: 0px;
  content: url("../img/hover-arrow.png");
}
.footer-right-nav li a img {
  width: 20px;
  position: absolute;
  right: 10px;
  bottom: 35px;
  transition: all 0.5s;
  content: url("../img/arrow.png");
}
.footer-right-nav li a span {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}

.footer-footer {
  display: flex;
  margin-top: 100px;
  padding-top: 30px;
  gap: 30px;
  font-size: 12px;
  border-top: 1px solid #191919;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .footer-footer {
    flex-wrap: wrap;
    gap: 16px;
    line-height: 2;
  }
}
.footer-footer a {
  font-size: 12px;
  color: #191919;
  transition: all 0.5s;
}
.footer-footer a:hover {
  opacity: 0.7;
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* 全画面にする場合 */
  overflow: hidden;
  padding-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width:1199px) {
  .hero {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__pair {
  display: flex !important;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .hero__pair {
    display: block !important;
  }
}
.hero__pair .hero__img-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__pair .hero__img-wrapper {
    height: 50%;
  }
}
.hero__pair .hero__img-wrapper img {
  transition: transform 6s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  will-change: transform, opacity;
  transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero__pair .hero__img-wrapper img .hero__img-wrapper img {
    transition: transform 3s linear, opacity 0.5s ease;
  }
}

.swiper-slide-active .hero__img-wrapper img {
  transform: scale(1);
}

.hero-title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-title {
    position: relative;
    width: 240px;
    margin: auto;
    margin-top: calc(50vh - 82px);
  }
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  padding-left: 11%;
  padding-top: 20vh;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .hero-content {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-content h1 {
  font-size: clamp(60px, 7.5vw, 110px);
  letter-spacing: 0.08rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 61px;
    align-items: center;
    text-shadow: 0 0 16px rgba(25, 25, 25, 0.16);
  }
}
.hero-content .hero-en {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 32px;
  padding-top: 40px;
  padding-left: 140px;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.hero-content .hero-en.is-hide-line {
  padding-left: 0 !important;
}
.hero-content .hero-en.is-hide-line::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) and (max-width:1199px) {
  .hero-content .hero-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .hero-en {
    font-size: 16px;
    text-align: left;
    padding-left: 70px;
    padding-top: 20px;
    text-shadow: 0 0 16px rgba(25, 25, 25, 0.16);
  }
}
.hero-content .hero-en::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 55px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .hero-content .hero-en::before {
    width: 80px;
    top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .hero-en::before {
    width: 60px;
    top: 27px;
  }
}

.hero-text {
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 0.05rem;
  padding-top: 7vh;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 16px;
  }
}

.concept {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  overflow-x: clip;
  z-index: 1;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .image-container {
    width: 100%;
    height: 100vh;
  }
}

.image-slider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  z-index: 5;
}

.image-column {
  display: flex;
  flex-direction: column;
}

.grid-img {
  width: calc((100% - 25px) / 4);
  height: calc((100% - 10px) / 3);
  position: absolute;
  top: 33vh;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .grid-img {
    top: 33vh;
  }
}
.grid-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .concept-left {
    width: 100%;
    opacity: 0.9;
  }
}

.concept-content {
  padding-top: 20%;
  padding-left: 27%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .concept-content {
    padding-top: 40%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .concept-content {
    padding-left: 20px;
    padding-top: 200px;
  }
}
.concept-content h2 {
  font-size: 110px;
  letter-spacing: 0.08rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 40px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width:1199px) {
  .concept-content h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .concept-content h2 {
    font-size: 60px;
  }
}
.concept-content span {
  letter-spacing: 0.05rem;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 32px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .concept-content span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .concept-content span {
    font-size: 16px;
  }
}
.concept-content p {
  font-size: 20px;
  letter-spacing: 0.05rem;
  padding-top: 60px;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  opacity: 0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .concept-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .concept-content p {
    font-size: 16px;
  }
}

.service {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding-bottom: 80px;
  padding-top: 200px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service {
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    padding-top: 80px;
  }
}
.service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #296366;
  filter: blur(3px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.service > * {
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}
.service.is-active::before {
  opacity: 1;
  transition: all 0.6s;
}

.service-title {
  color: #fff;
  padding-left: 11%;
}
@media screen and (max-width: 767px) {
  .service-title {
    padding-left: 20px;
  }
}

.service-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    margin-top: 40px;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}

.service-grid {
  width: 33.3333333333%;
  border: 1px solid #fff;
  aspect-ratio: 640/472;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.6s;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .service-grid {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
}
.service-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s ease, filter 0.4s ease;
  z-index: -1;
}
.service-grid.is-hovered {
  z-index: 2;
  filter: none;
  opacity: 1;
}
.service-grid.is-hovered .service-arrow img {
  content: url("../img/btn-hover.png");
}
.service.is-active .service-grid:not(.is-hovered) {
  background: transparent;
  transition: all 0.6s;
}
.service.is-active .service-grid:not(.is-hovered) .service-arrow {
  display: none;
}
.service.is-active .service-grid:not(.is-hovered)::after {
  display: none;
}
.service-grid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 100%);
}

.service-grid1 {
  background: url(../img/service_01.jpg) no-repeat center center/cover;
}

.service-grid2 {
  background: url(../img/service_02.jpg) no-repeat center center/cover;
}

.service-grid3 {
  background: url(../img/service_03.jpg) no-repeat center center/cover;
}

.service-grid4 {
  background: url(../img/service_04.jpg) no-repeat center center/cover;
}
.service-grid4 .service-grid-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-grid4 .service-grid-title {
    padding-bottom: 20px;
  }
}

.service-grid5 {
  background: url(../img/service_05.jpg) no-repeat center center/cover;
}
.service-grid5 .service-grid-title {
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .service-grid5 .service-grid-title {
    padding-bottom: 10px;
  }
}

.service-grid6 {
  background: url(../img/service_06.jpg) no-repeat center center/cover;
}
.service-grid6 .service-grid-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-grid6 .service-grid-title {
    padding-bottom: 20px;
  }
}

.service-grid-title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .service-grid-title {
    padding: 10px;
  }
}
.service-grid-title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 16px #191919;
  transition: all 0.6s;
  padding-right: 80px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-grid-title h2 {
    font-size: 22px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .service-grid-title h2 {
    font-size: 23px;
    padding-right: 35px;
  }
}
.service-grid-title .service-arrow {
  width: 70px;
  transition: all 0.6s;
  position: absolute;
  right: 30px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-grid-title .service-arrow {
    width: 35px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-grid-title .service-arrow {
    width: 35px;
    right: 20px;
  }
}

.banner-wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.banner {
  width: 52%;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.16);
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .banner {
    width: 90%;
    margin-top: 40px;
  }
}
.banner:hover {
  opacity: 0.7;
}

.company {
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
  overflow: hidden;
}
.company::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 500px;
  }
}

.company-img-wrap {
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-img-wrap {
    padding-top: 100px;
    flex-direction: column;
    gap: 10px;
    height: 100vh;
  }
}

.company-img {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 0;
  width: calc((100% - 130px) / 3);
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-img {
    width: calc(100% - 40px);
    height: calc((100vh - 30px) / 3);
    left: 50%;
    top: 100px;
  }
  .company-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-content {
  opacity: 0;
  overflow: hidden;
  margin-top: -320px;
  width: 45%;
  transition: opacity 1.2s ease, transform 1s ease;
  margin-left: auto;
  padding-right: 10%;
  padding-bottom: 120px;
  position: relative;
  top: -18rem;
}
@media screen and (max-width: 767px) {
  .company-content {
    margin-left: 20px;
    width: 100%;
    margin-top: -660px;
  }
}

.company-title {
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-title {
    text-align: left;
  }
}

.company-text {
  color: #fff;
  line-height: 2;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .company-text {
    padding-top: 60px;
  }
}

.company-btn {
  margin-left: auto;
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company-btn {
    margin-top: 60px;
  }
}
.company-btn a {
  color: #fff;
  transition: opacity 0.5s ease;
  position: relative;
}
.company-btn a img {
  content: url("../img/white-arrow.png");
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
}
.company-btn a:hover img {
  content: url("../img/circle-arrow.png");
}

.strength {
  padding: 160px 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #CAE6E6, #FFF 50%, #CAE6E6);
}
@media screen and (max-width: 767px) {
  .strength {
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }
}

.strength-title {
  text-align: center;
}

.strength-wrap {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .strength-wrap {
    padding-top: 43px;
  }
}

.strength-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .strength-row {
    flex-direction: column;
    padding-bottom: 0;
  }
  .strength-row:first-child {
    flex-direction: column-reverse;
    padding-bottom: 70px;
  }
}

.strength-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .strength-img {
    width: 100%;
    padding-bottom: 40px;
  }
}

.strength-content {
  width: calc(50% - 80px);
}
@media (min-width: 768px) and (max-width:1199px) {
  .strength-content {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .strength-content {
    width: 100%;
  }
}
.strength-content p {
  line-height: 2;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .strength-content p {
    padding-top: 15px;
  }
}

.sdgs {
  position: relative;
  background: #F5FAFA;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  padding-bottom: 200px;
  padding-top: 240px;
  margin-top: -80px;
  min-height: 1650px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding-top: 80px;
    padding-bottom: 80px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.sdgs-circle {
  position: absolute;
  width: 40%;
  right: 0;
  top: 80px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-circle {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-circle {
    width: 110px;
    top: 40px;
  }
}

.sdgs-head {
  width: 50%;
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-head {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-head {
    width: 100%;
  }
}

.sdgs-subcatch {
  padding-top: 90px;
  padding-bottom: 80px;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sdgs-subcatch {
    font-size: 24px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.sdgs-subcatch p {
  padding-bottom: 20px;
}
.sdgs-subcatch span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sdgs-subcatch span {
    font-size: 16px;
  }
}

.sdgs-head-text {
  line-height: 2;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs-head-text {
    padding-bottom: 20px;
  }
}

.sdgs-inner {
  height: 140vh;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sdgs-inner {
    height: auto;
  }
}

.sdgs-cards {
  position: relative;
}

.sdgs-card {
  width: 100%;
  display: flex;
  max-height: 550px;
  align-items: center;
  justify-content: space-between;
  padding: 70px 60px 70px 30px;
  background-color: #fff;
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-card {
    padding: 40px 30px;
  }
  .sdgs-card:nth-child(2) {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-card {
    position: static;
    max-height: 800px;
    display: block;
    padding: 14px 20px 40px 20px;
  }
}
.sdgs-card:nth-child(1) {
  z-index: 1;
  transform: translateY(0);
}
.sdgs-card:nth-child(2) {
  z-index: 2;
  transform: translateY(600px);
}
.sdgs-card:nth-child(3) {
  z-index: 3;
  transform: translateY(700px);
}
@media screen and (max-width: 767px) {
  .sdgs-card:nth-child(2) {
    z-index: 2;
    transform: translateY(0px);
    padding-bottom: 60px;
  }
  .sdgs-card:nth-child(3) {
    z-index: 3;
    transform: translateY(0px);
  }
}

.sdgs-number {
  font-size: 20px;
  font-family: "optima-lt-pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .sdgs-number {
    font-size: 14px;
    text-align: center;
    padding-bottom: 14px;
  }
}

.sdgs-content {
  margin-left: 10px;
  padding-left: 30px;
  width: calc(100% - 500px);
  position: relative;
}
.sdgs-content::after {
  content: "";
  position: absolute;
  background-color: #E1F0F0;
  width: 1px;
  height: calc(100% + 140px);
  max-height: 550px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-content::after {
    height: calc(100% + 80px);
  }
}
@media screen and (max-width: 767px) {
  .sdgs-content::after {
    width: calc(100% + 40px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-content {
    width: calc(100% - 350px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.sdgs-content h3 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-content h3 {
    font-size: 24px;
    text-align: center;
    line-height: 2;
    padding-top: 20px;
  }
}
.sdgs-content p {
  line-height: 2;
}

.sdgs-right {
  width: 400px;
  background-color: #F5FAFA;
  padding: 30px 0 50px 0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-right {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-right {
    width: 100%;
    margin-top: 40px;
  }
}

.sdgs-right-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sdgs-right-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #47A6B3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sdgs-right-title::after {
    width: 20px;
  }
}

.sdgs-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sdgs-icon {
  width: 100px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .sdgs-icon {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-icon {
    width: 64px;
  }
}

.recruit {
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  padding: 40px 0;
  display: block;
  position: relative;
  z-index: 1;
}
.recruit:hover {
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  border-image-slice: 1;
}
.recruit:hover .recruit-title {
  color: #191919;
}
.recruit:hover .recruit-message {
  color: #191919;
}
.recruit:hover .recruit-left,
.recruit:hover .recruit-right {
  overflow: hidden;
}
.recruit:hover .recruit-left img,
.recruit:hover .recruit-right img {
  transform: scale(1.1);
}
.recruit:hover .recruit-btn {
  color: #191919;
}
.recruit:hover .recruit-btn img {
  content: url("../img/btn-hover.png");
}

.recruit-imgs-sp {
  display: flex;
}

.recruit-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-wrap {
    display: block;
  }
}

.recruit-content {
  text-align: center;
}

.recruit-title {
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.recruit-message {
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-message {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 40px;
  }
}

.recruit-imgs-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-imgs-sp {
    display: flex;
    justify-content: space-between;
  }
}

.recruit-left,
.recruit-right {
  width: 30%;
  overflow: hidden;
  transition: all 0.5s;
}
.recruit-left img,
.recruit-right img {
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .recruit-left,
  .recruit-right {
    width: calc(50% - 5px);
  }
}

.recruit-right {
  border-radius: 8px 0 0 8px;
}
.recruit-right img {
  border-radius: 8px 0 0 8px;
}

.recruit-left {
  border-radius: 0 8px 8px 0;
}
.recruit-left img {
  border-radius: 0 8px 8px 0;
}

.recruit-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.recruit-btn img {
  content: url("../img/white-arrow.png");
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
}
.recruit-btn:hover img {
  content: url("../img/circle-arrow.png");
}

.privacy-head-text {
  padding-top: 80px;
  line-height: 2;
}
@media (min-width: 768px) and (max-width:1199px) {
  .privacy-head-text {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-head-text {
    padding-top: 40px;
  }
}

.privacy-item {
  padding-top: 130px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .privacy-item {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-item {
    padding-top: 60px;
  }
}
.privacy-item h2 {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5FAFA;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .privacy-item h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-item h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.privacy-item h2::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}
.privacy-item ul {
  padding: 48px 12px 0 12px;
}
.privacy-item ul li {
  line-height: 2;
}

.privacy-item-text {
  padding-top: 40px;
  line-height: 2;
}

.privacy-company-box {
  padding: 45px 40px;
  background-color: #F5FAFA;
  line-height: 2;
  margin-top: 48px;
  margin-bottom: 160px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .privacy-company-box {
    width: 100%;
    padding: 30px;
    margin-bottom: 100px;
    margin-top: 30px;
  }
}

.privacy-company-name {
  font-weight: 700;
}

.notice-item {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .notice-item {
    padding-top: 50px;
  }
}
.notice-item:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .notice-item:last-child {
    padding-bottom: 80px;
  }
}
.notice-item h2 {
  font-weight: 700;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .notice-item h2 {
    padding-bottom: 15px;
  }
}
.notice-item a {
  color: #191919;
}
.notice-item a:hover {
  opacity: 0.7;
}
.notice-item p {
  line-height: 2;
}

.online-tabs {
  padding-top: 85px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .online-tabs {
    padding-top: 50px;
    gap: 8px;
  }
}
.online-tabs a {
  color: #999999;
}

.online-item-wrap {
  display: flex;
  gap: 80px 20px;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .online-item-wrap {
    gap: 40px 10px;
  }
}

.online-item {
  width: calc(25% - 15px);
}
.online-item.sold-out .online-item-img {
  position: relative;
}
.online-item.sold-out .online-item-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/Sold\ out.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.online-item:hover .online-item-title {
  color: #1DBABF;
}
.online-item:hover .online-item-price {
  color: #1DBABF;
}
@media screen and (max-width: 767px) {
  .online-item {
    width: calc(50% - 5px);
  }
}

.online-item-title {
  line-height: 2;
  color: #191919;
  padding-bottom: 26px;
  transition: all 0.5s;
}

.online-item-price {
  font-size: 14px;
  color: #191919;
  transition: all 0.5s;
}

.single-main {
  display: flex;
  gap: 60px;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .single-main {
    display: block;
    padding-top: 40px;
  }
}

.item-title-sp {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  padding-bottom: 25px;
  line-height: 1.5;
}

.single-img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .single-img {
    width: 100%;
  }
}

.single-sub-img {
  width: 25%;
  margin-top: 20px;
}

.single-content {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .single-content {
    width: 100%;
    padding-top: 20px;
  }
}
.single-content h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  padding-bottom: 34px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width:1199px) {
  .single-content h2 {
    font-size: 28px;
  }
}

.single-price {
  font-size: 20px;
  text-align: right;
  padding-bottom: 34px;
}
.single-price span {
  font-size: 14px;
}

.single-text-blue {
  width: 100%;
  text-align: right;
  padding: 13px 20px;
  background-color: #F5FAFA;
  font-size: 14px;
  margin-bottom: 20px;
}

.single-cart-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-bottom: 43px;
}

.cart-count {
  border: 2px solid #F5FAFA;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
}

.single-cart-btn {
  width: 200px;
  height: 44px;
  background-color: #1DBABF;
  border-radius: 4px;
}
.single-cart-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 13px;
}

.single-text-red {
  color: #FF0000;
  text-align: right;
  padding-bottom: 20px;
  font-size: 12px;
}

.single-pay-text {
  color: #1DBABF;
  font-size: 12px;
  display: block;
  text-align: right;
  text-decoration: underline;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .single-pay-text {
    padding-bottom: 60px;
  }
}

.single-text-box {
  width: 100%;
  padding: 48px 40px;
  background-color: #F5FAFA;
}
@media screen and (max-width: 767px) {
  .single-text-box {
    padding: 30px;
  }
}
.single-text-box p {
  line-height: 2;
}

.single-box-title {
  font-weight: 700;
  padding-bottom: 20px;
}

.company-about {
  display: flex;
  padding-top: 130px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-about {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company-about {
    padding-top: 0px;
    display: block;
  }
}

.company-about-img {
  width: calc(100% - 600px);
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-about-img {
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 767px) {
  .company-about-img {
    width: 100%;
  }
}

.company-about-content {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .company-about-content {
    width: 100%;
  }
}
.company-about-content h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #E1F0F0;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-about-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .company-about-content h2 {
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.company-about-content h2::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}

.company-about-text {
  padding-top: 16px;
  line-height: 2;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company-about-text {
    padding-bottom: 40px;
  }
}
.company-about-text p {
  padding-bottom: 20px;
}

.company-message {
  padding-top: 130px;
  padding-bottom: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company-message {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.company-message-img {
  padding-top: 48px;
}

.company-message-wrap {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company-message-wrap {
    gap: 10px;
    flex-direction: column-reverse;
  }
}

.company-message-content {
  padding-top: 90px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message-content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-message-content {
    padding-top: 20px;
  }
}
.company-message-content p {
  line-height: 2;
  padding-bottom: 20px;
}

.company-message-vertical {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message-vertical {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .company-message-vertical {
    font-size: 20px;
    writing-mode: horizontal-tb;
  }
}
.company-message-vertical p {
  background: linear-gradient(180deg, #1F7A99, #1DBABF 50%, #47A6B3);
  margin-left: 15px;
  padding: 15px;
  display: inline-block;
  margin-top: -20px;
  padding: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .company-message-vertical p {
    margin-left: 0;
    margin-top: 10px;
  }
}

.company-message-position {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message-position {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-message-position {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.company-message-sign {
  width: 216px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-message-sign {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .company-message-sign {
    width: 170px;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  .company-slider {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .company-slider {
    height: 250px;
  }
}

.company-slider-item {
  width: 20%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-slider-item {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .company-slider-item {
    height: 100%;
    width: 200px;
  }
  .company-slider-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-overview {
  padding-top: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-overview {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company-overview {
    padding-top: 80px;
  }
}

.company-overview-wrap {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .company-overview-wrap {
    display: block;
  }
}

.company-overview-img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .company-overview-img {
    width: 100%;
    height: 200px;
  }
}
.company-overview-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-overview-content {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .company-overview-content {
    width: 100%;
  }
}

.company-overview-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #E1F0F0;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-overview-row {
    display: block;
  }
}
.company-overview-row:last-child {
  border-bottom: 1px solid #E1F0F0;
}

.company-overview-label {
  width: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-overview-label {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company-overview-label {
    width: 100px;
  }
}

.company-overview-text {
  width: calc(100% - 160px);
  line-height: 2;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-overview-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company-overview-text {
    width: calc(100% - 100px);
  }
}
.company-overview-text p {
  padding-bottom: 20px;
}

.company-access {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .company-access {
    padding: 80px 0;
  }
}

.company-access-map {
  position: relative;
  margin-top: 48px;
  width: 100%;
  aspect-ratio: 15/7;
}
.company-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-access-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-access-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .company-access-wrap {
    padding-top: 50px;
  }
}

.company-access-content {
  width: 500px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-access-content {
    width: 100%;
  }
}
.company-access-content h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  border-bottom: 2px solid #E1F0F0;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-access-content h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.company-access-content h2::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}
.company-access-content p {
  line-height: 2;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .company-access-content p {
    padding-top: 20px;
  }
}

.company-access-imgs {
  display: flex;
  gap: 20px;
}

.company-access-imgs {
  width: calc(100% - 540px);
}
@media (min-width: 768px) and (max-width:1199px) {
  .company-access-imgs {
    width: 100%;
    margin-top: 30px;
  }
}

.page-service {
  padding-top: 22vh;
  position: relative;
  z-index: 0;
}
@media (max-width: 900px) {
  .page-service {
    padding-top: 150px;
  }
}

.service-bg {
  position: absolute;
  width: 100%;
  height: 750px;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-service-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
  height: auto;
}
.page-service-wrap .pin-spacer {
  background-color: transparent;
}
@media (max-width: 900px) {
  .page-service-wrap {
    display: block;
  }
}

.page-service-bg {
  position: absolute;
  top: 140px;
  width: 40%;
  right: 0;
  height: calc(100% - 480px);
  background: linear-gradient(180deg, #1F7A99, #1DBABF 50%, #47A6B3);
  z-index: -1;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 900px) {
  .page-service-bg {
    top: 600px;
    height: calc(100% - 650px);
  }
}
.page-service-bg span {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 32px;
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05em;
  writing-mode: sideways-rl;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 120px;
}
@media screen and (max-width: 767px) {
  .page-service-bg span {
    display: none;
  }
}

.page-service-fixed {
  height: 800px;
  width: 45%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-fixed {
    height: 700px;
  }
}
@media (max-width: 900px) {
  .page-service-fixed {
    width: 100%;
    height: auto;
  }
}
.page-service-fixed h1 {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 900px) {
  .page-service-fixed h1 {
    font-size: 16px;
  }
}
.page-service-fixed h1::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}
.page-service-fixed p {
  margin-top: 8vh;
  border-top: 1px solid #E1F0F0;
  line-height: 2;
  font-size: clamp(14px, 1.25vw, 18px);
  padding-top: 3vh;
  padding-bottom: 3.5vh;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-fixed p {
    font-size: 16px;
    margin-top: 8vh;
  }
}
@media (max-width: 900px) {
  .page-service-fixed p {
    margin-top: 5vh;
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.page-service-title {
  margin-top: 7vh;
}
@media (max-width: 900px) {
  .page-service-title {
    margin-top: 40px;
  }
}
.page-service-title h2 {
  font-size: clamp(60px, 5.56vw, 80px);
  letter-spacing: 0.05em;
  font-family: "optima-lt-pro", sans-serif;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 900px) {
  .page-service-title h2 {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
.page-service-title span {
  font-size: clamp(16px, 1.39vw, 20px);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-title span {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .page-service-title span {
    font-size: 16px;
  }
}

.service-fixed-label {
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  border-radius: 17px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-fixed-label {
    font-size: 16px;
  }
}

.service-fixed-list {
  padding-top: 10px;
  font-size: 18px;
  line-height: 2;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-fixed-list {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .service-fixed-list {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.service-fixed-list span {
  padding-left: 20px;
}
.service-fixed-list .is-item {
  position: relative;
}
.service-fixed-list .is-item::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.page-service-content {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 900px) {
  .page-service-content {
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

.page-service-card {
  padding: 40px 40px 64px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 48px;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.04);
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-card {
    padding: 40px 20px;
  }
}
@media (max-width: 900px) {
  .page-service-card {
    padding: 40px 20px;
    margin-bottom: 10px;
  }
}
.page-service-card p {
  line-height: 2;
  font-size: 18px;
  padding-top: 24px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-service-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-service-card p {
    font-size: 14px;
  }
}
.page-service-card p span {
  color: #fff;
  background: #1F7A99;
  padding: 0px 2px 5px 2px;
  font-family: "Shippori Mincho", serif;
}

.service-card-title {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #fff;
}
.service-card-title h3 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-card-title h3 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .service-card-title h3 {
    font-size: 24px;
  }
}

.service-card-number {
  width: 50px;
}

.page-service-banner {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  margin-top: 80px;
  width: 100%;
  height: 200px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-service-banner {
    height: 220px;
    margin-top: 20px;
  }
}
.page-service-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/service-banner.png) no-repeat center center/cover;
  transition: transform 0.6s ease;
  z-index: -2;
}
.page-service-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  background-color: #102529;
  opacity: 0.75;
  z-index: -1;
}
.page-service-banner p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-service-banner:hover::before {
  transform: scale(1.1);
}
.page-service-banner:hover .service-banner-btn img {
  content: url(../img/banner-icon-hover.png);
}

.page-service-banner.page-service-banner-02::before {
  background: url(../img/service-banner02.png) no-repeat center center/cover;
}

.service-banner-logo {
  width: 136px;
  margin: 45px auto 20px auto;
}

.service-banner-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.service-banner-btn span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.service-banner-btn img {
  width: 48px;
  transition: all 0.5s;
}

.service-other {
  padding: 160px 0;
  position: relative;
  background: linear-gradient(180deg, #E1F0F0, #F5FAFA 50%, #ffffff);
}
@media screen and (max-width: 767px) {
  .service-other {
    padding: 80px 0;
    z-index: 15;
  }
}

.service-other-wrap {
  padding-top: 48px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-other-card {
  display: inline-block;
  width: calc((100% - 32px) / 3);
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-other-card {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .service-other-card {
    width: 100%;
    min-width: auto;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
    margin-bottom: 0px;
  }
}
.service-other-card:hover {
  overflow: hidden;
}
.service-other-card:hover .service-other-img {
  transform: scale(1.1);
}
.service-other-card:hover .service-other-arrow {
  background: url(../img/circle-arrow.png) no-repeat center center/contain;
}

.other-card-wrap {
  display: flex;
}

.service-other-nav {
  background: linear-gradient(45deg, #1F7A99, #1DBABF 80%, #47A6B3);
  min-width: 64%;
  border-radius: 8px 0 0 8px;
  padding: 32px 20px 24px 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-other-nav {
    padding: 25px 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-other-nav {
    padding: 20px 0 20px 20px;
    height: 250px;
    min-width: 190px;
  }
}

.service-other-number {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "optima-lt-pro", sans-serif;
}
.service-other-number span {
  font-size: 12px;
  writing-mode: sideways-rl;
}
@media screen and (max-width: 767px) {
  .service-other-number span {
    font-size: 10px;
  }
}
.service-other-number p {
  font-size: clamp(30px, 2.78vw, 40px);
}
@media screen and (max-width: 767px) {
  .service-other-number p {
    font-size: 32px;
  }
}

.service-other-title {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  font-size: clamp(18px, 1.5vw, 24px);
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width:1199px) {
  .service-other-title {
    font-size: clamp(16px, 1.7vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .service-other-title {
    font-size: 18px;
  }
}

.service-other-arrow {
  width: 48px;
  height: 48px;
  transition: all 0.6s;
  background: url(../img/white-boeder-btn.png) no-repeat center center/contain;
}

.service-other-img {
  height: 300px;
  min-width: 36%;
  max-width: 40%;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .service-other-img {
    height: 250px;
    width: calc(100% - 190px);
  }
}
.service-other-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.recruit-logo {
  position: absolute;
  width: 240px;
  top: -20px;
  left: -20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-logo {
    width: 120px;
    top: 50px;
  }
}

.recruit-container--1 {
  margin-top: -80px;
  padding-bottom: 40px;
  position: relative;
  margin-left: 17%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--1 {
    margin-top: -40px;
    margin-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--1 {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    margin-top: -30px;
  }
}
.recruit-container--1 h1 {
  font-size: clamp(100px, 9.72vw, 140px);
  font-weight: 300;
  top: 40vh;
  position: absolute;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--1 h1 {
    font-size: clamp(80px, 9.72vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--1 h1 {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.4;
    position: static;
  }
}
.recruit-container--1 h1 span {
  font-size: clamp(120px, 10.42vw, 150px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--1 h1 span {
    font-size: clamp(90px, 10.42vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--1 h1 span {
    font-size: 48px;
  }
}
.recruit-container-imgs {
  display: flex;
  gap: 80px;
  justify-content: end;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container-imgs {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container-imgs {
    display: block;
  }
}

.recruit-top-img--1 {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .recruit-top-img--1 {
    width: 60%;
    margin-left: auto;
    margin-right: 20px;
  }
}

.recruit-top-img--1 img {
  height: 37vh;
}
@media screen and (max-width: 767px) {
  .recruit-top-img--1 img {
    height: auto;
  }
}

.recruit-top-img--2 {
  width: 31%;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .recruit-top-img--2 {
    margin-top: 30px;
    width: 40%;
    margin-left: auto;
  }
}

.recruit-container-wrap--1 {
  position: relative;
  padding-left: 17%;
  margin-top: 110px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container-wrap--1 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container-wrap--1 {
    padding-left: 20px;
    margin-top: -40px;
  }
}

.recruit-top-line--1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-line--1 {
    bottom: 270px;
    top: auto;
  }
}

.recruit-container--2,
.recruit-container--3 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-container--2,
  .recruit-container--3 {
    display: block;
  }
}

.recruit-container--2 {
  gap: 90px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--2 {
    gap: 50px;
  }
}
.recruit-container--2 .recruit-top-img--3 {
  margin-top: 70px;
  width: 31%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--2 .recruit-top-img--3 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--2 .recruit-top-img--3 {
    width: 70%;
  }
}

.recruit-container--3 {
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--3 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
  }
}
.recruit-container--3 .recruit-top-img--4 {
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruit-container--3 .recruit-top-img--4 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--3 .container--3-text {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  .recruit-top-img-5 {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top-img-5 {
    width: 70%;
    margin-top: 30px;
  }
}

.recruit-container-content {
  position: relative;
  z-index: 1;
}
.recruit-container-content p {
  font-size: clamp(16px, 1.53vw, 22px);
  line-height: 1.5;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-container-content p {
    font-size: 14px;
    padding-top: 30px;
  }
}
.recruit-container-content p span {
  font-size: clamp(28px, 3vw, 45px);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-container-content p span {
    font-size: 20px;
  }
}
.recruit-container-content p.ml-100 {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .recruit-container-content p.ml-100 {
    margin-left: 20px;
  }
}
.recruit-container-content p.container--4-text1 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-container-content p.container--4-text1 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container-content p.container--4-text2 {
    padding-left: 20px;
  }
}

.recruit-container-wrap--2 {
  display: flex;
  padding-right: 12.7%;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container-wrap--2 {
    padding-right: 7%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container-wrap--2 {
    display: block;
    padding-right: 0;
  }
}

.recruit-top-line--2 {
  width: 100%;
  position: absolute;
  top: -60px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .recruit-top-line--2 {
    top: 300px;
  }
}

.recruit-container--4-top {
  display: flex;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-container--4-top {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-container--4-top {
    display: block;
  }
}

.recruit-big-message {
  writing-mode: vertical-rl;
  font-size: 140px;
  font-family: "Shippori Mincho", serif;
  margin-top: 120px;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-big-message {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-big-message {
    font-size: 68px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-big-message p {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-big-message p {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-big-message p {
    padding-left: 0;
    line-height: 1.45;
  }
}
.recruit-big-message .recruit-big-message-span {
  color: #1EBDC2;
}
.recruit-big-message .mt-120 {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .recruit-big-message .mt-120 {
    margin-top: -80px;
  }
}

.recruit-container--4-bottom {
  width: 60%;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-container--4-bottom {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 140px;
  }
}

.recruit-slider {
  padding-top: 100px;
  padding-bottom: 160px;
  gap: 40px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-slider {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider {
    padding-top: 40px;
    gap: 20px;
  }
}
.recruit-slider .slider-item-low {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width:1199px) {
  .recruit-slider-item {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider-item {
    width: 240px;
  }
}

.page-bottom-bg {
  position: absolute;
  width: 100%;
  height: 750px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-180deg, #ffffff, #F5FAFA, #E1F0F0, #CAE6E6);
}

.recruit-body {
  position: relative;
}

.recruit-inner {
  padding-left: 34%;
  padding-right: 11%;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recruit-date {
  background-color: #F5FAFA;
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 160px;
  clip-path: polygon(0 0, 100% 80px, 100% 93%, 0 100%);
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-date {
    clip-path: polygon(0 0, 100% 40px, 100% 95%, 0 100%);
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-date {
    clip-path: polygon(0 0, 100% 24px, 100% 98%, 0 100%);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.recruit-body-nav {
  width: 20%;
  padding-left: 40px;
  position: fixed;
  z-index: 20;
  left: 11%;
  top: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-body-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-body-nav {
    display: none;
  }
}
.recruit-body-nav p {
  margin-bottom: 28px;
  position: relative;
}
.recruit-body-nav p::after {
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #191919;
  height: 1px;
}
.recruit-body-nav p.is-white {
  color: #fff;
}
.recruit-body-nav p.is-white::after {
  background-color: #fff;
}
.recruit-body-nav ul li {
  margin-bottom: 28px;
}
.recruit-body-nav ul li a {
  color: #999999;
}
.recruit-body-nav ul li a.is-white {
  color: #CCCCCC;
}
.recruit-body-nav ul li.is-point {
  position: relative;
}
.recruit-body-nav ul li.is-point a {
  color: #191919;
}
.recruit-body-nav ul li.is-point a.is-white {
  color: #fff;
}
.recruit-body-nav ul li.is-point::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1DBABF;
  left: -30px;
}
.recruit-body-nav ul li.is-point.is-white::before {
  background-color: #fff;
}

.date-wrap {
  display: flex;
  gap: 20px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .date-wrap {
    display: block;
    padding-top: 67px;
  }
}

.date-circle {
  width: 69%;
  border-radius: 8px;
}
.date-circle img {
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.08);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .date-circle {
    margin-bottom: 16px;
    width: 100%;
  }
}

.date-imgs {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .date-imgs {
    display: flex;
    gap: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .date-imgs-small {
    width: calc(50% - 8px);
  }
}

.date-img-big img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .date-img-big {
    width: calc(50% - 8px);
  }
}

.date-img {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.08);
  border-radius: 8px;
}
.date-img img {
  border-radius: 8px;
}

.page-recruit-title h2 {
  font-size: 80px;
  letter-spacing: 0.05em;
  font-family: "optima-lt-pro", sans-serif;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-recruit-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit-title h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.page-recruit-title span {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-recruit-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit-title span {
    font-size: 16px;
  }
}

.recruit-job {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-job {
    padding-bottom: 80px;
  }
}

.job-message {
  line-height: 2;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .job-message {
    padding: 67px 0;
  }
}

.job-row {
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
}
.job-row:nth-child(1) .job-img p {
  color: #1F9599;
}
.job-row:nth-child(2) .job-img p {
  color: #1F9599;
}
.job-row:nth-child(3) .job-img p {
  color: #7AC9CC;
}
@media screen and (max-width: 767px) {
  .job-row {
    display: block;
  }
}

.job-img {
  position: relative;
  width: 46%;
}
.job-img p {
  position: absolute;
  font-size: 48px;
  top: -20px;
  left: 0;
  font-weight: 700;
  letter-spacing: 0.05rem;
  transform: rotate(-4deg);
}
@media screen and (max-width: 767px) {
  .job-img {
    width: 96%;
    padding-right: 8px;
  }
  .job-img::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1EBDC2;
  }
}

.job-content {
  width: 54%;
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #1EBDC2;
}
@media screen and (max-width: 767px) {
  .job-content {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 30px;
  }
}
.job-content h3 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .job-content h3 {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.job-content p {
  line-height: 2;
}

.jobs-number {
  position: absolute;
  left: 5px;
  top: 0;
  writing-mode: vertical-lr;
  font-size: 14px;
  color: #1DBABF;
  font-family: "optima-lt-pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .jobs-number {
    right: -4%;
    font-size: 10px;
    left: auto;
    top: 0;
  }
}

.recruit-career {
  background-color: #F5FAFA;
  position: relative;
  padding-bottom: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-career {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-career {
    padding-bottom: 80px;
  }
}

.page-flow-title,
.page-career-title {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-flow-title,
  .page-career-title {
    top: -30px;
    right: auto;
  }
}
.page-flow-title h2,
.page-career-title h2 {
  color: #E1F0F0;
  font-size: 120px;
  letter-spacing: 0.05em;
  font-family: "optima-lt-pro", sans-serif;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-flow-title h2,
  .page-career-title h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-flow-title h2,
  .page-career-title h2 {
    font-size: 60px;
  }
}
.page-flow-title span,
.page-career-title span {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width:1199px) {
  .page-flow-title span,
  .page-career-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-flow-title span,
  .page-career-title span {
    font-size: 20px;
    top: 20px;
    right: auto;
    margin-left: 0;
  }
}

.flow-inner,
.career-inner {
  position: relative;
}

.career-top {
  padding-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .career-top {
    padding-top: 52px;
  }
}

.career-box-wrap {
  position: relative;
}
.career-box-wrap::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 190px);
  background: linear-gradient(180deg, #A3CCCC, #1F7A99);
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
}
@media screen and (max-width: 767px) {
  .career-box-wrap::before {
    left: 15px;
    height: calc(100% - 245px);
  }
}

.career-box {
  margin-top: 80px;
  margin-left: 90px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.16);
  padding: 40px 40px 40px 60px;
}
.career-box:nth-child(1) .career-year {
  background-color: #1F998F;
}
.career-box:nth-child(2) .career-year {
  background-color: #1F9999;
}
.career-box:nth-child(3) .career-year {
  background-color: #1F8F99;
}
.career-box:nth-child(4) .career-year {
  background-color: #1F8599;
}
.career-box:nth-child(5) .career-year {
  background-color: #287F9D;
}
@media screen and (max-width: 767px) {
  .career-box {
    margin-top: 40px;
    margin-left: 34px;
    padding: 30px 16px 30px 60px;
  }
}
.career-box h3 {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .career-box h3 {
    font-size: 16px;
    padding-bottom: 16px;
  }
}
.career-box p {
  line-height: 2;
}

.career-year {
  position: absolute;
  width: 115px;
  height: 70px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  padding-top: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
}
@media screen and (max-width: 767px) {
  .career-year {
    width: 75px;
    height: 45px;
    padding-top: 10px;
    left: -34px;
  }
}
.career-year span {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .career-year span {
    font-size: 24px;
  }
}

.recruit-person {
  background-color: #1DBABF;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-person {
    padding-top: 70px;
    padding-bottom: 64px;
  }
}
.recruit-person h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-person h2 {
    font-size: 20px;
  }
}
.recruit-person h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 32px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.person-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .person-wrap {
    display: block;
  }
}

.person-card {
  width: calc(50% - 10px);
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 32px;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .person-card {
    width: 100%;
    margin-bottom: 16px;
    gap: 20px;
  }
}
.person-card p {
  line-height: 2;
}
.person-card p span {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #1DBABF;
}
@media screen and (max-width: 767px) {
  .person-card p span {
    font-size: 16px;
  }
}

.person-icon {
  width: 27.7%;
}
@media screen and (max-width: 767px) {
  .person-icon {
    width: 30%;
  }
}

.recruit-interview {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-interview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.interview-text {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .interview-text {
    padding-top: 67px;
  }
}

.interview-item {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .interview-item {
    margin-top: 70px;
    padding-bottom: 10px;
  }
}

.interview-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.interview-img-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .interview-img-text {
    bottom: 14px;
    left: 20px;
  }
}
.interview-img-text h3 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  display: inline-block;
  border-radius: 2px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .interview-img-text h3 {
    font-size: 16px;
    padding: 6px;
  }
}

.interview-name {
  background-color: #fff;
  padding: 15px;
  border-radius: 2px;
  margin-top: 35px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .interview-name {
    padding: 6px;
    font-size: 9px;
    margin-top: 0;
  }
}
.interview-name span {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .interview-name span {
    font-size: 14px;
  }
}

.interview-content {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .interview-content {
    margin-top: 70px;
  }
}

.interview-q {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 28px;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-q {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.interview-q::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
}
@media screen and (max-width: 767px) {
  .interview-q::before {
    width: 20px;
  }
}

.interview-a {
  line-height: 2;
}

.recruit-welfare {
  background-color: #F5FAFA;
  padding-top: 160px;
  padding-bottom: 240px;
  clip-path: polygon(0 0, 100% 80px, 100% 93%, 0 100%);
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-welfare {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-welfare {
    clip-path: polygon(0 0, 100% 40px, 100% 95%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .recruit-welfare {
    clip-path: polygon(0 0, 100% 24px, 100% 98%, 0 100%);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.welfare-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .welfare-wrap {
    padding-top: 67px;
  }
}

.welfare-item {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.16);
  padding-top: 64px;
  padding-bottom: 43px;
  width: calc((100% - 20px) / 3);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .welfare-item {
    width: calc(50% - 5px);
    padding-top: 25px;
  }
}
.welfare-item h3 {
  text-align: center;
  padding-top: 35px;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .welfare-item h3 {
    font-size: 14px;
  }
}

.welfare-img {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .welfare-img {
    width: 85px;
  }
}

.recruit-description {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-description {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-description {
    padding-bottom: 80px;
  }
}

.description-wrap {
  padding-top: 124px;
}
@media screen and (max-width: 767px) {
  .description-wrap {
    padding-top: 57px;
  }
}

.description-row {
  display: flex;
  padding: 48px 20px;
  border-top: 1px solid #E1F0F0;
}
@media screen and (max-width: 767px) {
  .description-row {
    padding: 24px 0;
    display: block;
  }
}
.description-row:last-child {
  border-bottom: 1px solid #E1F0F0;
}

.description-label {
  width: 200px;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .description-label {
    padding-bottom: 30px;
    width: 100%;
  }
}

.description-text {
  width: calc(100% - 200px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .description-text {
    width: 100%;
  }
  .description-text p {
    padding-bottom: 30px;
  }
}

.recruit-flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .recruit-flow {
    margin-bottom: 80px;
  }
}

.recruit-entry {
  background: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  display: block;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  transition: all 0.5s;
}
.recruit-entry:hover {
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #1F7A99, #1DBABF 50%, #47A6B3);
  border-image-slice: 1;
}
.recruit-entry:hover .entry-title {
  color: #191919;
  transition: all 0.5s;
}
.recruit-entry:hover .entry-btn {
  transition: all 0.5s;
  width: 153px;
  height: 153px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-entry:hover .entry-btn {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-entry:hover .entry-btn {
    width: 73px;
    height: 73px;
  }
}
.recruit-entry:hover .entry-btn img {
  content: url(../img/btn-hover.png);
  transition: all 0.5s;
}
@media (min-width: 768px) and (max-width:1199px) {
  .recruit-entry {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-entry {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.entry-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-title {
  color: #fff;
  transition: all 0.5s;
}
.entry-title h2 {
  font-size: 80px;
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05em;
  padding-bottom: 33px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .entry-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.entry-title span {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width:1199px) {
  .entry-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title span {
    font-size: 16px;
  }
}

.entry-btn {
  width: 165px;
  height: 165px;
  position: absolute;
  right: 11%;
}
@media (min-width: 768px) and (max-width:1199px) {
  .entry-btn {
    width: 140px;
    height: 140px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn {
    width: 83px;
    height: 83px;
    right: 20px;
  }
}
.entry-btn img {
  transition: all 0.5s;
}/*# sourceMappingURL=main.css.map */