@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #565656;
  --main1: #3872B6;
  --sub1: #709ACA;
  --sub2:#C6D6EA;
  --sub3:#539DF2;
  --sub4:#76B2F6;
  --sub5:#EE868B;
  --sub6:#EE9C9F;
  --sub7:#A9A9A9;
  --sub8:#608EC5;
  --sub9:#E2EAF4;
  --sub10:#67B060;
  --sub11:#CCC;
  --sub12:#fffbe4;
  --sub13:#eef8fc;
  --sub14:#fdedfa;
  --sub15:#f2e7ff;
  --sub16:#e0e6ff;
  --sub17:#ecf7e1;
  --sub18:#ffefe0;
  --sub19:#eff7ed;
  --sub20:#e0f1ff;
  --bg1: #F2F6FA;
  --bg2:#F6F6F6;
  --bg3:#F2F8F1;
  --bg4:#FFEBEC;
  --line1: #ccc;
  --line_table: #DCDCDC;
  --line_menu: #DCDCDC;
  --lcolor: #3872B6;
  --lcolor_h: #67B060;
  --notes:#D50000;
  --pcolor: #FFE973;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_u {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.red {
  color: var(--notes);
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

b, i {
  font-style: normal;
  font-weight: normal;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

img.bnr {
  width: 96% !important;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    padding: 0 3rem 2rem 0;
    margin: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .img_r {
    float: right;
    margin: 0;
    padding: 0 0 2rem 3rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  img.tate {
    max-width: 25% !important;
  }
  img.bnr {
    width: 75% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.main:where(section ~ section) {
  margin-top: 5rem;
}
.main > section {
  margin-top: 5rem;
}
.main > section:where(section ~ section) {
  margin-top: 5rem;
}
.main > section > section {
  margin-top: 4rem;
}
.main > section > section:where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section > section > section {
  margin-top: 2rem;
}
.main > section > section > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main:where(section ~ section) {
    margin-top: 10rem;
  }
  .main > section {
    margin-top: 10rem;
  }
  .main > section:where(section ~ section) {
    margin-top: 10rem;
  }
  .main > section > section {
    margin-top: 8rem;
  }
  .main > section > section:where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section > section {
    margin-top: 6rem;
  }
  .main > section > section > section:where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section > section > section {
    margin-top: 4rem;
  }
  .main > section > section > section > section:where(section ~ section) {
    margin-top: 4rem;
  }
  .main > section > section > section > section > section:where(section ~ section) {
    margin-top: 4rem;
  }
}
.gairai, .checkup_table, .icall_table {
  padding: 1rem;
  border-radius: 1rem;
}

.main .checkup_table, .main .icall_table {
  margin-top: 2rem;
}

.gairai {
  background: var(--bg1);
}
.gairai .tbl_time caption {
  color: var(--main1);
}
.gairai .tbl_time tr th, .gairai .tbl_time tr td {
  border-color: var(--main1);
}
.gairai .tbl_time tr td {
  color: var(--main1);
}
.gairai dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
.gairai dl span {
  color: var(--main1);
}
.gairai dl dt {
  width: 2.5em;
}
.gairai dl dd {
  width: calc(100% - 2.5em);
}

.checkup_table {
  background: var(--bg3);
}
.checkup_table .tbl_time caption {
  color: var(--sub10);
}
.checkup_table .tbl_time tr th, .checkup_table .tbl_time tr td {
  border-color: var(--sub10);
}
.checkup_table .tbl_time tr td {
  color: var(--sub10);
}
.checkup_table .lst_ul {
  margin-bottom: 0;
}
.checkup_table .lst_ul span {
  color: var(--sub10);
}
.checkup_table .lst_ul li {
  margin-bottom: 0 !important;
}

.icall_table {
  background: var(--bg4);
}
.icall_table .tbl_time caption {
  color: var(--sub5);
}
.icall_table .tbl_time tr th, .icall_table .tbl_time tr td {
  border-color: var(--sub5);
}
.icall_table .tbl_time tr td {
  color: var(--sub5);
}
.icall_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
.icall_table dl span {
  color: var(--sub5);
}
.icall_table dl dt {
  width: 2.5em;
}
.icall_table dl dd {
  width: calc(100% - 2.5em);
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 120%;
  text-align: center;
  margin-top: 0.4rem;
  font-weight: bold;
}
.tbl_time tr th, .tbl_time tr td {
  border-bottom: 1px solid var(--clr_txt);
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
  font-size: 80%;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
  .main .gairai, .main .checkup_table, .main .icall_table {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.table_0:not(:first-child) {
  margin-top: 2rem;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid var(--line_table);
  padding: 0.5rem;
}
.table_0 th[scope=col] {
  background: var(--main1);
  color: #fff;
}
.table_0 th[scope=row] {
  background: var(--sub9);
  width: 35%;
}
.table_0 td .lst_ul {
  margin: 0;
  line-height: inherit;
}
.table_0 td .lst_ul li:not(:last-child) {
  margin: 0;
}
.table_0.table_1 td.td_bg {
  background: var(--bg1);
}
.table_0.price[scope=row] {
  width: 50%;
}
.table_0.price td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .table_0:not(:first-child) {
    margin-top: 2rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 2rem;
  }
  .table_0 th, .table_0 td {
    padding: 1rem 1.5rem;
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 48em), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.png) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  font-weight: normal;
  color: var(--main1);
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-weight: normal;
}
.tit_02::after {
  content: "";
  display: block;
  background: var(--main1);
  width: 2em;
  height: 3px;
  border-radius: 1.5px;
  margin: 0.5rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  background: url("../img/img_tit03.svg") right bottom no-repeat, var(--main1);
  background-size: auto 4rem;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 1rem;
  font-weight: normal;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 3px;
  border-radius: 1.5px;
  background: #fff;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  bottom: 0.5rem;
  margin: auto;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  background: var(--sub9);
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 1rem;
  position: relative;
  color: var(--main1);
}
.tit_04::before {
  content: "";
  display: block;
  width: 3px;
  border-radius: 1.5px;
  background: var(--main1);
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  bottom: 0.5rem;
  margin: auto;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--main1);
  border-bottom: 3px dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
}

.tit_06 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--main1);
}
.tit_06::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_circle.svg") center center no-repeat;
  background-size: contain;
  margin-top: 0.2em;
  margin-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 30rem;
    background: url(../img/tit_01.png) no-repeat center center/auto;
    font-size: 4.8rem;
  }
  .tit_02 {
    font-size: 4.8rem;
    margin: 0 auto 4rem;
  }
  .tit_02::after {
    margin-top: 2rem;
  }
  .tit_03 {
    font-size: 3.6rem;
    margin: 0 0 3rem;
    background-size: auto;
    padding: 0.9rem 2rem 1rem 3.8rem;
  }
  .tit_03::before {
    width: 0.6rem;
    border-radius: 0.3rem;
    top: 2.1rem;
    bottom: 1.9rem;
    left: 2rem;
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 2rem;
    padding: 0.5rem 1rem 0.5rem 3.8rem;
  }
  .tit_04::before {
    width: 0.6rem;
    border-radius: 0.3rem;
    top: 1.2rem;
    bottom: 1.2rem;
    left: 2rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--sub10);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--main1);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: var(--notes);
}
.lst_ul.notes > li::before {
  color: var(--notes);
}

.notes:where(:not(ul)) {
  color: var(--notes);
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--main1);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--main1);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 48em), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 2rem;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl03 dt, .lst_dl03 dd {
  padding: 0.5rem 1rem;
}
.lst_dl03 dt {
  background: var(--main1);
  color: #fff;
}
.lst_dl03 dd {
  border: 1px solid var(--main1);
}
.lst_dl03 dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    min-width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    min-width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 6em;
  }
  .lst_dl01 dd {
    width: calc(100% - 6em);
    padding: 0 0 0 1rem;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
  }
  .lst_dl03 dt, .lst_dl03 dd {
    padding: 1rem 1.5rem;
  }
  .lst_dl03 dt {
    width: 13em;
    text-align: center;
  }
  .lst_dl03 dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl03 dd {
    width: calc(100% - 13em);
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none;
  }
}
.lst_dl_t dt {
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  border: 1px solid var(--main1);
}
.lst_dl_t dd {
  border: 1px solid var(--main1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl_t.lst_dl_t_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl_t.lst_dl_t_flex dt {
    width: 10em;
    margin-bottom: 0.5rem;
  }
  .lst_dl_t.lst_dl_t_flex dd {
    width: calc(100% - 10em);
  }
}

.lst_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 1em;
}
.lst_flex li {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .lst_flex {
    gap: 1rem 3rem;
  }
  .lst_flex li {
    width: auto;
  }
}

.tit_no {
  counter-reset: number 0;
}
.tit_no section, .tit_no div {
  counter-increment: number 1;
}
.tit_no section .no::before, .tit_no div .no::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
}
.flex2 > section, .flex2 > li, .flex2 > div {
  width: 100%;
}
.flex2.flex2_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 4rem;
}
.flex2.flex2_ul li {
  width: 100%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex2.flex2_ul {
    gap: 3rem;
    margin-top: 1rem;
  }
  .flex2.flex2_ul li {
    width: auto;
  }
  .flex2.flex2_ul li .btn_detail {
    margin: 0;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.js-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e812";
}
.btn_detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.4rem 2rem;
  background: var(--lcolor);
  border: 1px solid var(--lcolor);
  border-radius: 1.5em;
  color: #fff;
  text-decoration: none !important;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\32";
  margin-left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.7rem 4rem;
    position: relative;
  }
  .btn_detail::after {
    position: absolute;
    right: 2rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--lcolor);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--main1);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e80f";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e80e";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--main1);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--main1);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--main1);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--pcolor)));
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--bg1);
}
.txt_box.txt_box2 {
  background: var(--bg3);
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 3rem;
  }
}
.nav_menu_box {
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  .nav_menu_box {
    margin-top: 10rem;
  }
}

.nav_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: var(--lcolor);
  color: #fff;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\34";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: calc((100% - 3rem) / 4);
  }
  .nav_menu li a {
    height: 6rem;
  }
  .nav_menu li a:hover {
    background: var(--lcolor_h);
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .phtxt_box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

.faq dt {
  background: var(--main1);
  color: #fff;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem calc(1.5em + 0.5rem);
  margin-bottom: 0.5rem;
}
.faq dt::before {
  content: "Q.";
  margin-right: 0.5rem;
  position: absolute;
  left: 0.5rem;
}
.faq dd:not(:last-of-type) {
  margin-bottom: 3rem;
}
.faq dd {
  padding: 0.5rem 0.5rem 0.5rem calc(1.5em + 0.5rem);
  position: relative;
}
.faq dd::before {
  content: "A.";
  margin-right: 0.5rem;
  position: absolute;
  left: 0.5rem;
  color: var(--main1);
}
@media screen and (min-width: 48em), print {
  .faq dt {
    padding-left: calc(1.5em + 1rem);
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
  .faq dt::before {
    left: 1rem;
  }
  .faq dd:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .faq dd {
    padding-left: calc(1.5em + 1rem);
    padding-right: 1rem;
  }
  .faq dd::before {
    left: 1rem;
  }
}

@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.js-tel {
  gap: 0.3em;
}
.js-tel::before {
  content: "";
  display: block;
  background: url("../img/icon_tel.svg") center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.js-tel.js-tel2::before {
  font-family: "fontello";
  content: "\e813";
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  font-weight: normal;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  color: var(--lcolor);
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])) img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
  .main a:where(:not([class*=btn])):hover img {
    opacity: 0.8;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.png) no-repeat left center;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 4.6rem 0 0;
}
.header > .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  gap: 1rem 4rem;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 36rem;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
  color: var(--main1);
  padding-top: 0.2rem;
}
.header > .wrap .headR ul li.head_tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg1);
  padding: 0.2rem 2rem;
  border-radius: 1.5em;
  display: none;
}
.header > .wrap .headR ul li.acs::before {
  font-family: "fontello";
  content: "\e815";
  color: var(--main1);
}
.header > .wrap .headR ul li.insta {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(63%) saturate(5120%) hue-rotate(317deg) brightness(82%) contrast(113%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(63%) saturate(5120%) hue-rotate(317deg) brightness(82%) contrast(113%);
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    max-width: 136rem;
    width: 100%;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 27.2rem;
    height: 5.4rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    position: inherit;
    gap: 0;
  }
  .header > .wrap .headR ul li {
    font-size: 1.8rem;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 3rem;
    padding: 0 0 0.2rem;
    font-weight: bold;
  }
  .header > .wrap .headR ul li.head_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 3rem;
    margin: 0 1.9rem 0 4rem;
  }
  .header > .wrap .headR ul li.acs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: var(--main1);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  content: "";
  background: url("../img/icon_menu.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 119/128;
  width: 60%;
  margin: auto;
  display: block;
}
#nav #sp_menu.close::before {
  background-image: url("../img/icon_menu_close.svg");
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--main1);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\34";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\33";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: var(--main1);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\-";
  margin-right: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--sub1);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e816";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 136rem;
    width: 100%;
    padding: 0 2rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    padding: 2rem 1rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--main1);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 73rem;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 3rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: calc((100% - 3rem) / 3);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem;
    font-size: 1.8rem;
    text-align: left;
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub1);
  }
  #nav .gnav_subnav .gnav > li.blog .subbox {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li.blog .subbox li {
    width: 100%;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 6rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F6FA), to(#F2F8F1));
  background-image: linear-gradient(90deg, #F2F6FA, #F2F8F1);
  overflow: hidden;
}
.overview::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: url("../img/bg_footer_wave.svg") center top no-repeat;
  aspect-ratio: 2000/140;
  background-size: 100%;
  width: 100%;
  position: absolute;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview .information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.overview .information ul li {
  width: 100%;
  text-align: center;
  padding: 0 2rem 0.5rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  color: #fff;
}
.overview .information ul li i {
  display: block;
  margin-bottom: 0.5rem;
  border-radius: 0 0 1rem 1rem;
  color: #fff;
  font-size: 1.4rem;
}
.overview .information ul .js-tel::before {
  margin: 0;
  width: 1em;
  height: 1em;
}
.overview .information ul .tel {
  border: 1px solid var(--main1);
  color: var(--main1);
}
.overview .information ul .tel i {
  margin-top: -1px;
  line-height: 1.8;
  background: var(--main1);
}
.overview .information ul .tel2 {
  background: var(--sub3);
}
.overview .information ul .tel2 i {
  background: var(--sub4);
}
.overview .information ul .rsv {
  background: var(--sub5);
}
.overview .information ul .rsv i {
  background: var(--sub6);
}
.overview .information ul .rsv a {
  width: 100%;
  font-size: 90%;
}
.overview > .wrap {
  position: relative;
}
.overview > .wrap::before {
  content: "";
  display: block;
  background: var(--sub2);
  border-radius: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.overview > .wrap > div {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  background: var(--sub9);
  text-align: center;
  border-radius: 0.5rem;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dt:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .gaiyo dd:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewL .insta {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(63%) saturate(5120%) hue-rotate(317deg) brightness(82%) contrast(113%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(63%) saturate(5120%) hue-rotate(317deg) brightness(82%) contrast(113%);
}
.overview > .wrap .overviewR {
  width: 100%;
}
.overview .bnr {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.overview .bnr li {
  width: 100%;
}
.overview .bnr li a {
  padding: 1rem 2rem;
  min-height: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid var(--sub11);
  border-radius: 0.5rem;
  text-align: center;
}
.overview .bnr li a.arrow::before {
  font-family: "fontello";
  content: "\e80a";
  margin-right: 0.5rem;
}
.overview .bnr .flex2 a {
  border-color: var(--main1);
}
.overview .bnr_txt {
  margin-top: 2rem;
}
.overview .bnr_txt li a {
  padding: 0;
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: auto;
  color: var(--lcolor);
  background: none;
}

.gmap {
  height: 35rem;
}
.gmap iframe {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 20rem 0 2rem;
    font-size: 1.8rem;
    overflow: inherit;
    overflow: hidden;
  }
  .overview::before {
    height: 30rem;
    background-size: auto;
  }
  .overview .clinic_name {
    width: 100%;
    margin-bottom: 2rem;
  }
  .overview .clinic_name img {
    max-width: 27.2rem;
  }
  .overview .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    width: 100%;
  }
  .overview .information ul {
    width: 100%;
  }
  .overview .information ul li {
    width: calc((100% - 4.8rem) / 3);
    padding: 0 2rem 1.3rem;
    font-size: 3rem;
  }
  .overview .information ul li i {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
  .overview .information ul .rsv {
    font-size: 2.4rem;
  }
  .overview .information ul .rsv .btn_rsv {
    margin-top: 1.3rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .overview > .wrap::before {
    border-radius: 6rem;
    width: 120rem;
  }
  .overview > .wrap > div {
    padding: 6rem;
    border-radius: 6rem;
    gap: 4rem;
    width: 120rem;
    margin: auto;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
    width: 12rem;
    border-radius: 0.6rem;
  }
  .overview > .wrap .gaiyo dt:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0 1rem 2rem;
    width: calc(100% - 12rem);
  }
  .overview > .wrap .gaiyo dd:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
  .overview > .wrap .gairai, .overview > .wrap .checkup_table {
    width: 52rem;
    padding: 1.6rem 2rem 4rem;
    border-radius: 2rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 52rem;
  }
  .overview > .wrap .overviewL .insta {
    margin-top: 4rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview .bnr {
    margin: 8rem auto 4rem;
    width: 1200px;
    gap: 1.8rem;
  }
  .overview .bnr li {
    width: calc((100% - 3.6rem) / 3);
  }
  .overview .bnr li a {
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.8rem;
  }
  .overview .bnr li a img {
    margin: auto;
  }
  .overview .bnr li a:is(:hover, :focus-visible) {
    background: var(--bg1);
    opacity: 1;
  }
  .overview .bnr .flex2 {
    width: calc((100% - 1.8rem) / 2);
  }
  .overview .bnr_txt {
    margin-top: 0;
  }
  .overview .bnr_txt li {
    width: auto;
  }
  .overview .bnr_txt li a:is(:hover, :focus-visible) {
    background: none;
    color: var(--lcolor_h);
  }
  .gmap {
    height: 100%;
  }
  .gmap iframe {
    border-radius: 2rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0 0.6rem;
  height: 100%;
  font-size: 1.2rem;
  border-radius: 1rem 1rem 0 0;
}
#tel_up ul li .tel1 {
  background: var(--main1);
  color: #fff;
}
#tel_up ul li .tel1::before {
  content: "　";
  display: block;
  background: url(../img/icon_tel.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#tel_up ul li .tel2 {
  background: var(--sub3);
  color: #fff;
}
#tel_up ul li .tel2::before {
  font-family: "fontello";
  content: "\e813";
  font-weight: normal;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--sub5);
  color: #fff;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--sub2);
  color: var(--main1);
  overflow: hidden;
  position: relative;
  z-index: 101;
  border-radius: 1rem 1rem 0 0;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80d";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: var(--main1);
    opacity: 1;
    color: #fff;
  }
}
.footer {
  text-align: center;
  padding: 2rem 0 4rem;
  background: var(--main1);
}
.footer .copy {
  display: block;
  background: var(--main1);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  color: #fff;
  font-size: 1.4rem;
}
.footer ul.gnav {
  margin-bottom: 2rem;
}
.footer ul.gnav .sub::after {
  font-family: "fontello";
  content: "\34";
  margin-left: 0.5rem;
}
.footer ul.gnav .sub.close::after {
  font-family: "fontello";
  content: "\33";
}
.footer ul.gnav .subbox .subnav {
  padding: 1rem;
  margin: 0 1rem 1rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.2);
}
.footer ul.gnav .subbox .subnav li {
  width: calc((100% - 1rem) / 2);
  font-size: 1.2rem;
}
.footer ul.gnav .subbox .subnav li a {
  display: block;
}
.footer ul.gnav .subbox .subnav li a::before {
  content: "-";
  margin-right: 0.3rem;
}
.footer ul.subnav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#F2F6FA), to(#F2F8F1));
    background-image: linear-gradient(90deg, #F2F6FA, #F2F8F1);
  }
  .footer .copy {
    margin: 4rem 0 0;
    font-size: 1.8rem;
    padding: 1.7rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    color: var(--clr_txt);
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav {
    margin-bottom: 1rem;
  }
  .footer ul.gnav li {
    font-size: 1.8rem;
  }
  .footer ul.gnav li::before {
    content: "-";
    margin-right: 0.5rem;
  }
  .footer ul.gnav li:not(:last-child) {
    margin-right: 2em;
  }
  .footer ul.subnav {
    margin: 0;
    display: block;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.privacypolicy {
    margin-top: 1rem;
  }
}
body.index .tit_02 {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
body.index .tit_02::after {
  content: none;
}
body.index .tit_02 span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: var(--main1);
  font-size: 3rem;
  display: block;
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
    overflow: hidden;
  }
  body.index .tit_02 {
    font-size: 1.8rem;
  }
  body.index .tit_02 span {
    font-size: 6rem;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl::before {
  content: "";
  display: block;
  background: url("../img/bg_kv_wave.svg") center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 15rem;
  z-index: 1;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 25rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 25rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  z-index: 1;
  bottom: -3rem;
  left: 1rem;
  right: 1rem;
  margin: auto;
}
.keyvsl > .wrap .catch span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 0.5rem;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2px 2px 0 var(--sub2);
          box-shadow: 2px 2px 0 var(--sub2);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap .catch span b {
  font-weight: bold;
  color: var(--main1);
}
.keyvsl > .wrap .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.keyvsl > .wrap .open li {
  padding: 0 0.5rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.keyvsl > .wrap .open li i {
  display: block;
  font-size: 1.1rem;
  padding: 0.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
.keyvsl > .wrap .open .new {
  width: 100%;
  font-size: 1.3rem;
  background: url("../img/bg_kv_new.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 550/95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  line-height: 1;
  color: var(--clr_txt);
}
.keyvsl > .wrap .open .new i {
  display: inline;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.keyvsl > .wrap .open .new .clr1 {
  color: var(--sub5);
}
.keyvsl > .wrap .open .tel {
  background: var(--sub3);
  font-size: 1.5rem;
}
.keyvsl > .wrap .open .tel i {
  background: var(--sub4);
}
.keyvsl > .wrap .open .rsv {
  background: var(--sub5);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.keyvsl > .wrap .open .rsv i {
  background: var(--sub6);
}

@media screen and (min-width: 48em), print {
  .keyvsl::before {
    background-size: auto;
  }
  .keyvsl #keyvsl {
    height: 74.6rem;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 74.6rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    top: 0;
    left: 0;
    right: 0;
  }
  .keyvsl > .wrap .catch {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .keyvsl > .wrap .catch span {
    text-align: center;
    font-size: 3.6rem;
    padding: 3rem 1rem;
    display: block;
    position: absolute;
    -webkit-box-shadow: 4px 4px 0 var(--sub2);
            box-shadow: 4px 4px 0 var(--sub2);
    border-radius: 1rem;
  }
  .keyvsl > .wrap .catch .catch1 {
    left: 9.2rem;
    top: 5rem;
  }
  .keyvsl > .wrap .catch .catch2 {
    left: 0;
    top: 12.9rem;
    padding-bottom: 2rem;
  }
  .keyvsl > .wrap .open {
    right: 0;
    bottom: 0;
    position: absolute;
    gap: 1.6rem 1rem;
    width: 52rem;
  }
  .keyvsl > .wrap .open li {
    font-size: 2.4rem;
    padding: 0 2rem 1rem;
    border-radius: 1rem 1rem 0 0;
  }
  .keyvsl > .wrap .open li i {
    font-size: 1.6rem;
    padding: 0.6rem 2rem;
    border-radius: 0 0 1rem 1rem;
  }
  .keyvsl > .wrap .open .new {
    font-size: 2rem;
    margin-bottom: 53rem;
  }
  .keyvsl > .wrap .open .new i {
    font-size: 2.6rem;
  }
  .keyvsl > .wrap .open .tel {
    font-size: 3rem;
  }
  .keyvsl > .wrap .open .tel span {
    line-height: 1.3;
  }
  .keyvsl > .wrap .open .rsv i {
    margin-bottom: 1rem;
  }
}
.info {
  margin: 10rem 1rem 4rem;
}
.info .wrap.info_main {
  position: relative;
}
.info .wrap.info_main .tit_02 {
  background: url("../img/icon_wave.svg") right center no-repeat;
  background-size: contain;
}
.info .wrap.info_main .lst {
  left: 10rem;
  top: 0;
  right: auto;
}
.info .wrap .tit_02 {
  text-align: left;
  width: 100%;
}
.info .wrap dl {
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  margin: 0 0 0.6rem;
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 2px dotted var(--line1);
}
.info .wrap dl dt a {
  text-decoration: none;
}
.info .wrap dl dt a:is(:hover, :focus-visible) {
  text-decoration: none;
}
.info .wrap dl dt span {
  color: var(--sub7);
}
.info .wrap dl dt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.2rem;
  cursor: pointer;
  font-weight: bold;
  color: var(--main1);
  font-size: 110%;
}
.info .wrap dl dt div::before {
  font-family: "fontello";
  content: "\e80a";
  width: 1.1em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}
.info .lst {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main1);
  border-radius: 1.5em;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
}
.info .lst::before {
  font-family: "fontello";
  content: "\32";
  margin-right: 0.5rem;
}
.info .info_bottom {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
.info .info_bottom .tit_02 {
  background: none;
}
.info .info_bottom section {
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  width: 100%;
}
.info .info_bottom a {
  text-decoration: none;
}
.info .info_bottom .info_bottom_box {
  overflow-y: auto;
}
.info .info_bottom .info_bottom_box li:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dotted var(--line1);
}
.info .info_bottom .info_bottom_box li a {
  display: block;
}
.info .info_bottom .info_bottom_box li a span {
  display: block;
  color: var(--sub7);
}
.info .info_bottom .blog {
  background: var(--bg1);
}
.info .info_bottom .media {
  background: var(--bg2);
}

.bnr_box {
  margin: 0 1rem 4rem;
}
.bnr_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 2rem;
}

.top_bnr {
  margin: 3rem 0;
}
.top_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.links ul li a {
  display: block;
  padding: 1rem;
  border: 1px solid var(--main1);
  border-radius: 1rem;
}

.sponsor {
  margin-top: 4rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0;
    padding-top: 1rem;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap.info_main {
    padding: 0 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 37rem;
  }
  .info .wrap.info_main .tit_02 {
    width: 18rem;
    height: 25.6rem;
    background-position: center bottom;
    background-size: auto;
    margin: 0;
  }
  .info .wrap.info_main .lst {
    left: 5rem;
    top: 30rem;
  }
  .info .wrap .info_box {
    width: 80rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt div::before {
    margin-right: 1rem;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
  .info .lst {
    right: 6rem;
    top: 6rem;
    padding: 1.5rem 5.4rem;
    border-radius: 2em;
    border: 1px solid var(--main1);
  }
  .info .lst::before {
    position: absolute;
    right: 2rem;
  }
  .info .lst:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--main1);
  }
  .info .info_bottom {
    margin: 7.7rem auto 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .info .info_bottom section {
    width: 58rem;
    padding: 6rem;
    border-radius: 3rem;
  }
  .bnr_box {
    margin: 8rem 0;
  }
  .bnr_box ul {
    gap: 6rem;
  }
  .bnr_box ul li {
    width: calc((100% - 6rem) / 2);
  }
  .top_bnr {
    margin: 6rem auto;
  }
  .links {
    margin-top: 6rem;
  }
  .links .tit_02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 7.2rem 0 0;
  }
  .links ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 2rem;
  }
  .links ul li {
    width: calc((100% - 2rem) / 2);
  }
  .links ul li a {
    padding: 2rem;
    border-radius: 1rem;
  }
  .links ul li a img {
    margin: auto;
  }
  .sponsor {
    margin-top: 12rem;
  }
  .sponsor a {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.policy {
  padding: 0 1rem 4rem;
  background: url("../img/bg_wave_top.svg") center bottom no-repeat, url("../img/img_whale.svg") center center no-repeat;
  background-size: 100%;
}
.policy .txt::before {
  content: "";
  display: block;
  background: url("../img/index_policy.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 937/711;
}
.policy .txt h2 {
  color: var(--main1);
  font-weight: 500;
}
.policy .txt h2 span {
  color: var(--sub10);
}
.policy .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
  position: relative;
}
.policy .lst li {
  font-size: 90%;
}
.policy .lst a {
  text-decoration: none;
}
.policy .lst a::after {
  font-family: "fontello";
  content: "\e80a";
  margin-left: 0.5rem;
}
.policy .information {
  background: #fff;
  padding: 1rem;
  border: 5px solid var(--sub9);
  border-radius: 1rem;
  position: relative;
}
.policy .information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.policy .information ul li {
  width: 100%;
  padding: 0 1rem 0.5rem;
  text-align: center;
  border-radius: 1rem;
}
.policy .information ul li i {
  display: block;
  border-radius: 0 0 1rem 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.policy .information ul .tel, .policy .information ul .tel2, .policy .information ul .mail {
  font-size: 1.8rem;
}
.policy .information ul .tel {
  border: 1px solid var(--main1);
}
.policy .information ul .tel i {
  background: var(--main1);
  margin-top: -1px;
}
.policy .information ul .tel .js-tel {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
}
.policy .information ul .tel .js-tel::before {
  margin-bottom: 0;
}
.policy .information ul .tel2 {
  background: var(--sub3);
  color: #fff;
}
.policy .information ul .tel2 i {
  background: var(--sub4);
}
.policy .information ul .mail {
  background: var(--main1);
}
.policy .information ul .mail i {
  background: var(--sub8);
}
.policy .information ul .mail a {
  color: #fff;
  text-decoration: none;
}
.policy .information ul .acs {
  padding: 1rem 0;
  background: var(--bg1);
  border-radius: 1rem;
}
.policy .information ul .acs::before {
  content: "　";
  background: url("../img/icon_circle.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.policy .information ul .acs a {
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .policy {
    padding: 0 0 14rem;
    margin: 0;
    overflow: hidden;
    background: url("../img/bg_wave_top.svg") center bottom no-repeat;
    background-size: auto;
    position: relative;
  }
  .policy::before {
    content: "";
    background: url("../img/img_whale.svg") center bottom no-repeat;
    background-size: contain;
    aspect-ratio: 1286/1486;
    width: 128.6rem;
    position: absolute;
    top: -20rem;
    left: calc(50% - 41.5rem);
  }
  .policy .txt {
    position: relative;
    padding: 13rem 6rem 9.5rem 63rem;
  }
  .policy .txt::before {
    position: absolute;
    width: 93.7rem;
    right: calc(50% + 5.1rem);
    top: 0;
  }
  .policy .txt h2 {
    font-size: 4.8rem;
    line-height: 1.5;
  }
  .policy .lst {
    margin: 5.7rem 0 8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem;
  }
  .policy .lst li {
    font-size: 100%;
  }
  .policy .lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy .lst li a::after {
    font-size: 150%;
    padding-top: 0.3rem;
    margin-left: 1rem;
  }
  .policy .information {
    border-width: 1rem;
    padding: 5rem;
    border-radius: 3rem;
  }
  .policy .information ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.4rem;
  }
  .policy .information ul li {
    width: 34.4rem;
    padding: 0 2rem 1rem;
    border-radius: 1rem;
  }
  .policy .information ul li:last-child {
    width: 100%;
  }
  .policy .information ul li i {
    font-size: 1.6rem;
    border-radius: 0 0 1rem 1rem;
  }
  .policy .information ul .tel, .policy .information ul .tel2, .policy .information ul .mail {
    font-size: 3rem;
  }
  .policy .information ul .acs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.3rem;
  }
  .policy .information ul .acs::before {
    margin-right: 1rem;
  }
  .policy .information ul .acs a {
    margin: 0 0 0 4rem;
    width: 28rem;
  }
}

.top_rsv {
  padding: 3rem 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F6FA), to(#F2F8F1));
  background-image: linear-gradient(90deg, #F2F6FA, #F2F8F1);
  position: relative;
}
.top_rsv .wrap {
  background: #fff;
  padding: 1rem;
  border: 5px solid var(--sub9);
  border-radius: 1rem;
  position: relative;
}
.top_rsv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
.top_rsv ul li {
  width: 100%;
}
.top_rsv ul .btn_detail {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_rsv ul .btn_detail::after {
  position: absolute;
  right: 1rem;
}
.top_rsv ul.lst_ul {
  margin: 0;
  gap: 0.3rem;
}
.top_rsv ul.lst_ul li {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .top_rsv {
    padding: 0;
    margin-bottom: -8rem;
  }
  .top_rsv .wrap {
    border-width: 1rem;
    padding: 5rem;
    border-radius: 3rem;
    top: -8rem;
  }
  .top_rsv .rsv_lnk {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
  }
  .top_rsv p {
    text-align: center;
  }
  .top_rsv ul {
    width: 80rem;
    margin: auto;
  }
  .top_rsv ul li {
    width: 38rem;
    line-height: 1.5;
  }
  .top_rsv ul li .btn_detail {
    padding: 2rem;
  }
  .top_rsv ul li .btn_detail::after {
    right: 3rem;
  }
  .top_rsv ul.lst_ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .top_rsv ul.lst_ul li {
    width: auto;
  }
}

.tre_online {
  margin: 4rem 1rem;
}
.tre_online a {
  position: relative;
  z-index: 3;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.tre_online .diet {
  width: 100%;
}
.tre_online .diet a {
  position: relative;
  aspect-ratio: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  line-height: 1.5;
  border-radius: 3em;
  text-align: center;
  text-decoration: none;
}
.tre_online .diet a::after {
  position: absolute;
  right: 1rem;
  top: 0;
  line-height: 1;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 100%;
  font-family: "fontello";
  content: "\e80e";
  color: #fff;
  right: 2rem;
}
@media screen and (min-width: 48em), print {
  .tre_online {
    margin: 4rem 0 12rem;
    text-align: center;
  }
  .tre_online .diet a {
    width: 75rem;
    margin: auto;
    font-size: 3rem;
    border: 1px solid var(--main1);
    height: 16rem;
    border-radius: 8rem;
  }
  .tre_online .diet a::before {
    margin: 0;
    -webkit-transition: initial;
    transition: initial;
  }
  .tre_online .diet a::after {
    background: none;
    font-size: 3rem;
    right: 5rem;
  }
  .tre_online .diet a:is(:hover, :focus-visible) {
    color: var(--main1);
    background: #fff;
  }
  .tre_online .diet a:is(:hover, :focus-visible)::before {
    background: none;
  }
  .tre_online .diet a:is(:hover, :focus-visible)::after {
    color: var(--main1);
  }
}

.tre {
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F6FA), to(#F2F8F1));
  background-image: linear-gradient(90deg, #F2F6FA, #F2F8F1);
  padding: 4rem 1rem;
  position: relative;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
}
.tre .subnav li {
  width: calc((100% - 1rem) / 2);
}
.tre .subnav li a {
  text-decoration: none;
  position: relative;
  color: var(--clr_txt);
  text-align: center;
  display: block;
}
.tre .subnav li a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: #fff center center no-repeat;
  border: 3px solid var(--sub2);
  border-radius: 3rem;
  margin-bottom: 0.5rem;
}
.tre .subnav li a::after {
  font-family: "fontello";
  content: "\e80a";
  color: var(--main1);
  position: absolute;
  right: 0;
  bottom: 3rem;
  font-size: 3rem;
  line-height: 1;
}
.tre .subnav .internal a::before {
  background-image: url("../img/icon_tre_internal.svg");
}
.tre .subnav .gastro a::before {
  background-image: url("../img/icon_tre_gastro.svg");
}
.tre .subnav .pediatrics a::before {
  background-image: url("../img/icon_tre_pediatrics.svg");
}
.tre .subnav .allergy a::before {
  background-image: url("../img/icon_tre_allergy.svg");
}
.tre .subnav .skin_diseases a::before {
  background-image: url("../img/icon_tre_skin_diseases.svg");
}
.tre .subnav .dementia a::before {
  background-image: url("../img/icon_tre_dementia.svg");
}
.tre .subnav .vaccination a::before {
  background-image: url("../img/icon_tre_vaccination.svg");
}
.tre .subnav .checkup a::before {
  background-image: url("../img/icon_tre_checkup.svg");
}
.tre .subnav .home_visits a::before {
  background-image: url("../img/icon_tre_home_visits.svg");
}
.tre .subnav .genetic_testing a::before {
  background-image: url("../img/icon_tre_genetic_testing.svg");
}
.tre .subnav .aging_care a::before {
  background-image: url("../img/icon_tre_aging_care.svg");
}
.tre .subnav .surgery a::before {
  background-image: url("../img/icon_tre_surgery.svg");
}
.tre .subnav .private a::before {
  background-image: url("../img/icon_tre_aging_care.svg");
}
.tre .subnav .diet {
  width: 100%;
}
.tre .subnav .diet a {
  aspect-ratio: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  line-height: 1.5;
  border-radius: 3em;
}
.tre .subnav .diet a::before {
  content: "ページ";
  aspect-ratio: inherit;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: none;
  border: none;
  margin: 0;
}
.tre .subnav .diet a::after {
  right: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 100%;
  font-family: "fontello";
  content: "\e80e";
  color: #fff;
  right: 2rem;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0;
    overflow: hidden;
  }
  .tre::before, .tre::after {
    content: "";
    display: block;
    aspect-ratio: 240/197;
    background: url("../img/img_dot_white.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 24rem;
  }
  .tre::before {
    top: 13.7rem;
    right: calc(50% + 42rem);
  }
  .tre::after {
    bottom: 25rem;
    left: calc(50% + 42rem);
  }
  .tre .subnav {
    margin-top: 5rem;
    gap: 6rem;
    width: 94.8rem;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .tre .subnav li {
    width: calc((100% - 18rem) / 4);
  }
  .tre .subnav li a {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .tre .subnav li a::before {
    border-width: 0.6rem;
    border-radius: 6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .tre .subnav li a::after {
    font-size: 4rem;
    bottom: auto;
    top: 15.2rem;
    background: #fff;
    line-height: 1;
    border-radius: 50%;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    color: var(--lcolor_h);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    background-color: var(--sub2);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    color: var(--lcolor_h);
  }
  .tre .subnav .diet a {
    width: 75rem;
    margin: auto;
    font-size: 3rem;
    border: 1px solid var(--main1);
    height: 16rem;
    border-radius: 8rem;
  }
  .tre .subnav .diet a::before {
    margin: 0;
    -webkit-transition: initial;
    transition: initial;
  }
  .tre .subnav .diet a::after {
    background: none;
    font-size: 3rem;
    right: 5rem;
  }
  .tre .subnav .diet a:is(:hover, :focus-visible) {
    color: var(--main1);
    background: #fff;
  }
  .tre .subnav .diet a:is(:hover, :focus-visible)::before {
    background: none;
  }
  .tre .subnav .diet a:is(:hover, :focus-visible)::after {
    color: var(--main1);
  }
}
.feature {
  padding: 4rem 1rem;
  background: url("../img/bg_wave_bottom.svg") center top no-repeat;
  background-size: 100%;
  position: relative;
}
.feature .tit_02 {
  width: 100%;
}
.feature .tit_02::before {
  content: "";
  display: block;
  background: url("../img/img_fishs_white.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 560/309;
  width: 40%;
  position: absolute;
  right: 1rem;
  top: -2rem;
}
.feature ol {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-top: 8rem;
}
.feature ol li {
  counter-increment: number 1;
  position: relative;
}
.feature ol li::before, .feature ol li::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  position: absolute;
  left: -0.5rem;
  top: -3rem;
  font-size: 3rem;
  width: 2em;
  line-height: 1;
}
.feature ol li::before {
  content: "";
  border-radius: 50%;
  background: var(--main1);
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  padding-top: 0.3em;
  z-index: 3;
}
.feature ol li div {
  position: relative;
  z-index: 2;
}
.feature ol li div::before {
  content: "";
  display: block;
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 757/546;
}
.feature ol li h3 {
  color: var(--main1);
  font-weight: normal;
  margin-bottom: 1rem;
}
.feature ol li p {
  margin: 0;
}
.feature ol li:not(:last-child) div::after {
  content: "";
  background: url("../img/img_dot_blue.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 300/265;
  z-index: -1;
  width: 40%;
  position: absolute;
  bottom: -4rem;
}
.feature ol li:nth-child(2n)::before {
  background: var(--sub3);
}
.feature ol li:nth-child(2n)::before, .feature ol li:nth-child(2n)::after {
  left: auto;
  right: -0.5rem;
}
.feature ol li:nth-child(2n) div::after {
  right: 0;
}
.feature ol li:nth-child(2n) h3 {
  color: var(--sub3);
}
.feature ol .feature_soudan div::before {
  background-image: url("../img/index_feature01.png");
}
.feature ol .feature_onestop div::before {
  background-image: url("../img/index_feature02.png");
}
.feature ol .feature_senmon div::before {
  background-image: url("../img/index_feature03.png");
}
.feature ol .feature_access div::before {
  background-image: url("../img/index_feature04.png");
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 12rem 0 18rem;
    background-size: auto;
  }
  .feature .tit_02::before {
    width: 56rem;
    left: calc(50% + 17rem);
    right: auto;
    top: -10rem;
  }
  .feature ol {
    width: 108rem;
    gap: 3.7rem;
  }
  .feature ol li {
    position: relative;
  }
  .feature ol li::before, .feature ol li::after {
    width: 14rem;
    left: -6rem;
    top: -2.2rem;
  }
  .feature ol li::after {
    font-size: 6rem;
  }
  .feature ol li div {
    height: 36.5rem;
    padding: 0 0 0 54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature ol li div::before {
    position: absolute;
    width: 50.4rem;
    left: 0;
  }
  .feature ol li div h3 {
    font-size: 3rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .feature ol li:not(:last-child) div::after {
    width: 30rem;
    left: -18rem;
    bottom: -14.5rem;
  }
  .feature ol li:nth-child(2n)::before, .feature ol li:nth-child(2n)::after {
    right: -6rem;
  }
  .feature ol li:nth-child(2n) div {
    padding: 0 54rem 0 0;
  }
  .feature ol li:nth-child(2n) div::before {
    left: auto;
    right: 0;
  }
  .feature ol li:nth-child(2n) div::after {
    left: auto;
    right: -18rem;
    bottom: -14.5rem;
  }
}
.index_greeting {
  padding: 4rem 1rem 0;
}
.index_greeting .wrap {
  position: relative;
}
.index_greeting .wrap::before {
  content: "";
  display: block;
  background: url("../img/img_fish2.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 444/317;
  width: 50%;
  position: absolute;
  top: -6rem;
  right: 0;
}
.index_greeting .img {
  margin-top: 1rem;
  position: absolute;
  top: 6rem;
}
.index_greeting .txt .tit_02 {
  margin-bottom: 27rem;
}
.index_greeting .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

@media screen and (min-width: 48em), print {
  .index_greeting {
    margin-bottom: 13rem;
    padding: 0;
  }
  .index_greeting .wrap {
    padding: 8rem 0;
  }
  .index_greeting .wrap::before {
    width: 44.4rem;
    top: -15rem;
    right: auto;
    left: calc(50% + 30rem);
  }
  .index_greeting .img {
    position: absolute;
    margin: 0;
    top: 0;
    right: calc(50% + 4.2rem);
    width: 95.9rem;
  }
  .index_greeting .txt .tit_02 {
    margin-bottom: 4rem;
  }
  .index_greeting .txt {
    width: 57rem;
    margin: 0 0 0 auto;
    position: static;
  }
}
body:where(:not(.index)) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:where(:not(.index)) .header > .wrap .headR {
  margin-top: 5.6rem;
}
body:where(:not(.index)) .header > .wrap .headR ul {
  position: static;
}
body:where(:not(.index)) .header > .wrap .headR ul li.insta {
  display: none;
}
body:where(:not(.index)) .breadnav a {
  color: var(--lcolor);
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .js-tel {
  font-size: 120%;
}
body:where(:not(.index)) .main .js-tel::before {
  color: var(--main1);
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .header > .wrap .headR {
    margin-top: 0;
  }
  body:where(:not(.index)) .breadnav a:is(:hover, :focus-visible) {
    color: var(--lcolor_h);
  }
  body:where(:not(.index)) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.doctor .img_r {
  width: 60%;
}
@media screen and (min-width: 48em), print {
  .doctor .img_r {
    width: 30%;
  }
  .doctor .lst_dl01 {
    width: auto;
  }
}

@media screen and (min-width: 48em), print {
  .dr_table {
    table-layout: fixed;
  }
}
.dr_table th[scope=row] {
  background: var(--sub9);
  width: 15%;
}
.dr_table td {
  text-align: center;
}
.dr_table .tomohisa {
  background: var(--sub12);
}
.dr_table .keisuke {
  background: var(--sub13);
}
.dr_table .hideko {
  background: var(--sub14);
}
.dr_table .yosioka {
  background: var(--sub15);
}
.dr_table .yamasiro {
  background: var(--sub16);
}
.dr_table .uehara {
  background: var(--sub17);
}
.dr_table .hajime {
  background: var(--sub20);
}
.dr_table .uehara {
  background: var(--sub18);
}
.dr_table .morisita {
  background: var(--sub19);
}

.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.clinic #sponsor {
  margin-top: 8rem;
}
.clinic .cli_flex img {
  display: block;
  margin: 0 auto 1rem;
  width: 50%;
}
.clinic .cli_flex figcaption {
  margin: 0 0 0.5rem;
  background: var(--sub19);
  text-align: center;
  border-radius: 0.5rem;
}
.clinic .img_lst {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.clinic .img_lst li {
  width: calc((100% - 1rem) / 2);
}
.clinic .img_lst li img {
  width: 100%;
}
.clinic .img_lst li p {
  margin: 0 0 0.5rem;
  background: var(--sub19);
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .clinic .cli_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3rem;
  }
  .clinic .cli_flex .tit_03 {
    width: 100%;
  }
  .clinic .cli_flex img {
    margin: 0;
    width: auto;
  }
  .clinic .cli_flex .img_c {
    margin: 1rem auto;
  }
  .clinic .cli_flex figure {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .clinic .cli_flex div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .clinic .cli_flex .img_lst {
    gap: 2rem;
    margin-top: 4rem;
  }
  .clinic .cli_flex .img_lst li {
    width: calc((100% - 8rem) / 5);
  }
  .clinic .cli_flex .img_lst section {
    width: 100%;
  }
  .clinic .cli_flex.img_r img, .clinic .cli_flex.img_r figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .clinic #sponsor {
    margin-top: 16rem;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--main1);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--main1);
}
.gallery .gallery_thum .slick-track {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  .first .flex2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
  .first .flex2 li {
    width: auto;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
  padding: 1rem 1rem 1rem calc(1.8em + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid var(--main1);
  border-width: 2px 2px 0;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #fff;
  background: var(--main1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  font-weight: bold;
  position: absolute;
  left: 1rem;
  line-height: 1;
}
.lst_flow dd {
  margin: 0;
  position: relative;
  padding: 0 1rem 1rem;
  border: solid var(--main1);
  border-width: 0 2px 2px;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 4rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  padding: 1rem;
  border: 2px solid var(--main1);
}
.lst_flow > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  background: var(--main1);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  font-size: 2rem;
  aspect-ratio: 1/1;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  font-size: 120%;
  color: var(--main1);
}
.lst_flow > li p:first-of-type {
  margin-top: 0;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 4rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dt {
    padding: 4rem 4rem 2rem calc(2.5em + 4rem);
    font-size: 2.4rem;
  }
  .lst_flow dt::before {
    left: 4rem;
  }
  .lst_flow dd {
    padding: 0 4rem 4rem;
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
    width: 6rem;
    height: 3rem;
  }
  .lst_flow > li {
    padding: 3rem 3rem 3rem 9rem;
  }
  .lst_flow > li::before {
    font-size: 3rem;
    width: 2em;
    padding-bottom: 0.4rem;
  }
  .lst_flow > li .tit_lst_flow {
    font-size: 2.5rem;
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -7rem;
    width: 6rem;
    height: 3rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
@counter-style p-brackets {
  system: extends decimal;
  prefix: "(";
  suffix: ") ";
  speak-as: number;
}
.privacypolicy .lead {
  margin-bottom: 4.5rem;
}
.privacypolicy h2, .privacypolicy h3 {
  margin-bottom: 0.5em;
}
.privacypolicy ul ul, .privacypolicy ul ol, .privacypolicy ol ul, .privacypolicy ol ol {
  margin-block: 0.5em;
}
.privacypolicy .lst_ul > li::before {
  color: inherit;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  content: "●";
}
.privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
  padding: 0;
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li:not(:last-child) {
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li .lst_ol > li {
  list-style-type: p-brackets;
  padding: 0;
  margin-left: 2em;
}
.privacypolicy .lst_ol > li .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li .lst_ol > li:not(:last-child) {
  margin-left: 2em;
}
.privacypolicy .dl_num dt ~ dt {
  margin-top: 0.8em;
}
.privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 48em), print {
  .privacypolicy .lead {
    margin-bottom: 90px;
  }
  .privacypolicy .pp_sign {
    margin-top: 100px;
  }
  .privacypolicy .pp_contactus {
    margin-top: 25px;
  }
  .privacypolicy .pp_contactus div {
    text-align: right;
  }
}

.txt_highlights {
  text-align: center;
  font-size: 130%;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  background: var(--sub5);
}
@media screen and (min-width: 48em), print {
  .txt_highlights {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem 3rem;
    border-radius: 3rem;
    margin: auto;
    font-size: 150%;
  }
}

.diet .txt_box {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .diet .flex2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */