/*
Theme Name:custom theme
Description:カスタムテーマ
Author: app_murata
Version:1.0.0
*/

/*-------common------*/

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

body {
  font-size: max(1.111vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0;
}
.m-font {
  /* font-size: clamp(1px, 0.9722vw, 1.4rem);
  font-size: clamp(1px, 1.042vw, 1.5rem);
  font-size: clamp(1px, 1.111vw, 1.6rem);
  font-size: clamp(1px, 1.25vw, 1.8rem);
  font-size: clamp(1px, 1.389vw, 2rem);
  font-size: clamp(1px, 1.667vw, 2.4rem);
  font-size: clamp(1px, 1.806vw, 2.6rem);
  font-size: clamp(1px, 2.5vw, 3.6rem);
  font-size: clamp(1px, 2.083vw, 3rem);
  font-size: clamp(1px, 2.778vw, 4rem);
  font-size: clamp(1px, 3.472vw, 5rem);
  font-size: clamp(1px, 3.333vw, 4.8rem);
  font-size: clamp(1px, 4.444vw, 6.4rem);
  font-size: clamp(1px, 6.667vw, 9.6rem);
  font-size: clamp(1px, 8.8888vw, 12.8rem);
  font-size: clamp(1px, 2.222vw, 3.2rem);
  font-size: clamp(1px, 2.361vw, 3.4rem); */
}
.serif {
  font-family: "Noto Serif JP", serif;
}
p {
  line-height: 2.1;
  color: #333;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

h1,
h2,
h3 {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 500;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
.sp-only {
  display: none;
}
.inner {
  padding-left: 5.55%;
  padding-right: 5.55%;
}
.flex-wrap {
  display: flex;
}
.flex-wrap.re {
  flex-direction: row-reverse;
}
.grid-wrap {
  display: grid;
}
.grid-wrap.fr2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrap.fr3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-wrap.fr4 {
  grid-template-columns: repeat(4, 1fr);
}
.cwhite {
  color: #fff;
}
.cred {
  color: #ff0000;
}
.cblack {
  color: #000;
}
.cnavy {
  color: #19346b;
}
.bbg {
  background: rgba(251, 250, 245, 1);
}
.bimg {
  background: url(../../uploads/2026/01/bg-img.jpg) no-repeat;
  background-size: cover;
}
.bwhite {
  background: #fff;
}
.b26blue {
  background: #265bc2;
}
.b7cablue {
  background: #7ca4ef;
}
.b7cdblue {
  background: #7cd8ef;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tw30 {
  width: 30%;
}
.fw300 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh20 {
  line-height: 2;
}
.lh21 {
  line-height: 2.1;
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls00 {
  letter-spacing: 0;
}
.t-sc {
  margin-right: 1em;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.hov-re {
  transition: 0.3s ease-in-out;
}
.hov-re:hover {
  color: #fff;
  background: rgba(25, 52, 107, 1);
  box-shadow: none;
}
.rl {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.txt-sh {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
.box-sh {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
.ma-s {
  margin-bottom: 20px;
}
.ma-m {
  margin-bottom: 30px;
}
.ma-45 {
  margin-bottom: 45px;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
/*-------common-end------*/
/*-------hd------*/
.hd-group {
  position: absolute;
  z-index: 689;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%;
}
.logo-wrap {
  max-width: max(23.6115vw, 188px);
  width: 100%;
  padding: 20px 0;
}
.logo-wrap a {
  transition: 0.2s ease-in-out;
}
.logo-wrap a:hover {
  opacity: 0.6;
}
.re-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-75%);
  z-index: 690;
  background: rgba(25, 52, 107, 1);
  border-radius: 10px 0 0 10px;
}
.re-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 27px 13px 14px;
  transition: 0.3s ease-in-out;
}
.re-wrap a:hover {
  opacity: 0.6;
}
.re-wrap a::before {
  content: "";
  background: url(../../uploads/2026/01/cale-ic.webp) no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: contain;
}
.re-wrap span {
  line-height: 19px;
  text-align: end;
}
.main-menu-container {
  display: flex;
  align-items: center;
}
.main-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-menu li {
  margin-right: 3.25em;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-menu-nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-menu li:last-child {
  margin: 0;
}
.main-menu li a {
  color: #fff;
  text-shadow: 0px 0px 7px #000000;
  transition: 0.2s ease-in-out;
}
.ft-main-menu li a {
  transition: 0.2s ease-in-out;
}
.ft-main-menu li a:hover {
  opacity: 0.6;
}
.main-menu li a:hover {
  opacity: 0.6;
}
.hd-tel-btn {
  text-shadow: 0px 0px 7px #000000;
}
.hd-tel-btn {
  font-size: max(2.083vw, 3rem);
  margin-left: 0.75em;
  cursor: auto;
}
.hd-tel-btn span {
  text-shadow: 0px 0px 7px #000000;
}
.hd-tel-btn span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../uploads/2026/01/phone-ic.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 7px #000000);
  margin-right: 8px;
}
#menu-main-menu li .sub-menu {
  z-index: 9;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 740px;
  padding: 40px 20px 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fbfaf5;
}
#menu-main-menu li .sub-menu a {
  color: #000;
  text-shadow: none;
  line-height: 29px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
}
#menu-main-menu li .sub-menu a::before {
  content: "";
  width: 6.330940138232604px;
  height: 5.997733013503073px;
  display: inline-block;
  border-bottom: 2px solid #f7b85e;
  border-right: 2px solid #f7b85e;
  transform: rotate(-45deg);
}
.main-menu .sub-menu li {
  margin-right: 0;
  margin-bottom: 20px;
}
#menu-main-menu li:hover > .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr) repeat(2, 0);
  grid-template-rows: repeat(6, 1fr);
}

.sub-menu li:nth-child(1),
#menu-ft-nav2 li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.sub-menu li:nth-child(2),
#menu-ft-nav2 li:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.sub-menu li:nth-child(3),
#menu-ft-nav2 li:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
.sub-menu li:nth-child(4),
#menu-ft-nav2 li:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}
.sub-menu li:nth-child(5),
#menu-ft-nav2 li:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}
.sub-menu li:nth-child(6),
#menu-ft-nav2 li:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
}
.sub-menu li:nth-child(7),
#menu-ft-nav2 li:nth-child(7) {
  grid-area: 3 / 1 / 4 / 2;
}
.sub-menu li:nth-child(8),
#menu-ft-nav2 li:nth-child(8) {
  grid-area: 3 / 2 / 4 / 3;
}
.sub-menu li:nth-child(9),
#menu-ft-nav2 li:nth-child(9) {
  grid-area: 3 / 3 / 4 / 4;
}
.sub-menu li:nth-child(10),
#menu-ft-nav2 li:nth-child(10) {
  grid-area: 4 / 1 / 5 / 2;
}
.sub-menu li:nth-child(11),
#menu-ft-nav2 li:nth-child(11) {
  grid-area: 4 / 2 / 5 / 3;
}
.sub-menu li:nth-child(12),
#menu-ft-nav2 li:nth-child(12) {
  grid-area: 4 / 3 / 5 / 4;
}
.sub-menu li:nth-child(13),
#menu-ft-nav2 li:nth-child(13) {
  grid-area: 5 / 1 / 6 / 2;
}
.sub-menu li:nth-child(14),
#menu-ft-nav2 li:nth-child(14) {
  grid-area: 5 / 2 / 6 / 3;
}
.sub-menu li:nth-child(15),
#menu-ft-nav2 li:nth-child(15) {
  grid-area: 6 / 1 / 7 / 2;
  margin-bottom: 0;
}
.sub-menu li:nth-child(16),
#menu-ft-nav2 li:nth-child(16) {
  grid-area: 6 / 2 / 7 / 3;
  margin-bottom: 0;
}
.hd-group.is-fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.15);
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*-------hamburger-css---*/
#menu-button {
  visibility: hidden;
  opacity: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 900;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

#menu-button.nav-on {
  visibility: visible;
  opacity: 1;
}

#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 42px;
  height: 27px;
}

#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 42px;
  height: 3px;
  background-color: #19346b;
  border-radius: 1px;
}

#menu-button .ham-lines span {
  bottom: 12px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}

#menu-button .ham-lines::before {
  bottom: 24px;
  animation: menu-bar01 0.75s forwards;
}

#menu-button .ham-lines::after {
  bottom: 0px;
  animation: menu-bar03 0.75s forwards;
}

#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
}

#menu-button.is-active .ham-lines span {
  opacity: 0;
}

#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 0.5s forwards;
}

#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 0.5s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}

/*-------ft-icon-css---*/

.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 701;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
/*   padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-icons-container a:not(.ft-page-top) {
  width: calc(100% / 3 - 64px);
  flex: 1;
}
.sp-footer-icons-container a {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	min-height: 64px;
}
.sp-footer-icons-container a span {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.ft-page-top {
  width: 64px;
  background: #83cbf1;
}
/* .sp-footer-icons-container {
  min-height: 64px;
} */
.ft-tel {
  background: #265bc2;
}
.ft-tel::before {
  content: "";
  background: url(../../uploads/2026/01/phone-ic.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.ft-re {
  background: #7ca4ef;
}
.ft-re::before {
  content: "";
  background: url(../../uploads/2026/01/cale-ic.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.ft-ck {
  background: #7cd8ef;
}
.ft-ck::before {
  content: "";
  background: url(../../uploads/2026/01/ck-ic.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 32px;
}
.ft-page-top span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../uploads/2026/01/top-sp-ic.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
footer .ft-acc-none {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
}
.ft-group .img-box {
  max-width: max(24.935vw, 269px);
  margin: 0 auto 35px;
}
.ft-group {
  padding-top: 165px;
  padding-bottom: 80px;
  padding-left: 15.5%;
  padding-right: 15.5%;
}
.ft-group .wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.ft-acc-none .sh-none {
  text-shadow: none;
}
.ft-group .acc-wrap {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.ft-group .acc-wrap p:first-child::before {
  background: url(../../uploads/2026/01/bus-ic.webp) no-repeat;
  background-size: contain;
}
.ft-group .acc-wrap p:last-child::before {
  background: url(../../uploads/2026/01/car-ic.webp) no-repeat;
  background-size: contain;
}
.ft-link-btn {
  font-size: max(1.806vw, 2.6rem);
  background: #19346b;
  min-height: 54px;
  width: 92.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.ft-link-btn:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #333;
}
.ft-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 45px;
}
.ft-link-btn.size-ch {
  font-size: max(1.389vw, 2rem);
  cursor: pointer;
}
.ft-link-btn span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../uploads/2026/01/phone-ic.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.footerwrap {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 10.417%;
  padding-right: 10.417%;
}
.ga-wrap {
  width: 100%;
  height: 306px;
}
.copyright-container {
  background: #19346b;
  padding: 1em 0;
}
.ft-list-tit {
  color: #19346b;
  font-size: max(1.667vw, 2.4rem);
  margin-bottom: 20px;
}
.ft-main-menu li {
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ft-main-menu li::before {
  content: "";
  background: #f7b85e;
  display: block;
  width: 13px;
  height: 3px;
  margin-right: 11px;
}
.ft-main-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 1.75em;
}
#menu-ft-nav2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 20px 70px;
}
.footerwrap .wrap {
  justify-content: space-between;
  gap: 25px;
}
.page-top-box {
  position: absolute;
  bottom: 33px;
  right: 5.55%;
  width: 60px;
  height: 60px;
  z-index: 3;
}
footer {
  position: relative;
}

/*-------sp----*/

/*-------ipad----*/
@media screen and (max-width: 1180px) {
  body #menu-button {
    position: fixed;
    visibility: visible;
    opacity: 1;
    display: flex;
    z-index: 701;
  }

  #main-menu-container {
    position: fixed;
    z-index: 700;
    top: 0;
    left: auto;
    right: -100vw;
    bottom: auto;
    overflow-y: auto;
    background: #fafafa;
    background-size: cover;
    display: none;
    width: 100vw;
    height: 100vh;
    transition: 0.3s linear;
  }

  #main-menu-container.is-active {
    right: 0vw;
  }

  body #main-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-menu {
    flex-direction: column;
    padding-top: 60px;
  }
  .main-menu li {
    height: auto;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  #menu-main-menu li .sub-menu,
  #menu-main-menu li:hover > .sub-menu {
    display: grid;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    background: none;
    padding: 0 0 0 20px;
  }
  .main-menu .sub-menu li {
    grid-area: auto;
  }
  #main-menu-container {
    background: rgba(255, 255, 255, 0.95);
  }
  .main-menu li a {
    color: #000;
    text-shadow: none;
    line-height: 1.5;
    padding: 0.5em 0;
  }
  .hd-group.is-fixed {
    position: absolute;
    background: none;
    animation: none;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    /* font-size: 1.4rem; */
  }

  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
  }
  .grid-wrap {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr2,
  .grid-wrap.fr3,
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }
  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
  }
  body .sp-tl {
    text-align: left;
  }
  .bbg.sp-chbg {
    background: #fff;
  }
  .ft-group {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .ft-group .table-st1-desc {
    margin-bottom: 0;
  }
  .footerwrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ft-group .co-wrap {
    width: 100%;
  }
  .ft-link-btn {
    width: 100%;
  }
  .table-wrap {
    width: 100%;
  }
  .top-sp-st.tc {
    width: 75%;
    text-align: left;
    margin: 0 auto 45px;
    white-space: nowrap;
  }
  .ft-main-menu-nav-right #menu-ft-nav2 li {
    grid-area: auto;
  }
  body #menu-ft-nav2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ft-main-menu {
    padding-left: 0;
  }
  #menu-main-menu li .sub-menu {
    padding: 0 0 0 5.55%;
  }
  .main-menu .sub-menu li {
    margin-bottom: 0;
  }
  #menu-main-menu li .sub-menu a::before {
    content: none;
  }
  .main-menu-nav,
  .main-menu {
    width: 100%;
  }
  .main-menu-nav {
    padding: 0 5.55%;
  }
  #menu-main-menu li .sub-menu a {
    font-size: 1.4rem;
  }
	footer {
  position: relative;
  padding-bottom: 64px;
}
}
