@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #333333;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 1em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #4d97db;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #4d97db !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #4d97db;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-01 {
  margin-bottom: 1em;
}

.mb-02 {
  margin-bottom: 2em;
}

.list-style-no {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

.column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 70px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 151, 219, 0.1);
  color: #4d97db;
  border: 1px solid #4d97db;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #4d97db;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #4d97db;
  border-right: 1px solid #4d97db;
  transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #4d97db;
  border-right: 1px solid #4d97db;
  transform: translateX(-50%) rotate(45deg);
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}
body:not(.home) .under_mb > *:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
body:not(.home) ul li {
  margin-bottom: 0.1em;
}
body:not(.home) ol li {
  margin-bottom: 0.1em;
}
@media (min-width: 768px) {
  body:not(.home) .under_btns {
    display: flex;
    flex-wrap: wrap;
  }
  body:not(.home) .under_btns .btn {
    height: 100%;
  }
  body:not(.home) .under_btns a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  body:not(.home) h2[id^="a0"] {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  body:not(.home) div[id^="a0"] {
    margin-top: -100px;
    padding-top: 100px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(77, 151, 219, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(212, 230, 246, 0.5);
  border-radius: 4px;
  background: rgba(212, 230, 246, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #333333;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  transform: rotate(0deg);
  bottom: 0;
  transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #d4e6f6;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(77, 151, 219, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(77, 151, 219, 0.1);
  border-radius: 4px;
  padding: 1em;
  color: #333333;
}
.highlight_ttl > h2:before,
.highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #d4e6f6;
}
@media (min-width: 768px) {
  .step > div {
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #d4e6f6;
  border-right: 3px solid #d4e6f6;
  transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #d4e6f6;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #4d97db;
  color: #fff;
  background: #4d97db;
  padding: 0.8em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 374px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn a:hover {
  background: #fff;
  color: #4d97db;
}
.btn a:hover:before {
  border-top: 2px solid #4d97db;
  border-right: 2px solid #4d97db;
}

header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 859px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  position: absolute;
  top: 36px;
  right: 6.5%;
  text-align: right;
}
@media (max-width: 1250px) {
  header .header_info_wrap .header_info {
    top: 24px;
  }
}
header .header_info_wrap .tel {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  color: #4d97db;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
header .header_info_wrap .tel a {
  color: #4d97db;
}
header .header_info_wrap .tel .icon {
  display: inline-block;
  max-width: 0.9166666667em;
  width: 100%;
  margin-right: 0.2em;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0 auto;
}
header .header_info_wrap .tel + p {
  margin: 0.5em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 860px) {
  header .gnav {
    position: relative;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    left: -300%;
    right: -300%;
    bottom: auto;
    top: 0;
    margin: 0 auto;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
  }
}
header .gnav ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 8px 0;
}
@media (min-width: 860px) {
  header .gnav ul {
    text-align: center;
  }
}
header .gnav ul li {
  margin: 0;
}
header .gnav ul li a {
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  transition: 0.3s;
}
header .gnav ul li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.7);
  position: absolute;
}
header .gnav ul li a:hover {
  border-bottom: 1px solid rgba(51, 51, 51, 0.8);
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
  transition: transform 0.3s;
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transform: translateY(-50px);
  transition: transform 0.3s;
  box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
}
@media (min-width: 860px) {
  header.active .header_info_wrap {
    top: 0px;
  }
  header.active .title {
    padding: 18px 0;
    min-height: auto;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #4d97db;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
}
@media (max-width: 859px) {
  header .hdr-ttl-wrap .hdr-ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
header .header-inner > .container {
  position: relative;
}
header .hdr-ttl-wrap {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
  margin: auto;
}
header .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
@media (max-width: 1250px) {
  header .container {
    padding: 0 2%;
  }
}
@media (max-width: 859px) {
  header .container {
    padding: 0 4.5%;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 860px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 859px) {
  header .title {
    padding: 12px 0;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 364px;
  height: 75px;
}
@media (max-width: 1250px) {
  header .title a img {
    width: 264px;
    height: auto;
  }
}
@media (max-width: 859px) {
  header .title a img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  header .title a img {
    width: 170px;
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: flex;
}
@media (max-width: 859px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #4d97db;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  header .sp_header_info_wrap {
    display: block;
  }
}
header .sp_header_info_wrap .header_info {
  text-align: right;
}
header .sp_header_info_wrap .icon {
  max-width: 40px;
}
header .sp_header_info_wrap .icon a {
  display: block;
  font-size: 0;
}
header .sp_header_info_wrap .icon img {
  width: 100%;
}
@media (max-width: 859px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after,
  header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #4d97db;
    transition: transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #4d97db;
    transition: transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #4d97db;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #4d97db;
  }
  header .btn-gnavi.close:not(.fix) span {
    transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 859px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 860px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
    transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
    background: transparent;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: rgba(77, 151, 219, 0.96);
    padding: 1em;
    overflow-wrap: break-word;
    display: block;
    color: #fff;
    transition: 0.3s;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    background: rgba(41, 126, 204, 0.96);
  }
}
@media (max-width: 859px) {
  header .gnav > ul {
    transform-origin: center top;
    visibility: hidden;
    transition: 0.3s;
    transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 859px) {
  header .gnav > ul > li {
    background: rgba(77, 151, 219, 0.96);
    margin: 0;
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1199px) {
  header .gnav > ul > li a {
    font-size: 1.6rem;
    padding: 0em 0.625em;
  }
}
@media (max-width: 859px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
@media (max-width: 859px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
@media (max-width: 859px) {
  header .gnav > ul > li.has_under > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(77, 151, 219, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 859px) {
  header .gnav > ul > li.has_under > ul a {
    background: rgba(49, 135, 213, 0.96);
  }
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(41, 126, 204, 0.96);
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: 634px;
}
@media (max-width: 1199px) {
  .mv .slick {
    height: 0;
    padding-top: 52.8333333333%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 93.3333333333%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  object-fit: cover;
}
.mv .mv-copy {
  max-width: calc(1200px + 4%);
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 343px;
  top: auto;
  left: 2%;
  right: auto;
  bottom: 18.1388012618%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .mv .mv-copy img {
    max-width: none;
    width: 28.5833333333%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 57.8666666667%;
    bottom: 10%;
    left: 5.3333333333%;
  }
}

footer {
  background: #fff;
  color: #333333;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
footer > .footer {
  position: relative;
}
@media (min-width: 768px) {
  footer > .footer {
    padding-top: 20px;
  }
}
footer > .footer .container {
  max-width: none;
  margin-top: 0;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #4d97db;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #333333;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 17px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
  word-break: break-all;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #4d97db;
}
table.table-typeC tbody {
  color: #333333;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  width: 1.3em;
  height: 1.3em;
  background: #4d97db;
  border-radius: 500px;
}
table .tb.td-slash:after {
  background: #4d97db;
  width: 1.5em;
  height: 1px;
  transform: rotate(-50deg) translate(0.4em, -0.2em);
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #4d97db;
}
.table-type1 th {
  background: #4d97db;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: #fff;
}
.table-type1 tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.table-type2 {
  width: 100%;
}
.table-type2 tr:last-of-type td,
.table-type2 tr:last-of-type th {
  border-bottom: 1px solid #4d97db;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #4d97db;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #4d97db;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #4d97db;
  color: #fff;
}
.table-type3 thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type3 tbody th {
  background: rgba(77, 151, 219, 0.15);
}
.table-type3 td {
  background: #fff;
}

/* 202.06.04追加 */
.table-type4 {
  width: 60%;
}
.table-type4 td,
.table-type4 th {
  border: 1px solid #4d97db;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type4 td,
  .table-type4 th {
    padding: 0.7em 0.3em;
  }
  .table-type4 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .table-type4 td,
  .table-type4 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type4 thead th {
  background: #4d97db;
  color: #fff;
}
.table-type4 thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type4 tbody th {
  background: rgba(77, 151, 219, 0.15);
}
.table-type4 td {
  background: #fff;
}
/* 追加ここまで */

h1:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  background: #d4e6f6;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #333333;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 1em;
  line-height: 1.5833333333;
  text-align: center;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #4d97db;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #4d97db;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #4d97db;
  margin: auto;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #4d97db;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #4d97db;
}

[href^="tel"] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^="tel"] {
    pointer-events: none !important;
  }
}

[id^="top-"] {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  [id^="top-"] {
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
}
[id^="top-"] .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
[id^="top-"] h2 {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  [id^="top-"] h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
[id^="top-"] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  [id^="top-"] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.05em;
  }
}
[id^="top-"] h3 {
  color: #333333;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

#top-news {
  margin-top: 100px;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top-news {
    margin-top: 67px;
    margin-top: 6.7rem;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  #top-news .news-box-wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #top-news .ttl {
    width: 18.3333333333%;
    min-width: 160px;
    padding-right: 4%;
  }
}
#top-news .ttl h3 {
  padding: 0;
}
@media (min-width: 768px) {
  #top-news .ttl h3 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #top-news .ttl h3 {
    text-align: center;
    margin-bottom: 24px;
  }
}
#top-news .ttl h3:after,
#top-news .ttl h3:before {
  content: none;
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 98.3333333333%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 160px;
    padding-left: 1em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}

#top-medical .item-card-wrap {
  display: grid;
}
@media (max-width: 767px) {
  #top-medical .item-card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #top-medical .item-card-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.7619047619%;
  }
  #top-medical .item-card-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.5714285714%;
  }
  #top-medical .item-card-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2.380952381%;
  }
  #top-medical .item-card-wrap.card-col4 .img {
    padding-top: 80.8510638298%;
  }
}
@media (min-width: 768px) {
  #top-medical .item-card-wrap.card-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-medical .item-card-wrap.card-flex .item-card {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #top-medical .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n + 3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #top-medical .item-card-wrap.card-flex .item-card {
    width: 46.4367816092%;
  }
  #top-medical .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n + 2)) {
    margin-top: 3.4482758621%;
  }
}
#top-medical .item-card {
  border: 1px solid #4d97db;
  padding: 4px;
}
@media (min-width: 768px) {
  #top-medical .item-card {
    grid-template-rows: auto 1fr;
    display: grid;
  }
}
#top-medical .item-card p {
  line-height: 1.75;
}
#top-medical h3 {
  padding: 24px 6%;
  text-align: center;
  color: #4d97db;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
@media (min-width: 768px) {
  #top-medical h3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #top-medical h3 {
    padding: 16px 6%;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  #top-medical h3 {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 14px 6%;
  }
}
#top-medical h3:before {
  content: none;
}
#top-medical .icon {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: repeating-linear-gradient(
    147deg,
    transparent,
    transparent 1px,
    rgb(212, 230, 246) 1px,
    rgb(212, 230, 246) 9px
  );
  padding: 20px 6%;
}
@media (max-width: 599px) {
  #top-medical .icon {
    padding: 10px 6%;
  }
}
#top-medical .icon img {
  max-width: 144px;
  width: 100%;
}
@media (max-width: 599px) {
  #top-medical .icon img {
    max-width: 120px;
  }
}
#top-medical .icon + p {
  margin-top: 16px;
}
#top-medical .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-medical .btn {
    margin-top: 30px;
  }
}

#top-doctor {
  background: #d4e6f6;
  padding: 110px 0;
}
@media (max-width: 767px) {
  #top-doctor {
    padding: 70px 0;
  }
}
#top-doctor h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  #top-doctor h2 {
    text-align: left;
  }
  #top-doctor h2:before {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  #top-doctor h2 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #top-doctor .box {
    display: grid;
    gap: 10px 3.3333333333%;
    grid-template: "text img"/50% 46.6666666667%;
    align-items: center;
  }
  #top-doctor .box.reverse {
    grid-template: "img text"/46.6666666667% 50%;
  }
  #top-doctor .box.reverse .img {
    justify-self: end;
  }
}
#top-doctor .img {
  grid-area: img;
  justify-self: start;
}
@media (max-width: 767px) {
  #top-doctor .img {
    margin-bottom: 26px;
  }
}
#top-doctor .text-box {
  grid-area: text;
}
@media (min-width: 768px) {
  #top-doctor .text-box {
    padding: 20px 0;
  }
}
#top-doctor .name {
  font-weight: normal;
  padding: 0;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #top-doctor .name {
    margin-bottom: 18px;
    text-align: center;
  }
}
#top-doctor .name:before,
#top-doctor .name:after {
  content: none;
}
#top-doctor p:not(.btn) {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#top-map {
  position: relative;
  padding-top: 400px;
  margin: 0;
}
#top-map iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-clinic {
  margin-bottom: 0;
  padding-bottom: 120px;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #top-clinic {
    padding-bottom: 80px;
    padding-bottom: 8rem;
  }
}
#top-clinic .box {
  display: grid;
}
@media (min-width: 768px) {
  #top-clinic .box {
    /* grid-template: "text-box map"/35.25% 61.4166666667%; */
    grid-template: "text-box map"/40% 61.4166666667%;
    gap: 0 3.3333333333%;
  }
  #top-clinic .box.reverse {
    grid-template: "map text-box"/61.4166666667% 35.25%;
  }
}
@media (max-width: 767px) {
  #top-clinic .box {
    gap: 20px 0;
    grid-template: "text-box" auto "map" auto/1fr;
  }
}
#top-clinic .text-box {
  grid-area: text-box;
}
#top-clinic p {
  margin: 0;
}
#top-clinic .logo-img {
  max-width: 268px;
  margin: auto auto 30px 0;
}
@media (max-width: 767px) {
  #top-clinic .logo-img {
    margin-bottom: 20px;
  }
}
#top-clinic .logo-img img {
  width: 100%;
}
#top-clinic .tel {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 1em;
  position: relative;
  color: #4d97db;
}
#top-clinic .tel a {
  color: #4d97db;
}
#top-clinic .tel .icon {
  display: inline-block;
  max-width: 0.8333333333em;
  width: 100%;
  margin-right: 0.2em;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0 auto;
}
#top-clinic .info {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #top-clinic .info {
    margin-top: 26px;
  }
}
#top-clinic .info dt,
#top-clinic .info dd {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
#top-clinic .info dt:not(:last-of-type),
#top-clinic .info dd:not(:last-of-type) {
  margin-bottom: 1em;
}
#top-clinic .info dt {
  width: 80px;
  font-weight: normal;
}
#top-clinic .info dd {
  width: calc(100% - 80px);
}
#top-clinic .map {
  position: relative;
  grid-area: map;
}
@media (max-width: 767px) {
  #top-clinic .map {
    padding-top: 90%;
  }
}
#top-clinic .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(51, 51, 51, 0.6);
}
#top-ftrInfo .pc-only {
  display: inline;
}
@media (max-width: 767px) {
  #top-ftrInfo .pc-only {
    display: none;
  }
}
#top-ftrInfo .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #top-ftrInfo .sp-only {
    display: inline;
  }
}
#top-ftrInfo .container {
  margin-top: 0;
  padding: 10px;
  max-width: 1200px;
}
@media (max-width: 767px) {
  #top-ftrInfo .container {
    padding: 6px;
  }
}
#top-ftrInfo .link-wrap {
  display: flex;
}
#top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  #top-ftrInfo .link-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
#top-ftrInfo .link {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#top-ftrInfo .link a {
  padding: 10px 50px;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  align-items: center;
  background: #4d97db;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #top-ftrInfo .link a {
    padding: 8px 6px;
    grid-template-rows: 30px 1fr;
  }
}
#top-ftrInfo .link a:hover {
  background: #2b83d4;
}
#top-ftrInfo p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top-ftrInfo p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#top-ftrInfo .tel {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  #top-ftrInfo .tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #top-ftrInfo .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
#top-ftrInfo .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  #top-ftrInfo .icon img {
    max-width: 20px;
  }
}
#top-ftrInfo .link-text {
  margin: 0;
}
@media (max-width: 767px) {
  #top-ftrInfo .link-text {
    margin-top: 4px;
    position: relative;
  }
}

@media (min-width: 860px) {
  header .gnav:before {
    background: #d4e6f6;
    height: 100%;
  }
}

h1:not(.title):not(.hdr-ttl) {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

#top-please .imgs > *:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #top-please .imgs > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
#top-please .imgs .btn {
  margin-top: 10px;
}
#top-please .box-no06 {
  background: rgba(77, 151, 219, 0.1);
  padding: 40px 6%;
}
#top-please .box-no06 h3 {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #top-please .box-no06 h3 {
    margin-bottom: 20px;
  }
}
#top-please .box-no06 h3::before {
  content: none;
}

.home footer {
  border: 0;
}
.home #top-footer-info {
  padding-top: 0;
}

#top-footer-info {
  padding: 80px 0;
}
#top-footer-info .teble_info {
  margin-top: 10px;
}
#top-footer-info .teble_info > * {
  margin-top: 0;
  line-height: 1.6;
}
#top-footer-info .teble_info > *:not(:last-child) {
  margin-bottom: 6px;
}

#top-please h3 {
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #top-please h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-please h3:before {
  content: none;
}
#top-please .btn01 a {
  background: #de5f66;
  border-color: #de5f66;
}
#top-please .btn01 a:hover {
  background: #fff;
  color: #de5f66;
}
#top-please .btn01 a:hover::before {
  border-color: #de5f66;
}
#top-please .btn02 a {
  background: #4473c5;
  border-color: #4473c5;
}
#top-please .btn02 a:hover {
  background: #fff;
  color: #4473c5;
}
#top-please .btn02 a:hover::before {
  border-color: #4473c5;
}
#top-please .btn03 a {
  background: #70ad46;
  border-color: #70ad46;
}
#top-please .btn03 a:hover {
  background: #fff;
  color: #70ad46;
}
#top-please .btn03 a:hover::before {
  border-color: #70ad46;
}
@media (min-width: 768px) {
  #top-please .box-no02 {
    max-width: 550px;
    margin: auto;
  }
}
#top-please .bg {
  background: rgba(77, 151, 219, 0.1);
  padding: 20px 6%;
}
#top-please .btn + figure {
  margin-top: 16px;
}

header .header_info_wrap .header_info {
  display: flex;
  align-items: center;
  top: 16px;
}
@media (max-width: 1250px) {
  header .header_info_wrap .header_info {
    top: 12px;
  }
}
header .header_info_wrap .banner {
  max-width: 230px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1250px) {
  header .header_info_wrap .banner {
    max-width: 200px;
  }
}
header .header_info_wrap .banner a {
  display: block;
  transition: 0.3s;
}
header .header_info_wrap .banner a:hover {
  opacity: 0.8;
}

.mv .sp_banner {
  padding: 0 6%;
  max-width: 400px;
  margin: 30px auto 0;
  display: none;
}
@media (max-width: 859px) {
  .mv .sp_banner {
    display: block;
  }
}
.mv .sp_banner img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #top-please .box-no04 {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #top-please .box-no04 {
    display: block;
    float: none;
  }
  #top-please .box-no04 .col {
    width: 100%;
    margin: 0;
  }
  #top-please .box-no04 .col:not(:last-of-type) {
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  #top-please .box-no04 > div:not(:last-of-type) {
    margin-bottom: 46px;
  }
}
#top-please .box-no04 h4 {
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
  display: table;
  margin: auto;
  padding: 0;
}
#top-please .box-no04 h4::before {
  content: none;
}
#top-please .box-no04 h4 img {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#top-please .box-no04 .icon01 {
  padding-right: 70px;
}
#top-please .box-no04 .icon01 img {
  max-width: 56px;
  width: 100%;
}
#top-please .box-no04 .icon02 {
  padding-right: 96px;
}
#top-please .box-no04 .icon02 img {
  max-width: 86px;
  width: 100%;
}
#top-please .color01 h4 {
  color: #de5f66;
}
#top-please .color02 h4 {
  color: #4473c5;
}
#top-please .color03 h4 {
  color: #70ad46;
}

#director-time {
  padding-top: 100px;
  margin-top: -60px;
}
#director-time ul {
  list-style: none;
  font-weight: 400;
  padding: 0 0 0 12px;
  margin: 0;
  line-height: 1.4;
}
#director-time ul li {
  margin-bottom: 0.8em;
}
#director-time .saturday p {
  margin: 0;
  line-height: 1.4;
}
/*# sourceMappingURL=main.css.map */

/* 250912 */
.video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 7rem;
}

.video iframe {
  width: 100%;
  height: 100%;
}
.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #4d97db;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #4d97db;
  color: #ffffff;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #333333;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

.list_step_itm_ttl{
  font-weight: bold;
}

.ad_01 .col {
    border: 3px solid #4d97db;
    border-radius: 20px;
    padding: 3%;
  }

  .ad_01 p {
    font-weight: bold;
    background-color: #4d97db;
    color: #fff;
    border-radius: 50px;
    padding: 2% 4%;
  }

  .mt30 {
    margin-top: 3rem;
  }

  .list_step {
    padding-left: 18%;
  }

  .ml15 {
    margin-left: 15%;
  }

  @media (max-width: 765px) {
    .list_step {
      padding-left: 0;
    }

    .ml15 {
      margin-left: 0;
    }
  }