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

body {
  background: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222222;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #222222;
}

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 0;
  list-style: none;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

li {
  margin: 0 0 0.5em;
}
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: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.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 #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

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) footer {
  border-top: 1px solid #3a78be;
}

.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: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.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(238, 133, 140, 0.25);
  color: #3a78be;
  border: 1px solid #3a78be;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #3a78be;
  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 #3a78be;
  border-right: 1px solid #3a78be;
  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 #3a78be;
  border-right: 1px solid #3a78be;
  transform: translateX(-50%) rotate(45deg);
}

.m-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.text-blue {
  color: #3a78be;
}

.text-medium {
  font-weight: 500;
}

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

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

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

.w80 {
  width: 80%;
}
@media (max-width: 767px) {
  .w80 {
    width: 100%;
  }
}

.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(34, 34, 34, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(34, 34, 34, 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(34, 34, 34, 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(238, 133, 140, 0.25);
  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(238, 133, 140, 0.5);
  border-radius: 4px;
  background: rgba(238, 133, 140, 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: #222222;
}
.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: #ee858c;
  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(238, 133, 140, 0.25);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(238, 133, 140, 0.25);
  border-radius: 4px;
  padding: 1em;
  color: #222222;
}
.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 #ee858c;
}
@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 #ee858c;
  border-right: 3px solid #ee858c;
  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: #ee858c;
  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 #3a78be;
  color: #fff;
  background: #3a78be;
  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: #3a78be;
}
.btn a:hover:before {
  border-top: 2px solid #3a78be;
  border-right: 2px solid #3a78be;
}

@media (max-width: 1024px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin: 0;
}
header .header_info_wrap .list li {
  display: flex;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
header .header_info_wrap .list li strong {
  margin-right: 10px;
  font-weight: 900;
  background-color: #ee858c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 72px;
  height: 32px;
  letter-spacing: 0.05em;
}
header .header_info_wrap .list li .tel {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  header .gnav {
    position: relative;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    left: -300%;
    right: -300%;
    bottom: auto;
    top: 0;
    margin: 0 auto;
    background: #3a78be;
    position: absolute;
  }
  header .gnav:after {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    left: -300%;
    right: -300%;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    background: #3a78be;
    position: absolute;
  }
}
header .gnav ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 12px 0;
}
@media (min-width: 1025px) {
  header .gnav ul {
    text-align: center;
  }
}
header .gnav ul li {
  margin: 0;
}
header .gnav ul li a {
  letter-spacing: 0.1em;
  padding: 0.3em 1.25em;
  font-weight: 700;
}

header {
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
  transition: transform 0.3s;
  z-index: 100;
  width: 100%;
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transform: translateY(-50px);
  transition: transform 0.3s;
  box-shadow: 0 0px 10px rgba(34, 34, 34, 0.08);
}
@media (min-width: 1025px) {
  header.active .header_info_wrap {
    top: 0px;
  }
  header.active .header_info_wrap .header_info {
    top: 5px;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #3a78be;
  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: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.3em 0;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  header .hdr-ttl-wrap .hdr-ttl {
    font-size: 1.2rem;
  }
}
header .header-inner > .container {
  position: relative;
}
header .hdr-ttl-wrap {
  max-width: calc(1200px + 12%);
  padding: 0 24px;
  margin: auto;
}
header .container {
  max-width: calc(1200px + 12%);
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  header .container {
    padding: 0 2%;
  }
}
@media (max-width: 1024px) {
  header .container {
    padding: 0 4.5%;
  }
}
header .content {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1024px) {
  header .content {
    padding: 14px 0;
  }
}
header .logo {
  margin: 0;
  font-size: 1.6rem;
}
header .logo a {
  display: block;
  max-width: 420px;
  margin: auto;
  line-height: 1;
}
header .logo a img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  header .logo a {
    max-width: 320px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .logo a {
    max-width: 240px;
  }
}
header .logo span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
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: 1024px) {
  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: #ee858c;
  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: 1024px) {
  header .btn-gnavi {
    position: absolute;
    transform: translateY(-50%);
    z-index: 100;
    top: 48%;
    right: 3%;
    transform: translate(0, -50%);
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 16px;
    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: 2px;
    background: #3a78be;
    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: 2px;
    background: #3a78be;
    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: #3a78be;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #3a78be;
  }
  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: 1024px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1025px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.8em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #222222;
    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(58, 120, 190, 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(46, 95, 151, 0.96);
  }
}
@media (max-width: 1024px) {
  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%;
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 1024px) {
  header .gnav > ul > li {
    background: rgba(58, 120, 190, 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: 1024px) {
  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: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: translate(0, -70%) rotate(135deg);
  transition: 0.2s;
}
@media (max-width: 1024px) {
  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: 1024px) {
  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(58, 120, 190, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  header .gnav > ul > li.has_under > ul a {
    background: rgba(50, 104, 165, 0.96);
  }
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(46, 95, 151, 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: 700px;
}
@media (max-width: 1199px) {
  .mv .slick {
    height: 0;
    padding-top: 58.3333333333%;
  }
}
@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(1480px + 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: 735px;
  top: auto;
  left: auto;
  right: 2%;
  bottom: 7.1428571429%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .mv .mv-copy img {
    max-width: none;
    width: 61.25%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 90.9333333333%;
    bottom: 6.5714285714%;
    left: 0;
    right: 0;
  }
}

footer {
  position: relative;
  background: #FFFFFF;
  color: #222222;
}
footer section {
  padding: 60px 24px;
  padding: 6rem 24px;
}
@media (max-width: 1024px) {
  footer section {
    padding: 40px 24px;
    padding: 4rem 24px;
  }
}
footer h3 {
  color: #3a78be;
  padding-left: 0;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 2rem;
}
footer h3:before {
  display: none;
}
footer .logo {
  max-width: 360px;
}
@media (min-width: 1025px) {
  footer .box {
    display: grid;
    grid-template: "img text-box"/46.6666666667% 46.6666666667%;
    gap: 0 6.6666666667%;
  }
  footer .box.reverse {
    grid-template: "text-box img"/46.6666666667% 46.6666666667%;
  }
}
footer .img {
  position: relative;
  aspect-ratio: 7/5;
}
@media (max-width: 1024px) {
  footer .img {
    margin-bottom: 26px;
  }
}
footer .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .text-box {
  grid-area: text-box;
}
@media (min-width: 1025x) {
  footer .text-box {
    padding: 30px 0;
  }
}
footer .text-box p {
  margin: 0;
  line-height: 1.5;
}
footer .text-box .wrapper {
  margin-bottom: 12px;
}
footer .text-box .tel {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1;
  bottom: 10px;
  color: #3a78be;
}
footer .text-box .tel a {
  color: #3a78be;
}
@media (max-width: 1024px) {
  footer {
    border-top: 1px solid #222222;
  }
}
footer table td,
footer table th {
  padding: 0.3em 0.3em !important;
}
footer .container {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  footer > .footer {
    padding-top: 20px;
  }
}
footer > .footer .container {
  max-width: none;
  padding: 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: #3a78be;
}
@media (min-width: 1025px) {
  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 #222222;
  border-left: 2px solid #222222;
  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: #222222;
}
@media (min-width: 1025px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(34, 34, 34, 0.5);
  }
}
@media (max-width: 1024px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #222222;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 28px 0;
  position: relative;
}
@media (min-width: 1025px) {
  footer .copyright {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.7em 0.7em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #3a78be;
}
table.table-typeC tbody {
  color: #222222;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #3a78be;
}
.table-type1 th {
  background: #3a78be;
  color: #fff;
  text-align: center;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}

.table-type2 {
  width: 100%;
}
.table-type2 caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #3a78be;
  border-bottom: 1px solid #3a78be;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 tbody th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #3a78be;
  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: #3a78be;
  color: #fff;
}
.table-type3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table-type3 tbody th {
  background: rgba(58, 120, 190, 0.15);
}
.table-type3 tbody th:not(:last-child) {
  border-right: 0;
}
.table-type3 tbody tr:not(:first-child) td,
.table-type3 tbody tr:not(:first-child) th {
  border-top: 0;
}
.table-type3 td {
  background: transparent;
}
.table-type3 td:not(:last-child) {
  border-right: 0;
}

h2:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  background: #3a78be;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
}
h2:not(.title):not(.hdr-ttl):before {
  display: none;
}
@media (max-width: 767px) {
  h2:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #222222;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background: #3a78be;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  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: #3a78be;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #3a78be;
  margin: auto;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #3a78be;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@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: #3a78be;
}

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

[id^=top-] {
  padding: 80px 24px;
  padding: 8rem 24px;
}
@media (max-width: 767px) {
  [id^=top-] {
    padding: 60px 24px;
    padding: 6rem 24px;
  }
}
[id^=top-] .container {
  max-width: 1240px;
}
[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: #222222;
}

.btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 30px;
  }
}
@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;
  }
}
@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;
  }
}
#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(34, 34, 34, 0.15);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(34, 34, 34, 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-live iframe {
  min-height: 250px;
}
@media (max-width: 767px) {
  #top-live iframe {
    min-height: 390px;
  }
}

#top-explanation *:not(.btn):not(.btn > a) {
  color: #3a78be;
}
#top-explanation .box {
  max-width: 680px;
  margin: auto;
}
@media (min-width: 768px) {
  #top-explanation .box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  #top-explanation .box {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 40px 1.6666666667%;
  }
}
@media (max-width: 767px) {
  #top-explanation .box > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
#top-explanation .img {
  position: relative;
  padding-top: 56.25%;
}
#top-explanation .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-explanation p {
  font-weight: 700;
  margin-top: 16px;
}
#top-explanation p:not(.btn) {
  letter-spacing: 0.03em;
  line-height: 1.875;
}
#top-explanation .name {
  text-align: right;
}
#top-explanation .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-explanation .btn {
    margin-top: 30px;
  }
}

@media (min-width: 1201px) {
  #top-about .box {
    display: grid;
    gap: 8%;
    grid-template: "text img"/520px 1fr;
  }
}
#top-about .img-box {
  grid-area: img;
  position: relative;
  margin: 0;
}
@media (min-width: 1201px) {
  #top-about .img-box {
    margin-right: calc(-6.25vw - 299px);
  }
}
@media (max-width: 1200px) {
  #top-about .img-box {
    margin-bottom: 30px;
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  #top-about .img-box {
    padding-top: 60%;
  }
}
#top-about .img-box img {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
#top-about .img-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(238, 133, 140, 0.25);
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 1200px) {
  #top-about .img-box:before {
    top: 10px;
    left: 10px;
  }
}
#top-about .text-box {
  grid-area: text;
}
@media (min-width: 1201px) {
  #top-about .text-box {
    padding: 90px 0 100px;
  }
}
#top-about h3 {
  padding-left: 0;
  line-height: 1.6153846154;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: underline;
  text-decoration-thickness: 0.5384615385em;
  text-decoration-color: rgba(238, 133, 140, 0.25);
  text-underline-offset: -0.1em;
  margin-bottom: 34px;
  margin-bottom: 3.4rem 0;
}
#top-about h3:before {
  content: none;
}
@media (max-width: 767px) {
  #top-about h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7692307692;
    margin-bottom: 24px;
  }
}
#top-about .btn {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  #top-about .btn.pc-left a {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #top-about .btn {
    margin-top: 30px;
  }
}

#top-concept {
  background: #3a78be;
}
#top-concept *:not(.btn):not(.btn > a) {
  color: #fff;
}
#top-concept h2:before {
  background: #fff;
}
@media (min-width: 768px) {
  #top-concept .box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  #top-concept .box {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 40px 1.6666666667%;
  }
}
@media (max-width: 767px) {
  #top-concept .box > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top-concept .img {
  position: relative;
  aspect-ratio: 3/2;
}
#top-concept .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-concept .number {
  background: #ee858c;
  padding: 7px 8px 6px;
  margin-top: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  display: table;
  font-weight: 700;
}
@media (max-width: 767px) {
  #top-concept .number {
    margin: 16px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-concept .number:before, #top-concept .number:after {
  content: none;
}
#top-concept p:not(.btn) {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media (min-width: 650px) {
  #top-medical .box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    gap: 40px 20px;
  }
}
@media (min-width: 650px) and (max-width: 1370px) {
  #top-medical .box {
    grid-template-columns: repeat(auto-fit, minmax(49.1666666667%, 1fr));
    gap: 40px 1.6666666667%;
  }
}
@media (max-width: 651px) {
  #top-medical .box > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top-medical .img {
  position: relative;
  aspect-ratio: 3/2;
}
#top-medical .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-medical .ttl {
  padding: 0 0 0 40px;
  color: #3a78be;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 22px 0 0;
  line-height: 1.3333333333;
  position: relative;
}
@media (min-width: 768px) {
  #top-medical .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #top-medical .ttl {
    margin: 12px 0 0;
    padding: 0 0 0 34px;
  }
}
#top-medical .ttl:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #3a78be;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 1;
  margin: auto;
}
#top-medical .ttl:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  width: 6px;
  height: 6px;
  left: 6px;
  transform: rotate(45deg);
  z-index: 2;
  bottom: 0;
  top: 0;
  margin: auto;
}
#top-medical .btn {
  margin-top: 32px;
}
#top-medical a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
#top-medical a:hover {
  opacity: 0.8;
}

#top-doctor {
  background: #3a78be;
}
#top-doctor *:not(.btn):not(.btn > a) {
  color: #fff;
}
#top-doctor h2:before {
  background: #fff;
}
#top-doctor .box {
  display: flex;
  justify-content: center;
  gap: 10px 3.3333333333%;
}
@media (max-width: 1024px) {
  #top-doctor .box {
    flex-direction: column;
  }
}
#top-doctor .img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
@media (max-width: 767px) {
  #top-doctor .img {
    margin-bottom: 26px;
  }
}
#top-doctor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-doctor .text-box {
  grid-area: text;
  width: 100%;
}
#top-doctor .name {
  font-weight: normal;
  padding: 0;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  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.875;
  letter-spacing: 0.05em;
}
#top-doctor .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-doctor .btn {
    margin-top: 30px;
  }
}
#top-doctor .btn a {
  background: #fff;
  border-color: #fff;
  color: #3a78be;
}
#top-doctor .btn a::before {
  border-color: #3a78be;
}
#top-doctor .btn a:hover {
  background: #3a78be;
  color: #fff;
}
#top-doctor .btn a:hover:before {
  border-color: #fff;
}

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

@media (max-width: 767px) {
  #top-clinic {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #top-clinic .box {
    display: grid;
    grid-template: "img text-box"/46.6666666667% 46.6666666667%;
    gap: 0 6.6666666667%;
  }
  #top-clinic .box.reverse {
    grid-template: "text-box img"/46.6666666667% 46.6666666667%;
  }
}
#top-clinic .img {
  position: relative;
}
@media (max-width: 767px) {
  #top-clinic .img {
    padding-top: 60%;
    margin-bottom: 26px;
  }
}
#top-clinic .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-clinic .text-box {
  grid-area: text-box;
}
@media (min-width: 768px) {
  #top-clinic .text-box {
    padding: 30px 0;
  }
}
#top-clinic .logo_text {
  line-height: 1.3333333333;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #top-clinic .logo_text {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #top-clinic .logo_text {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
  }
}
#top-clinic .logo_text:before, #top-clinic .logo_text:after {
  content: none;
}
#top-clinic p {
  margin: 0;
}
#top-clinic .tel {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #3a78be;
  background: url(/mizuno-hifuka/wp-content/uploads/tel_icon.png) no-repeat center left/0.75em;
}
#top-clinic .tel a {
  color: #3a78be;
}
#top-clinic .info {
  margin-top: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-clinic .info {
    margin-top: 20px;
  }
}
#top-clinic .table-box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-clinic .table-box {
    margin-top: 20px;
  }
}
#top-clinic .table-box table {
  text-align: center;
}
#top-clinic .table-box table th,
#top-clinic .table-box table td {
  background: transparent;
  color: #222222;
  border-color: rgba(34, 34, 34, 0.2);
  font-weight: normal;
  padding: 0.8em 0.2em;
}
#top-clinic .table-box table thead th {
  width: 8%;
  border-right: 0;
  border-bottom: 0;
}
#top-clinic .table-box table thead th:first-child {
  padding-left: 0.8em;
  padding-right: 0.2em;
  border-left: 0;
}
#top-clinic .table-box table thead th:last-child {
  border-right: 0;
}
#top-clinic .table-box table thead th.one {
  width: 10%;
}
#top-clinic .table-box table thead th.one-half {
  width: 15%;
}
#top-clinic .table-box table thead th.two {
  width: 20%;
}
#top-clinic .table-box table thead th.three {
  width: 30%;
}
#top-clinic .table-box table tbody th:first-child {
  padding-left: 0.8em;
  padding-right: 0.2em;
  border-left: 0;
}
#top-clinic .table-box table tbody td:last-child {
  border-right: 0;
}
#top-clinic .table-box table tbody tr > * {
  padding: 0.7em 0.1em;
}
#top-clinic .table-box table tbody tr:not(:first-of-type) th {
  border-top: 0;
}
#top-clinic .table-info {
  margin-top: 14px;
}
#top-clinic .table-info p {
  line-height: 1.5;
}

#top-access {
  margin-bottom: 0;
  padding-bottom: 90px;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  #top-access {
    padding-bottom: 60px;
    padding-bottom: 6rem;
  }
}
#top-access .container {
  max-width: none;
  padding: 0;
}
#top-access .map {
  position: relative;
  padding-top: 400px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #top-access .map {
    margin-bottom: 30px;
    padding-top: 90%;
  }
}
#top-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-access .access {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
  margin: auto;
}
@media (min-width: 768px) {
  #top-access .access-list {
    display: grid;
    gap: 10px 6px;
    grid-template-columns: repeat(1, 120px auto);
    place-content: center;
  }
}
#top-access .access-list dt,
#top-access .access-list dd {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
#top-access .access-list dt {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-access .access-list dt:not(:last-child) {
    margin-bottom: 4px;
  }
}
#top-access .access-list dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #3a78be;
  position: absolute;
  top: 0.7em;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
#top-access .access-list dd {
  margin-left: 0;
}
@media (max-width: 767px) {
  #top-access .access-list dd:not(:last-child) {
    margin-bottom: 24px;
  }
}
#top-access .btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #top-access .btn {
    margin-top: 40px;
  }
}

#top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
  padding: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#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 {
  padding: 10px;
  max-width: 1200px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #top-ftrInfo .container {
    padding: 6px;
  }
}
#top-ftrInfo .link-wrap {
  display: flex;
  justify-content: center;
}
#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;
}
#top-ftrInfo .link a {
  padding: 10px 50px;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  align-items: center;
  background: #3a78be;
  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: #30649f;
}
#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 {
    max-width: 30px;
    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: 26px;
  }
}
#top-ftrInfo .link-text {
  margin: 0;
}
@media (max-width: 767px) {
  #top-ftrInfo .link-text {
    margin-top: 4px;
    position: relative;
  }
}

.lower img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3/2;
}
.lower .list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0;
}
.lower .list li::marker {
  color: #3a78be;
}
.lower .list li {
  line-height: 1.5;
}
/*# sourceMappingURL=main.css.map */