@charset "UTF-8";

:root {
  --color-01: #276ebe;
  --color-02: #2faed3;
  --color-03: #8fb5e9;
  --main-color: #276ebe;
  --sub-color: #2faed3;
  --link-color: #8fb5e9;
}

/* add font */
.sans {
  font-family: "Noto Sans JP", sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.font_en {
  font-family: 'Roboto', sans-serif;
}

/*
  header
========================================================================== */
.head, .head * {
	box-sizing: border-box;
}
.head img {
	max-width: 100%;
}
.head {
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute !important;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.head_ttl {
  font-size: 77.8%;
  margin: 0 0 0 2.3em;
  padding-top: 1.4em;
  line-height: 1;
  text-shadow: 0.3em 0.3em 0.3em #fff, 0.3em -0.3em 0.3em #fff, -0.3em 0.3em 0.3em #fff, -0.3em -0.3em 0.3em #fff;
}
.header, .header * {
	box-sizing: border-box;
}

.head_logo {
  position: absolute;
  width: 7.33em;
  top: 4.8em;
  left: 6.4em;
}
.head_logo img {
  aspect-ratio: 110 / 120;
}
.head_btn {
  position: absolute;
  top: 0;
  right: 0.6em;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.6em;
}
.head_btn p,
.head_btn a {
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
  height: 3em;
  background-repeat: no-repeat;
  background-position: 0 0;
  letter-spacing: 0.1em;
}
.head_btn p {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1199c1;
  background-size: 1em auto;
  background-position: 1.1em 45%;
  background-image: url("../images/common/ico_tel_w.png");
  aspect-ratio: 220 / 45;
  padding-left: 1em;
}
.head_btn p span {
  font-size: 152.7%;
}
.head_btn a {
  position: relative;
  aspect-ratio: 207 / 45;
  text-align: center;
  background-repeat: no-repeat;
}
.head_btn a:nth-of-type(1) {
  background-position: 1em 50%;
  background-size: 1.46em auto;
  background-image: url("../images/common/ico_web_w.png");
  background-color: #4788d5;
}
.head_btn a:nth-of-type(2) {
  background-position: 2.8em 50%;
  background-size: 1.73em auto;
  background-image: url("../images/common/ico_line_w.png");
  background-color: #47ad8a;
}
.head_btn a span {
  display: inline-block;
  font-size: 116.6%;
  padding-left: 1.5em;
}
.head_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.53em ;
  aspect-ratio: 1 / 1;
  right: 0.2em;
  bottom: 0.2em;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


/*
  gnav
========================================================================== */
.gnav, .gnav * {
	box-sizing: border-box;
}
.gnav img {
	max-width: 100%;
	vertical-align: middle;
}
.gnav {
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
	padding: 1.4em 4em;
	position: relative;
  background-color: #fff;
}
.gnav ul {
	display: flex;
  justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.gnav li {
  flex: auto;
	position: relative;
	text-align: center;
}
.gnav li::before,
.gnav li::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
}
.gnav li::after {
  right: 0;
  background-color: #2e2e2e;
}
.gnav li:first-child::before {
  left: 0;
  background-color: #2e2e2e;
}
.gnav li a {
	display: block;
	transition: 0.3s;
	padding: 0.5em 0;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 2em;
}
.gnav li a i {
  color: #444;
}

.gnav li:nth-of-type(1) {
  font-size: 106.6%;
}

/*
  side
========================================================================== */
.side {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: fixed;
  top: 4.2em;
  right: 0;
	z-index: 9999;
}
.side_btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.24em 0;
  width: 5.33em;
}
.side_btn a {
  display: block;
}
.side_btn a.side_tel {
  aspect-ratio: 80 / 140;
  background-color: rgba(17, 153, 193, 0.9);
  color: #fff;
  display: grid;
  align-items: center;
  text-align: center;
}
.side_btn a.side_tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.66em;
  aspect-ratio: 1 / 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #fff;
  bottom: 0.4em;
  right: 0.3em;
}
.side_btn a.side_tel span {
  display: block;
  padding-top: 2.5em;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1.4em auto;
  background-image: url("../images/common/side_ico_tel.png");
}
.side_btn a.side_tel i {
  display: block;
  font-size: 125%;
  line-height: 1.1;
  letter-spacing: 0.04em;
}


/*
  footer
========================================================================== */
.footer, .footer * {
	box-sizing: border-box;
}
.footer img {
	max-width: 100%;
}
.footer {
  color: #2e2e2e;
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
  background-color: #f1fcff;
}
.foot_inr {
  position: relative;
  padding: 4em 0 0 8.6em;
  margin: 0 0 4em;
  display: grid;
  grid-template-columns: 22.2em 1fr;
  gap: 0 5em;
}
/* --------------------------- left */
.footer .logo {
  margin: 0 0 1em;
  padding: 0 0 1.6em;
  border-bottom: 1px solid rgba(46,46,46,0.4);
}
.footer .logo a {
  display: block;
  width: 10em;
  margin: 0 auto;
}
.footer .logo img {
  aspect-ratio: 151 / 166;
}
.foot_tel {
  min-height: 1.73em;
  width: fit-content;
  margin: 0 auto 1.6em;
  padding: 0 0 0 2em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.53em auto;
  background-image: url("../images/common/foot_ico_tel.png");
}
.foot_tel.foot_ico span {
  font-size: 250%;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
}
.foot_btn {
  width: 19em;
  margin: 0 auto 3.3em;
  display: grid;
  gap: 1.2em 0;
}
.foot_btn a {
  display: block;
  aspect-ratio: 285 / 68;
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.foot_btn a span {
  line-height: 1;
  font-size: 136.6%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  min-height: 1.4em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: grid;
  align-items: center;
}
.foot_btn .foot_btn_web {
  background-color: #4788d5;
}
.foot_btn .foot_btn_line{
  background-color: #6dcb6b;
}
.foot_btn .foot_btn_web span{
  padding-left: 1.95em;
  background-size: 1.22em auto;
  background-image: url("../images/common/foot_ico_pc.png");
}
.foot_btn .foot_btn_line span{
  padding-left: 2em;
  background-size: 1.46em auto;
  background-image: url("../images/common/foot_ico_line.png");
}
.foot_ico {
  position: relative;
  padding-left: 2.4em;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.foot_ico span {
  font-size: 111%;
}
.foot_addr {
  margin: 0 0 1.8em;
  background-size: 1.4em auto;
  background-image: url("../images/common/foot_ico_locate.png");
}
.foot_accs {
  background-size: 1.2em auto;
  background-image: url("../images/common/foot_ico_train.png");
}
/* --------------------------- right */
.foot_rgt {
  padding: 1.4em 0 0;
}
.foot_sns {
  display: grid;
  grid-template-columns: 3.53em 3.53em;
  gap: 0 1.1em;
  margin: 0 7.6em 4.6em auto;
  width: 8.16em;
}
.foot_sns a {
  display: block;
}
/* --------------------------- navigation */
.foot_nav {
  display: grid;
  grid-template-columns: 11.4em 10.4em 16.4em 1fr;
  margin: 0 0 3.2em;
}
.foot_nav div:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.foot_nav div:nth-of-type(2) {
  grid-column: 2 / 4;
}
.foot_nav div:nth-of-type(2) h3 {
  grid-column: 1 / 3;
}
.foot_nav div:nth-of-type(2) ul {
  display: grid;
  grid-template-columns: 10.4em 1fr;
}
.foot_nav div:nth-of-type(3) {
  grid-column: 4 / 5;
}
.foot_nav div:nth-of-type(4) {
  margin-top: 2.4em;
  grid-column: 3 / 5;
}
.foot_nav div:nth-of-type(4) ul {
  display: grid;
  grid-template-columns: 16.4em 1fr;
}
.foot_nav h3 {
  font-size: 89%;
  margin: 0 0 0.6em;
}
.foot_nav ul {
  display: grid;
  gap: 0.5em 0;
}
.foot_nav a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  letter-spacing: -0.06em;
  transition: 0.3s;
  color: #2e2e2e;
  text-decoration: underline;
}
.foot_nav a:hover {
  opacity: 0.7;
}
.foot_nav a::before {
  content: "▶";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  font-size: 62%;
}
.foot_nav a span {
  font-size: 89%;
}
/* --------------------------- timetable */
.footer .timetable {
  width: 25.86em;
}
.footer .timetable table {
	border-collapse: collapse;
	line-height: 1;
  width: 100%;
  margin: 0 0 0.5em;
}
.footer .timetable th,
.footer .timetable td {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	line-height: 1;
	padding: 0.6em 0;
}
.footer .timetable th {
	width: auto;
	font-weight: normal;
  letter-spacing: 0.1em;
}
.footer .timetable td {
	width: calc((100% - 36%) / 8);
}
.footer .timetable thead {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 111.4%;
}
.footer .timetable tbody tr {
  border-bottom: 1px solid #333;
}
.footer .timetable tbody th,
.footer .timetable tbody td {
  padding: 0.6em 0 0.7em;
}
.footer .timetable tbody th {
  font-size: 111.4%;
}
.footer .timetable ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.6em;
}
.footer .timetable li {
  font-size: 86%;
}

/* --------------------------- humanity */
.foot_humanity {
  position: absolute;
  width: 6.06em;
  bottom: 0;
  right: 4em;
}
.foot_humanity img {
  aspect-ratio: 91 / 77;
}
/* --------------------------- copyright */
.footer .copyright {
  position: relative;
  z-index: 3;
  background-color: #4ea2ca;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  font-size: 93.3%;
  line-height: 1;
  letter-spacing: 0.06em;
}
/* --------------------------- pagetop */
.pagetop {
	position: fixed;
	cursor: pointer;
	z-index: 9999;
	width: 44px;
	bottom: 0;
	right: 0;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {
  width: 300px;
  position: relative;
  margin: 0 0 45px;
  box-sizing: border-box;
}
nav.sidemenu * {
  box-sizing: border-box;
}
.sidemenu a, .sidemenu img {
  display: block;
}
.sidemenu .ttl {
  position: relative;
  text-align: center;
  margin: 0 0 48px;
  color: #2faed3;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.15em;
}
.sidemenu .ttl::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 68px;
  background-color: #363636;
  left: calc(50% - 0.5px);
  bottom: -78px;
}
.sidemenu .bg {
  position: relative;
  z-index: 2;
  padding: 56px 24px 39px;
  border: 1px solid #363636;
}
.sidemenu p {
  font-size: 16px;
  background-color: rgba(47, 174, 211, 0.07);
  color: #2faed3;
  margin: 0 0 12px;
  padding: 3px 10px;
}
.sidemenu ul + p {
  margin-top: 30px;
}
.sidemenu ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
.sidemenu ul li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #333333;
}
.sidemenu ul li a {
  font-size: 16px;
  color: #242424;
  position: relative;
  padding: 0 0 4px 10px;
  line-height: 1.3;
  transition: 0.3s;
  white-space: nowrap;
}
.sidemenu ul li a:hover {
  opacity: 0.7;
}
.sidemenu ul li a i {
  display: inline-block;
  margin: 0 -0.4em;
}

/* sidebanner */
.sidebanner ul li {
  margin-bottom: 36px;
}

/*
  counseling
========================================================================== */

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 12px 15px 0;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/lowinfo_bg.jpg);
  box-sizing: border-box;
  color: #333;
  position: relative;
  aspect-ratio: 800 / 460;
}
.lowinfo * {
  box-sizing: border-box;
}
.lowinfo a, .lowinfo img {
  display: block;
}
.lowinfo .content {
  width: 357px;
  min-height: 428px;
  padding: 18px 0 0;
  background-color: rgba(255,255,255,0.8);
}
.lowinfo .logo {
  width: 311px;
  margin: 0 auto 16px;
}
.lowinfo .logo img {
  aspect-ratio: 311 / 76;
}
.lowinfo .tel {
  margin: 0 auto 8px;
  text-align: center;
}
.lowinfo .tel span {
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #4a4a4a;
}
.lowinfo .tel span:nth-of-type(1) {
  font-size: 18px;
}
.lowinfo .tel span:nth-of-type(2) {
  position: relative;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 0 10px 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px auto;
  background-image: url("../images/common/lowinfo_ico_tel.png");
}
.lowinfo .btn {
  width: 300px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}
.lowinfo .btn a {
  display: block;
}
.lowinfo .btn a img {
  aspect-ratio: 146 / 85;
}
.lowinfo .addr,
.lowinfo .accs {
  min-height: 30px;
  font-size: 16.65px;
  color: #2e2e2e;
  padding-left: 30px;
  margin: 0 0 0 40px;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.lowinfo .addr {
  background-position: 0 7px;
  background-image: url("../images/common/lowinfo_ico_location.png");
  margin-bottom: 15px;
}
.lowinfo .accs {
  background-position: 0 55%;
  background-image: url("../images/common/lowinfo_ico_train.png");
}


/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 52px 30px 57px;
  text-align: center;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #276ebe;
  color: #282828;
}
.page-catch::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #276ebe;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}
.page-catch h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.page-catch p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 80px 10px 48px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
}
.ttl-low::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 80%;
  bottom: 0;
  left: 17px;
  background-color: #fff;
}
.ttl-low1-1 {
  background-image: url("../images/common/ttl-low1_01.png");
}
.ttl-low1-2 {
  background-image: url("../images/common/ttl-low1_02.png");
}
.ttl-low1-3 {
  background-image: url("../images/common/ttl-low1_03.png");
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 8px 58px 8px 32px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-left: 16px solid;
  border-bottom: 1px solid;
  position: relative;
}
.ttl-low2::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  bottom: 0;
  left: -6px;
  background-color: #fff;
}

.ttl-low2-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}
.ttl-low2-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}
.ttl-low2-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 45px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.ttl-low3-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}
.ttl-low3-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}
.ttl-low3-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}
.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}
.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 4px 10px;
  width: auto;
  min-width: 0;
  color: #fff;
}
.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--color-01);
}
.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--color-02);
}
.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--color-03);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 100px 10px 50px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 100px;
  color: #fff;
}
.ttl-low5-1 {
  background-color: var(--color-01);
}
.ttl-low5-2 {
  background-color: var(--color-02);
}
.ttl-low5-3 {
  background-color: var(--color-03);
}



/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f9f2f0;
  border: 1px solid #ebc4b9;
}
.colunm .ttl-btn {
  margin-bottom: 10px;
  padding: 10px 30px 8px 90px;
  text-align: center;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: rgba(231, 151, 128, 0.4);
  position: relative;
}
.colunm .ttl-btn .colum {
  padding: 3px 16px;
  color: #e79780;
  font-size: 16.5px;
  background: #fff;
  filter: drop-shadow(0 0 1px #ebc4b9);
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}
.colunm .ttl-btn .colum::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -9px;
  right: 10px;
}

.colunm + .colunm {
  background-color: #f9f6f0;
  border-color: #d7c7a7;
}
.colunm + .colunm .ttl-btn {
  background: rgba(215, 199, 167, 0.4);

}
.colunm + .colunm .ttl-btn .colum {
  color: #d7c7a7;
  filter: drop-shadow(0 0 1px #d7c7a7);
}
