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

body {
  background: #fff;
  font-family: "Zen Maru Gothic", "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;
  word-break: break-all;
}

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

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

.bread {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}
.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;
}

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%);
  }
}

.column_main {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 80px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:first-child) {
  margin: auto;
  padding-top: 280px;
  margin-top: -220px;
}
@media (max-width: 767px) {
  .column_main > section:not(:first-child) {
    padding-top: 160px;
    margin-top: -100px;
  }
}

.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: #EFF8FD;
  color: #10A5BB;
  border: 1px solid #10a5bb;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #10A5BB;
  color: #0b7383;
}
.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 #10A5BB;
  border-right: 1px solid #10A5BB;
  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 #10A5BB;
  border-right: 1px solid #10A5BB;
  transform: translateX(-50%) rotate(45deg);
}

@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;
}

.text-decoration-n {
  text-decoration: none;
}

.lead {
  color: #10A5BB;
  font-size: 20px;
  font-size: 2rem;
}

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

.big {
  font-size: 1.4em !important;
}

.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: #10A5BB !important;
}

.text-sub {
  color: #d5ab62 !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: #10A5BB;
}

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

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

.m0 {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .m0 {
    margin: 0 auto 1px;
  }
}

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

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

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

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

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

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

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

.w50 {
  width: 50%;
}

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

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

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

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

body:not(.home) {
  counter-reset: number;
}
body:not(.home) .height_bg > div:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  body:not(.home) .height_bg > div:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
body:not(.home) .text_box h3 {
  background: #10A5BB;
  color: #fff;
  padding: 0.7em 1em;
}
body:not(.home) .text_box h3:after {
  content: none;
}
body:not(.home) ul li,
body:not(.home) ol li {
  margin-bottom: 0.2em;
}
@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;
  }
}
body:not(.home) .check {
  list-style: none;
  padding-left: 1.5em;
}
body:not(.home) .check li {
  position: relative;
  padding-left: 1.8em;
}
body:not(.home) .check li::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 1em;
  color: #10A5BB;
  position: absolute;
  top: 0.02em;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 0 auto;
}
body:not(.home) main > section {
  min-height: 40vh;
}
body:not(.home) .u_highlight {
  background: #EFF8FD;
  padding: 40px 6%;
}
@media (min-width: 768px) {
  body:not(.home) .u_medical_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(9, auto);
    gap: 0 20px;
  }
}
body:not(.home) ul.bold li {
  font-weight: 500;
}
body:not(.home) strong.w500 {
  font-weight: 500;
}
body:not(.home) .step h3 {
  padding-left: 0;
}
body:not(.home) .step h3::after {
  content: none;
}
body:not(.home) h2.num_h2 {
  position: relative;
  padding-top: 0;
  background: #10A5BB;
  color: #fff;
  padding: 10px 10px 10px 2.5em;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 767px) {
  body:not(.home) h2.num_h2 {
    font-size: 22px;
  }
}
body:not(.home) h2.num_h2::before {
  background-color: #fff;
  border-radius: 50%;
  color: #10A5BB;
  content: counter(number);
  counter-increment: number;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.25em;
  position: absolute;
  top: 10px;
  left: 10px;
}
body:not(.home) h2.num_h2:after {
  content: none;
}
body:not(.home) h2.num_h2 .sub {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
body:not(.home) .u_list01 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.2em 1.5em;
}
body:not(.home) .u_list01 dt {
  font-weight: bold;
}
body:not(.home) .u_list01 > * {
  margin: 0;
}
body:not(.home) .u_list02 {
  padding-left: 0;
}
body:not(.home) .u_list02 li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
body:not(.home) .u_list02 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10A5BB;
  top: 10px;
  left: 0;
  position: absolute;
}
body:not(.home) .border_box {
  border: solid 1px #10A5BB;
  padding: 20px 4%;
}
body:not(.home) .mt10 {
  margin-top: 10px !important;
}

.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: #EFF8FD;
  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(213, 171, 98, 0.5);
  border-radius: 4px;
  background: rgba(213, 171, 98, 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: #d5ab62;
  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: #EFF8FD;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #EFF8FD;
  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 #d5ab62;
}
@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 #d5ab62;
  border-right: 3px solid #d5ab62;
  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: #d5ab62;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
  color: #fff;
  padding: 1.14em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 350px;
  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;
  background: #10A5BB;
}
.btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin: auto;
  width: 20px;
  height: 1px;
  transition: 0.2s;
  background: #fff;
}
.btn a:hover {
  background: #0b7383;
}
.btn .btn-primary {
  background: #10A5BB;
}
.btn .btn-primary:hover {
  background: #0b7383;
}
.btn .btn-sub {
  background: #d5ab62;
}
.btn .btn-sub:hover {
  background: #c59035;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
  transition: transform 0.3s;
}
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(51, 51, 51, 0.08);
}
@media (min-width: 1181px) {
  header.active .header_info_wrap {
    top: 0px;
  }
  header.active .header_info_wrap .header_info {
    top: 5px;
  }
  header.active .title {
    padding: 30px 0;
    min-height: auto;
  }
  header.active .gnav {
    padding-bottom: 10px;
  }
}
header .title {
  margin: 0;
  font-size: 0;
  max-width: 280px;
  padding: 36px 0;
}
@media (max-width: 1180px) {
  header .title {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  header .title {
    max-width: 160px;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 100%;
  height: auto;
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  top: 11px;
  right: 0;
  display: flex;
  align-items: flex-end;
}
header .header_info_wrap .header_info > *:not(:last-child) {
  margin-right: 30px;
}
header .header_info_wrap .header_info .header_info_text > * {
  margin: 0;
}
header .header_info_wrap .header_info .header_info_text > *:not(:last-child) {
  margin-bottom: 8px;
}
header .header_info_wrap .header_info .tel {
  font-weight: bold;
  color: #10A5BB;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
header .header_info_wrap .header_info .tel a {
  color: #10A5BB;
  padding-left: 32px;
  position: relative;
}
header .header_info_wrap .btn {
  min-width: 162px;
  line-height: 1;
  margin: 0;
}
header .header_info_wrap .btn a {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.67em 0.7em;
  line-height: 1;
  height: 64px;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: 48px;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 1180px) {
  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: 1180px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 16px;
    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: #10A5BB;
    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: #10A5BB;
    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: #10A5BB;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #10A5BB;
  }
  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: 1180px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1181px) {
  header .gnav {
    padding: 0 0 0.3em;
  }
}
header .gnav > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  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%;
    flex-direction: column;
  }
}
header .gnav > ul > li {
  margin: 0;
}
@media (max-width: 1180px) {
  header .gnav > ul > li {
    background: rgba(16, 165, 187, 0.97);
    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: 17px;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 0.3em 20px;
}
@media (max-width: 1281px) {
  header .gnav > ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1180px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under {
  position: relative;
}
header .gnav > ul > li.has_under > a {
  padding-right: 39px;
}
@media (max-width: 1180px) {
  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: 19px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
  width: 6px;
  height: 6px;
}
@media (max-width: 1180px) {
  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 {
  margin: 0;
  padding: 0;
  display: none;
  background: transparent;
  list-style: none;
}
@media (min-width: 1181px) {
  header .gnav > ul > li.has_under > ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    top: 40px;
    margin: auto;
    letter-spacing: -0.4em;
    z-index: 52;
  }
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
header .gnav > ul > li.has_under > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1180px) {
  header .gnav > ul > li.has_under > ul > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(16, 165, 187, 0.97);
  display: block;
  text-align: left;
  color: #fff;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (min-width: 1181px) {
  header .gnav > ul > li.has_under > ul a {
    padding: 1em 20px;
    position: relative;
  }
  header .gnav > ul > li.has_under > ul a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under > ul a:hover {
    background: rgba(12, 124, 140, 0.97);
  }
}
header .header-inner > .container {
  max-width: none;
  padding: 0 16px;
}
header .header_info_wrap {
  right: 6%;
}
@media (min-width: 1181px) {
  header .gnav {
    position: relative;
    padding: 8px 0;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    left: -300%;
    right: -300%;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #10A5BB;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 1181px) {
  header .gnav ul {
    text-align: center;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #10A5BB;
  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;
}
header .header-inner {
  position: relative;
}

@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: 720px;
}
@media (max-width: 1180px) {
  .mv .slick {
    height: 0;
    padding-top: 60.9652836579%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 80%;
  }
}
.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 .slick-list .slick-track > li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track > 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(1181px + 4%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
  list-style: none;
  z-index: 1;
  width: 38%;
}
@media (max-width: 1180px) {
  .mv .mv-copy {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy {
    width: 75%;
  }
}
.mv .mv-copy img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

footer {
  position: relative;
  border-top: 2px solid #10A5BB;
}
footer .container {
  padding: 0;
}
footer #top-ftrInfo {
  padding: 0;
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(16, 165, 187, 0.96);
}
footer #top-ftrInfo .pc-only {
  display: inline;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pc-only {
    display: none;
  }
}
footer #top-ftrInfo .sp-only {
  display: none;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .sp-only {
    display: inline;
  }
}
footer #top-ftrInfo .pagetop {
  position: absolute;
  bottom: 106%;
  right: 5%;
  z-index: 100;
  margin: 0 auto;
}
footer #top-ftrInfo .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #10A5BB;
}
@media (min-width: 768px) {
  footer #top-ftrInfo .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer #top-ftrInfo .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #ffffff transparent;
  transition: 0.2s;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pagetop a:after {
    border-width: 0 5px 8px 5px;
  }
}
footer #top-ftrInfo .container {
  margin-top: 0;
  padding: 16px 10px;
  max-width: 1181px;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .container {
    padding: 6px;
  }
}
footer #top-ftrInfo .link-wrap {
  display: flex;
}
footer #top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 2.5402201524%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
footer #top-ftrInfo .link {
  width: 100%;
}
footer #top-ftrInfo .link a {
  padding: 10px 50px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  align-items: center;
  background: #fff;
  font-weight: 500;
  color: #10A5BB;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link a {
    padding: 8px 6px;
    grid-template-rows: 30px 1fr;
  }
}
footer #top-ftrInfo .link a:hover {
  background: #ddf0fb;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link.out-link .link-text {
    margin-top: 4px;
    position: relative;
    padding-right: 1em;
  }
}
footer #top-ftrInfo .link .out-link-img {
  display: block;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link .out-link-img {
    right: 0;
  }
}
footer #top-ftrInfo p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer #top-ftrInfo p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer #top-ftrInfo .tel {
  line-height: 1;
  margin: 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  footer #top-ftrInfo .icon {
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
footer #top-ftrInfo .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .icon img {
    max-width: 26px;
  }
}
footer #top-ftrInfo .link-text {
  margin: 0;
}
footer > .footer {
  background: #fff;
  color: #333333;
}
footer > .footer .container {
  max-width: none;
}
@media (min-width: 768px) {
  footer .nav {
    padding: 10px 0;
  }
}
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.3);
  }
}
@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 0.8em;
  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: 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    border-top: 1px solid rgba(51, 51, 51, 0.3);
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 1em;
  word-break: break-all;
  color: #10A5BB;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #10A5BB;
}
table.table-typeC tbody {
  color: #333333;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  background: #10A5BB;
  width: 13px;
  height: 13px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (max-width: 767px) {
  table .tb.td-circle-s:after {
    width: 10px;
    height: 10px;
  }
}
table .tb.td-slash:after {
  background: #10A5BB;
  width: 1em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  table .tb.td-slash:after {
    width: 10px;
  }
}
table .tb.td-triangle:after {
  background: #10A5BB;
  height: 11.2583302492px;
  width: 13px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  table .tb.td-triangle:after {
    width: 10px;
    height: 9.5262794416px;
  }
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #10a5bb;
}
.table-type1 th {
  background: #10a5bb;
  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 #10a5bb;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #10a5bb;
}
@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-type4 {
  border: 1px solid #10A5BB;
}
.table-type4 th,
.table-type4 td {
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.7em 0.5em;
  width: 10%;
}
@media (max-width: 767px) {
  .table-type4 th,
  .table-type4 td {
    font-size: 10px;
    font-size: 1rem;
    padding: 0.7em 0em;
  }
}
.table-type4 th {
  background: #10a5bb;
  color: #fff;
}
.table-type4 th:not(:last-child) {
  border-collapse: collapse;
}
.table-type4 td {
  border: 1px solid #10A5BB;
}
.table-type4 .three {
  width: 20%;
}
@media (max-width: 767px) {
  .table-type4 .three {
    width: 23%;
  }
}
.table-type4 .holiday {
  width: 15%;
}
.table-type4 tbody th:first-of-type,
.table-type4 tbody td:first-of-type {
  background: #fff;
}

.table-type5 {
  width: 100%;
}
.table-type5 td,
.table-type5 th {
  border: 1px solid #10a5bb;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type5 td,
  .table-type5 th {
    display: block;
  }
}
.table-type5 th {
  background: #10a5bb;
  color: #fff;
}
.table-type5 td {
  background: #fff;
}
@media (max-width: 767px) {
  .table-type5 td {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .table-type5 tr {
    display: block;
  }
}
.table-type5 tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.table-type6 {
  width: 100%;
}
.table-type6 td,
.table-type6 th {
  border: 1px solid #10a5bb;
  text-align: center;
  letter-spacing: 0.07em;
}
.table-type6 th {
  background: #10a5bb;
  color: #fff;
}
.table-type6 td {
  background: #fff;
}
@media (max-width: 767px) {
  .table-type6 td {
    border-top: none;
  }
}
.table-type6 tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type6 .border-b {
  border-bottom: 1px solid #10a5bb !important;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: #EFF8FD;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@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: 500;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding: 0.6em 0 0;
  line-height: 1;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 40px;
  height: 4px;
  margin: 0 auto;
}
h2 small {
  font-size: 75%;
}

.h2-primary:after {
  background-color: #10A5BB;
}

.h2-sub:after {
  background-color: #d5ab62;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  margin: 0 0 0.5em 0;
  padding-left: 18px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #10A5BB;
  text-align: center;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  color: #10A5BB;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lower h2:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: #EFF8FD;
  margin: 0 0 0.5em 0;
  padding: 2em 4.5%;
  position: relative;
  color: #10A5BB;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .lower h2:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.lower h2:not(.title):not(.hdr-ttl):after {
  display: none;
}
.lower h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding: 0.5714285714em 0 0;
  line-height: 1.5;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  .lower h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.lower h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #10A5BB;
  margin: 0 auto;
}
.lower h4 {
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0 0 0.7em 0;
  color: #10A5BB;
  position: relative;
  word-wrap: break-word;
  font-size: 2rem;
}

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

[id^=top-] {
  padding-top: 120px;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    padding-top: 80px;
    padding-bottom: 8rem;
  }
}
[id^=top-] .container {
  max-width: calc(1181px + 12%);
  padding: 0 24px;
}
[id^=top-] .container::after {
  content: none;
}
[id^=top-] h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
[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;
  }
}
.btn.out-link a:after {
  border: 0;
  background: url(/hiromasakai/wp-content/uploads/link_001.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

#mv-slider {
  padding: 0;
  position: relative;
}
#mv-slider .top-slider01 {
  line-height: 1;
}
#mv-slider .top-slider01 img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}

#top-consent {
  display: none;
}
@media (max-width: 1180px) {
  #top-consent {
    display: block;
  }
}
#top-consent .btn a {
  font-size: 1.4em;
  padding: 32px 24px;
  max-width: 1024px;
  text-align: center;
}

#top-news {
  position: relative;
  padding-top: 0;
}
@media (max-width: 1180px) {
  #top-news {
    padding: 60px 24px;
  }
}
#top-news .container {
  position: relative;
  padding: 50px 80px;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: -70px;
}
@media (max-width: 1180px) {
  #top-news .container {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #top-news .container {
    padding: 0;
  }
}
#top-news .ttl h2 {
  margin-bottom: 2rem;
}
#top-news .ttl h2:after {
  background-color: #10A5BB;
}
@media (min-width: 768px) {
  #top-news .ttl h2 {
    text-align: left;
  }
  #top-news .ttl h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 100%;
  }
}
#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: 0.9em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#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.2);
}
@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: 150px;
    padding-right: 2em;
    padding-left: 1.6934801016%;
  }
}
@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% - 150px);
    padding-right: 1.6934801016%;
  }
}
@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-news .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #top-news .btn {
    margin-top: 30px;
  }
}

#top-reason {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  clip-path: inset(0);
}
@media (max-width: 767px) {
  #top-reason {
    padding: 70px 0;
  }
}
#top-reason .bg img {
  display: block;
  position: fixed;
  top: -300%;
  left: -300%;
  right: -300%;
  bottom: -300%;
  margin: auto;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}
@media (max-width: 767px) {
  #top-reason .bg img {
    height: 120vh;
  }
}
#top-reason .container {
  margin-top: 0;
  max-width: calc(1240px + 12%);
}
#top-reason .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 24px;
}
@media (max-width: 599px) {
  #top-reason .box {
    padding: 60px 20px;
  }
}
#top-reason .item-card-wrap {
  display: grid;
}
@media (max-width: 1180px) {
  #top-reason .item-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1181px) {
  #top-reason .item-card-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.7619047619%;
  }
  #top-reason .item-card-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.5714285714%;
  }
  #top-reason .item-card-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2.380952381%;
  }
  #top-reason .item-card-wrap.card-col4 .img {
    padding-top: 80.8510638298%;
  }
}
#top-reason .item-card-wrap.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4em;
  max-width: 1240px;
  margin: auto;
}
#top-reason .item-card-wrap.card-flex .item-card {
  width: 100%;
  max-width: 280px;
  height: 380px;
}
@media (max-width: 767px) {
  #top-reason .item-card-wrap.card-flex .item-card {
    height: 360px;
  }
}
#top-reason .item-card {
  border: 1px solid #f2ffff;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
#top-reason .item-card p {
  line-height: 1.75;
}
#top-reason .item-card-inner {
  background: #EFF8FD;
  padding: 20px 6%;
  margin-bottom: 0.7em;
}
#top-reason .icon {
  max-width: 123px;
  margin: auto;
}
@media (max-width: 599px) {
  #top-reason .icon {
    max-width: 95px;
  }
}
#top-reason .icon img {
  width: 100%;
  height: auto;
}
#top-reason .icon + p {
  margin-top: 16px;
}

#top-medical {
  background: url(/umeda-cli/wp-content/uploads/bg-decoration.svg);
  background-size: 12px;
  padding-top: 80px;
}
#top-medical .btn-wrap.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 75%;
  margin: auto;
  gap: 20px;
}
#top-medical .btn-wrap.card-flex .btn {
  gap: initial;
  width: 48%;
}
@media (max-width: 1024px) {
  #top-medical .btn-wrap.card-flex {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #top-medical .btn-wrap.card-flex .btn {
    width: 100%;
    max-width: 400px;
  }
}
#top-medical .btn p {
  line-height: 1.75;
}
#top-medical .btn a {
  border: 1px solid #10A5BB;
  padding: 20px 1.6934801016%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #top-medical .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #top-medical .btn a {
    padding: 26px 6%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-medical .btn a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #10A5BB transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-medical .btn a:hover {
  background: rgba(16, 165, 187, 0.1);
}

#top-doctor {
  position: relative;
  padding: 0;
}
#top-doctor .bg {
  display: block;
  height: 400px;
  background: url(/umeda-cli/wp-content/uploads/bg-doctor.png);
  background-size: cover;
}
#top-doctor .container {
  padding: 60px 0px;
  background-color: #fff;
  width: 95%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: calc(1025px + 12%);
  margin-top: -300px;
}
@media (max-width: 1180px) {
  #top-doctor .container {
    padding: 60px 24px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  #top-doctor .container {
    margin-top: -320px;
  }
}
#top-doctor h2:before {
  background: #fff;
}
#top-doctor .box {
  display: flex;
  justify-content: center;
  gap: 5%;
  max-width: 75%;
  margin: auto;
}
@media (max-width: 1180px) {
  #top-doctor .box {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  #top-doctor .box {
    flex-direction: column;
    max-width: 100%;
  }
}
#top-doctor .img {
  position: relative;
  width: 24%;
}
#top-doctor .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #top-doctor .img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #top-doctor .img {
    margin: auto;
    margin-bottom: 1.5em;
  }
}
#top-doctor .text-box {
  grid-area: text;
  width: 65%;
}
@media (max-width: 1024px) {
  #top-doctor .text-box {
    width: 100%;
  }
}
#top-doctor .name {
  font-weight: normal;
  padding: 0;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  text-align: left;
}
@media (max-width: 1024px) {
  #top-doctor .name {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #top-doctor .name {
    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: 1024px) {
  #top-doctor .btn {
    margin-top: 30px;
  }
  #top-doctor .btn a {
    margin: auto;
  }
}

#top-interview {
  background: url(/umeda-cli/wp-content/uploads/bg-interview.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#top-interview h2 {
  line-height: 1.3;
}
#top-interview h2 small {
  font-size: 70%;
}
#top-interview .img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  margin: auto;
  margin-bottom: 2em;
  max-width: 640px;
}
@media (max-width: 1024px) {
  #top-interview .img {
    margin-bottom: 2em;
  }
}
#top-interview .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-interview .text-box {
  grid-area: text;
  width: 100%;
  margin: auto;
  max-width: 740px;
}
#top-interview p:not(.btn) {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
#top-interview .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-interview .btn {
    margin-top: 30px;
  }
}
#top-interview .btn a {
  margin: auto;
}

#top-banner .item-card-wrap {
  display: grid;
}
@media (min-width: 1181px) {
  #top-banner .item-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.233700254vw 2.5402201524%;
  }
}
@media (max-width: 1180px) {
  #top-banner .item-card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1181px) {
  #top-banner .item-card-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.7619047619%;
  }
  #top-banner .item-card-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.5714285714%;
  }
  #top-banner .item-card-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2.380952381%;
  }
  #top-banner .item-card-wrap.card-col4 .img {
    padding-top: 80.8510638298%;
  }
}
@media (min-width: 1181px) {
  #top-banner .item-card-wrap.card-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-banner .item-card-wrap.card-flex .item-card {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  #top-banner .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  #top-banner .item-card-wrap.card-flex .item-card {
    width: 46.4367816092%;
  }
  #top-banner .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-banner .item-card {
  border: 1px solid #F9BE48;
  background: #fff;
}
#top-banner .item-card p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  #top-banner .item-card p {
    text-align: center;
  }
}
#top-banner .item-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #top-banner .item-card ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, auto));
    gap: 0 6px;
    place-content: center;
    width: auto;
  }
}
#top-banner .item-card ul li {
  line-height: 1.75;
  margin: 0;
  position: relative;
  padding-left: 1em;
}
#top-banner .item-card ul li:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #EE7F5C;
  border-radius: 100px;
  top: 0.6em;
  bottom: auto;
  margin: 0 auto;
  left: 0;
  right: auto;
  position: absolute;
}
#top-banner .item-card h3 {
  color: #EE7F5C;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
#top-banner .item-card h3:after {
  background: #EE7F5C;
}
@media (max-width: 767px) {
  #top-banner .item-card h3 {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-banner .banner-ttl {
  margin: 0;
  padding: 0.6em 0.5em 0.4em;
  color: #fff;
  background: #F9BE48;
  font-size: 22px;
  font-size: 2.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  #top-banner .banner-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-banner .banner-ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-banner .text_box {
  display: grid;
  grid-template-rows: max-content max-content;
  place-content: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1181px) {
  #top-banner .text_box {
    position: relative;
    padding: 0 2% 0 0;
  }
}
@media (min-width: 1181px) {
  #top-banner .item-card_no01 [class^=item0] {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1181px) {
  #top-banner .item-card_no02 [class^=item0] {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    transform: rotate(-180deg) scale(-1, 1);
  }
}
#top-banner .img {
  max-width: 185px;
  margin: auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #top-banner .img {
    padding: 0 0 16px;
    max-width: 135px;
  }
}
#top-banner [class^=item0] {
  position: absolute;
  left: auto;
  margin: 0 auto;
  width: 121px;
  height: 0;
  padding-top: 111px;
}
@media (max-width: 1180px) {
  #top-banner [class^=item0] {
    right: -6%;
    top: auto;
    bottom: -20px;
  }
}
#top-banner [class^=item0] img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  #top-banner [class^=item0] img {
    opacity: 0.6;
  }
}
@media (max-width: 1180px) {
  #top-banner .item01 {
    top: 0;
    left: auto;
    right: 0;
  }
}
#top-banner .item02 {
  display: none;
}
@media (max-width: 1180px) {
  #top-banner .item02 {
    display: block;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
  #top-banner .item02 img {
    transform: rotate(-180deg);
  }
}
#top-banner a {
  text-decoration: none;
  height: 100%;
  display: grid;
  z-index: 1;
  transition: 0.3s;
}
#top-banner a .inner {
  position: relative;
}
@media (min-width: 768px) {
  #top-banner a .inner {
    display: flex;
  }
  #top-banner a .inner > * {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #top-banner a .inner {
    padding: 30px 6% 20px;
  }
}
#top-banner a:hover {
  opacity: 0.75;
}

@media (max-width: 1024px) {
  #top-bulletin {
    padding-bottom: 0;
  }
}
#top-bulletin .container {
  background-color: #EFF8FD;
  padding: 60px 24px;
}
#top-bulletin .btn-wrap.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#top-bulletin .btn-wrap.card-flex .btn {
  gap: initial;
  width: 30%;
}
@media (max-width: 767px) {
  #top-bulletin .btn-wrap.card-flex .btn {
    width: 100%;
    max-width: 400px;
  }
}
#top-bulletin .btn p {
  line-height: 1.75;
}
#top-bulletin .btn a {
  border: 1px solid #10A5BB;
  padding: 20px 1.6934801016%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  font-size: 1em;
}
@media (min-width: 768px) {
  #top-bulletin .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #top-bulletin .btn a {
    padding: 20px 5%;
  }
}
#top-bulletin .btn a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #10A5BB transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-bulletin .btn a:hover {
  background: rgba(16, 165, 187, 0.1);
}

#footer-clinic-information {
  padding: 80px 24px 155px;
}
@media (max-width: 767px) {
  #footer-clinic-information {
    padding: 70px 24px 120px;
  }
}
#footer-clinic-information .container {
  max-width: 1280px;
}
#footer-clinic-information .box_wrap {
  display: grid;
}
@media (min-width: 1181px) {
  #footer-clinic-information .box_wrap {
    gap: 0 3.3869602032%;
    grid-template-columns: minmax(280px, 26.7569856054%) 1fr;
  }
  #footer-clinic-information .box_wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #footer-clinic-information .box_wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #footer-clinic-information .box_wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (max-width: 1180px) {
  #footer-clinic-information .box_wrap {
    grid-template: "map" max-content "text-box" max-content/1fr;
    gap: 30px 0;
  }
}
@media (max-width: 1180px) {
  #footer-clinic-information .text-box {
    grid-area: text-box;
    text-align: center;
  }
}
#footer-clinic-information .logo-img {
  margin-bottom: 24px;
}
@media (min-width: 1181px) {
  #footer-clinic-information .logo-img {
    text-align: left;
  }
}
@media (max-width: 1180px) {
  #footer-clinic-information .logo-img {
    margin-bottom: 14px;
  }
}
#footer-clinic-information .logo-img img {
  max-width: 260px;
}
@media (max-width: 1180px) {
  #footer-clinic-information .logo-img img {
    max-width: 180px;
  }
}
#footer-clinic-information .tel {
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1180px) {
  #footer-clinic-information .tel {
    margin: 0 0 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#footer-clinic-information .tel a {
  color: #333333;
}
#footer-clinic-information .address {
  line-height: 1.8571428571;
  font-size: 16px;
  margin: 0;
}
#footer-clinic-information .table-box {
  margin-top: 42px;
}
@media (max-width: 1180px) {
  #footer-clinic-information .table-box {
    margin-top: 32px;
    text-align: left;
  }
}
#footer-clinic-information .table-box h3 {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 32px;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1180px) {
  #footer-clinic-information .table-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#footer-clinic-information .table-box h3 .icon {
  width: 24px;
  height: 24px;
  top: -300%;
  bottom: -300%;
  position: absolute;
  margin: auto;
  left: 0;
}
#footer-clinic-information .table-box h3:after {
  content: none;
}
#footer-clinic-information .table-box .teble-info {
  margin-top: 10px;
}
#footer-clinic-information .table-box p {
  font-size: 16px;
  line-height: 1.6;
}
#footer-clinic-information .table-box p:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #footer-clinic-information .table-box p {
    font-size: 1.4rem;
  }
}
#footer-clinic-information .map {
  position: relative;
}
@media (max-width: 1180px) {
  #footer-clinic-information .map {
    grid-area: map;
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  #footer-clinic-information .map {
    padding-top: 90%;
  }
}
#footer-clinic-information .map.demo .demo-text {
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #10A5BB;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-clinic-information .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer-clinic-information .teble-info-list {
  list-style: none;
  padding: 0;
}
#footer-clinic-information .teble-info-list li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #footer-clinic-information .teble-info-list li {
    font-size: 1.4rem;
  }
}

header .hdr-ttl-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
header .hdr-ttl-wrap .hdr-ttl {
  padding: 0.7em 0;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
}
header .header_info_wrap {
  right: 10px;
}
header .header_info_wrap .out-link-img {
  width: 9px;
  height: 8px;
  position: absolute;
  top: auto;
  left: auto;
  right: 6px;
  bottom: 6px;
  margin: 0 auto;
}
header .header-inner > .container {
  max-width: 1700px;
  position: relative;
}
header .title {
  padding: 30px 0;
}
@media (max-width: 1180px) {
  header .title {
    padding: 20px 0;
  }
}
@media (min-width: 1181px) {
  header .gnav > ul > li a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: 0.3s;
  }
  header .gnav > ul > li a:hover {
    border-bottom: 2px solid #fff;
  }
  header .header_info_wrap .header_info .tel {
    display: inline-block;
    color: #333333;
  }
  header .header_info_wrap .header_info .tel .icon {
    max-width: 1.2222222222em;
    width: 100%;
  }
  header .header_info_wrap .header_info .tel a {
    padding-left: 0;
    color: #333333;
  }
  header .header_info_wrap .btn a .icon {
    max-width: 2em;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
  }
  header .header_info_wrap .btn a:before {
    content: none;
  }
}
@media (max-width: 1180px) {
  header .sp_header_info_wrap .sp_header_info {
    display: flex;
  }
  header .sp_header_info_wrap .sp_header_info > * {
    margin: 0;
  }
  header .sp_header_info_wrap .sp_header_info > *:not(:last-child) {
    margin-right: 10px;
  }
  header .sp_header_info_wrap .sp_header_info .btn a {
    position: relative;
    padding: 6px 6px 4px;
    min-width: 58px;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
    height: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .btn a:after {
    content: none;
  }
  header .sp_header_info_wrap .sp_header_info .icon {
    display: block;
    max-width: 20px;
    margin: 0 auto 2px;
  }
  header .sp_header_info_wrap .sp_header_info .icon img {
    width: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .link-text {
    display: inline-block;
  }
  header .sp_header_info_wrap .sp_header_info .out-link .link-text {
    position: relative;
    padding-right: 1em;
  }
  header .sp_header_info_wrap .sp_header_info .out-link-img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.7em;
    height: 0.7em;
  }
}

.mv {
  position: relative;
}
.mv .mv_swiper img {
  height: auto;
  width: 100%;
}
.mv .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
}
.mv .swiper-pagination-bullet {
  background: #747474;
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media (max-width: 1180px) {
  .mv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.mv .swiper-pagination-bullet-active {
  background: #10A5BB;
}

@media (min-width: 1181px) {
  header .gnav > ul > li:not(:last-child) {
    position: relative;
  }
  header .gnav > ul > li:not(:last-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    margin: auto;
    transform: translate(50%, -50%);
  }
  header .gnav > ul > li.has_under > ul {
    min-width: 330px;
    left: auto;
  }
  header .gnav > ul > li.has_under > ul a {
    border: 0;
  }
  header .gnav > ul > li.has_under > ul a:before {
    content: none;
  }
  header .gnav > ul > li.has_under > ul .care_bg a {
    background: #f9be48;
  }
  header .gnav > ul > li.has_under > ul .care_bg a:hover {
    background: #eda008;
  }
}

.diagnosis05 h1:not(.title):not(.hdr-ttl) {
  background: #F9BE48;
}

.diagnosis06 h1:not(.title):not(.hdr-ttl) {
  background: #F9BE48;
}

.lower .list {
  margin: 0;
}
.lower .list li::marker {
  color: #10A5BB;
}
.lower .strong {
  font-weight: 500;
  color: #10A5BB;
  margin-bottom: 0em;
}
.lower .history .timeline li {
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .lower .history .timeline {
    padding: 0 0 0 0.5em;
  }
  .lower .history .timeline li {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-left: 2px #10A5BB solid;
  }
}
.lower .history .timeline-date {
  position: relative;
  font-weight: bold;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .lower .history .timeline-date {
    padding-left: 1.3em;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
  .lower .history .timeline-date:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #10A5BB;
    position: absolute;
    left: -6px;
    top: 0px;
    transform: translate(0, 75%);
    border-radius: 100%;
  }
}
.lower .history .timeline-content {
  width: 70%;
  border-left: 2px #10A5BB solid;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 14px;
  position: relative;
  line-height: 0;
}
.lower .history .timeline-content p {
  line-height: 1.4;
}
.lower .history .timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #10A5BB;
  position: absolute;
  left: -7px;
  top: 0;
  transform: translate(0%, 75%);
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .lower .history .timeline-content {
    padding-left: 1.3em;
    border-left: none;
    width: 100%;
  }
  .lower .history .timeline-content:before {
    display: none;
  }
}
.lower .privacy-list li {
  line-height: 1.6;
  margin-bottom: 0.8em !important;
}
.lower .privacy-list li ol li {
  margin-bottom: 0.2em !important;
}
.lower .privacy-list li ol li::marker {
  font-weight: normal;
}
.lower .privacy-list li::marker {
  font-weight: 700;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .lower .anker-list .col {
    margin-bottom: 1em;
  }
}
.lower .anker-btn a {
  max-width: 100%;
}
.lower .diagnosis-content p {
  margin-bottom: 0.5em;
}
.lower .treatment-content .treatment-wrapper {
  margin-bottom: 3em;
}
.lower .treatment-content .main-content {
  margin-bottom: 2em;
}
.lower .treatment-content .middle-content {
  margin-bottom: 1.5em;
  padding-top: 80px;
  margin-top: -80px;
}
.lower .treatment-content .small-content {
  margin-bottom: 1em;
}
.lower .treatment-content .strong-title {
  font-weight: 500;
  font-size: 1em;
  color: #10A5BB;
  margin-bottom: 0.5em;
}
.lower .treatment-content .btn {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.lower .treatment-content .col {
  margin-bottom: 0;
}
.lower .treatment-content .list-flex {
  display: flex;
  gap: 100px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  .lower .treatment-content .list-flex {
    flex-direction: column;
    gap: 0.5em;
    text-align: left;
    padding-left: 1em;
  }
}
.lower .treatment-content .list-flex li .list-anker {
  margin-left: 0.2em;
}
.lower .surgery-cotent {
  padding-top: 200px;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .lower .surgery-cotent {
    padding-top: 200px;
    margin-top: -200px;
  }
}
/*# sourceMappingURL=main.css.map */