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

/*-------common------*/
.disnone{
	display:none !important;
}
.business-wrap .sec-merit .banner-wrap2{
	background:none;
	padding:0;
}
.business-wrap .sec-mentor{
	background:none;
	padding:0 0 90px 0;
}
.business-wrap .sec-mentor .tit-wrap{
	background:none;
}
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(16px, 1.389vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  color: #000;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 600;
  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, 2.5vw, 3.6rem);
  font-size: clamp(1px, 2.778vw, 4rem);
  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);
}
p {
  line-height: 1.8;
  margin: 0;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}
.ja {
  font-family: "Zen Old Mincho", serif;
}
.en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.en-mix {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ul {
  margin: 0;
  padding: 0;
}

body .sp-only {
  display: none;
}
.inner {
  padding-left: 5.55%;
  padding-right: 5.55%;
}
.flex-row {
  display: flex;
}
.flex-row.re-row {
  flex-direction: row-reverse;
}
.tc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.grid-wrap {
  display: grid;
  align-items: stretch;
}
.grid-wrap.fr1 {
  grid-template-columns: 1fr;
}
.grid-wrap.fr2 {
  grid-template-columns: 1fr 1fr;
}
.grid-wrap.fr3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-wrap.fr4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.lh18 {
  line-height: 1.8;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh15 {
  line-height: 1.5;
}
.lh1 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.le8 {
  letter-spacing: 0.08em;
}
.cwhite {
  color: #fff;
}
.cblue {
  color: #00c0e8;
}
.bblue {
  background-color: #00c0e8;
}
.bbk {
  background-color: #353535;
}
.bdblue {
  background-color: #00a1c3;
}
.bpink {
  background-color: #ea60b7;
}
.cpink {
  color: #ea60b7;
}
.img-box img {
  width: 100%;
}
.db {
  display: block;
}
* {
  box-sizing: border-box;
}
/*-------common-end------*/
.logo-wrap {
  position: absolute;
  top: 30px;
  left: 5.55%;
  z-index: 5;
}
.logo-wrap h2 {
  line-height: 1.4444;
  text-shadow: 0px 0px 12px #1b1b1ba6;
  font-size: clamp(18px, 2.5vw, 3.6rem);
}
.logo-wrap p {
  line-height: 1.45833;
  text-shadow: 0px 0px 12px #1b1b1ba6;
  font-size: clamp(12px, 1.667vw, 2.4rem);
}
.hd-group {
  position: fixed;
  right: 0;
  top: 68px;
  z-index: 600;
}
.hd-mail-btn,
.hd-acc-btn {
  writing-mode: tb-rl;
  width: 68px;
  padding-bottom: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transition: 0.2s ease-in-out;
}
.hd-mail-btn:hover,
.hd-acc-btn:hover {
  opacity: 0.65;
}
.hd-mail-btn::after {
  content: "";
  background: #fff8a7;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.hd-mail-btn span,
.hd-acc-btn span {
  font-size: clamp(24px, 1.667vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: 0.15625em;
}
.hd-mail-btn span::before {
  content: "";
  background: url(../../uploads/2025/12/mail-icon.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: 8px;
  margin-bottom: 1px;
}
body .hd-acc-btn {
  background: #353535;
  padding-bottom: 20px;
}
.hd-acc-btn span::before {
  content: "";
  background: url(../../uploads/2025/12/pin-icon.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-bottom: 8px;
}
.sp-footer-icons-container .hd-acc-btn span::before {
	background: url(../../uploads/2025/12/white-phone-icon.webp) no-repeat;
}
.hd-tel-btn {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  min-height: 70px;
  position: fixed;
  right: 109px;
  top: 15px;
  text-align: center;
  z-index: 600;
  transition: 0.2s ease-in-out;
}
.hd-tel-btn:hover {
  opacity: 0.65;
}
.hd-tel-btn::before,
.hd-tel-btn::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 38px;
  position: absolute;
}
.hd-tel-btn::before {
  border-top: 1px solid #00c0e8;
  border-left: 1px solid #00c0e8;
  left: 5px;
  top: 5px;
}
.hd-tel-btn::after {
  border-bottom: 1px solid #00c0e8;
  border-right: 1px solid #00c0e8;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.hd-tel-btn span {
  display: block;
  line-height: 1;
}
.hd-tel-btn span:first-child {
  font-size: clamp(15px, 1.042vw, 1.5rem);
}
.hd-tel-btn span:last-child {
  font-size: clamp(24px, 2.222vw, 3.2rem);
}
#main-menu-container {
  position: fixed;
  z-index: 700;
  top: 0;
  left: auto;
  right: -100vw;
  bottom: auto;
  overflow-y: auto;
  background: rgba(132, 230, 255, 0.86);
  background-size: cover;
  display: none;
  width: 44.25vw;
  height: 100vh;
  transition: 0.65s linear;
}

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

body #main-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*-------hamburger-css---*/
.main-menu li {
  font-size: clamp(14px, 1.389vw, 2rem);
  line-height: 2.8;
}
.main-menu li a {
  transition: 0.2s ease-in-out;
}
.main-menu li a:hover {
  opacity: 0.65;
}
#menu-button {
  visibility: visible;
  opacity: 1;
  display: flex;
  z-index: 701;
  position: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 900;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  background: #0092b1;
  padding-bottom: 10px;
  cursor: pointer;
}

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

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

#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: 21.75px;
  height: 2.5px;
  background-color: #fff;
}

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

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

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

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

#menu-button .ham-text {
  font-size: clamp(14px, 0.9722vw, 1.4rem);
  line-height: 1.2857;
}

#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(-3.5px) rotate(-45deg);
  }
}
/*ft*/
.footerwrap {
  padding: 90px 5.55% 0;
  background: url(../../uploads/2025/12/ft-bg.jpg);
  background-size: cover;
  position: relative;
}
.ft-tit {
  font-size: clamp(48px, 3.333vw, 4.8rem);
  line-height: 1;
  margin-bottom: 15px;
}
.ft-tit span {
  font-size: clamp(24px, 2.222vw, 3.2rem);
  display: block;
  margin-top: 0.5em;
}
.footerwrap .cs-img-box {
  max-width: clamp(400px, 27.78vw, 600px);
  width: 100%;
  margin: 0 auto 20px;
}
.footerwrap .flex-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.footerwrap .img-co {
  max-width: clamp(465px, 32.291vw, 698px);
  width: 100%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.footerwrap .img-co img {
  width: 100%;
  display: block;
}
.footerwrap .img-co::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  border: 1px solid #f8e71c;
  z-index: 5;
}
.simple-table tr {
  border-bottom: 1px solid #fff;
}
.simple-table.st2 tr {
  border-bottom: 1px solid #000;
}
.simple-table th {
  text-align: left;
  vertical-align: baseline;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 20px 2em 15px 1px;
}
.simple-table.st2 th {
  color: #000;
}
.simple-table td {
  color: #fff;
  padding: 20px 0 15px;
  line-height: 1;
}
.simple-table.st2 td {
  color: #000;
}
.simple-table .cs-lh span:first-child {
  margin-bottom: 0.8em;
  display: inline-block;
}
.footerwrap .grid-wrap {
  gap: 7px;
  margin-bottom: 110px;
}
.ft-tit-st2 {
  font-size: clamp(36px, 3.333vw, 4.8rem);
  border-bottom: 1px solid #fff;
  max-width: max(82.724%, 1059px);
  margin: 0 auto 20px;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1.35;
}
.ft-tit-st2 span {
  font-size: calc(100% / 3);
  display: inline-block;
  margin-left: 20px;
}
.footerwrap .ft-main-menu.grid-wrap {
  justify-content: center;
  width: fit-content;
  margin: 0 auto 100px;
  gap: 0 85px;
}
.ft-main-menu a {
  color: #fff;
  font-size: clamp(14px, 1.111vw, 1.6rem);
  line-height: 2.8;
}
.copyright-container {
  padding: 0 0 35px 0;
}
.copyright {
  font-size: clamp(10px, 0.9722vw, 1.4rem);
}

.page-top {
	position:fixed;
  bottom: 5px;
  right: 5px;
	z-index:699;
}
/*-------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 .hd-mail-btn,
.sp-footer-icons-container .hd-acc-btn {
  writing-mode: unset;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-bottom: 8px;
  padding-top: 8px;
}
.sp-footer-icons-container div {
  flex: 1;
}
.sp-footer-icons-container .hd-mail-btn span,
.sp-footer-icons-container .hd-acc-btn span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-footer-icons-container .hd-mail-btn::after {
  content: none;
}
.sp-footer-icons-container .hd-acc-btn span::before {
  margin: 0;
}

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

/*-------ipad----*/
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 820px) {
  .footerwrap .flex-row {
    flex-direction: column;
    align-items: center;
  }
  #main-menu-container {
    width: 100vw;
    background: rgba(132, 230, 255, 1);
    transition: 0.3s linear;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .inner {
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-row {
    flex-direction: column;
  }
  .grid-wrap.fr1 {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr2 {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr3 {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }

  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
  }
  .tc.sp-tc-none {
    text-align: left;
  }
  .simple-table tr {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .simple-table tr th {
    padding: 0;
    line-height: 2.8;
  }
  .simple-table td {
    padding: 0;
    line-height: 1.6;
  }
  .footerwrap .grid-wrap {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
  .footerwrap .ft-main-menu.grid-wrap {
    width: 100%;
    margin: 0 auto 35px;
    gap: 6px 20px;
  }
  .footerwrap {
    padding: 40px 3% 100px;
  }
  .page-top {
    bottom: calc(env(safe-area-inset-bottom) / 2 + 72px);
	  right:0;
  }
	.business-wrap .sec-mentor{
    padding: 0 0 45px 0;
}
}
