@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  color: #0a2a3f;
  background-color: #f3f8fa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0a2a3f;
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a,
th,
td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in,
.fade-in.show {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1.1vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4.2vw;
  }
}

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vw;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #f3f8fa;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 5.5vw;
  }
}
#lower .lower_contents p {
  font-family: "Cinzel", serif;
  color: #f3f8fa;
  font-size: 2vw;
  text-align: center;
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #0a2a3f;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.12);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e8aa3;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #0e8aa3;
  padding: 0.5rem 1rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  box-shadow:
    1px 1px 2px rgba(255, 255, 255, 0.3),
    1px -1px 2px rgba(255, 255, 255, 0.3),
    -1px 1px 2px rgba(255, 255, 255, 0.3),
    -1px -1px 2px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #0a2a3f;
  background-color: #fff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
#loading.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loading .load-logo {
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 5vw, 52px);
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
#loading .load-logo b {
  font-weight: 600;
}
#loading .load-logo span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(9px, 1vw, 12px);
  letter-spacing: 0.45em;
  opacity: 0.75;
  margin-top: 6px;
}
#loading .pulse {
  display: flex;
  gap: 10px;
}
#loading .pulse i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  font-style: normal;
  animation: pulseDot 0.9s ease-in-out infinite;
}
#loading .pulse i:nth-child(1) {
  animation-delay: 0s;
}
#loading .pulse i:nth-child(2) {
  animation-delay: 0.2s;
}
#loading .pulse i:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulseDot {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 60px);
  height: 72px;
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease;
}
#header.scrolled {
  background: rgba(10, 42, 63, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
#header .h-logo {
  font-family: "Fraunces", serif;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  flex-shrink: 0;
}
#header .h-logo b {
  font-weight: 600;
}
#header .h-logo span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 8px;
  letter-spacing: 0.4em;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #header .h-nav {
    display: none;
  }
}
#header .h-nav ul {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  list-style: none;
}
#header .h-nav ul a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s;
}
#header .h-nav ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #39bcd6;
  transform: scaleX(0);
  transition: transform 0.3s;
}
#header .h-nav ul a:hover,
#header .h-nav ul a.current {
  color: #fff;
}
#header .h-nav ul a:hover::after,
#header .h-nav ul a.current::after {
  transform: scaleX(1);
}
#header .h-cta {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #0a2a3f;
  background: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #header .h-cta {
    display: none;
  }
}
#header .h-cta:hover {
  background: #39bcd6;
  color: #fff;
}
#header .h-sp-icons {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .h-sp-icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
#header .h-sp-icons a {
  color: #fff;
  font-size: 18px;
}
#header .h-sp-icons .h-menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.globalMenuSp {
  position: fixed;
  inset: 0;
  z-index: 8500;
  background: rgba(10, 42, 63, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}
.globalMenuSp .sp-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
}
.globalMenuSp nav {
  text-align: center;
}
.globalMenuSp nav ul {
  list-style: none;
  margin-bottom: 32px;
}
.globalMenuSp nav ul li {
  margin-bottom: 16px;
}
.globalMenuSp nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  min-width: 180px;
  transition: color 0.3s;
}
.globalMenuSp nav ul li a:hover {
  color: #39bcd6;
}
.globalMenuSp nav .sp-policy {
  margin-bottom: 24px;
}
.globalMenuSp nav .sp-policy a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.globalMenuSp nav .sp-tel {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.globalMenuSp nav .sp-tel i {
  margin-right: 8px;
  color: #39bcd6;
}

/* ===== 旧ヘッダーSCSS（.loading / .spinner-box / header#header_pc / #header_sp / .hamburger / nav.globalMenuSp）は新構造に置き換え済み ===== */
#hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(60px, 8vw, 120px);
  padding-left: clamp(28px, 8vw, 120px);
}
@media screen and (max-width: 768px) {
  #hero {
    padding-left: clamp(20px, 6vw, 40px);
    padding-bottom: 80px;
  }
}
#hero .hero-slides {
  position: absolute;
  inset: 0;
}
#hero .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
#hero .hero-slide.active {
  opacity: 1;
}
#hero .hero-slide .hero-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: kenburns 12s ease-in-out infinite alternate;
}
#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(8, 42, 58, 0.78) 30%,
    rgba(8, 42, 58, 0.18) 100%
  );
}
#hero .hero-deco {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Fraunces", serif;
  font-size: clamp(180px, 28vw, 360px);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #hero .hero-deco {
    right: -20px;
    font-size: clamp(120px, 50vw, 220px);
  }
}
#hero .hero-inner {
  position: relative;
  z-index: 1;
}
#hero .hero-inner .hero-eyebrow {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #39bcd6;
  margin-bottom: 20px;
  display: block;
}
#hero .hero-inner .hero-title {
  font-family: "Fraunces", serif;
  font-size: clamp(40px, 7vw, 96px);
  color: #fff;
  line-height: 1.05;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
#hero .hero-inner .hero-title .l1 {
  font-style: italic;
  font-weight: 300;
}
#hero .hero-inner .hero-title .l2 {
  font-weight: 600;
}
#hero .hero-inner .hero-sub {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: clamp(14px, 1.2vw, 16px);
  margin-bottom: 40px;
  line-height: 1.8;
}
#hero .hero-inner .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  box-shadow: 0 16px 32px -12px rgba(14, 138, 163, 0.6);
  transition: transform 0.35s ease;
}
#hero .hero-inner .hero-btn:hover {
  transform: translateY(-3px);
}
#hero .hero-scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.5);
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #hero .hero-scroll {
    display: none;
  }
}
#hero .hero-scroll span {
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  49% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#concept {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #fff;
  text-align: center;
}
#concept .concept-wrap {
  max-width: 680px;
  margin: 0 auto;
}
#concept .concept-wrap .label {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: #0e8aa3;
  margin-bottom: 20px;
  display: block;
}
#concept .concept-wrap .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 38px);
  color: #0a2a3f;
  margin-bottom: 28px;
  display: block;
  line-height: 1.3;
}
#concept .concept-wrap p {
  color: #3f5d70;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
}

#band {
  padding: 80px clamp(28px, 6vw, 90px);
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  text-align: center;
  overflow: hidden;
}
#band .band-in .band-en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(22px, 3.5vw, 48px);
  color: #fff;
  display: block;
  margin-bottom: 12px;
}
#band .band-in .band-ja {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.65);
}

#feature {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #f3f8fa;
}
#feature .feature-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
#feature .f-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #feature .f-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #feature .f-cards {
    grid-template-columns: 1fr;
  }
}
#feature .f-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 18px 44px -28px rgba(10, 42, 63, 0.4);
}
#feature .f-card .ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
}
#feature .f-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0a2a3f;
  margin-bottom: 12px;
}
#feature .f-card p {
  font-size: 13.5px;
  color: #3f5d70;
  font-weight: 300;
  line-height: 1.8;
}

#banners .banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  #banners .banners-grid {
    grid-template-columns: 1fr;
  }
}
#banners .banner-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 28px 24px;
  background: #1a3a4a no-repeat center/cover;
  text-decoration: none;
  overflow: hidden;
  min-height: 280px;
}
@media screen and (max-width: 768px) {
  #banners .banner-item {
    min-height: 200px;
  }
}
#banners .banner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 30, 45, 0.82) 0%,
    rgba(8, 30, 45, 0.15) 65%
  );
  transition: background 0.4s ease;
}
#banners .banner-item:hover::before {
  background: linear-gradient(
    to top,
    rgba(8, 30, 45, 0.92) 0%,
    rgba(8, 30, 45, 0.35) 65%
  );
}
#banners .banner-item .bi-text {
  position: relative;
  z-index: 1;
}
#banners .banner-item .bi-text .bi-en {
  font-family: "Fraunces", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
#banners .banner-item .bi-text .bi-ja {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #39bcd6;
}

/* ===== 旧TOPページSCSS（#top_main / #top_news / #top_contents / #contents_divide / #bottom_contents / #flex_contents）は新構造に置き換え済み ===== */
#reasons {
  padding: 120px clamp(28px, 6vw, 90px);
  background: #f3f8fa;
}
#reasons .reasons_wrap {
  max-width: 1180px;
  margin: 0 auto;
}
#reasons .reasons_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #reasons .reasons_grid {
    grid-template-columns: 1fr;
  }
}
#reasons .rcard {
  background: #fff;
  border-radius: 10px;
  padding: 44px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -30px rgba(10, 42, 63, 0.4);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}
#reasons .rcard:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -28px rgba(14, 138, 163, 0.5);
}
#reasons .rcard .no {
  position: absolute;
  right: 20px;
  top: 14px;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 54px;
  color: #f3f8fa;
  line-height: 1;
}
#reasons .rcard .ic {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 28px;
  position: relative;
  box-shadow: 0 16px 30px -12px rgba(14, 138, 163, 0.6);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s,
    border-radius 0.5s;
}
#reasons .rcard .ic::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 28px;
  border: 1.5px solid #7fd8e8;
  opacity: 0.45;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s;
}
#reasons .rcard .ic::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 26px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(3px);
}
#reasons .rcard:hover .ic {
  transform: translateY(-5px) rotate(-7deg);
  border-radius: 28px;
  box-shadow: 0 24px 40px -12px rgba(14, 138, 163, 0.78);
}
#reasons .rcard:hover .ic::before {
  transform: rotate(7deg) scale(1.04);
  opacity: 0.7;
}
#reasons .rcard h3 {
  font-weight: 700;
  font-size: 19px;
  color: #0a2a3f;
  margin-bottom: 14px;
}
#reasons .rcard h3 .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #0e8aa3;
  margin-bottom: 6px;
}
#reasons .rcard p {
  font-weight: 300;
  font-size: 14.5px;
  color: #3f5d70;
}

#area {
  padding: 120px clamp(28px, 6vw, 90px);
  background: #fff;
}
#area .area_wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #area .area_wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  #area .area_wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#area .area_txt p {
  color: #3f5d70;
  font-weight: 300;
  font-size: 15.5px;
  margin: 20px 0;
}
#area .area_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
#area .area_list span {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  background: linear-gradient(135deg, #eef7fa 0%, #dff0f5 100%);
  color: #0a6e84;
  padding: 8px 18px;
  border-radius: 30px;
}
#area .area_map {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 24px 60px -24px rgba(10, 42, 63, 0.35);
}
#area .area_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 3rem;
}
#works .works .works_text p {
  color: #0a2a3f;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    flex-flow: column;
  }
}
#works .works .works_contents ul li {
  width: 30%;
  color: #0a2a3f;
  margin: 2vw 1vw;
  padding: auto;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul li .thumb {
  width: 100%;
  height: 20vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#works .works .works_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works .works_contents ul li .thumb .search i {
  transition: all 0.4s;
  color: #0a2a3f;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works .works_contents ul li .title h4 {
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .text p {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents p {
  color: #0a2a3f;
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
  background-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 35vw;
  }
}
#works .works .works_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img {
  width: 45%;
  height: 100%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #0e8aa3;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}

#modal-container {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#modal-container .modal-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#modal-container img {
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#modal-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
}
#modal-container .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #fff;
}
#modal-container .close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
#modal-container .close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
  }
  #modal-container .close span {
    width: 28px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.sec_head {
  text-align: left;
}
.sec_head.center {
  text-align: center;
}
.sec_head .en {
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 4vw, 52px);
  color: #0a2a3f;
  line-height: 1;
  margin-bottom: 8px;
}
.sec_head .ja {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #0e8aa3;
}

#flow {
  padding: 110px clamp(28px, 6vw, 90px);
  background: linear-gradient(135deg, #eef7fa 0%, #dff0f5 100%);
}
#flow .flow_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
#flow .flow_steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow_steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 22px;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow_steps {
    grid-template-columns: 1fr;
  }
}
#flow .flow_step {
  background: #fff;
  border-radius: 10px;
  padding: 36px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 18px 44px -28px rgba(10, 42, 63, 0.4);
}
#flow .flow_step .n {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  color: #fff;
  font-family: "Fraunces", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 20px;
}
#flow .flow_step h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: #0a2a3f;
}
#flow .flow_step p {
  font-size: 13px;
  color: #3f5d70;
  font-weight: 300;
}

#service .service {
  width: 100%;
}
#service .service .service_text {
  width: 90%;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_text {
    width: 95%;
  }
}
#service .service .service_contents {
  margin-bottom: 5rem;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li {
    flex-flow: column;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    padding: 5rem 0;
  }
}
#service .service .service_contents ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(odd):before {
    background: rgba(0, 0, 0, 0.4);
  }
}
#service .service .service_contents ul li:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(even):before {
    background: rgba(0, 0, 0, 0.4);
  }
}
#service .service .service_contents ul li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(even) {
    flex-flow: column;
  }
}
#service .service .service_contents ul li .list_writing {
  width: 50%;
  padding: 3vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing {
    width: 95%;
    margin: auto;
    padding: 3vw 1vw;
    margin-bottom: 1rem;
  }
}
#service .service .service_contents ul li .list_writing h2 {
  font-size: 2vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li .list_writing h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing h2 {
    font-size: 6vw;
  }
}

#cmp_msg {
  padding: 80px clamp(28px, 6vw, 90px);
  background: #f3f8fa;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cmp_msg {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  #cmp_msg {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#cmp_msg .cmp_img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cmp_msg .cmp_img {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #cmp_msg .cmp_img {
    order: 2;
  }
}
#cmp_msg .cmp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cmp_msg .cmp_msg_txt {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #cmp_msg .cmp_msg_txt {
    order: 1;
  }
}
#cmp_msg .cmp_msg_txt .label {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #0e8aa3;
  margin-bottom: 12px;
}
#cmp_msg .cmp_msg_txt .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 34px);
  color: #0a2a3f;
  display: block;
  margin-bottom: 24px;
  line-height: 1.3;
}
#cmp_msg .cmp_msg_txt p {
  color: #3f5d70;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 16px;
}
#cmp_msg .cmp_msg_txt .sign {
  font-size: 15px;
  color: #0a2a3f;
  font-weight: 700;
  margin-top: 24px;
}
#cmp_msg .cmp_msg_txt .sign small {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #0e8aa3;
  font-weight: 400;
  margin-top: 4px;
}

#company .company {
  padding: 3rem 0;
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
    margin-bottom: 2rem;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #0a2a3f;
  }
}
#company .company .company_contents table tr th,
#company .company .company_contents table tr td {
  padding: 1.5vw;
  color: #0a2a3f;
  border-bottom: 1px solid #0a2a3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th,
  #company .company .company_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th,
  #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#cmp_access {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #f3f8fa;
}
#cmp_access .access_wrap {
  max-width: 1100px;
  margin: 54px auto 0;
}
#cmp_access .access_map {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 21/9;
  box-shadow: 0 24px 60px -24px rgba(10, 42, 63, 0.35);
}
@media screen and (max-width: 768px) {
  #cmp_access .access_map {
    aspect-ratio: 4/3;
  }
}
#cmp_access .access_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #0a2a3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
#sales .sales ul li .sales_name h4 {
  color: #0a2a3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  color: #0a2a3f;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #0e8aa3;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 1vw;
}

#philosophy .philosophy {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy .lower_headline {
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table {
  width: 100%;
}
#philosophy .philosophy table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tbody {
    flex-flow: column;
  }
}
#philosophy .philosophy table tr {
  width: 45%;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #0a2a3f;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table tr th,
#philosophy .philosophy table tr td {
  color: #0a2a3f;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy table tr th,
  #philosophy .philosophy table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr th,
  #philosophy .philosophy table tr td {
    font-size: 3.3vw;
  }
}
#philosophy .philosophy table tr th {
  width: 40%;
}
#philosophy .philosophy table tr td {
  width: 60%;
}

#rec_msg {
  padding: 80px clamp(28px, 6vw, 90px);
  text-align: center;
  background: #f3f8fa;
}
#rec_msg .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 42px);
  color: #0e8aa3;
  margin-bottom: 28px;
  display: block;
}

#rec_points {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #fff;
}
#rec_points .rp_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #rec_points .rp_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #rec_points .rp_grid {
    grid-template-columns: 1fr;
  }
}
#rec_points .rp {
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  border-radius: 10px;
  padding: 36px 28px;
  color: #fff;
  text-align: center;
}
#rec_points .rp b {
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 8px;
}
#rec_points .rp small {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  opacity: 0.8;
  margin-bottom: 14px;
}
#rec_points .rp p {
  font-size: 13.5px;
  font-weight: 300;
  opacity: 0.9;
}

#rec_day {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #f3f8fa;
}
#rec_day .day_wrap {
  max-width: 900px;
  margin: 0 auto;
}
#rec_day .day_list {
  margin-top: 54px;
  position: relative;
}
#rec_day .day_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #39bcd6;
  opacity: 0.3;
}
#rec_day .day_item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #rec_day .day_item {
    gap: 20px;
  }
}
#rec_day .day_time {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0e8aa3;
  min-width: 80px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  #rec_day .day_time {
    min-width: 52px;
    font-size: 13px;
  }
}
#rec_day .day_card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  flex: 1;
  box-shadow: 0 10px 30px -16px rgba(10, 42, 63, 0.25);
}
#rec_day .day_card h4 {
  font-weight: 700;
  font-size: 16px;
  color: #0a2a3f;
  margin-bottom: 6px;
}
#rec_day .day_card p {
  font-size: 13.5px;
  color: #3f5d70;
  font-weight: 300;
}

#rec_table {
  padding: 100px clamp(28px, 6vw, 90px);
  background: #fff;
}
#rec_table .tbl_wrap {
  max-width: 860px;
  margin: 54px auto 0;
}
#rec_table .info_tbl {
  width: 100%;
  border-collapse: collapse;
}
#rec_table .info_tbl tr {
  border-bottom: 1px solid rgba(10, 42, 63, 0.1);
}
@media screen and (max-width: 768px) {
  #rec_table .info_tbl tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(10, 42, 63, 0.12);
  }
}
#rec_table .info_tbl th {
  width: 30%;
  padding: 18px 20px;
  background: linear-gradient(135deg, #eef7fa 0%, #dff0f5 100%);
  color: #0a6e84;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #rec_table .info_tbl th {
    width: 100%;
    padding: 14px 16px 6px;
    background: transparent;
    color: #0e8aa3;
    font-size: 12px;
  }
}
#rec_table .info_tbl td {
  padding: 18px 20px;
  color: #0a2a3f;
  font-size: 14.5px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #rec_table .info_tbl td {
    padding: 6px 16px 14px;
  }
}

.apply_band {
  padding: 100px clamp(28px, 6vw, 90px);
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  text-align: center;
  color: #fff;
}
.apply_band .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(28px, 4vw, 52px);
  display: block;
  margin-bottom: 20px;
}
.apply_band p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 36px;
}
.apply_band .btn_line {
  display: inline-block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #0a6e84;
  background: #fff;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.apply_band .btn_line i {
  margin-left: 10px;
}
.apply_band .btn_line:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px -14px rgba(0, 0, 0, 0.35);
}
.apply_band .apply_note {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 14px;
  margin-bottom: 0;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th,
#recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th,
  #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th,
  #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form
  .recruit_form
  form
  table
  tr:first-child
  td
  .mwform-radio-field
  label {
  display: flex;
  height: 20px;
}
#recruit_form
  .recruit_form
  form
  table
  tr:first-child
  td
  .mwform-radio-field
  input {
  width: 10%;
  height: 100%;
}
#recruit_form
  .recruit_form
  form
  table
  tr:first-child
  td
  .mwform-radio-field
  .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form
  .recruit_form
  form
  table
  tr:last-child
  td
  .mwform-radio-field
  label {
  display: flex;
  height: 20px;
}
#recruit_form
  .recruit_form
  form
  table
  tr:last-child
  td
  .mwform-radio-field
  input {
  width: 10%;
  height: 100%;
}
#recruit_form
  .recruit_form
  form
  table
  tr:last-child
  td
  .mwform-radio-field
  .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #0a6e84;
  background-color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #fff;
  background-color: #0e8aa3;
}
#recruit_form .recruit_form form .submit input[name="submitBack"] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name="submitBack"] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name="confirm"] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name="confirm"] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents h4 {
  color: #0a2a3f;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #0a2a3f;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #0a2a3f;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #0a2a3f;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #0a2a3f;
}
.navigation a {
  border: none;
  color: #0a2a3f;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #0a2a3f;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #0a2a3f;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #0a2a3f;
  border-bottom: 1px solid #0a2a3f;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact {
  padding: 100px clamp(28px, 6vw, 90px) 120px;
  background: #f3f8fa;
}
#contact .contact {
  max-width: 780px;
  margin: 0 auto;
}
#contact .contact_lead {
  text-align: center;
  color: #3f5d70;
  font-weight: 300;
  margin-bottom: 50px;
}
#contact .wpcf7,
#contact .contact_form > form,
#contact .contact_form {
  background: #fff;
  border-radius: 12px;
  padding: clamp(30px, 5vw, 56px);
  box-shadow: 0 24px 60px -34px rgba(10, 42, 63, 0.4);
}
#contact label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #0a2a3f;
  margin-bottom: 10px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select,
#contact textarea {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  border: 1.5px solid rgba(10, 42, 63, 0.12);
  border-radius: 8px;
  background: #fbfdfe;
  color: #0a2a3f;
  transition:
    border 0.3s,
    box-shadow 0.3s;
}
#contact input[type="text"]:focus,
#contact input[type="email"]:focus,
#contact input[type="tel"]:focus,
#contact select:focus,
#contact textarea:focus {
  outline: none;
  border-color: #39bcd6;
  box-shadow: 0 0 0 4px rgba(57, 188, 214, 0.15);
}
#contact textarea {
  min-height: 150px;
  resize: vertical;
}
#contact input[type="submit"],
#contact .wpcf7-submit {
  display: block;
  margin: 10px auto 0;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  border: none;
  padding: 18px 60px;
  border-radius: 50px;
  cursor: pointer;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  box-shadow: 0 16px 30px -14px rgba(14, 138, 163, 0.7);
}
#contact input[type="submit"]:hover,
#contact .wpcf7-submit:hover {
  transform: translateY(-3px);
}
#contact .wpcf7-response-output {
  text-align: center;
  padding: 1rem;
  color: #0a2a3f;
  font-weight: 600;
  font-size: 14px;
}
#contact .contact_tel {
  text-align: center;
  margin-top: 40px;
  color: #3f5d70;
  font-weight: 300;
  font-size: 14px;
}
#contact .contact_tel a {
  font-family: "Fraunces", serif;
  font-size: 24px;
  color: #0e8aa3;
  font-weight: 500;
  display: block;
  margin-top: 6px;
  text-decoration: none;
}

.red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

.blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

.policy_contents {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px clamp(28px, 6vw, 90px) 100px;
}
.policy_contents h2 {
  font-size: 16px;
  font-weight: 700;
  color: #0a2a3f;
  margin-bottom: 12px;
  margin-top: 40px;
}
.policy_contents h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 4vw;
  }
}
.policy_contents p {
  font-size: 14px;
  color: #3f5d70;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 20px;
}

.contact-band {
  position: relative;
  padding: 100px clamp(28px, 6vw, 90px);
  text-align: center;
  background: #1a3a4a no-repeat center/cover;
  overflow: hidden;
}
.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 42, 58, 0.72);
}
.contact-band .contact-in {
  position: relative;
  z-index: 1;
}
.contact-band .contact-in .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(28px, 4vw, 52px);
  color: #39bcd6;
  display: block;
  margin-bottom: 10px;
}
.contact-band .contact-in .ja {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  display: block;
}
.contact-band .contact-in .contact-lead {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 15px;
}
.contact-band .contact-in .contact-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-band .contact-in .contact-btns .cbtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 15px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.contact-band .contact-in .contact-btns .cbtn:hover {
  transform: translateY(-3px);
}
.contact-band .contact-in .contact-btns .cbtn.tel {
  background: #fff;
  color: #0a2a3f;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.3);
}
.contact-band .contact-in .contact-btns .cbtn.tel b {
  font-family: "Fraunces", serif;
  font-size: 18px;
}
.contact-band .contact-in .contact-btns .cbtn.form {
  background: linear-gradient(135deg, #0a6e84 0%, #0e8aa3 40%, #39bcd6 100%);
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(14, 138, 163, 0.5);
}

footer {
  background: #0a2a3f;
  color: rgba(255, 255, 255, 0.75);
}
footer .f-top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px clamp(28px, 6vw, 90px) 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
}
@media screen and (max-width: 768px) {
  footer .f-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
footer .f-top .f-brand .en {
  font-family: "Fraunces", serif;
  font-size: 28px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4px;
}
footer .f-top .f-brand .en b {
  font-weight: 600;
}
footer .f-top .f-brand .sub {
  font-family: "Jost", sans-serif;
  font-size: 9px;
  letter-spacing: 0.4em;
  color: #39bcd6;
  margin-bottom: 20px;
  display: block;
}
footer .f-top .f-brand address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
}
footer .f-top .f-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
@media screen and (max-width: 768px) {
  footer .f-top .f-nav ul {
    gap: 16px 20px;
  }
}
footer .f-top .f-nav ul a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}
footer .f-top .f-nav ul a:hover {
  color: #39bcd6;
}
footer .f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px clamp(28px, 6vw, 90px);
}
footer .f-bottom .f-copy {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.totop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 7000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0e8aa3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.3s ease,
    background 0.3s ease;
  box-shadow: 0 8px 20px -8px rgba(14, 138, 163, 0.6);
}
@media screen and (max-width: 768px) {
  .totop {
    bottom: 80px;
    right: 16px;
  }
}
.totop.show {
  opacity: 1;
  visibility: visible;
}
.totop:hover {
  background: #0a6e84;
  transform: translateY(-3px);
}

/* ===== 旧フッターSCSS（#footer_contact / footer.footer_menu / .back-to-top / .topBtnSp）は新構造に置き換え済み ===== */
.sec-head.center {
  text-align: center;
}
.sec-head .en {
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 4vw, 52px);
  color: #0a2a3f;
  line-height: 1;
  margin-bottom: 8px;
}
.sec-head .ja {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #0e8aa3;
}

.page-hero {
  position: relative;
  width: 100%;
  height: clamp(240px, 32vw, 440px);
  background: #1a3a4a no-repeat center/cover;
  display: flex;
  align-items: center;
  padding-left: clamp(28px, 8vw, 120px);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(8, 42, 58, 0.72) 30%,
    rgba(8, 42, 58, 0.25) 100%
  );
}
.page-hero .ph-in {
  position: relative;
  z-index: 1;
}
.page-hero .ph-in .en {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(32px, 5vw, 64px);
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.page-hero .ph-in .ja {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb {
  background: #f3f8fa;
  padding: 12px clamp(28px, 6vw, 90px);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #3f5d70;
}
.breadcrumb a {
  color: #0e8aa3;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0 8px;
}

.lead-block {
  padding: 60px clamp(28px, 6vw, 90px);
  text-align: center;
  background: #fff;
}
.lead-block p {
  max-width: 760px;
  margin: 0 auto;
  color: #3f5d70;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
}

#svc-list {
  background: #fff;
}
#svc-list .svc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
@media screen and (max-width: 768px) {
  #svc-list .svc-item {
    grid-template-columns: 1fr;
  }
}
#svc-list .svc-item.reverse {
  direction: rtl;
}
#svc-list .svc-item.reverse > * {
  direction: ltr;
}
#svc-list .svc-item .svc-img {
  background: #1a3a4a no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #svc-list .svc-item .svc-img {
    min-height: 220px;
  }
}
#svc-list .svc-item .svc-txt {
  padding: clamp(40px, 6vw, 80px) clamp(28px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
#svc-list .svc-item .svc-txt .svc-num {
  font-family: "Fraunces", serif;
  font-size: clamp(40px, 5vw, 64px);
  color: rgba(10, 42, 63, 0.08);
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
}
#svc-list .svc-item .svc-txt h2 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  color: #0a2a3f;
  margin-bottom: 16px;
  line-height: 1.3;
}
#svc-list .svc-item .svc-txt p {
  color: #3f5d70;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
}

/* .policy_contents は _policy.scss で定義 */ /*# sourceMappingURL=style.css.map */
