@charset "UTF-8";

:root {
  --main-txt-color: #2e2e2e;
  --main-color: #396d9d;
  --sub-color: #86704d;
  --link-color: #1b88b6;
}

html {
  font-size: max(1vw, 13px);
}

body {
  min-width: 1300px;
  color: var(--main-txt-color);
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: var(--main-txt-color);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================

  01. header
  02. gnav
  03. footer
  04. low-common-design (low only)
  05. menu
  06. counseling (low only)

  09. multi-class

========================================================================== */
/*
  01. header
========================================================================== */
header {
  position: relative;
}

header .headerTopText {
  position: absolute;
  top: max(0.857vw, 11px);
  left: max(1.929vw, 25px);
  font-size: max(0.834vw, 10px);
  z-index: 3;
  letter-spacing: .1em;
}

header .topBtn {
  position: fixed;
  top: 0;
  right: max(1.429vw, 18px);
  display: flex;
  justify-content: flex-end;
  width: max(27.786vw, 361px);
  z-index: 99;
}

header .topBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(13.143vw, 170px);
  height: max(3.857vw, 50px);
  font-size: max(1.357vw, 17px);
  color: #fff;
}

header .topBtn a.line {
  background: rgba(59, 179, 108, 0.8);
}

header .topBtn a.web {
  background: rgba(61, 139, 186, 0.8);
}

/*
  02. gnav
========================================================================== */
#gnav {
  padding: max(1.643vw, 21px) max(4.357vw, 56px);
  box-shadow: 0 .313em .813em 0 rgba(46, 46, 46, 0.1);
}

#gnav ul {
  display: flex;
  justify-content: center;
  border-left: var(--main-txt-color) 1px solid;
}

#gnav ul li {
  flex-grow: 1;
  border-right: var(--main-txt-color) 1px solid;
}

#gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.714vw, 9px) 0;
  font-size: max(1.071vw, 13px);
  letter-spacing: .1em;
  color: var(--main-txt-color);
  text-align: center;
  line-height: 1;
}

#gnav ul li a.home {
  font-family: 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: max(1.143vw, 14px);
  font-weight: normal;
  letter-spacing: .2em;
}

/*
  03. footer
========================================================================== */
footer {
  margin-top: max(6.143vw, 79px);
}

footer .wrap {
  padding: max(4.143vw, 53px) 0 max(0.714vw, 9px);
  background: url(../images/common/bg_Footer.jpg) no-repeat center top;
  background-size: 100% auto;
}

footer .logo_btn {
  display: flex;
  justify-content: flex-end;
  column-gap: max(2.429vw, 31px);
  margin: 0 max(9.643vw, 125px) max(3.643vw, 47px) 0;
  position: relative;
}

footer .logo_btn .logo {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  width: max(28.357vw, 368px);
}

footer .logo_btn .logo img {
  width: 100%;
  aspect-ratio: 397/76;
}

footer .logo_btn ul {
  display: flex;
  justify-content: flex-end;
  column-gap: max(1.5vw, 19px);
}

footer .logo_btn ul li {
  width: max(7.571vw, 98px);
}

footer .logo_btn ul li img {
  width: 100%;
  aspect-ratio: 106/106;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 max(9.643vw, 125px) 0 max(8.929vw, 116px);
}

footer .inner .boxLeft {
  width: max(37.714vw, 490px);
}

footer .inner .boxRight {
  width: max(39.286vw, 510px);
}

footer .info {
  color: #464646;
}

footer .tel {
  padding-left: max(3.5vw, 45px);
  line-height: 1.3;
  background: url(../images/common/icon_Tel02.png) no-repeat left center;
  background-size: max(3.071vw, 39px);
}

footer .tel span {
  font-size: max(1vw, 13px);
}

footer .tel .num {
  display: block;
  font-size: max(2.739vw, 35px);
  letter-spacing: .075em;
}

footer .access {
  margin-top: max(2.143vw, 27px);
  padding-left: max(3.214vw, 41px);
  background: url(../images/common/icon_Train.png) no-repeat left center;
  background-size: max(3.143vw, 40px) max(3.214vw, 41px);
  font-size: max(1.313vw, 17px);
  letter-spacing: .08em;
}

footer .access span {
  font-size: max(1.929vw, 25px);
}

footer .access span span {
  font-size: max(2.5vw, 32px);
}

footer .access em {
  position: relative;
  z-index: 2;
  font-style: normal !important;
}

footer .access em::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: max(0.643vw, 8px);
  background: #ffeda3;
  z-index: -1;
}

footer .address {
  margin-top: max(2.143vw, 27px);
  padding-left: max(3.929vw, 51px);
  font-size: max(1.286vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.444;
  background: url(../images/common/icon_Address.png) no-repeat left center;
  background-size: max(2.929vw, 38px);
}

footer .time {
  margin-top: max(3.571vw, 46px);
}

footer .time table {
  width: 100%;
}

footer .time table th {
  padding: max(0.714vw, 9px) 0;
  text-align: center;
  font-size: max(1.122vw, 14px);
  color: #585858;
  border-bottom: #585858 solid 1px;
}

footer .time table thead th {
  padding: max(0.357vw, 4px) 0 max(0.429vw, 5px);
  font-size: max(1.071vw, 13px);
  width: 40%;
  color: #fff;
  letter-spacing: 0.11em;
  background-color: #464646;
  border-bottom: none;
}

footer .time table th span.arrow {
  display: inline-block;
  padding: 0 max(0.571vw, 7px);
  font-size: max(0.593vw, 7px);
  vertical-align: middle;
}

footer .time table td {
  text-align: center;
  vertical-align: middle;
  font-size: max(0.643vw, 8px);
  color: #888;
  border-bottom: #585858 solid 1px;
}

footer .time table td:last-of-type {
  padding-right: max(1.429vw, 18px);
}

footer .time table thead td {
  padding: max(0.357vw, 4px) max(0.786vw, 10px) max(0.429vw, 5px);
  font-size: max(1.143vw, 14px);
  color: #fff;
  background-color: #464646;
  border-bottom: none;
}

footer .time table thead td:last-of-type {
  padding-right: max(2.143vw, 27px);
}

footer table + ul {
  margin-top: max(0.714vw, 9px);
  font-size: max(1vw, 13px);
  color: #585858;
  letter-spacing: 0.18em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .25em 1em;
}

footer #fnav ul {
  display: flex;
  flex-wrap: wrap;
  padding: max(1.071vw, 13px) 0 max(1.071vw, 13px) max(0.929vw, 12px);
  border-top: #8d897e solid 1px;
}

footer #fnav ul li {
  position: relative;
  padding-left: max(1.143vw, 14px);
  font-size: max(0.929vw, 12px);
  letter-spacing: 0.1em;
  line-height: 1.846;
}

footer #fnav ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.179vw);
  left: 0;
  width: max(0.357vw, 4px);
  height: max(0.357vw, 4px);
  background-color: #525252;
  border-radius: max(0.357vw, 4px);
}

footer #fnav ul li a {
  color: #2b2b2b;
}

footer #fnav ul li a:hover {
  text-decoration: underline;
}

footer #fnav ul:nth-of-type(1) li {
  width: 25%;
}

footer #fnav ul:nth-of-type(2) li {
  width: 33%;
}

footer #fnav ul:nth-of-type(3) li {
  width: 33%;
}

footer #fnav ul:nth-of-type(3) li:first-of-type {
  width: 100%;
}

footer .summary {
  padding-top: max(0.857vw, 11px);
  font-size: max(0.857vw, 11px);
  color: #585858;
  line-height: 1.666;
  border-top: #8d897e solid 1px;
}

footer .groupList {
  padding: 0 max(7.357vw, 95px) 0 max(9.071vw, 117px);
}

footer .groupList .head {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: max(0.857vw,	11.143px);
  font-size: max(1.214vw, 15px);
  letter-spacing: 0.2em;
}

footer .groupList .head::before {
  content: "";
  position: absolute;
  bottom: max(0.357vw, 4px);
  width: 100%;
  height: max(0.643vw, 8px);
  background: #ffeda3;
  z-index: -1;
}

footer .groupList .subhead {
  font-size: max(1.143vw, 14.857px);
	margin-bottom: 0.35em;
}
footer .groupList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	gap:max(1.857vw, 24.143px);
}

footer .groupList ul li {
  width: max(19.143vw, 248.857px);
  font-size: max(1.143vw, 14.857px);
  line-height: 1.38;
  margin: 0 0 max(1.214vw, 15.786px) 0;
  font-feature-settings: "palt";
}

footer .groupList ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max(3.857vw, 50.143px);
  color: #fff;
  background: #1777c7 url(../images/common/icon_Arrow07.png) no-repeat right max(0.786vw, 10px) center;
  background-size: max(0.929vw, 12px) max(0.929vw, 12px);
  border-radius: 2em;
}

footer .groupList ul li a + p {
  padding-top: max(0.714vw, 9px);
  text-align: center;
  font-size: max(0.929vw, 12px);
  color: #585858;
  line-height: 1.666;
}

footer .groupList .wrap2 {
	width: calc(max(19.143vw, 248.857px)*2 + max(1.857vw, 24.143px));
	display: inline-flex;
	flex-direction: column;
}

footer .groupList .wrap2:nth-of-type(2n-1){
	margin-right: max(1.857vw, 24.143px);    
}

footer .gmap {
  position: relative;
  font-size: 0;
}

footer .gmap iframe {
  display: block;
  width: 100%;
  line-height: 0;
  aspect-ratio: 1400/500;
}

footer .gmap .viewBtn {
  position: absolute;
  top: min(-4.286vw, -56px);
  right: max(9.929vw, 129px);
  padding: 0.3em 1.5em 0.3em 1em;
  border-bottom: #585858 1px solid;
  font-size: max(1.144vw, 14px);
  color: #585858;
}

footer .gmap .viewBtn::before {
  content: "";
  display: block;
  position: absolute;
  right: min(-0.214vw, -3px);
  bottom: max(0.357vw, 4px);
  transform: rotate(40deg);
  width: max(1.429vw, 18px);
  height: 1px;
  background-color: #585858;
}

footer .copyright {
  width: 100%;
  padding: max(1.929vw, 25px) 0 max(1.571vw, 20px);
  background-color: #1777c7;
  font-size: max(0.929vw, 12px);
  color: #fff;
  text-align: center;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 79px;
  height: 79px;
  z-index: 1000;
  cursor: pointer;
}

/*
  04. low-common-design(low only)
========================================================================== */
.pc-contents {
  margin: 60px auto 180px;
  width: 1200px;
}

.left-contents {
  width: 300px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

.mainPhoto img {
  width: 100%;
  aspect-ratio: 1400/595;
}

/*
  05. menu
========================================================================== */
.sidemenu {
  width: 300px;
  background: rgba(250, 248, 245, 0.91);
}

.sidemenu > h2 {
  padding-top: 40px;
  text-align: center;
}

.sidemenu > h2 img {
  width: 96.5px;
  aspect-ratio: 96.5/23;
}

.sidemenu ul {
  padding: 21px 20px 73px 30px;
}

.sidemenu ul li a {
  display: block;
  padding: 26px 0 11px 26px;
  background: url(../images/common/icon_Arrow08.png) no-repeat left 4px top 28px;
  background-size: 11px 10px;
  font-size: 16px;
  color: #242424;
  line-height: 1;
  border-bottom: 1px #7a7a7a dashed;
  transition: .3s ease-in-out;
}

.sidemenu ul li:first-of-type a {
  border-top: 1px #7a7a7a dashed;
}

.sidemenu ul li a:hover {
  opacity: .5;
}

.sidebanner {
  margin-top: 80px;
}

.sidebanner ul li + li {
  margin-top: 30px;
}

/*
  06. counseling (low only)
========================================================================== */
.counseling {
  margin-top: 80px;
}

.lowinfo {
  margin-top: 20px;
  padding: 27px 0 31px 37px;
  background-image: url(../images/common/bg_Lowinfo.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #4f7fa5;
}

.lowinfo .lowinfo_inner {
  width: 441px;
}

.lowinfo .lowinfo_inner h3 {
  width: 326px;
}

.lowinfo .lowinfo_inner h3 img {
  width: 100%;
  aspect-ratio: 326/61;
}

.lowinfo .lowinfo_inner .location {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #86704d;
  line-height: 1;
  background: url(../images/common/icon_Train02.png) no-repeat left center;
  background-size: 16px 21px;
}

.lowinfo .lowinfo_inner .location em {
  font-size: 26px;
  font-style: normal !important;
}

.lowinfo .lowinfo_inner .location small {
  font-size: 14px;
}

.lowinfo .lowinfo_inner .tel {
  margin-top: 14px;
  padding-left: 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  background: url(../images/common/icon_Tel01.png) no-repeat left center;
  background-size: 15px auto;
}

.lowinfo .lowinfo_inner .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.lowinfo .lowinfo_inner .btn li {
  width: 210px;
}

.lowinfo .lowinfo_inner .btn li a {
  display: block;
}

.lowinfo .lowinfo_inner .btn li img {
  width: 100%;
  aspect-ratio: 210/54;
}

.lowinfo .lowinfo_inner .time {
  margin-top: 23px;
}

.lowinfo .lowinfo_inner .time table {
  width: 388px;
  border-top: #434343 solid 1px;
}

.lowinfo .lowinfo_inner .time table th {
  padding: 5px 0 3px;
  text-align: center;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0.03em;
  border-bottom: #434343 solid 1px;
}

.lowinfo .lowinfo_inner .time table thead th:nth-of-type(1) {
  width: 30%;
  letter-spacing: 0.32em;
}

.lowinfo .lowinfo_inner .time table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 3px;
  font-size: 13px;
  color: #434343;
  border-bottom: #434343 solid 1px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.lowinfo .lowinfo_inner .time table thead td {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}

.lowinfo .lowinfo_inner table + ul {
  padding-top: 5px;
  font-size: 15px;
  color: #434343;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  gap: .25em 1em;
}

/*
  09. multi-class
========================================================================== */
/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
  transition: 0.3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
}

/* font */
.gothic {
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}

.fmTimes {
  font-family: "Times New Roman", Times, serif;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

i.fa,
i.fas,
i.far {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 3px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

/* object-fit */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* flex */
.flex {
  display: flex;
}

.flex img {
  max-width: 100%;
  height: auto;
}

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

/* align */
.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispFr {
  display: flow-root;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 非表示 */
.pc-none {
  display: none !important;
}
