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

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

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

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

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

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

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

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

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          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: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FCF4F9;
  color: #E85298;
  border: 1px solid #e85298;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #E85298;
  color: #df1e78;
}
.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 #E85298;
  border-right: 1px solid #E85298;
  -webkit-transform: translateX(-50%) rotate(222deg);
          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 #E85298;
  border-right: 1px solid #E85298;
  -webkit-transform: translateX(-50%) rotate(45deg);
          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;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #E85298 !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: #E85298;
}

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

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

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

.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: #E85298;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .under_btns .btn {
    height: 100%;
  }
  body:not(.home) .under_btns a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: 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: #E85298;
  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: #FCF4F9;
  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: #E85298;
  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: #E85298;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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: -webkit-max-content 1fr;
  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: #E85298;
  top: 10px;
  left: 0;
  position: absolute;
}
body:not(.home) .border_box {
  border: solid 1px #E85298;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            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: #FCF4F9;
  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(0, 121, 194, 0.5);
  border-radius: 4px;
  background: rgba(0, 121, 194, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          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: #0079C2;
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: #FCF4F9;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #FCF4F9;
  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 #0079C2;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 #0079C2;
  border-right: 3px solid #0079C2;
  -webkit-transform: rotate(135deg);
          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: #0079C2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #E85298;
  color: #fff;
  background: #E85298;
  padding: 1.14em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin: auto;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
.btn a:hover {
  background: #df1e78;
  border-color: #df1e78;
}

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
          box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
}
@media (min-width: 1024px) {
  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;
}
@media (min-width: 1024px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: inline-block;
}
header .title a img {
  width: 303px;
  height: 38px;
}
@media (max-width: 999px) {
  header .title a img {
    width: 203px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 140px;
    height: auto;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          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: #E85298;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
header .header_info_wrap .header_info .tel a {
  color: #E85298;
  padding-left: 32px;
  position: relative;
}
header .header_info_wrap .btn {
  min-width: 162px;
}
header .header_info_wrap .btn a {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.67em 0.3em;
  line-height: 1;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 1023px) {
  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: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #E85298;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #E85298;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    padding: 0 0 0.3em;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 85%;
    height: 100vh;
    background-color: #E85298;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header .gnav > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
header .gnav > ul > li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(232, 82, 152, 0.97);
    display: block;
    padding: 0;
    background: transparent;
  }
  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 0.625em;
}
@media (max-width: 1100px) {
  header .gnav > ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    padding: 0.4em 1.5em;
  }
}
header .gnav > ul > li.has_under {
  position: relative;
}
header .gnav > ul > li.has_under > a {
  padding-right: 1.5em;
}
@media (max-width: 1023px) {
  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: 6%;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 6px;
  height: 6px;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          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: 1024px) {
  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;
  }
}
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: 1023px) {
  header .gnav > ul > li.has_under > ul > li {
    background: #e43788;
  }
  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 > li.care_bg {
    background: #f9be48;
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(232, 82, 152, 0.97);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul a {
    background: transparent;
    color: #333333;
    padding: 0.5em 6% 0.5em 10%;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  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;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under > ul a:hover {
    background: rgba(226, 37, 125, 0.97);
  }
}
header .header-inner > .container {
  max-width: none;
  padding: 0 10px;
}
header .header_info_wrap {
  right: 6%;
}
@media (min-width: 1024px) {
  header .gnav {
    position: relative;
    padding: 14px 0;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    left: -300%;
    right: -300%;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #0079C2;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  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: #E85298;
  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 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 60px;
  }
}
.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: 700px;
}
@media (max-width: 999px) {
  .mv .slick {
    height: 0;
    padding-top: 70%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 68%;
  }
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  max-width: calc(1000px + 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: 837px;
  top: 0;
  left: auto;
  right: calc(2% + 11px);
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 83.7%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 58.8%;
    left: auto;
    right: 4%;
    top: auto;
    bottom: 8.6274509804%;
    margin: 0 auto;
  }
}

footer {
  position: relative;
}
footer #top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(232, 82, 152, 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: 100%;
  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: #0079C2;
}
@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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          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: 30px 10px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .container {
    padding: 6px;
  }
}
footer #top-ftrInfo .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 3%;
}
@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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 500;
  color: #E85298;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  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: whitesmoke;
}
@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;
    -webkit-transform: translateY(-50%);
            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 0.5em;
  word-break: break-all;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #E85298;
}
table.table-typeC tbody {
  color: #333333;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  width: 1.3em;
  height: 1.3em;
  background: #E85298;
  border-radius: 500px;
}
table .tb.td-slash:after {
  background: #E85298;
  width: 1.5em;
  height: 1px;
  -webkit-transform: rotate(-50deg) translate(0.4em, -0.2em);
          transform: rotate(-50deg) translate(0.4em, -0.2em);
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #e85298;
}
.table-type1 th {
  background: #e85298;
  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 #e85298;
}
.table-type2 td, .table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #e85298;
}
@media (max-width: 767px) {
  .table-type2 td, .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #e85298;
  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: #e85298;
  color: #fff;
}
.table-type3 thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type3 tbody th {
  background: rgba(232, 82, 152, 0.15);
}
.table-type3 td {
  background: #fff;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: rgba(0, 121, 194, 0.86);
  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.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) {
  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;
  background: #E85298;
  margin: 0 auto;
}

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: #E85298;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #E85298;
  margin: auto;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #E85298;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #E85298;
}

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

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

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}
.btn.out-link a:after {
  border: 0;
  background: url(/hiromasakai/wp-content/uploads/link_001.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #top-news .ttl h2 {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.7em 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: 2%;
  }
}
@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: 2%;
  }
}
@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: 40px;
}
@media (max-width: 767px) {
  #top-news .btn {
    margin-top: 30px;
  }
}

#top-reason {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
          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;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
@media (max-width: 767px) {
  #top-reason .bg img {
    height: 120vh;
  }
}
#top-reason .container {
  margin-top: 0;
}
#top-reason .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 8%;
}
@media (max-width: 599px) {
  #top-reason .box {
    padding: 60px 6%;
  }
}
#top-reason .item-card-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-reason .item-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-reason .item-card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #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%;
  }
}
@media (min-width: 600px) {
  #top-reason .item-card-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-reason .item-card-wrap.card-flex .item-card {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  #top-reason .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-reason .item-card-wrap.card-flex .item-card {
    width: 46.4367816092%;
  }
  #top-reason .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-reason .item-card {
  border: 1px solid #0079C2;
  padding: 20px 2%;
  background: #fff;
}
@media (max-width: 599px) {
  #top-reason .item-card {
    padding: 20px 6%;
  }
}
#top-reason .item-card p {
  line-height: 1.75;
}
#top-reason .icon {
  background: #EFF8FD;
  padding: 20px 6%;
}
@media (max-width: 599px) {
  #top-reason .icon {
    padding: 10px 6%;
  }
}
#top-reason .icon img {
  max-width: 123px;
  width: 100%;
}
@media (max-width: 599px) {
  #top-reason .icon img {
    max-width: 80px;
  }
}
#top-reason .icon + p {
  margin-top: 16px;
}

#top-medical .btn-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-medical .btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-medical .btn-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #top-medical .btn-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-medical .btn-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-medical .btn-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (min-width: 600px) {
  #top-medical .btn-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-medical .btn-wrap.card-flex .btn {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  #top-medical .btn-wrap.card-flex .btn:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-medical .btn-wrap.card-flex .btn {
    width: 46.4367816092%;
  }
  #top-medical .btn-wrap.card-flex .btn:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-medical .btn {
  width: 100%;
}
#top-medical .btn p {
  line-height: 1.75;
}
#top-medical .btn a {
  border: 1px solid #0079C2;
  padding: 20px 2%;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: 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 #0079C2 transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-medical .btn a:hover {
  background: rgba(0, 121, 194, 0.1);
}

#top-slider {
  background: #EFF8FD;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #top-slider {
    padding: 50px 0;
  }
}
#top-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top-slider img {
  height: auto;
  width: 100%;
}

#top-banner .item-card-wrap {
  display: grid;
}
@media (min-width: 1000px) {
  #top-banner .item-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 999px) {
  #top-banner .item-card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #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: 1000px) {
  #top-banner .item-card-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            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: 1000px) and (min-width: 1000px) {
  #top-banner .item-card-wrap.card-flex .item-card:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 1000px) and (max-width: 999px) {
  #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: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  place-content: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  #top-banner .text_box {
    position: relative;
    padding: 0 2% 0 0;
  }
}
@media (min-width: 1000px) {
  #top-banner .item-card_no01 [class^=item0] {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1000px) {
  #top-banner .item-card_no02 [class^=item0] {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: rotate(-180deg) scale(-1, 1);
            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: 999px) {
  #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: 999px) {
  #top-banner [class^=item0] img {
    opacity: 0.6;
  }
}
@media (max-width: 999px) {
  #top-banner .item01 {
    top: 0;
    left: auto;
    right: 0;
  }
}
#top-banner .item02 {
  display: none;
}
@media (max-width: 999px) {
  #top-banner .item02 {
    display: block;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
  #top-banner .item02 img {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
#top-banner a {
  text-decoration: none;
  height: 100%;
  display: grid;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-banner a .inner {
  position: relative;
}
@media (min-width: 768px) {
  #top-banner a .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

#top-info {
  padding: 100px 0;
  background: #FCF4F9;
}
@media (max-width: 767px) {
  #top-info {
    padding: 70px 0;
  }
}
#top-info .box_wrap {
  display: grid;
}
@media (min-width: 1000px) {
  #top-info .box_wrap {
    gap: 0 4%;
    grid-template-columns: minmax(280px, 31.6%) 1fr;
  }
  #top-info .box_wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-info .box_wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-info .box_wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (max-width: 999px) {
  #top-info .box_wrap {
    grid-template: "map" -webkit-max-content "text-box" max-content/1fr;
    grid-template: "map" max-content "text-box" max-content/1fr;
    gap: 30px 0;
  }
}
@media (max-width: 999px) {
  #top-info .text-box {
    grid-area: text-box;
    text-align: center;
  }
}
#top-info .logo-img {
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  #top-info .logo-img {
    text-align: left;
  }
}
@media (max-width: 999px) {
  #top-info .logo-img {
    margin-bottom: 14px;
  }
}
#top-info .logo-img img {
  max-width: 260px;
}
@media (max-width: 999px) {
  #top-info .logo-img img {
    max-width: 180px;
  }
}
#top-info .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: 999px) {
  #top-info .tel {
    margin: 0 0 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-info .tel a {
  color: #333333;
}
#top-info .address {
  line-height: 1.8571428571;
  font-size: 14px;
  margin: 0;
}
#top-info .table-box {
  margin-top: 42px;
}
@media (max-width: 999px) {
  #top-info .table-box {
    margin-top: 32px;
    text-align: left;
  }
}
#top-info .table-box h3 {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 32px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  #top-info .table-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-info .table-box h3 .icon {
  width: 24px;
  height: 24px;
  top: -300%;
  bottom: -300%;
  position: absolute;
  margin: auto;
  left: 0;
}
#top-info .table-box h3:after {
  content: none;
}
#top-info .table-box table {
  border: 1px solid #E85298;
}
#top-info .table-box table th,
#top-info .table-box table td {
  border: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#top-info .table-box table thead th:first-child {
  text-align: left;
}
#top-info .table-box table tbody tr:first-child th,
#top-info .table-box table tbody tr:first-child td {
  padding-top: 1.4em;
  padding-bottom: 0.4em;
}
#top-info .table-box table tbody tr:last-child th,
#top-info .table-box table tbody tr:last-child td {
  padding-top: 0.4em;
  padding-bottom: 1.4em;
}
#top-info .table-box table tbody th:first-of-type,
#top-info .table-box table tbody td:first-of-type {
  text-align: left;
  background: #fff;
}
#top-info .table-box .teble-info {
  margin-top: 10px;
}
#top-info .table-box p {
  font-size: 14px;
  line-height: 1.8571428571;
}
#top-info .table-box p:not(:last-child) {
  margin-bottom: 6px;
}
#top-info .map {
  position: relative;
}
@media (max-width: 999px) {
  #top-info .map {
    grid-area: map;
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  #top-info .map {
    padding-top: 90%;
  }
}
#top-info .map.demo .demo-text {
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #E85298;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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: 43px 0;
}
@media (max-width: 1023px) {
  header .title {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 250px;
  }
}
@media (max-width: 500px) {
  header .title a img {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s;
    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: 1023px) {
  header .sp_header_info_wrap .sp_header_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: 6px;
  }
  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;
  padding-bottom: 46px;
}
@media (max-width: 999px) {
  .mv {
    padding-bottom: 36px;
  }
}
.mv .mv_swiper img {
  height: auto;
  width: 100%;
}
.mv .mv-copy {
  pointer-events: none;
  max-width: none;
}
.mv .mv-copy img {
  pointer-events: none;
  left: 5.2083333333%;
  right: auto;
  top: auto;
  bottom: 18.5714285714%;
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 91.2%;
    left: 2.6666666667%;
    bottom: 9.8039215686%;
  }
}
.mv .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
}
.mv .swiper-pagination-bullet {
  background: #747474;
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media (max-width: 999px) {
  .mv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.mv .swiper-pagination-bullet-active {
  background: #E85298;
}

@media (min-width: 1024px) {
  header .gnav > ul > li:not(:last-child) a {
    position: relative;
  }
  header .gnav > ul > li:not(:last-child) a:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: #fff;
    margin: auto;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  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;
}

.link_sec {
  padding-top: 58px;
  margin-top: -58px;
}
@media (max-width: 1023px) {
  .link_sec {
    padding-top: 65px;
    margin-top: -65px;
  }
}/*# sourceMappingURL=main.css.map */