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

html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  font-family: "Murecho", sans-serif;
  line-height: 1.6;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

a {
  color: #2595EA;
  text-decoration: underline;
}

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

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

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

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

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

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

.text-shadow {
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

.btn {
  display: block;
  color: #fff;
  background-color: #199164;
  font-size: 20px;
  letter-spacing: 0.22em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  width: 240px;
  height: 60px;
  padding-top: 20px;
  margin: 60px auto 0;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.4s all;
}
.btn:hover {
  opacity: 0.7;
}
.btn i {
  margin-left: 1rem;
}

@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 {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    max-width: none;
  }
}

p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

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

h2 {
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4vw;
  }
}

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

h4 {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2vw;
  }
}

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

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 40vh;
    background-attachment: scroll;
  }
}
#lower .lower_contents {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 98vw;
  margin: auto;
  color: #199164;
  text-align: center;
  padding: 3rem 0;
}
#lower .lower_contents .headline {
  font-weight: 600;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 160%;
  }
}
#lower .lower_contents p {
  font-size: 160%;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 120%;
  }
}

.lower_headline {
  color: #199164;
  text-align: center;
  margin-bottom: 2rem;
}
@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;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 99%, 0% 50%, 0 0);
  }
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #ffffff;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@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: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: rgb(25, 145, 100);
  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: 60px;
  height: 60px;
  background: rgb(25, 145, 100);
  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);
  z-index: -1;
}

/* ============================================================
   ローディング（濃紺ワイプ → フェードアウト）
   ============================================================ */
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #16222d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
#loading.hide {
  opacity: 0;
  visibility: hidden;
}
#loading .load-wipe {
  position: absolute;
  inset: 0;
  background: #173a57;
  transform: scaleY(1);
  transform-origin: bottom;
  animation: wipeout 1.1s 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
#loading .load-logo {
  display: flex;
  align-items: center;
  gap: 0.1em;
  position: relative;
  z-index: 2;
}
#loading .load-logo img {
  width: auto;
  max-height: 200px;
}
#loading .load-logo .u {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 130px;
  color: #f0c33c;
  line-height: 1;
}
#loading .load-logo .ja {
  font-size: 98px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

@keyframes wipeout {
  to {
    transform: scaleY(0);
  }
}
/* ============================================================
   ヘッダー（固定／スクロールで白背景）
   ============================================================ */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 48px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#header {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 768px) {
  header#header {
    padding: 18px 24px;
  }
}
header#header.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 15px 48px;
  border-bottom: 1px solid #e3ebf2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#header.scrolled {
    padding: 14px 24px;
  }
}
@media screen and (max-width: 768px) {
  header#header.scrolled {
    padding: 14px 24px;
  }
}
header#header.scrolled .logo .ja {
  color: #173a57;
  text-shadow: none;
}
header#header.scrolled .gnav .menu a {
  color: #16222d;
  text-shadow: none;
}
header#header.scrolled .gnav .sns a {
  color: #7e8d99;
}
header#header.scrolled .hamburger {
  background: rgba(74, 155, 212, 0.12);
}
header#header.scrolled .hamburger span {
  background: #173a57;
}
header#header .logo {
  display: flex;
  align-items: center;
  gap: 0.12em;
  text-decoration: none;
}
header#header .logo img {
  width: auto;
  max-height: 92px;
}
header#header .logo .u {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 64px;
  color: #f0c33c;
  line-height: 1;
}
header#header .logo .ja {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  transition: 0.4s;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
header#header .gnav {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#header .gnav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header#header .gnav {
    display: none;
  }
}
header#header .gnav .menu {
  display: flex;
  gap: 28px;
}
header#header .gnav .menu a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: 0.3s;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
header#header .gnav .menu a:hover {
  color: #4a9bd4;
}
header#header .gnav .sns {
  display: flex;
  gap: 16px;
}
header#header .gnav .sns a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: 0.3s;
}
header#header .gnav .sns a:hover {
  color: #4a9bd4;
}
header#header .contact-btn {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #4a9bd4;
  padding: 11px 24px;
  border-radius: 2px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
header#header .contact-btn:hover {
  background: #2f7cb5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#header .contact-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header#header .contact-btn {
    display: none;
  }
}
header#header {
  /* ハンバーガー（タブレット以下で表示） */
}
header#header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 1100;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: rgba(23, 58, 87, 0.45);
  backdrop-filter: blur(4px);
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#header .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  header#header .hamburger {
    display: flex;
  }
}
header#header .hamburger span {
  width: 22px;
  height: 1.5px;
  background: #fff;
  transition: 0.3s;
}
header#header .hamburger.open {
  background: transparent;
}
header#header .hamburger.open span {
  background: #fff;
}
header#header .hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
header#header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
header#header .hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ============================================================
   SP フルスクリーンナビ
   ============================================================ */
.sp-nav {
  position: fixed;
  inset: 0;
  background: rgba(23, 58, 87, 0.98);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.sp-nav.open {
  opacity: 1;
  visibility: visible;
}
.sp-nav .sp-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.sp-nav .sp-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
}
.sp-nav .sp-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-nav .sp-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sp-nav a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.sp-nav .sns-row {
  display: flex;
  gap: 28px;
  margin-top: 16px;
}
.sp-nav .sns-row a {
  font-size: 22px;
  color: #4a9bd4;
}

/* ============================================================
   TOP 共通（セクションラベル／reveal）
   ============================================================ */
.sec-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 54px;
}
.sec-label .en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(36px, 4.8vw, 58px);
  color: #173a57;
  font-weight: 600;
  line-height: 1;
}
.sec-label .ja {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #2f7cb5;
}
.sec-label .line {
  flex: 1;
  height: 1px;
  background: #e3ebf2;
}

.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   ヒーロー（縦スライス・ワイプで写真切替／Ken Burns）
   ============================================================ */
#hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #16222d;
}
#hero .hero-stage {
  position: absolute;
  inset: 0;
}
#hero .hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 17, 22, 0.7) 0%, rgba(13, 17, 22, 0.25) 50%, rgba(13, 17, 22, 0.45) 100%);
  z-index: 2;
}
#hero .hs {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}
#hero .hs.active {
  opacity: 1;
  visibility: visible;
}
#hero .hs .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
}
#hero .hs.active .img {
  animation: kenburns 6s ease-out forwards;
}
#hero .hero-slices {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  pointer-events: none;
}
#hero .hero-slices i {
  flex: 1;
  height: 100%;
  background: #16222d;
  transform: scaleY(0);
  transform-origin: bottom;
}
#hero .hero-slices.wipe i {
  animation: slicewipe 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
#hero .hero-slices.wipe i:nth-child(1) {
  animation-delay: 0s;
}
#hero .hero-slices.wipe i:nth-child(2) {
  animation-delay: 0.08s;
}
#hero .hero-slices.wipe i:nth-child(3) {
  animation-delay: 0.16s;
}
#hero .hero-slices.wipe i:nth-child(4) {
  animation-delay: 0.24s;
}
#hero .hero-slices.wipe i:nth-child(5) {
  animation-delay: 0.32s;
}
#hero .hero-inner {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
}
#hero .hero-logo {
  display: flex;
  align-items: center;
  gap: 0.12em;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(16px);
  animation: rise 1s 1.4s forwards;
}
#hero .hero-logo img {
  width: auto;
  max-height: 210px;
}
#hero .hero-logo .u {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 134px;
  color: #f0c33c;
  line-height: 1;
}
#hero .hero-logo .ja {
  font-size: 102px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  #hero .hero-logo img {
    max-height: 120px;
  }
  #hero .hero-logo .u {
    font-size: 80px;
  }
  #hero .hero-logo .ja {
    font-size: 60px;
  }
}
#hero .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(16px);
  animation: rise 1s 1.6s forwards;
}
#hero .hero-eyebrow .bar {
  width: 46px;
  height: 1px;
  background: #4a9bd4;
}
#hero .hero-eyebrow span {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: #bfe0f5;
  text-transform: uppercase;
}
#hero .hero-title {
  font-size: clamp(32px, 5vw, 70px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}
#hero .hero-title .l {
  display: block;
  overflow: hidden;
}
#hero .hero-title .l span {
  display: inline-block;
  transform: translateY(110%);
  animation: slideup 1.1s forwards;
}
#hero .hero-title .l:nth-child(1) span {
  animation-delay: 1.7s;
}
#hero .hero-title .l:nth-child(2) span {
  animation-delay: 1.85s;
}
#hero .hero-title .accent {
  color: #8fcbf0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
}
#hero .hero-sub {
  margin-top: 28px;
  font-size: clamp(14px, 1.5vw, 17px);
  color: #dfeaf3;
  font-weight: 300;
  letter-spacing: 0.06em;
  max-width: 520px;
  opacity: 0;
  transform: translateY(16px);
  animation: rise 1.1s 2.2s forwards;
}
#hero .hero-dots {
  position: absolute;
  right: 8%;
  bottom: 50px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  animation: rise 1s 2.4s forwards;
}
@media screen and (max-width: 768px) {
  #hero .hero-dots {
    display: none;
  }
}
#hero .hero-dots button {
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
#hero .hero-dots button.on::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #4a9bd4;
  transform: scaleX(0);
  transform-origin: left;
  animation: dotfill 5s linear forwards;
}
#hero .scroll-ind {
  position: absolute;
  bottom: 42px;
  left: 8%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cfe2f5;
  opacity: 0;
  animation: rise 1s 2.4s forwards;
}
#hero .scroll-ind span {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
}
#hero .scroll-ind .bar {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
#hero .scroll-ind .bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #4a9bd4;
  animation: scrollx 2s infinite;
}

@keyframes kenburns {
  from {
    transform: scale(1.25) translate(2%, 1%);
  }
  to {
    transform: scale(1.05) translate(-2%, -1%);
  }
}
@keyframes slicewipe {
  0% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@keyframes slideup {
  to {
    transform: translateY(0);
  }
}
@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dotfill {
  to {
    transform: scaleX(1);
  }
}
@keyframes scrollx {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* ============================================================
   ご挨拶（背景写真パララックス）
   ============================================================ */
#greeting {
  position: relative;
  padding: 160px 8%;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 56px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 56px), radial-gradient(circle at 18% 22%, rgba(74, 155, 212, 0.38), transparent 45%), radial-gradient(circle at 85% 82%, rgba(47, 124, 181, 0.42), transparent 52%), linear-gradient(135deg, #173a57 0%, #1f5077 45%, #2f7cb5 100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting {
    padding: 110px 8%;
  }
}
@media screen and (max-width: 768px) {
  #greeting {
    padding: 90px 8%;
  }
}
#greeting.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(23, 58, 87, 0.92), rgba(23, 58, 87, 0.72));
}
#greeting .greet-bg {
  position: absolute;
  inset: -15% 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
#greeting .greet-deco {
  position: absolute;
  inset: 28px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #greeting .greet-deco {
    inset: 16px;
  }
}
#greeting .greet-deco::before, #greeting .greet-deco::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#greeting .greet-deco::before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
#greeting .greet-deco::after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
#greeting .greet-wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#greeting .greet-inner {
  max-width: 700px;
}
#greeting .greet-inner .sec-label .en {
  color: #fff;
}
#greeting .greet-inner .sec-label .ja {
  color: #bfe0f5;
}
#greeting .greet-inner .sec-label .line {
  background: rgba(255, 255, 255, 0.2);
}
#greeting .greet-inner h2 {
  font-size: clamp(28px, 3.8vw, 46px);
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 34px;
  letter-spacing: 0.02em;
}
#greeting .greet-inner h2 .b {
  color: #8fcbf0;
}
#greeting .greet-inner p {
  font-size: 15.5px;
  color: #e2edf5;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #greeting .greet-inner p {
    font-size: 14px;
  }
}

/* ============================================================
   事業内容（罫線区切りリスト）
   ============================================================ */
#biz {
  background: #ffffff;
  padding: 140px 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #biz {
    padding: 80px 6%;
  }
}
#biz .biz-list {
  max-width: 1100px;
  margin: 0 auto;
}
#biz .biz-item {
  display: grid;
  grid-template-columns: 90px 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 46px 0;
  border-top: 1px solid #e3ebf2;
  transition: 0.4s;
}
#biz .biz-item:last-child {
  border-bottom: 1px solid #e3ebf2;
}
#biz .biz-item:hover {
  padding-left: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #biz .biz-item {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #biz .biz-item {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
}
#biz .biz-item .num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 46px;
  color: #4a9bd4;
  opacity: 0.85;
  line-height: 1;
}
#biz .biz-item .body h3 {
  font-size: 22px;
  color: #16222d;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
#biz .biz-item .body p {
  font-size: 14px;
  color: #7e8d99;
  line-height: 1.95;
}
#biz .biz-item .thumb {
  height: 170px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(23, 58, 87, 0.12);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #biz .biz-item .thumb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #biz .biz-item .thumb {
    display: none;
  }
}
#biz .biz-item .thumb .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s;
}
#biz .biz-item:hover .thumb .bg {
  transform: scale(1.06);
}

/* ============================================================
   会社概要（左：表組み／右：Googleマップ）
   ============================================================ */
#company {
  padding: 140px 8%;
  background: #eef4f9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #company {
    padding: 80px 6%;
  }
}
#company .comp-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .comp-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  #company .comp-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
#company .comp-table {
  width: 100%;
  border-collapse: collapse;
}
#company .comp-table tr {
  border-bottom: 1px solid #e3ebf2;
}
#company .comp-table th {
  text-align: left;
  width: 130px;
  padding: 20px 0;
  font-size: 12px;
  color: #2f7cb5;
  font-weight: 600;
  letter-spacing: 0.1em;
  vertical-align: top;
}
#company .comp-table td {
  padding: 20px 0;
  font-size: 14.5px;
  color: #3a4a57;
  line-height: 1.8;
}
#company .comp-map {
  height: 100%;
  min-height: 400px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(23, 58, 87, 0.15);
}
@media screen and (max-width: 768px) {
  #company .comp-map {
    min-height: 280px;
  }
}
#company .comp-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ============================================================
   SNS
   ============================================================ */
#sns {
  padding: 90px 8%;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e3ebf2;
}
#sns .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(32px, 4.5vw, 50px);
  color: #173a57;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
#sns .sns-links {
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}
#sns .sns-links a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3a4a57;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.3s;
}
#sns .sns-links a:hover {
  color: #2f7cb5;
  transform: translateY(-3px);
}
#sns .sns-links a i {
  font-size: 17px;
  color: #4a9bd4;
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 2rem;
}
#works .works .works_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    text-align: left;
  }
}
#works .works .works_contents ul {
  display: flex;
  justify-content: start;
  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%;
  margin: 1%;
  margin-bottom: 2rem;
}
@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%;
  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: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb img {
    height: 70vw;
  }
}
#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;
  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 h3 {
  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 h3 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h3 {
    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 .ba li {
  width: 45%;
  padding: 1vw;
}
@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%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 70vw;
  }
}
#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-before {
  width: 40%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-before::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-before:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-before img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb .img-before img {
    height: 50vw;
  }
}
#works .works .works_contents .ba li .thumb .img-after {
  width: 50%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-after::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-after:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-after img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb .img-after img {
    height: 70vw;
  }
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #199164;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}
#works .works .b_a {
  margin-top: 5rem;
}
#works .works .b_a ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .b_a ul {
    flex-flow: column;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

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

#service {
  margin: 5rem 0;
  background: #fff;
}
#service #service_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service #service_contents {
    width: 100%;
  }
}
#service #service_contents .service_contents_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #service #service_contents .service_contents_box:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
#service #service_contents .service_contents_box .service_contents_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service #service_contents .service_contents_box .service_contents_img {
    width: 100%;
  }
}
#service #service_contents .service_contents_box .service_contents_img img {
  width: 100%;
  margin-bottom: 0.5rem;
}
#service #service_contents .service_contents_box .service_contents_text {
  width: 50%;
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  #service #service_contents .service_contents_box .service_contents_text {
    width: 90%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}
#service #service_contents .service_contents_box .service_contents_text dl {
  width: 100%;
}
#service #service_contents .service_contents_box .service_contents_text dl dt {
  color: #333;
  font-size: 180%;
  font-weight: 600;
  border-left: 8px solid #199164;
  padding-left: 10px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service #service_contents .service_contents_box .service_contents_text dl dt {
    font-size: 140%;
  }
}
#service #service_contents .service_contents_box .service_contents_text dl dd {
  color: #333;
  font-size: 120%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service #service_contents .service_contents_box .service_contents_text dl dd {
    font-size: 110%;
  }
}

#company #philosophy {
  width: 80%;
  background-color: rgba(25, 145, 100, 0.1);
  border-radius: 10px;
  padding: 2rem;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 95%;
  }
}
#company #philosophy h2 {
  color: #199164;
  border-bottom: 1px solid #199164;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
#company #philosophy #philosophy {
  background: rgba(25, 145, 100, 0.1);
}
#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@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%;
  }
}
#company .company .company_contents table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 43, 84, 0.3);
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  border-bottom: 1px solid rgba(0, 43, 84, 0.3);
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5rem 0.5rem;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 43, 84, 0.3);
  }
}
#company .company .company_contents table tr th {
  width: 30%;
  background: rgba(25, 145, 100, 0.2);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#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 #333333;
}
@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%;
}
@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 {
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #199164;
}
@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: 0.25rem;
}

#history .history {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #history .history {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #history .history .lower_headline {
    margin-bottom: 6vw;
  }
}
#history .history table {
  width: 100%;
}
#history .history table tr {
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  #history .history table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#history .history table tr th, #history .history table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 3.3vw;
  }
}
#history .history table tr th {
  width: 30%;
}
#history .history table tr td {
  width: 70%;
}

#policy {
  width: 80%;
  padding: 3rem 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #policy {
    width: 90%;
  }
}
#policy h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #policy h2 {
    font-size: 15px;
  }
}
#policy p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #policy p {
    font-size: 10px;
  }
}

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  width: 100%;
  padding: 1rem;
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_contents .recruit_content:last-child {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  color: #199164;
  background: rgb(255, 255, 255);
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 43, 84, 0.3);
}
#recruit .recruit .recruit_contents .recruit_content table tr {
  border-bottom: 1px solid rgba(0, 43, 84, 0.3);
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  color: #333;
  padding: 1.5rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 43, 84, 0.3);
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
  background: rgba(25, 145, 100, 0.1);
  font-weight: 600;
  border-right: 1px solid rgba(0, 43, 84, 0.3);
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr td {
    width: 100%;
  }
}
#recruit .recruit_btn {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  color: #fff;
  font-size: 120%;
  background-color: #199164;
  padding: 1rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

#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: 2rem;
}
#recruit_form .recruit_form .recruit_form_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form .recruit_form_text p {
    text-align: left;
  }
}
#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 #333;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #333;
}
@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;
}
@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 .red {
  color: #fff;
  padding: 10px;
  background-color: red;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th .blue {
  color: #fff;
  padding: 10px;
  background-color: blue;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
}
@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.tel-number td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form table tr:first-child td,
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
#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:first-child td .mwform-radio-field,
  #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:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label,
#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:first-child td .mwform-radio-field input,
#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:first-child td .mwform-radio-field .mwform-radio-field-text,
#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(5) th span {
  background-color: blue;
}
#recruit_form .recruit_form form table tr:nth-child(5) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@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;
  background: #199164;
  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 {
  opacity: 0.7;
}
#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 p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  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;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#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;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#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;
  margin-bottom: 0.5rem;
}
@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;
}
.navigation a {
  border: none;
  color: #333333;
}

.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 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  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;
  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;
  border-bottom: 1px solid #333;
}
@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 {
  color: #333;
  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 .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #bf0707;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

/* ============================================================
   フッター（紺背景）
   ============================================================ */
footer {
  background: #173a57;
  color: #fff;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 8%;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .foot-main {
    flex-direction: column;
    text-align: center;
  }
}
footer .foot-main .foot-l .foot-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  footer .foot-main .foot-l .foot-brand {
    justify-content: center;
  }
}
footer .foot-main .foot-l .foot-cname {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
footer .foot-main .foot-l .logo {
  display: flex;
  align-items: center;
  gap: 0.12em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .foot-main .foot-l .logo {
    justify-content: center;
  }
}
footer .foot-main .foot-l .logo img {
  width: auto;
  max-height: 56px;
}
footer .foot-main .foot-l .logo .u {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  color: #f0c33c;
  line-height: 1;
}
footer .foot-main .foot-l .logo .ja {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
footer .foot-main .foot-l .addr {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
footer .foot-main .foot-r {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .foot-main .foot-r {
    text-align: center;
  }
}
footer .foot-main .foot-r .foot-tel {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .foot-main .foot-r .foot-tel {
    justify-content: center;
  }
}
footer .foot-main .foot-r .foot-tel a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .foot-main .foot-r .foot-tel a {
    pointer-events: auto;
  }
}
footer .foot-main .foot-r .foot-tel i {
  font-size: 22px;
  color: #4a9bd4;
}
footer .foot-main .foot-r .foot-hours {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 20px;
  letter-spacing: 0.06em;
}
footer .foot-main .foot-r .foot-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  background: #4a9bd4;
  padding: 14px 36px;
  border-radius: 2px;
  text-decoration: none;
  transition: 0.3s;
}
footer .foot-main .foot-r .foot-mail:hover {
  background: #2f7cb5;
}
footer .foot-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
footer .foot-nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
}
footer .foot-nav a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: 0.3s;
}
footer .foot-nav a:hover {
  color: #fff;
}
footer .copy {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.5);
  padding: 18px;
  letter-spacing: 0.12em;
}

/* TOPに戻る */
.totop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  width: 46px;
  height: 46px;
  background: #4a9bd4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(74, 155, 212, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
.totop.show {
  opacity: 1;
  visibility: visible;
}
.totop:hover {
  background: #2f7cb5;
  transform: translateY(-3px);
}/*# sourceMappingURL=style.css.map */