@charset "UTF-8";

:root {
  --color-01: #18a3c1;
  --color-02: #34b49b;
  --color-03: #8ec343;
  --main-color: #18a3c1;
  --sub-color: #34b49b;
  --link-color: #8ec343;
}

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

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

.roboto_c {
  font-family: "Roboto Condensed", sans-serif;
}

#appointment-form-container {
  display: flex;
  justify-content: center;
}

/*
  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: 83%;
  font-weight: 300;
  color: #696969;
  padding: 0.8em 3.8em 0;
  line-height: 1;
  letter-spacing: 0.07em;
}

.head_logo {
  position: absolute;
  width: 11.8em;
  top: 5em;
  left: 4em;
}

.head_logo img {
  aspect-ratio: 177 / 157;
}

.head_btn {
  position: absolute;
  top: 0;
  right: 0.8em;
  display: flex;
  justify-content: flex-end;
}

.head_btn a,
.head_btn p {
  display: block;
  margin-left: 0.8em;
}

.head_btn a img,
.head_btn p img {
  width: auto;
  height: 3em;
}

/*
  gnav
========================================================================== */
.gnav,
.gnav * {
  box-sizing: border-box;
}

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

.gnav {
  padding: 0 5.2em;
  position: relative;
  background-color: #f0f0f0;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.gnav li {
  flex: auto;
  text-align: center;
  border-right: 1px solid #444444;
}

.gnav li:nth-child(1),
.gnav li:nth-child(5) {
  border-left: 1px solid #444444;
}

.gnav li + li {}

.gnav li a {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  transition: 0.3s;
  padding: 0.5em 0;
  line-height: 1;
  letter-spacing: 0.08em;
}

.gnav li.active a,
.gnav li a:hover {
  color: inherit;
}

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

.gnav li.linkTreatment {
  margin: 0;
  padding: 1.4em 0;
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  border: none;
  cursor: pointer;
}

.gnav li.linkTreatment.active {
  background: #f8f9fb;
}

.wrap_navTreatment {
  display: none;
  padding: 5em 0;
  font-size: max(.95vw, 12px);
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #f8f9fb
}

.navTreatment {
  display: flex;
  justify-content: center;
  gap: 3em;
  text-align: left;
}

.navTreatment li {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  margin-right: 1.5em;
  line-height: 1.2
}

.navTreatment li:last-of-type {
  margin-right: 0
}

.navTreatment li:before {
  content: "▶";
  display: block;
  position: absolute;
  font-size: 62%;
  top: .5em;
  left: 0;
  color: #fff
}

.navTreatment li a {
  border-bottom: 1px solid #fff;
  width: fit-content;
  line-height: 1.5
}

.navTreatment dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.navTreatment dl + dl:before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  left: -1.5em;
  bottom: 0;
  background: #dae3ed;
}

.navTreatment dt {
  position: relative;
  margin-bottom: 1em;
}

.navTreatment dt:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.navTreatment dt span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #2e2e2e;
  background: #dae3ed;
  padding: 0.3em 1em 0.2em;
}

.navTreatment dl:nth-of-type(2) dt span {
  padding: 0.3em 2em 0.2em;
}

.navTreatment dl:last-of-type dt span {
  padding: 0.3em 8em 0.2em;
}

.navTreatment dd {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6em;
  gap: 1em 2em;
}

.navTreatment dd a {
  position: relative;
  width: fit-content;
  padding: 0 0 0 1em;
  line-height: 1.2;
  font-size: max(.95vw, 12px)
}

.navTreatment a:before {
  content: "▶";
  display: block;
  position: absolute;
  font-size: 62%;
  top: 1em;
  left: 0;
  transform: translate(0, -50%);
}

.navTreatment dd a i {
  display: inline-block;
  margin: 0 -.4em
}

/*
  side
========================================================================== */
.side {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  transform: translate(0, -50%);
}

.side_btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6em 0;
  width: 3.06em;
}

.side_btn a {
  display: block;
}

/*
  footer
========================================================================== */
.footer,
.footer * {
  box-sizing: border-box;
}

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

.footer {
  color: #333333;
  padding: 2.8em 0 0;
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-image: url("../images/common/foot_bg.jpg");
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 3.6vw;
  bottom: 0;
  left: 0;
  background-color: #32c0de;
  mix-blend-mode: multiply;
}

.footer .logo {
  margin: 0 auto 3.4em;
  width: 24.46em;
}

.footer .logo img {
  aspect-ratio: 367 / 190;
}

.footer .tel {
  margin: 0 auto 2.6em;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2em 0;
}

.footer .tel span {
  display: block;
  line-height: 1;
  margin: 0 auto;
  width: fit-content;
}

.footer .tel span:nth-of-type(1) {
  font-size: 138.8%;
}

.footer .tel span:nth-of-type(2) {
  padding-left: 0.8em;
  font-size: 428%;
  line-height: 1;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: 0.6em auto;
  background-image: url("../images/common/ico_tel.png");
}

.footer .btn {
  margin: 0 auto 3.8em;
  width: 32.4em;
}

.footer .btn a {
  display: block;
}

.footer .btn img {
  aspect-ratio: 486 / 80;
}

.footer_inr {
  display: grid;
  grid-template-columns: 1fr 35.4em;
  margin: 0 10.8em 2.2em;
}

.footer .addr {
  color: #333;
  font-size: 125%;
  margin: 0 0 1em;
  padding-left: 2.2em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.33em auto;
  background-image: url("../images/common/ico_location.png");
  letter-spacing: 0.04em;
}

.footer .accs {
  color: #333;
  font-size: 125%;
  padding: 0 0 0 2.3em;
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  background-size: 1.37em auto;
  background-image: url("../images/common/ico_train.png");
}

.footer .accs li {
  padding-left: 0.5em;
  position: relative;
}

.footer .accs li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  aspect-ratio: 1 / 1;
  left: 0;
  top: 0.7em;
  border-radius: 50%;
  background-color: #333;
}

.footer .accs li span {
  display: block;
}

.footer .timetable table {
  width: calc(100% - 2.8em);
  border-collapse: collapse;
  line-height: 1;
}

.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% - 33%) / 8);
}

.footer .timetable thead {
  font-size: 125%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.footer .timetable tbody tr {
  border-bottom: 1px solid #333;
}

.footer .timetable tbody th {
  font-size: 125%;
}

.footer .timetable tbody td {
  font-size: 106.7%;
}

.footer .timetable .note {
  margin: 0.5em 0 0;
  font-size: 97.2%;
}

/* --------------------------- nav */
.footer .nav {
  border-top: 1px solid #cdcdcd;
  margin: 0 2.9em 2.5em 4.9em;
  padding: 2em 2em 0;
  display: grid;
  grid-template-columns: 14.8em 12.6em 12.5em 15.8em 1fr;
  align-items: start;
  position: relative;
}

.footer .nav h3,
.footer .nav a {
  display: block;
  line-height: 1;
  font-size: 111%;
  color: #2e2e2e;
  margin-bottom: 0.7em;
}

.footer .nav div:last-child div {
  display: grid;
  grid-template-columns: 16.4em 1fr;
}

.footer .nav a::before {
  content: "▶";
  display: inline-block;
  font-size: 75%;
  margin-right: 0.5em;
}

.footer .nav a {
  transition: 0.3s;
}

.footer .nav a:hover {
  opacity: 0.7;
}

/* --------------------------- banner */
.footer .banner {
  margin: 0 10.2em 0.8em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 2.6em;
}

/* --------------------------- humanity */
.footer .humanity {
  text-align: right;
  margin: 0 1.2em 1em;
}

.footer .humanity a {
  display: inline-block;
  width: 6.06em;
}

.footer .humanity img {
  aspect-ratio: 91 / 77;
}

/* --------------------------- copyright */
.footer .copyright {
  position: relative;
  z-index: 3;
  grid-column: 1 / 3;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  font-size: 106.6%;
  line-height: 1;
}

/* --------------------------- pagetop */
.pagetop {
  width: 43px;
  position: fixed;
  bottom: 48px;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {
  width: 300px;
  position: relative;
  margin: 0 0 48px;
  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: #333333;
  font-size: 32px;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.1em;
}

.sidemenu .ttl::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 68px;
  background-color: #333333;
  left: calc(50% - 0.5px);
  bottom: -80px;
}

.sidemenu .bg {
  position: relative;
  z-index: 2;
  padding: 56px 21px 48px;
  border: 1px solid #333333;
}

.sidemenu p {
  font-size: 17px;
  background-color: #eef4f5;
  color: #2e2e2e;
  margin: 0 0 12px;
  padding: 3px 10px;
}

.sidemenu ul + p {
  margin-top: 45px;
}

.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: 20px;
}

/*
  counseling
========================================================================== */
/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 38px 23px 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 / 471;
}

.lowinfo * {
  box-sizing: border-box;
}

.lowinfo a,
.lowinfo img {
  display: block;
}

.lowinfo .logo {
  width: 260px;
  margin: 0 auto 18px;
}

.lowinfo .logo img {
  aspect-ratio: 260 / 155;
}

.lowinfo .tel {
  margin: 0 auto 24px;
  text-align: center;
}

.lowinfo .tel span {
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
}

.lowinfo .tel span:nth-of-type(1) {
  font-size: 18.47px;
  margin: 0 0 10px;
}

.lowinfo .tel span:nth-of-type(2) {
  position: relative;
  font-size: 33.42px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: fit-content;
  margin: 0 auto;
  padding-left: 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: 278px;
  margin: 0 auto 10px;
}

.lowinfo .btn a {
  display: block;
}

.lowinfo .btn a img {
  aspect-ratio: 278 / 56;
}

.lowinfo .accs {
  margin: 0 auto;
  width: fit-content;
  text-align: left;
  font-size: 16px;
  color: #333333;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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 #5cc1ad;
}

.page-catch::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #00ade7;
  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: #349f8a;
  border-color: #5cc1ad;
}

.ttl-low2-2 {
  color: #18a3c1;
  border-color: #5ecae1;
}

.ttl-low2-3 {
  color: #73af1f;
  border-color: #8dc045;
}

.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: #18a3c1;
  border-color: #5ecae1;
}

.ttl-low3-2 {
  color: #4abba5;
  border-color: #5cc1ad;
}

.ttl-low3-3 {
  color: #73af1f;
  border-color: #8dc045;
}

.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: #34b49b;
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: #3bbfdb;
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: #8ec343;
}

.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: #23caed;
}

.ttl-low5-2 {
  background-color: #5cc1ad;
}

.ttl-low5-3 {
  background-color: #96c356;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #fffbf3;
  border: 1px solid #f6bf47;
}

.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: #f6bf47;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 16px;
  color: #edaa17;
  font-size: 16.5px;
  background: #fff;
  filter: drop-shadow(0 0 1px #f6bf47);
  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: #fffaf7;
  border-color: #f4ab7a;
}

.colunm + .colunm .ttl-btn {
  background: #f4ab7a;
}

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