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

html {
  font-size: 1rem;
}

body {
  background-color: #eef4fb;
  background-image: linear-gradient(180deg, #f6fafe 0%, #e7f1fb 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #333;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 1.6;
}

img, iframe, video {
  max-width: 100%;
}

.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: 1s;
  transition-property: opacity, transform;
}

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

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

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

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

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

.fade-up {
  transition: 2s ease-out;
  transform: translateY(40px);
  opacity: 0;
}

.fade-up.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.fade-left {
  transition: 2s ease-out;
  transform: translateX(-100px);
  opacity: 0;
}

.fade-left.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transition: 2s ease-out;
  transform: translateX(100px);
  opacity: 0;
}

.fade-right.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

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

@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: 1vw;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

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

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

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

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

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

#lower {
  position: relative;
  margin-bottom: 2rem;
}
#lower .lower {
  width: 90vw;
  height: 70vh;
  margin: 5vw auto 0;
  background-position: center;
  background-size: cover;
  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: 50vh;
  }
}
#lower .lower_contents {
  position: relative;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 60%;
  margin-bottom: 3rem;
  width: 30%;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_contents {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
#lower .lower_contents .headline {
  font-size: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 160%;
  }
}
#lower .lower_contents p {
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 120%;
  }
}

.lower_headline {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 5px #fff;
  font-size: 160%;
  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;
  }
}

.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: none !important;
  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 !important;
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: rgb(0, 0, 0);
  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(0, 0, 0);
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9999;
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loadingText {
  animation: 0.5s flashing infinite;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.3vw;
  }
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-box .pulse-container .pulse-bubble {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

/* ============================================================
   新デザイン ヘッダー（ms-header）
   ============================================================ */
.ms-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e6edf4;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 78px;
}
@media screen and (max-width: 768px) {
  .ms-header {
    height: 64px;
  }
}

.ms-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  text-decoration: none;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .ms-brand {
    padding: 0 16px;
    gap: 10px;
  }
}
.ms-brand .ms-brand-logo {
  height: 46px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ms-brand .ms-brand-logo {
    height: 32px;
    max-width: 58vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ms-brand .ms-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background: linear-gradient(135deg, #0c2747, #1a5aa6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 22px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .ms-brand .ms-brand-mark {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }
}
.ms-brand .ms-brand-text {
  line-height: 1.18;
}
.ms-brand .ms-brand-name {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #0c2747;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ms-brand .ms-brand-name {
    font-size: 15px;
  }
}
.ms-brand .ms-brand-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #7d92a6;
}
@media screen and (max-width: 768px) {
  .ms-brand .ms-brand-en {
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}

.ms-header-right {
  display: flex;
  align-items: stretch;
}

.ms-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
  font-size: 14.5px;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ms-nav {
    gap: 16px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .ms-nav {
    display: none;
  }
}
.ms-nav a {
  color: #28384a;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s;
}
.ms-nav a:hover {
  color: #1a5aa6;
}

.ms-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #0c2747, #1a5aa6);
  color: #fff;
  padding: 0 26px;
  min-width: 170px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ms-tel {
    display: none;
  }
}
.ms-tel .ms-tel-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  opacity: 0.8;
}
.ms-tel .ms-tel-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 19px;
}

.ms-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f86d6;
  color: #fff;
  width: 70px;
  font-size: 22px;
  text-decoration: none;
  transition: background 0.3s;
}
.ms-mail:hover {
  background: #1a5aa6;
}
@media screen and (max-width: 768px) {
  .ms-mail {
    width: 60px;
    font-size: 20px;
  }
}

.ms-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .ms-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    border: none;
    background: #0c2747;
    color: #fff;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
  }
}
.ms-burger span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.ms-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.ms-burger.active span:nth-child(2) {
  opacity: 0;
}
.ms-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ms-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .ms-menu {
    display: block;
    position: sticky;
    top: 64px;
    z-index: 49;
    background: #fff;
    border-bottom: 1px solid #e6edf4;
    box-shadow: 0 14px 30px rgba(12, 39, 71, 0.12);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
.ms-menu.active {
  max-height: 520px;
}
.ms-menu a {
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid #eef3f9;
  color: #28384a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.ms-menu .ms-menu-cta {
  background: linear-gradient(135deg, #0c2747, #1a5aa6);
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  border-bottom: none;
}

/* ============================================================
   TOP（新デザイン）front-page
   ============================================================ */
@keyframes msFade {
  from {
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ---- HERO ---- */
.ms-hero {
  position: relative;
  background: #6aa9e0;
}
.ms-hero .ms-hero-bg {
  height: 660px;
  background-image: repeating-linear-gradient(135deg, #6aa9e0 0 22px, #7fb6e8 22px 44px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ms-hero .ms-hero-bg {
    height: 480px;
  }
}
.ms-hero .ms-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 39, 71, 0.32) 0%, rgba(12, 39, 71, 0.16) 42%, rgba(12, 39, 71, 0.52) 100%);
}
.ms-hero .ms-hero-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  animation: msFade 0.9s ease both;
  padding: 0 20px;
}
.ms-hero .ms-hero-label {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.34em;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
}
.ms-hero .ms-hero-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0;
  text-shadow: 0 6px 36px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .ms-hero .ms-hero-title {
    font-size: 31px;
    line-height: 1.45;
  }
}
.ms-hero .ms-hero-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.ms-hero .ms-hero-mark {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 22px;
}
.ms-hero .ms-hero-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.14em;
}

/* ---- INTRO / GREETING ---- */
.ms-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 32px 84px;
}
@media screen and (max-width: 768px) {
  .ms-intro {
    padding: 56px 24px 52px;
  }
}
.ms-intro .ms-sec-en {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #2f86d6;
  margin-bottom: 14px;
}
.ms-intro .ms-intro-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 33px;
  line-height: 1.5;
  color: #0c2747;
  margin: 0 0 26px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .ms-intro .ms-intro-title {
    font-size: 23px;
    line-height: 1.55;
  }
}
.ms-intro .ms-intro-text {
  font-size: 15.5px;
  line-height: 1.9;
  color: #46586a;
  margin: 0;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .ms-intro .ms-intro-text {
    font-size: 14.5px;
  }
}

/* ---- IDEAL BAND ---- */
.ms-band {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: #6aa9e0;
}
@media screen and (max-width: 768px) {
  .ms-band {
    height: auto;
    padding: 56px 0;
  }
}
.ms-band .ms-band-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #6aa9e0 0 22px, #7fb6e8 22px 44px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ms-band .ms-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 39, 71, 0.42), rgba(12, 39, 71, 0.08));
}
.ms-band .ms-band-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .ms-band .ms-band-inner {
    padding: 0 24px;
    gap: 16px;
  }
}
.ms-band .ms-band-title {
  align-self: flex-start;
  background: rgba(20, 73, 140, 0.82);
  color: #fff;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  .ms-band .ms-band-title {
    padding: 18px 22px;
  }
}
.ms-band .ms-band-title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.04em;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ms-band .ms-band-title h3 {
    font-size: 22px;
  }
}
.ms-band .ms-band-card {
  align-self: flex-start;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.92);
  color: #34485c;
  padding: 26px 32px;
  font-size: 14.5px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .ms-band .ms-band-card {
    max-width: 100%;
    padding: 20px 22px;
    font-size: 13.5px;
  }
}

/* ---- CONTENTS heading ---- */
.ms-contents {
  text-align: center;
  padding: 80px 0 8px;
}
.ms-contents .ms-contents-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 46px;
  color: #0c2747;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .ms-contents .ms-contents-en {
    font-size: 38px;
  }
}
.ms-contents .ms-contents-ja {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #9aabbb;
  margin-top: 2px;
}

/* ---- SERVICE mosaic ---- */
.ms-service {
  background: #eaf4fd;
  padding: 74px 0 80px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .ms-service {
    padding: 52px 0 60px;
    margin-top: 30px;
  }
}
.ms-service .ms-service-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .ms-service .ms-service-inner {
    padding: 0 20px;
  }
}
.ms-service .ms-service-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .ms-service .ms-service-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.ms-service .ms-service-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 50px;
  color: #0c2747;
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  .ms-service .ms-service-en {
    font-size: 40px;
  }
}
.ms-service .ms-service-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #2f86d6;
  margin-top: 4px;
}
.ms-service .ms-service-lead {
  font-size: 13.5px;
  line-height: 1.8;
  color: #46586a;
  max-width: 420px;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ms-service .ms-service-lead {
    font-size: 13px;
  }
}
.ms-service .ms-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 188px;
  gap: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ms-service .ms-service-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 170px;
  }
}
@media screen and (max-width: 768px) {
  .ms-service .ms-service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 152px;
  }
}
.ms-service .ms-service-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-image: repeating-linear-gradient(135deg, #cfe1f2 0 14px, #dceaf6 14px 28px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.3s;
}
.ms-service .ms-service-item:hover {
  filter: brightness(1.04);
}
.ms-service .ms-service-item .ms-service-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 39, 71, 0), rgba(12, 39, 71, 0.32));
}
.ms-service .ms-service-item .ms-service-no {
  position: absolute;
  left: 18px;
  top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 26px;
  color: #1a5aa6;
  line-height: 1;
}
.ms-service .ms-service-item .ms-service-body {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 16px;
}
.ms-service .ms-service-item .ms-service-body h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
  text-shadow: 0 1px 6px rgba(12, 39, 71, 0.5);
}
.ms-service .ms-service-item .ms-service-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.5px;
  color: #fff;
  margin: 0;
  line-height: 1.55;
  text-shadow: 0 1px 5px rgba(12, 39, 71, 0.55);
}
.ms-service .ms-service-more {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a5aa6, #2f86d6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  text-decoration: none;
  color: #fff;
  transition: filter 0.3s;
}
.ms-service .ms-service-more:hover {
  filter: brightness(1.06);
}
.ms-service .ms-service-more .ms-service-more-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.ms-service .ms-service-more .ms-service-more-arrow {
  font-size: 18px;
}

/* ---- WORKS / RECRUIT / COMPANY teaser ---- */
.ms-split {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ms-split {
    min-height: 0;
    flex-direction: column;
    margin-top: 0;
  }
}
.ms-split.ms-split--last {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ms-split.ms-split--last {
    margin-bottom: 0;
  }
}
.ms-split .ms-split-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 62%;
  background-image: repeating-linear-gradient(135deg, #dfe8f1 0 16px, #e9f0f7 16px 32px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ms-split .ms-split-img {
    position: relative;
    width: 100%;
    height: 210px;
    top: auto;
    bottom: auto;
  }
}
.ms-split .ms-split-card {
  position: relative;
  z-index: 2;
  width: 46%;
  background: #fff;
  border: 1px solid #dde4ec;
  box-shadow: 0 24px 60px rgba(12, 39, 71, 0.12);
  padding: 54px 56px;
}
@media screen and (max-width: 768px) {
  .ms-split .ms-split-card {
    width: 100%;
    margin: 0 !important;
    padding: 38px 26px;
    box-shadow: none;
  }
}
.ms-split.ms-split--right .ms-split-img {
  right: 0;
}
.ms-split.ms-split--right .ms-split-card {
  margin-left: 5%;
}
.ms-split.ms-split--left .ms-split-img {
  left: 0;
}
.ms-split.ms-split--left .ms-split-card {
  margin-left: auto;
  margin-right: 5%;
}
.ms-split .ms-split-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 50px;
  color: #0c2747;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ms-split .ms-split-en {
    font-size: 42px;
  }
}
.ms-split .ms-split-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2f86d6;
  margin: 6px 0 18px;
}
.ms-split .ms-split-card p {
  font-size: 14px;
  line-height: 1.9;
  color: #56697b;
  margin: 0 0 28px;
}
.ms-split .ms-split-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -10px 0 28px;
}
.ms-split .ms-split-tags span {
  font-size: 12.5px;
  color: #1a5aa6;
  border: 1px solid #cfdded;
  border-radius: 20px;
  padding: 5px 13px;
}
.ms-split .ms-split-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0c2747;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  padding: 14px 26px;
  text-decoration: none;
  transition: background 0.3s;
}
.ms-split .ms-split-btn:hover {
  background: #1a5aa6;
}

/* ============================================================
   下層ページ 共通パーツ（新デザイン）
   ページ見出しバナー / パンくず / 導入 / CTA
   ============================================================ */
/* ---- ページ見出しバナー ---- */
.ms-phero {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #6aa9e0;
}
@media screen and (max-width: 768px) {
  .ms-phero {
    height: 220px;
  }
}
.ms-phero .ms-phero-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #6aa9e0 0 22px, #7fb6e8 22px 44px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ms-phero.ms-phero--top .ms-phero-bg {
  background-position: center top;
}
.ms-phero.ms-phero--bottom .ms-phero-bg {
  background-position: center bottom;
}
.ms-phero .ms-phero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 39, 71, 0.4), rgba(12, 39, 71, 0.58));
}
.ms-phero .ms-phero-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.ms-phero .ms-phero-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .ms-phero .ms-phero-en {
    font-size: 44px;
  }
}
.ms-phero .ms-phero-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin-top: 10px;
}

/* ---- パンくず ---- */
.ms-crumb {
  background: #f4f8fc;
  border-bottom: 1px solid #e6edf4;
}
.ms-crumb .ms-crumb-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 13px 32px;
  font-size: 12.5px;
  color: #7d92a6;
}
.ms-crumb .ms-crumb-inner a {
  color: #7d92a6;
  text-decoration: none;
  transition: color 0.3s;
}
.ms-crumb .ms-crumb-inner a:hover {
  color: #1a5aa6;
}
.ms-crumb .ms-crumb-inner .current {
  color: #1a5aa6;
}

/* ---- 導入（ページ共通） ---- */
.ms-page-intro {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 32px 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ms-page-intro {
    padding: 52px 24px 4px;
  }
}
.ms-page-intro h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #0c2747;
  margin: 0 0 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ms-page-intro h1 {
    font-size: 23px;
  }
}
.ms-page-intro p {
  font-size: 15px;
  color: #46586a;
  margin: 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .ms-page-intro p {
    font-size: 14px;
  }
}

/* ---- 下層セクション ラッパー ---- */
.ms-lsec {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 32px;
}
@media screen and (max-width: 768px) {
  .ms-lsec {
    padding: 36px 20px;
  }
}
.ms-lsec.ms-lsec--narrow {
  max-width: 900px;
}
.ms-lsec.ms-lsec--wide {
  max-width: 1040px;
}

/* ---- 中央見出し（EN + JA） ---- */
.ms-sec-head {
  text-align: center;
  margin-bottom: 40px;
}
.ms-sec-head .ms-sec-head-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 34px;
  color: #0c2747;
}
.ms-sec-head .ms-sec-head-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #2f86d6;
  margin-top: 2px;
}

/* ---- バー付き見出し ---- */
.ms-barhead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0c2747;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ms-barhead.ms-barhead--sub {
  margin-top: 34px;
}
.ms-barhead .ms-bar {
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #1a5aa6, #2f86d6);
  border-radius: 2px;
  flex: 0 0 auto;
}

.ms-lead-text {
  font-size: 15px;
  color: #46586a;
  line-height: 1.9;
  margin: 0;
}

/* ---- 定義テーブル（key / value） ---- */
.ms-deftable {
  border-top: 2px solid #0c2747;
}
.ms-deftable .ms-deftable-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 22px 8px;
  border-bottom: 1px solid #e6eef7;
}
@media screen and (max-width: 768px) {
  .ms-deftable .ms-deftable-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
}
.ms-deftable .ms-deftable-k {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: #0c2747;
}
.ms-deftable .ms-deftable-v {
  font-size: 14px;
  color: #46586a;
  line-height: 1.85;
}

/* ---- CTA（下層共通） ---- */
.ms-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #15539b, #2f86d6);
}
.ms-cta .ms-cta-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 32px 76px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ms-cta .ms-cta-inner {
    padding: 60px 24px 64px;
  }
}
.ms-cta .ms-cta-inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin: 0 0 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ms-cta .ms-cta-inner h2 {
    font-size: 23px;
  }
}
.ms-cta .ms-cta-inner p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 32px;
  line-height: 1.9;
}
.ms-cta .ms-cta-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ms-cta .ms-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.ms-cta .ms-cta-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 300px;
  background: #fff;
  color: #0c2747;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 21px;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}
.ms-cta .ms-cta-tel:hover {
  background: #eaf2fb;
}
.ms-cta .ms-cta-tel span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  color: #1a5aa6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .ms-cta .ms-cta-tel {
    min-width: 0;
    width: 100%;
    font-size: 18px;
  }
}
.ms-cta .ms-cta-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 300px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 20px 30px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: background 0.3s;
}
.ms-cta .ms-cta-form:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .ms-cta .ms-cta-form {
    min-width: 0;
    width: 100%;
  }
}

/* ============================================================
   施工事例ページ（新デザイン）
   ============================================================ */
.ms-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ms-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ms-works-grid {
    grid-template-columns: 1fr;
  }
}

.ms-workcard {
  background: #fff;
  border: 1px solid #e6eef7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(12, 39, 71, 0.06);
  transition: box-shadow 0.3s;
}
.ms-workcard:hover {
  box-shadow: 0 16px 36px rgba(12, 39, 71, 0.13);
}
.ms-workcard .ms-workcard-img {
  position: relative;
  height: 210px;
  background-image: repeating-linear-gradient(135deg, #dbe9f6 0 14px, #e7f1fa 14px 28px);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}
.ms-workcard .ms-workcard-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ms-workcard .ms-workcard-cat {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  background: #1a5aa6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 14px;
  pointer-events: none;
}
.ms-workcard .search {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 39, 71, 0.32);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ms-workcard .search i {
  font-size: 28px;
}
.ms-workcard .ms-workcard-img:hover .search {
  opacity: 1;
}
.ms-workcard .ms-workcard-body {
  padding: 22px 24px 24px;
}
.ms-workcard .ms-workcard-body .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c2747;
  margin: 0 0 8px;
}
.ms-workcard .ms-workcard-body .ms-workcard-text {
  font-size: 13px;
  color: #56697b;
  line-height: 1.75;
}
.ms-workcard .ms-workcard-body .ms-workcard-text p {
  font-size: 13px;
  line-height: 1.75;
}

/* ビフォーアフター */
.ms-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ms-ba-grid {
    grid-template-columns: 1fr;
  }
}

.ms-bacard {
  background: #fff;
  border: 1px solid #e6eef7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(12, 39, 71, 0.06);
}
.ms-bacard .ms-ba-imgs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
}
.ms-bacard .ms-ba-imgs .ms-ba-img {
  flex: 1;
  cursor: pointer;
}
.ms-bacard .ms-ba-imgs .ms-ba-img img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.ms-bacard .ms-ba-imgs .ms-ba-arrow {
  color: #1a5aa6;
  font-size: 18px;
  flex: 0 0 auto;
}

.ms-empty {
  text-align: center;
  color: #9aabbb;
  padding: 40px 0;
}

.ms-pagenavi {
  text-align: center;
  margin-top: 36px;
}
.ms-pagenavi .wp-pagenavi {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.ms-pagenavi .wp-pagenavi a, .ms-pagenavi .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d7e3f0;
  border-radius: 6px;
  color: #1a5aa6;
  text-decoration: none;
  font-size: 14px;
}
.ms-pagenavi .wp-pagenavi span.current {
  background: #0c2747;
  color: #fff;
  border-color: #0c2747;
}

/* ライトボックス（既存JS） */
#modal-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(8, 20, 40, 0.86);
}
#modal-container > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 86vh;
}
#modal-container img {
  max-width: 90vw;
  max-height: 86vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#modal-container .close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
#modal-container .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#modal-container .close span:nth-child(1) {
  transform: rotate(45deg);
}
#modal-container .close span:nth-child(2) {
  transform: rotate(-45deg);
}

/* ============================================================
   事業内容ページ（新デザイン）
   ============================================================ */
.ms-svcpage {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 32px 84px;
}
@media screen and (max-width: 768px) {
  .ms-svcpage {
    padding: 40px 20px 60px;
  }
}
.ms-svcpage .ms-svcpage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .ms-svcpage .ms-svcpage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ms-svcpage .ms-svccard {
  background: #fff;
  border: 1px solid #e6eef7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12, 39, 71, 0.06);
  scroll-margin-top: 92px;
}
.ms-svcpage .ms-svccard-img {
  position: relative;
  height: 200px;
  background-image: repeating-linear-gradient(135deg, #dbe9f6 0 14px, #e7f1fa 14px 28px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ms-svcpage .ms-svccard-no {
  position: absolute;
  left: 20px;
  top: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 34px;
  color: #1a5aa6;
  line-height: 1;
}
.ms-svcpage .ms-svccard-body {
  padding: 28px 30px 30px;
}
.ms-svcpage .ms-svccard-body h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #0c2747;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ms-svcpage .ms-svccard-body p {
  font-size: 14px;
  color: #56697b;
  margin: 0 0 16px;
  line-height: 1.85;
}
.ms-svcpage .ms-svccard-bar {
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #1a5aa6, #2f86d6);
  border-radius: 2px;
  flex: 0 0 auto;
  display: inline-block;
}
.ms-svcpage .ms-svccard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ms-svcpage .ms-svccard-tags span {
  font-size: 12px;
  color: #1a5aa6;
  background: #eef5fc;
  border-radius: 16px;
  padding: 5px 12px;
}

/* ============================================================
   会社概要ページ（新デザイン）
   ============================================================ */
.ms-sales {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .ms-sales {
    grid-template-columns: 1fr;
  }
}
.ms-sales .ms-sales-item {
  background: #f4f8fc;
  border: 1px solid #e3edf7;
  border-radius: 10px;
  padding: 22px 24px;
}
.ms-sales .ms-sales-item h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0c2747;
  margin: 0 0 8px;
}
.ms-sales .ms-sales-item p {
  font-size: 13.5px;
  color: #56697b;
  margin: 0 0 4px;
  line-height: 1.8;
}
.ms-sales .ms-sales-item p i {
  margin-right: 8px;
  color: #1a5aa6;
}

.ms-access-map {
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  background-image: repeating-linear-gradient(135deg, #dfe8f1 0 16px, #e9f0f7 16px 32px);
}
.ms-access-map iframe, .ms-access-map img {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-access-map .ms-access-placeholder {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8298ad;
  font-size: 13px;
}

.ms-access-note {
  font-size: 13.5px;
  color: #56697b;
  margin: 16px 0 0;
}

/* 新デザイン プライバシーポリシー */
.ms-policy h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c2747;
  margin: 32px 0 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e6eef7;
}
.ms-policy h2:first-child {
  margin-top: 0;
}
.ms-policy p {
  font-size: 14px;
  color: #46586a;
  line-height: 1.9;
  margin: 12px 0 0;
}

#policy {
  width: 80%;
  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;
  }
}

/* ============================================================
   採用情報ページ（新デザイン）
   ============================================================ */
.ms-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .ms-benefits {
    grid-template-columns: 1fr;
  }
}
.ms-benefits .ms-benefit {
  background: #f4f8fc;
  border: 1px solid #e3edf7;
  border-radius: 12px;
  padding: 30px 26px;
}
.ms-benefits .ms-benefit .ms-benefit-no {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 30px;
  color: #2f86d6;
  line-height: 1;
  margin-bottom: 12px;
}
.ms-benefits .ms-benefit h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c2747;
  margin: 0 0 8px;
}
.ms-benefits .ms-benefit p {
  font-size: 13.5px;
  color: #56697b;
  margin: 0;
  line-height: 1.8;
}

.ms-apply {
  text-align: center;
  margin-top: 44px;
}
.ms-apply .ms-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0c2747;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 17px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
.ms-apply .ms-apply-btn:hover {
  background: #1a5aa6;
}

#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: #bf0707;
  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: #333;
}

.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;
  }
}

/* ============================================================
   お問い合わせページ（新デザイン）
   ============================================================ */
.ms-contact-intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 32px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ms-contact-intro {
    padding: 52px 24px 0;
  }
}
.ms-contact-intro h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #0c2747;
  margin: 0 0 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ms-contact-intro h1 {
    font-size: 22px;
  }
}
.ms-contact-intro p {
  font-size: 15px;
  color: #46586a;
  margin: 0 0 28px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .ms-contact-intro p {
    font-size: 14px;
  }
}
.ms-contact-intro .ms-contact-tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f4f8fc;
  border: 1px solid #d7e3f0;
  border-radius: 50px;
  padding: 12px 26px;
  color: #0c2747;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-decoration: none;
}
.ms-contact-intro .ms-contact-tel span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  color: #1a5aa6;
}

.ms-form-sec {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 32px 90px;
}
@media screen and (max-width: 768px) {
  .ms-form-sec {
    padding: 32px 20px 70px;
  }
}

/* Contact Form 7 の再スキン */
.ms-form-wrap .wpcf7 {
  color: #16242f;
}
.ms-form-wrap .wpcf7-form p {
  margin: 0 0 18px;
}
.ms-form-wrap label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0c2747;
  margin-bottom: 6px;
}
.ms-form-wrap label .red, .ms-form-wrap label .wpcf7-required-mark {
  background: #d6453d;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 700;
}
.ms-form-wrap label .blue {
  background: #2f86d6;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  font-size: 11px;
}
.ms-form-wrap input[type=text],
.ms-form-wrap input[type=email],
.ms-form-wrap input[type=tel],
.ms-form-wrap input[type=url],
.ms-form-wrap input[type=number],
.ms-form-wrap input[type=date],
.ms-form-wrap select,
.ms-form-wrap textarea {
  width: 100%;
  border: 1px solid #cfdded;
  border-radius: 6px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #16242f;
  background: #fff;
  outline: none;
  margin-top: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ms-form-wrap input[type=text]:focus,
.ms-form-wrap input[type=email]:focus,
.ms-form-wrap input[type=tel]:focus,
.ms-form-wrap input[type=url]:focus,
.ms-form-wrap input[type=number]:focus,
.ms-form-wrap input[type=date]:focus,
.ms-form-wrap select:focus,
.ms-form-wrap textarea:focus {
  border-color: #2f86d6;
  box-shadow: 0 0 0 3px rgba(47, 134, 214, 0.14);
}
.ms-form-wrap textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.7;
}
.ms-form-wrap .wpcf7-list-item {
  margin: 0 16px 0 0;
}
.ms-form-wrap .wpcf7-acceptance label {
  display: inline;
  font-weight: 400;
}
.ms-form-wrap input[type=submit],
.ms-form-wrap .wpcf7-submit {
  display: block;
  margin: 8px auto 0;
  background: #0c2747;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 16px 60px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
.ms-form-wrap input[type=submit]:hover,
.ms-form-wrap .wpcf7-submit:hover {
  background: #1a5aa6;
}
.ms-form-wrap .wpcf7-previousbutton,
.ms-form-wrap input[value=戻る] {
  display: inline-block;
  margin: 8px 8px 0;
  background: #8497a8;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.ms-form-wrap .wpcf7-response-output {
  margin: 16px 0 0 !important;
  border-radius: 8px;
  padding: 13px 18px !important;
  font-size: 13.5px;
  text-align: center;
}
.ms-form-wrap .wpcf7-not-valid-tip {
  font-size: 12.5px;
  color: #c0392b;
}

/* 送信完了 */
.ms-thanks {
  background: #eef6ee;
  border: 1px solid #cfe6cf;
  border-radius: 10px;
  padding: 48px 36px;
  text-align: center;
}
.ms-thanks .ms-thanks-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #1f7a3d;
  margin-bottom: 12px;
}
.ms-thanks p {
  font-size: 14.5px;
  color: #46586a;
  margin: 0 0 24px;
  line-height: 1.9;
}
.ms-thanks .ms-thanks-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0c2747;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 14px 34px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
.ms-thanks .ms-thanks-back:hover {
  background: #1a5aa6;
}

/* ============================================================
   新デザイン フッターCTA（#footer_cta）
   ============================================================ */
#footer_cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #15539b, #2f86d6);
  margin-top: 84px;
}
#footer_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 22px, rgba(255, 255, 255, 0) 22px 44px);
}
#footer_cta .footer_cta_inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 76px 32px 80px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_inner {
    padding: 60px 24px 64px;
  }
}
#footer_cta .footer_cta_brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
#footer_cta .footer_cta_logo {
  height: 54px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_logo {
    height: 44px;
  }
}
#footer_cta .footer_cta_mark {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 24px;
}
#footer_cta .footer_cta_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_name {
    font-size: 20px;
  }
}
#footer_cta .footer_cta_info {
  margin-bottom: 36px;
}
#footer_cta .footer_cta_info p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.9;
  margin: 0;
}
#footer_cta .footer_cta_btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_btns {
    flex-direction: column;
    align-items: stretch;
  }
}
#footer_cta .footer_cta_tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 300px;
  background: #fff;
  color: #0c2747;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 21px;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}
#footer_cta .footer_cta_tel:hover {
  background: #eaf2fb;
}
#footer_cta .footer_cta_tel span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  color: #1a5aa6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_tel {
    min-width: 0;
    width: 100%;
    font-size: 18px;
  }
}
#footer_cta .footer_cta_form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 300px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 20px 30px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: background 0.3s;
}
#footer_cta .footer_cta_form:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  #footer_cta .footer_cta_form {
    min-width: 0;
    width: 100%;
  }
}

/* ============================================================
   新デザイン フッター（.ms-footer）
   ============================================================ */
.ms-footer {
  background: #081428;
  color: #9db2c8;
  padding: 46px 32px 30px;
}
.ms-footer .ms-footer-nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13.5px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .ms-footer .ms-footer-nav {
    gap: 16px 22px;
  }
}
.ms-footer .ms-footer-nav a {
  color: #c2d2e2;
  text-decoration: none;
  transition: color 0.3s;
}
.ms-footer .ms-footer-nav a:hover {
  color: #fff;
}
.ms-footer .ms-footer-sns {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.ms-footer .ms-footer-sns a {
  color: #9db2c8;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}
.ms-footer .ms-footer-sns a:hover {
  color: #fff;
}
.ms-footer .ms-footer-sns .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
.ms-footer .ms-footer-copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  font-size: 11.5px;
  color: #5b7088;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.06em;
}

/* ============================================================
   文字装飾ユーティリティ
   カスタムフィールド内で <span class="ms-c-accent">…</span> のように使用
   ============================================================ */
.ms-c-accent {
  color: #9fd0ff !important;
}

.ms-c-blue {
  color: #1a5aa6 !important;
}

.ms-c-blue2 {
  color: #2f86d6 !important;
}

.ms-c-navy {
  color: #0c2747 !important;
}

.ms-c-white {
  color: #ffffff !important;
}

.ms-c-red {
  color: #d6453d !important;
}

.ms-c-gray {
  color: #46586a !important;
}

.ms-strong {
  font-weight: 700;
}

.ms-marker {
  background: linear-gradient(transparent 62%, #bfe0ff 62%);
  padding: 0 0.1em;
}

/* グラデーション文字（青系）。<span class="ms-gd-blue">…</span> */
.ms-gd-blue, .ms-gd-navy, .ms-gd-sky {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ms-gd-blue {
  background-image: linear-gradient(90deg, #1a5aa6, #2f86d6);
}

.ms-gd-navy {
  background-image: linear-gradient(90deg, #0c2747, #2f86d6);
}

.ms-gd-sky {
  background-image: linear-gradient(90deg, #2f86d6, #9fd0ff);
}

/* グラデーション帯（背景に青グラデ＋白文字）。<span class="ms-gd-band">…</span> */
.ms-gd-band {
  background: linear-gradient(90deg, #1a5aa6, #2f86d6);
  color: #fff;
  padding: 0.08em 0.4em;
  border-radius: 4px;
}

/* 高級感グラデ（文字）。<span class="ms-gd-gold">…</span> */
.ms-gd-gold, .ms-gd-premium, .ms-gd-platinum {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ms-gd-gold {
  background-image: linear-gradient(95deg, #8a6d3b 0%, #d4af5f 25%, #f7ecc0 50%, #d4af5f 75%, #8a6d3b 100%);
}

.ms-gd-premium {
  background-image: linear-gradient(100deg, #4a9fe0 0%, #86c0f2 45%, #cfe7ff 100%);
  filter: drop-shadow(0 1px 6px rgba(8, 20, 40, 0.45));
}

.ms-gd-platinum {
  background-image: linear-gradient(95deg, #7d8893 0%, #e9eef3 50%, #9aa4ae 100%);
}

/* 高級感の帯（ゴールド背景＋濃色文字）。<span class="ms-gd-band-gold">…</span> */
.ms-gd-band-gold {
  background: linear-gradient(95deg, #8a6d3b, #d4af5f, #f7ecc0, #d4af5f, #8a6d3b);
  color: #2a2113;
  padding: 0.08em 0.45em;
  border-radius: 4px;
}/*# sourceMappingURL=style.css.map */