@charset "UTF-8";

:root {
  --main-color: #53b7fe;
  --sub-color: #3382ce;
  --link-color: #ddac14;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #434343;
  min-width: 1300px;
}

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

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

.pagetop {
  border-radius: 2px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 40px;
  right: 24px;
  z-index: 9999;
}

.pagetop:hover {
  opacity: .6;
}

.cf:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

  09.multi-class

  10. 404 error

========================================================================== */
/*
  00. common
========================================================================== */
.noto_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto_serif {
  font-family: 'Noto Serif JP', sans-serif;
}

/*
  01. header
========================================================================== */
.head,
.head ul,
.head li,
.head a,
.head span,
.head i,
.head div,
.head section {
  box-sizing: border-box;
}

.head img {
  max-width: 100%;
}

.head {
  min-width: 1300px;
  position: relative;
  font-size: clamp(calc(15px * 0.93), calc((15 / 1400) * 100vw), 30px);
}

/* --------------------------- head_info */
.head_info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.head_info::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0.5vw;
  width: clamp(calc(391px * 0.93), calc((391 / 1400) * 100vw), 780px);
  aspect-ratio: 391 / 365;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  background-image: url("../images/common/head_info_bg.png");
}

.head_ttl {
  position: relative;
  z-index: 3;
  font-size: clamp(calc(13px * 0.93), calc((13 / 1400) * 100vw), 26px);
  color: #2e2e2e;
  letter-spacing: 0.1em;
  margin: 0 0 1.6em 0;
  padding: 0.5em 0 0;
  text-align: center;
}

.head_ccl {
  position: relative;
  z-index: 3;
  width: clamp(calc(392px * 0.93), calc((392 / 1400) * 100vw), 780px);
}

.head_logo {
  width: clamp(calc(228px * 0.93), calc((228 / 1400) * 100vw), 460px);
	padding-bottom: 0.7em;
  margin: 0 auto 0.8em;
	border-bottom: 1px solid #2e2e2e;
}

.head_accs {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  /* width: clamp(calc(225px * 0.93), calc((225 / 1400) * 100vw), 450px); */
  display: flex;
  justify-content: center;
  /* padding: 0.7em 0 0; */
	font-size: 88%;
	line-height: 1.3;
	gap:1em;
	letter-spacing: 0;
}

.head_accs li {
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.head_accs li:nth-of-type(1),
.head_accs li:nth-of-type(2)	{
  padding-left: 1.3em;
  background-image: url("../images/common/ico_train.png");
  background-size: 0.9em auto;
}

.head_accs li:nth-of-type(3) {
  padding-left: 1.6em;
  background-image: url("../images/common/ico_calendar.png");
  background-size: 1.3em auto;
}

/* --------------------------- head_contact */
.head_contact {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: flex;
}

.head_tel {
  width: clamp(calc(250px * 0.93), calc((250 / 1400) * 100vw), 500px);
  background: rgba(255, 255, 255, 0.85);
  font-size: clamp(13px, calc((13 / 1400) * 100vw), 26px);
  color: #2e2e2e;
  padding: 0 0 0 1.5em;
  display: flex;
	justify-content: center;
  align-items: center;
}

.head_tel span {
  display: block;
  line-height: 1;
}

.head_tel span:nth-of-type(1) {
  margin: 0 0 0.6em;
}

.head_tel span:nth-of-type(2) {
  font-size: calc((25 / 13) * 100%);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: 0.2em 40%;
  background-image: url("../images/common/ico_tel.png");
}

.head_btn {
  display: flex;
}

.head_btn a {
  width: clamp(calc(106px * 0.93), calc((106 / 1400) * 100vw), 212px);
  font-size: clamp(calc(17px * 0.93), calc((17 / 1400) * 100vw), 34px);
  min-width: 106px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0.9em auto;
  background-position: 50% calc(100% - 0.4em);
  background-image: url("../images/common/ico_arrow.png");
  color: #fff;
  aspect-ratio: 106 / 85;
  transition: 0.3s;
  margin-left: 0.2em;
}

.head_btn a p {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
	padding-top: 0.2em;
}

.head_btn a p:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -1.2em;
  left: 0;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: center center
}

.head_btn a p span {
  position: relative;
  z-index: 3;
  display: block;
	line-height: 1.5;
}

.head_btn_line{
	background-color: rgba(0, 185, 0, 0.85);
}

.head_btn_line p::before {
  background-size: 1.3em auto;
  background-image: url("../images/common/ico_line.png");
}

.head_btn_web {
  background-color: rgba(87, 175, 243, 0.85);
}

.head_btn_web p::before {
  background-size: 1.3em auto;
  background-image: url("../images/common/ico_web.png");
}

.head_btn_web p span small{
	font-size: 80%;
}
.head_btn_mail {
  background-color: rgba(49, 132, 210, 0.85);
}

.head_btn_mail p::before {
  background-size: 1.5em auto;
  background-image: url("../images/common/ico_mail.png");
}

.head_btn_mail p span{
	line-height: 1.5;
}

/*
  02. gnav
========================================================================== */
.gnav,
.gnav nav,
.gnav ul,
.gnav li,
.gnav a,
.gnav span,
.gnav i,
.gnav div {
  box-sizing: border-box;
}

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

.gnav {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 24px 0 64px;
}

.gnav ul {
  margin: 0 auto;
  padding: 0.9em 0;
  width: 86%;
  min-width: 1200px;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.gnav li {
  width: calc(100% / 7);
  text-align: center;
  border-right: 1px solid #8f8a84;
}

.gnav li:nth-of-type(1) {
  border-left: 1px solid #8f8a84;
}

.gnav li:nth-last-of-type(1) {
  text-align: center;
}

.gnav li a {
  display: inline-block;
  transition: 0.3s;
  padding: 0.16em 0.2em;
  color: #393939;
}

.gnav li.current a,
.gnav li a:hover {
  opacity: 0.7;
}

.gnav li i {
  display: block;
}

.gnav li .ja {
  font-size: 15.83px;
  letter-spacing: 0.15em;
}

.gnav li .en {
  font-size: 10.42px;
  color: #11a6ea;
  letter-spacing: 0.1em;
}

/*
  03. footer
========================================================================== */
.gmap,
.gmap ul,
.gmap li,
.gmap a,
.gmap span,
.gmap i,
.gmap div,
.foot,
.foot ul,
.foot li,
.foot a,
.foot span,
.foot i,
.foot div,
.foot section,
.foot nav {
  box-sizing: border-box;
}

.gmap img,
.foot img {
  max-width: 100%;
}

/* --------------------------- foot */
.foot {
  padding: 40px 0 0;
  position: relative;
  background-color: #edf3f7;
}

.foot_logo {
  margin: 0 auto 40px;
  width: 508px;
}

.gmap {
  width: 100%;
  margin: 0 auto 60px;
}

.gmap iframe {
  height: 445px;
  width: 100%;
  vertical-align: top;
  border: 0 none;
}

.foot_inr {
  position: relative;
  margin: 0 auto 60px;
  width: calc((1180/1400) * 100%);
  min-width: 1180px;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
}

/* --------------------------- foot left */
.foot_lft {
  width: calc((515/1180) * 100%);
  position: relative;
  color: #2e2e2e;
}

.foot_tel {
  margin: 0 0 20px;
}

.foot_tel span {
  display: block;
  line-height: 1;
}

.foot_tel_txt {
  font-size: 16.68px;
  line-height: 1;
  margin: 0 0 0.3em;
  color: #182845;
  letter-spacing: 0.1em;
}

.foot_tel_nbr {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.7em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 70%;
  background-image: url("../images/common/ico_tel.png");
}

.foot_btn {
  display: flex;
  align-items: center;
  margin: 0 auto 15px 0;
}

.foot_btn a {
  width:165px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
  margin: 0 7px 0 0;
  font-size: 18px;
	position: relative;
}

.foot_btn a:after{
	position: absolute;
	content:"";
	right: 0.2em;
	bottom:0.2em;
	width: 0.45em;
	aspect-ratio: 1 / 1;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	background: #fff;
}


.foot_btn_web {
	background-color: var(--sub-color);
}

.foot_btn_mail {
	background-color: var(--main-color);
}

.foot_btn_line {
 	background-color: #00b900;;
}


.foot_addr {
  font-size: 16.68px;
  margin: 0 0 5px;
}

.foot_accs {
  font-size: 16.67px;
  margin: 0 0 10px;
  padding: 0 0 0 1.5em;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 50%;
  background-image: url("../images/common/ico_train.png");
}

.foot_timetable {
  width: 416px;
  border-collapse: collapse;
  line-height: 1;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 5px;
}

.foot_timetable th,
.foot_timetable td {
  text-align: center;
  vertical-align: middle;
  font-size: 16.67px;
}

.foot_timetable th {
  width: 33%;
}

.foot_timetable td {
  width: calc((67% - 2em) / 7);
}

.foot_timetable thead {
  border-bottom: 1px solid #2e2e2e;
}

.foot_timetable thead th,
.foot_timetable thead td {
  padding: 0.4em 0;
}

.foot_timetable tbody th,
.foot_timetable tbody td {
  padding: 0.4em 0 0;
}

.foot_timetable tbody td {
  font-size: 14.58px;
  font-size: 12px;
}

.foot_timetable tbody tr:nth-of-type(2) {
  border-bottom: 1px solid #2e2e2e;
}

.foot_timetable tbody tr:nth-of-type(2) th,
.foot_timetable tbody tr:nth-of-type(2) td {
  padding-bottom: 0.4em;
}

.foot_timetable tbody tr:last-child th,
.foot_timetable tbody tr:last-child td {
  padding-bottom: 0.4em;
}

.foot_tt_note {
  font-size: 16.67px;
}

/* --------------------------- foot right */
.foot_rgt {
  width: calc((620/1180) * 100%);
}

.foot_nav {
  display: flex;
  margin: 0 0 30px;
}

.foot_nav ul {
  flex-basis: 30%;
  border-right: 1px dashed #777c7f;
  padding-right: 1em;
  margin-right: 2em;
}

.foot_nav ul:nth-child(2) {
  flex-basis: 40%;
}

.foot_nav ul:last-child {
  border-right: 0 none;
  padding-right: 0;
  margin-right: 0;
}

.foot_nav li {
  margin-bottom: 0.6em;
  padding: 0 0 0 0.8em;
  position: relative;
}

.foot_nav li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  left: 0;
  top: 0.6em;
  background: #020202;
  border-radius: 50%;
}

.foot_nav a {
  font-size: 14px;
  display: inline-block;
  color: #020202;
  transition: 0.5s;
}

.foot_nav a:hover {
  opacity: 0.6;
}

.foot_nav a span.indnt {
  display: inline-block;
  margin-left: -.5em;
}

.foot_bnr {
  display: flex;
}

.foot_bnr a {
  display: block;
  width: 268px;
}

.foot_bnr a + a {
  margin-left: 30px;
}

/* --------------------------- foot bottom */
.foot_btm {
  padding: 27px 1em 36px;
  background-color: #18568b;
  color: #fff;
}

.foot_seo {
  font-size: 12.5px;
  line-height: 2;
  width: 1160px;
  margin: 0 auto 48px;
}

.foot_copyright {
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0.05em;
}

.foot_copyright i {
  font-size: 16px;
}

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

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

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

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

.mainPhoto::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
}

.mainPhoto::after {
  width: 100%;
  height: 6px;
  background: url('../images/common/lowkv_bd.png') repeat-x;
  background-size: 6px auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
  05. menu
========================================================================== */
.sidemenu {
  padding: 36px 0 0 36px;
  position: relative;
}

.sidemenu::before {
  content: '';
  display: block;
  width: 211px;
  height: 404px;
  background: url('../images/common/smn_bg.png') repeat;
  background-size: 6px 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sidemenu img {
  display: block;
}

.sidemenu h2 {
  width: 21px;
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
}

.sidemenu ul {
  padding: 50px 16px 42px 16px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #a9dcfe;
  position: relative;
  z-index: 3;
}

.sidemenu ul li {
  border-bottom: 1px dashed #2b7cc9;
}

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

.sidemenu ul li a {
  display: block;
  padding: 0 0 4px 22px;
  background: url('../images/common/smn_ar.svg') left 3px top 7px no-repeat;
  background-size: 7px 7px;
}

.sidemenu ul li a > span {
  display: inline-block;
  color: #404040;
  font-size: 16px;
  line-height: 1.3125;
}

.sidemenu ul li a > span:nth-child(2) {
  margin-left: 1em;
}

.sidemenu ul li a > span.indent {
  margin-left: -.5em;
}

.sidebanner {
  margin: 60px auto 0 auto;
  width: 280px;
}

.sidebanner img {
  display: block;
}

.sidebanner ul li:nth-child(2) {
  margin-top: 30px;
}

.sidebanner ul li:nth-child(3) {
  margin-top: 23px;
}

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

.counseling .information {
  margin-top: 20px;
  padding: 26px 0 31px 0;
  background: url('../images/common/lowft_bg.jpg') right bottom no-repeat;
  background-size: cover;
  border: 1px solid #4e95d7;
}

.counseling .information *{
	box-sizing: border-box;
}
.counseling .information img {
  display: block;
	max-width: 100%;
}

.counseling .information .logo {
	margin-left: 34px;
	width: 236px;
	padding: 0 36px;
}

.counseling .information .btn {
  margin: 23px auto 0 34px;
  width: 236px;
}

.counseling .information .btn li + li {
  margin-top: 8px;
}

.counseling .information .btn li a {
  display: block;
  box-shadow: 2px 3px 10px 0px rgba(200, 200, 200, .35);
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding: 0.7em 0 0.6em 1em;
	background-repeat: no-repeat;
	color:#fff;
}

.counseling .information .btn li a .arw{
	position: absolute;
	right: 0.5em;
	top:50%;
	transform: translateY(-50%);
	border-radius: 50%;
	aspect-ratio: 1/1;
	width: 0.54em;
	background-color: #fff;
}

.counseling .information .btn li a .arw::after{
	position: absolute;
	content: "";
	aspect-ratio: 2 / 3;
	top: 50%;
	left: 50%;
	transform: translate(-35%,-50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 0.24em;
}

.counseling .information .btn li a.web {
	background-image: url(../images/common/ico_web.png);
	background-size: 1.15em auto;
	background-position: 1.48em center;
}

.counseling .information .btn li a.mail {
	background-image: url(../images/common/ico_mail.png);
	background-size: 1.15em auto;
	background-position: 1.48em center;
}

.counseling .information .btn li a.line {
	background-image: url(../images/common/ico_line.png);
	background-size: 1.2em auto;
	background-position: 1.48em center;
}

.counseling .information .btn li a.web,
.counseling .information .btn li a.web .arw::after {
	background-color: var(--main-color);
}

.counseling .information .btn li a.mail,
.counseling .information .btn li a.mail .arw::after {
	background-color: var(--sub-color);
}

.counseling .information .btn li a.line,
.counseling .information .btn li a.line .arw::after {
	background-color: #00b900;
}

.counseling .information .tel {
  margin: 24px 0 0 47px;
  display: flex;
  align-items: center;
}

.counseling .information .tel i {
  margin-right: 12px;
  width: 13px;
}

.counseling .information .tel span {
  color: #2e2e2e;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 24.52px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .075em;
}

.counseling .information .station {
  margin: 23px 0 0 46px;
  display: flex;
  align-items: center;
}

.counseling .information .station i {
  margin-right: 12px;
  width: 14px;
}

.counseling .information .station span {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .05em;
}

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

.clear {
  clear: both;
}

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

.fade:hover {
  opacity: .5;
}

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

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

/* font */
.gothic {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

.mincho {
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.hannari {
  font-family: 'Hannari', 'Times New Roman', 'Noto Serif JP', serif;
}

.sawarabi-go {
  font-family: 'Sawarabi Gothic', sans-serif;
}

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

.txt150 {
  font-size: 150%;
}

.txt140 {
  font-size: 140%;
}

.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.fas,
i.far {
  margin-right: 5px;
}

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

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 4px;
  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;
}
