@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;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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%;
}

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

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

.recruit {
  pointer-events: none;
}

:root {
  --white: #fff;
  --gray: #CCCCCC;
  --clr_txt: #3A3A3A;
  --clr_main: #B3D865;
  --clr_sub01: #58B623;
  --clr_sub02: #F0B83F;
  --clr_sub03: #FFF1F1;
  --clr_sub04: #9FCB55;
  --clr_sub05: #F8FBFA;
  --clr_sub06: #665C54;
  --clr_sub07: #FBE9DD;
  --clr_sub08: #F4EAE8;
  --clr_sub09: #F8F7EB;
  --clr_sub10: #FFBE5D;
  --clr_sub11: #C1DB81;
  --clr_sub12: #7ACC93;
  --clr_sub13: #61C1BE;
  --clr_sub14: #67D0DB;
  --clr_sub15: #54C3F1;
  --clr_sub16: #6C9BD2;
  --clr_sub17: #EF858C;
  --clr_sub18: #D5C3A5;
  --clr_sub19: #C8E19D;
  --clr_sub20: #FFE53E;
  --clr_sub21: #F6D691;
  --clr_sub22: #ECF3F1;
  --clr_sub23: #FDF8EF;
  --clr_sub24: #F0B83F;
}

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_red {
  color: red;
}

.txt_att {
  font-weight: bold;
  color: var(--clr_sub02);
}

.img_c {
  margin: 1rem auto;
  border-radius: 2rem;
}

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

.tate {
  max-width: 60%;
  border-radius: 2rem;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    border-radius: 3rem;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    border-radius: 3rem;
  }
  .tate {
    max-width: 25% !important;
    border-radius: 3rem;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem;
}
.tbl_time caption span:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_timetable_flw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background-color: var(--clr_sub12);
  color: var(--white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 25%;
  font-weight: bold;
  border-radius: 1.2rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  width: 18%;
  border-radius: 0 1.2rem 0 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_sub12);
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid var(--clr_sub12);
  line-height: 1;
}
.tbl_time tr td .txt_small {
  font-size: 73%;
}
.tbl_time tr td img {
  display: block;
  margin: auto;
  width: 2rem;
}
.tbl_time.kyousei caption span:before {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../img/icon_timetable_foot.svg");
}
.tbl_time.kyousei tr th[scope=col] {
  background-color: var(--clr_sub14);
}
.tbl_time.kyousei tr th.time {
  border-bottom: 1px solid var(--clr_sub14);
}
.tbl_time.kyousei tr td {
  border-bottom: 1px solid var(--clr_sub14);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1rem;
  }
  .tbl_time caption span:before {
    width: 3rem;
    height: 2.8rem;
    margin-right: 0.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
    font-size: 2.4rem;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 15%;
  }
  .tbl_time tr td {
    padding: 0.7rem 0;
  }
  .tbl_time tr td img {
    width: auto;
  }
  .tbl_time.kyousei caption span:before {
    width: 3.9rem;
    height: 3.7rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01, .tit_02, .tit_03, .tit_04, .tit_05, .tit_06 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.tit_01 {
  background: url("../img/tit_01.png") no-repeat center center/auto 100%;
  padding: 3rem 1rem;
  margin: 0 0 1rem;
  position: relative;
}
.tit_01 span {
  width: 95%;
  display: block;
  margin: auto;
  font-size: 2.2rem;
  text-align: left;
  color: var(--clr_sub06);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
.tit_01 span:after {
  content: "";
  display: block;
  width: 6rem;
  height: 7.2rem;
  background-image: url("../img/a_kv_cat.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}

.tit_02 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  text-align: center;
  color: var(--clr_sub06);
}
.tit_02 span {
  display: block;
  color: var(--clr_sub04);
  font-size: 1.5rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 42rem;
    background: url("../img/tit_01.png") no-repeat center center/cover;
    padding: 8rem 0;
  }
  .tit_01 span {
    width: 1200px;
    font-size: 4.8rem;
    border-radius: 3rem;
    padding: 6rem 0 6rem 6rem;
  }
  .tit_01 span:after {
    width: 23rem;
    height: 24rem;
    right: 0;
    bottom: -8rem;
  }
  .tit_02 {
    font-size: 6rem;
    margin: 0 0 3rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0.5rem 0 0;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}
.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(--clr_sub19);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.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(--clr_txt);
}

.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.5em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: var(--clr_main);
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_main);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  border-top: 1px solid var(--gray);
}
.lst_dl01 dt {
  font-weight: bold;
  color: var(--clr_sub04);
  background-color: var(--clr_sub05);
  border-bottom: 1px solid var(--gray);
  padding: 0.5rem 1rem;
}
.lst_dl01 dd {
  border-bottom: 1px solid var(--gray);
  padding: 0.5rem 1rem;
}
.lst_dl01.beside dt {
  background-color: var(--clr_sub04);
  border-bottom: none;
  color: var(--white);
  text-align: left;
}
.lst_dl01.beside dd {
  background-color: var(--clr_sub05);
  border-bottom: none;
}
.lst_dl01.qa {
  border: none;
}
.lst_dl01.qa span {
  font-size: 120%;
  font-weight: bold;
  margin-right: 1rem;
}
.lst_dl01.qa dt {
  background-color: var(--clr_sub05);
  border-bottom: none;
  color: var(--clr_sub04);
  text-align: left;
}
.lst_dl01.qa dd {
  background-color: unset;
  border-bottom: none;
  margin-bottom: 2rem;
}
.lst_dl01.qa dd span {
  color: var(--clr_sub24);
}

.lst_lnk li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_lnk li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
}
.lst_lnk li a:after {
  font-family: "fontello";
  content: "\f004";
  font-weight: normal;
  line-height: 1;
}

.tbl01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.tbl01 tr th {
  display: block;
  background-color: var(--clr_sub04);
  color: var(--white);
  text-align: left;
  padding: 1rem;
}
.tbl01 tr td {
  display: block;
  background-color: var(--clr_sub05);
  padding: 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 35%;
    text-align: left;
    padding: 2rem;
  }
  .lst_dl01 dd {
    width: 65%;
    padding: 2rem 1rem 2rem;
  }
  .lst_dl01.beside dt {
    width: 100%;
    background-color: var(--clr_sub04);
    color: var(--white);
    text-align: left;
    padding: 1rem 2rem;
  }
  .lst_dl01.beside dd {
    width: 100%;
    padding: 1rem 2rem;
  }
  .lst_dl01.qa dt {
    width: 100%;
    padding: 1rem 2rem;
  }
  .lst_dl01.qa dd {
    width: 100%;
    padding: 1rem 2rem;
  }
  .lst_lnk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .lst_lnk li {
    width: 48%;
  }
  .lst_lnk li:not(:last-child) {
    margin-bottom: 0;
  }
  .lst_lnk li a {
    padding: 1rem 0;
  }
  .tbl01 tr th {
    padding: 1rem 2rem;
  }
  .tbl01 tr td {
    padding: 1rem 2rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: var(--clr_sub01);
}
.tel a:before {
  font-family: "fontello";
  content: "\e814";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .tel a:before {
    display: none;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e814";
    margin-right: 1rem;
  }
}

.num_txt {
  margin: 0;
  position: relative;
}
.num_txt .sup {
  font-family: "Zen Maru Gothic", serif;
  color: var(--clr_sub01);
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .num_txt .sup {
    letter-spacing: 0.2em;
    top: -0.7rem;
  }
}

.btn_rsv {
  background-color: var(--clr_sub02);
  border: 0.2rem solid var(--clr_sub02);
  border-radius: 2rem;
  color: var(--white);
  padding: 1rem 2rem;
}
.btn_rsv:before {
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    font-size: 1.8rem;
    border-radius: 2.5rem;
    padding: 1.4rem 2.8rem;
  }
  .btn_rsv:hover {
    background-color: var(--white);
    color: var(--clr_sub02);
  }
}

.fax {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: var(--clr_sub01);
}
.fax:before {
  font-family: "fontello";
  content: "\f1ac";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .fax:before {
    margin-right: 1rem;
  }
}

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

.btn_detail {
  display: inline-block;
  padding: 0.5rem 4rem 0.8rem;
  background: var(--clr_sub02);
  border: 0.1rem solid var(--clr_sub02);
  color: var(--white);
  border-radius: 3rem;
  text-decoration: none !important;
  position: relative;
}
.btn_detail:after {
  font-family: "fontello";
  content: "\e4a4";
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.3rem 9.5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn_detail:after {
    right: 2rem;
  }
  .btn_detail:hover {
    background: var(--white);
    color: var(--clr_sub02);
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--clr_main);
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: 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(--clr_main);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  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;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: var(--clr_txt);
  word-wrap: break-word;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f1), color-stop(26.36%, #fff1f1), color-stop(60.66%, #fff), to(#fff));
  background: linear-gradient(#fff1f1 0%, #fff1f1 26.36%, #fff 60.66%, #fff 100%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 100% 68rem;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow-x: hidden;
}
.main a:not([class*=btn], [href*="tel:"]) {
  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.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR {
  font-size: 1.5rem;
}
.header .wrap .headR ul {
  display: none;
}
.header .wrap .headR .add {
  margin: 1rem 0;
}
.header .wrap .headR .add .zip {
  display: block;
  margin-right: 1rem;
}
.header .wrap .headR .add .adj01 {
  margin-left: 0.5rem;
}
.header .wrap .headR .acs {
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  margin: 0;
}
.header .wrap .headR .btn_rsv {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 2rem 0 1rem;
  }
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 40%;
    height: 9.8rem;
  }
  .header .wrap .headR {
    width: 58%;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .header .wrap .headR p {
    margin: 0;
  }
  .header .wrap .headR ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 1rem;
  }
  .header .wrap .headR ul li .num_txt {
    text-align: center;
    line-height: 1;
  }
  .header .wrap .headR ul li .tel {
    font-family: "Zen Maru Gothic", serif;
    display: inline-block;
    font-size: 3.6rem;
  }
  .header .wrap .headR .flex2 {
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-top: 1.6rem;
  }
  .header .wrap .headR .add {
    text-align: right;
  }
  .header .wrap .headR .add .zip {
    display: inline-block;
    margin-right: 1rem;
  }
  .header .wrap .headR .add .adj01 {
    margin-left: 1rem;
  }
  .header .wrap .headR .acs {
    padding: 0.7rem 1.9rem;
    border-radius: 1rem;
  }
  .header .wrap .headR .btn_rsv {
    display: block;
    padding: 0.8rem 2.5rem;
    margin: 0 0 0 1rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_main);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
  color: var(--white);
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: var(--white);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_main);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background-color: var(--clr_sub03);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem dashed var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: unset;
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: auto;
    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 {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::before, #nav .gnav_subnav .gnav li .sub::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px var(--clr_sub04);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li a:hover::before, #nav .gnav_subnav .gnav li a.current::before, #nav .gnav_subnav .gnav li .sub:hover::before, #nav .gnav_subnav .gnav li .sub.current::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 37rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2rem;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 48%;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    border-radius: 2rem;
    padding: 1rem 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background-color: var(--clr_main);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a span {
    display: block;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav.sticky .gnav_subnav {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 0;
  }
  #nav.sticky .gnav_subnav .gnav li a, #nav.sticky .gnav_subnav .gnav li .sub {
    font-size: 1.6rem;
    padding: 0.7rem 0;
  }
}
.overview {
  padding: 2rem 1rem 6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: var(--clr_main);
  position: relative;
}
.overview:before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background-image: url("../img/overview_bg_illst.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5.5rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  padding: 2rem 1rem;
  background-color: var(--white);
  border-radius: 3rem;
  position: relative;
  z-index: 1;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 25%;
  padding: 0.5rem 0;
  color: var(--white);
  background-color: var(--clr_sub18);
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo dd {
  width: 75%;
  padding: 0 1rem;
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .gmap iframe {
  border-radius: 3rem;
}
.overview > .wrap:after {
  content: "";
  display: block;
  width: 10rem;
  height: 7.9rem;
  background-image: url("../img/a_idea_illst02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.overview .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}
.overview .sns li {
  margin: 0 1rem;
}
.overview .sns li img {
  width: 4rem;
  height: 4rem;
}
.overview .btn {
  margin: 2rem 0 3rem;
}
.overview .btn li .num_txt {
  text-align: center;
  line-height: 1;
}
.overview .btn li .num_txt .tel {
  font-size: 2.3rem;
}
.overview .btn li .num_txt .txt_small {
  color: var(--clr_sub01);
  font-size: 1.4rem;
}
.overview .btn li .num_txt .sup {
  top: -0.6rem;
  right: 9rem;
  font-size: 1rem;
}
.overview .btn li .num_txt .att {
  display: block;
  text-align: center;
  font-size: 80%;
}
.overview .btn li .fax {
  font-size: 2.3rem;
  margin: 0 0 1rem;
}
.overview .btn li .fax .txt_small {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.overview .btn li .btn_rsv {
  display: block;
}
.overview .btn li:not(:last-child) {
  margin-bottom: 1rem;
}

.bnr {
  padding: 1rem 1rem 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF1F1), color-stop(0.8, #fff));
  background: linear-gradient(to bottom, #FFF1F1, #fff 0.8);
}
.bnr p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.bnr p:before, .bnr p:after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 5rem;
  background-image: url("../img/bnr_bg_line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.bnr p:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bnr a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: 2rem auto 0;
}
.bnr a img {
  margin: auto;
}
.bnr a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 0;
    font-size: 1.8rem;
  }
  .overview:before {
    height: 42rem;
    top: -31rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    padding: 6rem 6rem 4rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 0.5rem 2rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 0.5rem 2rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 53rem;
  }
  .overview > .wrap:after {
    width: 23rem;
    height: 18rem;
    bottom: -3rem;
    right: -2rem;
  }
  .overview .sns {
    margin: 3rem 0;
  }
  .overview .sns li {
    margin: 0 1.5rem;
  }
  .overview .sns li img {
    width: 5rem;
    height: 5rem;
  }
  .overview .btn {
    width: 68%;
    margin: 5rem auto 3rem;
  }
  .overview .btn li {
    white-space: nowrap;
  }
  .overview .btn li .num_txt {
    width: -moz-fit-content; /* Firefox */
    width: -webkit-fit-content;
    width: fit-content; /* other browsers */
    margin: 0 0 2rem;
  }
  .overview .btn li .num_txt .tel {
    font-size: 3.6rem;
  }
  .overview .btn li .num_txt .txt_small {
    font-size: 1.6rem;
  }
  .overview .btn li .num_txt .sup {
    top: -1.2rem;
    right: 6rem;
    font-size: 1.4rem;
  }
  .overview .btn li .fax {
    text-align: left;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 2rem;
  }
  .overview .btn li .fax .txt_small {
    font-size: 1.6rem;
  }
  .overview .btn li .btn_rsv {
    width: 100%;
    margin: auto;
  }
  .overview .btn li:not(:last-child) {
    margin-bottom: 0;
  }
  .bnr {
    padding: 1rem 0 38rem;
  }
  .bnr p {
    font-size: 1.8rem;
    text-align: left;
  }
  .bnr p:before, .bnr p:after {
    width: 4rem;
    height: 5rem;
  }
  .bnr a {
    margin: 2rem auto 0;
  }
  .bnr a:hover {
    opacity: 0.8;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
}
#tel_up ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#tel_up ul li.addition {
  width: 45%;
  background-color: var(--clr_main);
  line-height: 1;
  text-align: center;
  padding: 0.5rem 0 0;
}
#tel_up ul li.addition .tel {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
}
#tel_up ul li.addition .tel a:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-right: 0.3rem;
}
#tel_up ul li.addition .txt_small {
  font-size: 70%;
}
#tel_up ul li .btn_rsv {
  border-radius: 0;
  height: 100%;
  padding: 1rem 0.5rem;
}
#tel_up ul li .btn_rsv::before {
  margin-right: 0.5rem;
}
#tel_up ul li .btn_map {
  background-color: var(--clr_sub20);
  border: 0.2rem solid var(--clr_sub20);
  color: var(--white);
  padding: 1.2rem 0.5rem;
}

#pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--clr_sub06);
}
#pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  position: relative;
  margin: 1rem 0 0;
  color: var(--white);
}
#pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6rem;
    background: url("../img/pagetop.svg") no-repeat center center/contain;
  }
  #tel_up #pageup::before {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: var(--clr_main);
}
.footer .copy {
  display: block;
  background: var(--clr_main);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    margin: 4rem 0 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    color: var(--white);
    margin: 0 0 0.5rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  background: url("../img/kv_bg.png") no-repeat bottom -2rem center/contain;
  position: relative;
  z-index: -1;
  padding: 0 0 1rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 18rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  width: 68%;
  position: absolute;
  top: 8.5rem;
  left: 2.5rem;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 1.2s 1 normal forwards;
          animation: fadein 0.5s ease-out 1.2s 1 normal forwards;
}
.keyvsl .catch p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff;
}
.keyvsl .catch:after {
  content: "";
  display: block;
  width: 7rem;
  height: 8.2rem;
  background-image: url("../img/a_kv_cat.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -6.5rem;
  bottom: -5rem;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    background: url("../img/kv_bg.png") no-repeat bottom center/contain;
    margin: 2rem 0 0;
    padding: 0 0 8rem;
  }
  .keyvsl #keyvsl {
    max-width: 120rem;
    height: 70rem;
    margin: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1200px;
    top: auto;
    bottom: 13rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .keyvsl .catch p {
    margin-left: 10rem;
    font-size: 2.4rem;
    line-height: 1.7;
    text-shadow: none;
  }
  .keyvsl .catch:after {
    width: 23rem;
    height: 24rem;
    right: 0;
    bottom: -9rem;
  }
}
.info {
  width: 100%;
  overflow: hidden;
  padding: 3rem 1rem;
  background-color: var(--clr_main);
  position: relative;
  background-image: url("../img/info_bg_left.png"), url("../img/info_bg_right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20rem, auto 18rem;
  background-position: left 1% center, right 1% center;
}
.info .wrap {
  background-color: var(--clr_sub05);
  border-radius: 3rem;
  padding: 2rem 1rem;
  position: relative;
}
.info .wrap dl {
  line-height: 1.4;
  max-height: 30rem;
  overflow: auto;
}
.info .wrap dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_sub04);
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\f004";
  margin-right: 0.6rem;
  font-weight: normal;
  font-size: 80%;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\f005";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 3px dotted var(--clr_sub04);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info:after {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 6.5rem;
  background-image: url("../img/news_cat.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  left: 0;
}

.info dl::-webkit-scrollbar {
  width: 10px;
}

.info dl::-webkit-scrollbar-track {
  background-color: var(--gray);
}

.info dl::-webkit-scrollbar-thumb {
  background-color: var(--clr_sub04);
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 0 0 12rem;
    background-size: auto 61.8rem, auto 55.7rem;
  }
  .info .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 3rem;
    padding: 7rem 6rem;
    min-height: 48rem;
  }
  .info .wrap .tit_02 {
    width: 18rem;
  }
  .info .wrap .tit_02 span {
    margin: auto;
  }
  .info .wrap dl {
    width: 85rem;
    max-height: 53rem;
    padding: 0 1rem 0 0;
    font-size: 1.8rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
  .info:after {
    width: 23rem;
    height: 18rem;
    top: 22rem;
    left: calc(50% - 73rem);
  }
}
.clinic {
  padding: 3rem 1rem;
  background: url("../img/clinic_bg.jpg") no-repeat left -10rem center/cover var(--clr_sub07);
}
.clinic .wrap {
  padding: 3rem 1rem;
  background-color: var(--clr_sub07);
  border-radius: 2rem;
  position: relative;
}
.clinic .wrap .clinic_cont p {
  color: var(--clr_sub06);
}
.clinic .wrap .clinic_cont .tit_02 {
  position: relative;
}
.clinic .wrap .clinic_cont .tit_02:before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.7rem;
  background-image: url("../img/a_icon_about_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.clinic .wrap .clinic_cont .tit_02:after {
  content: "";
  display: block;
  width: 7rem;
  height: 4.2rem;
  background-image: url("../img/clinic_illst02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.clinic .wrap .clinic_cont .read {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 0.2rem dotted var(--clr_sub01);
  margin: 0 0 3rem;
  padding: 0 0 0.5rem;
}
.clinic .wrap .clinic_cont .flex2 li p {
  text-align: center;
  margin: 0;
}
.clinic .wrap .clinic_cont .flex2 li a {
  width: 70%;
  margin: auto;
}
.clinic .wrap .clinic_cont .flex2 li:not(:last-child) {
  margin-bottom: 1rem;
}
.clinic .wrap:after {
  content: "";
  display: block;
  width: 10rem;
  height: 11.3rem;
  background-image: url("../img/clinic_illst01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2rem;
  right: -0.5rem;
}

@media screen and (min-width: 48em), print {
  .clinic {
    background: url("../img/clinic_bg.jpg") no-repeat left 50% center/cover var(--clr_sub07);
    padding: 15rem 0 15rem;
  }
  .clinic .wrap {
    padding: 0;
    background-color: unset;
    border-radius: 0;
    display: flex;
  }
  .clinic .wrap .clinic_cont {
    width: 63rem;
    margin-left: auto;
  }
  .clinic .wrap .clinic_cont .tit_02:before {
    width: 3rem;
    height: 2.5rem;
    margin: 0 auto 1.5rem;
  }
  .clinic .wrap .clinic_cont .tit_02:after {
    width: 15rem;
    height: 8.3rem;
    top: 0;
    left: 0;
  }
  .clinic .wrap .clinic_cont .read {
    font-size: 3.2rem;
    border-bottom: 0.3rem dotted var(--clr_sub01);
    padding: 0 0 1rem;
  }
  .clinic .wrap .clinic_cont .flex2 {
    margin: 3rem 0 0;
  }
  .clinic .wrap .clinic_cont .flex2 li a {
    width: auto;
    margin: 0;
  }
  .clinic .wrap .clinic_cont .flex2 li:not(:last-child) {
    margin-bottom: 0;
  }
  .clinic .wrap:after {
    width: 20rem;
    height: 24rem;
    top: -25rem;
    right: -13rem;
  }
}
.idea {
  padding: 3rem 1rem;
  background: url("../img/idea_bg.jpg") no-repeat right center/cover var(--clr_sub08);
  position: relative;
}
.idea .wrap {
  padding: 3rem 1rem;
  background-color: var(--clr_sub08);
  border-radius: 2rem;
  position: relative;
}
.idea .wrap:before {
  content: "";
  display: block;
  width: 8rem;
  height: 5.9rem;
  background-image: url("../img/a_idea_illst02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1rem;
  right: 0rem;
}
.idea .wrap .idea_cont {
  position: relative;
}
.idea .wrap .idea_cont .tit_02:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon_idea_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.idea .wrap .idea_cont p {
  text-align: center;
  margin: 0 0 0.5rem;
}
.idea .wrap .idea_cont .read {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--clr_sub04);
  border-bottom: 0.2rem dotted var(--clr_sub01);
  margin: 0 0 3rem;
  padding: 0 0 0.5rem;
}
.idea .wrap .idea_cont .btn_detail {
  margin: 2rem 0 0;
}
.idea .wrap .idea_cont:before {
  content: "";
  display: block;
  width: 9rem;
  height: 6.6rem;
  background-image: url("../img/idea_illst01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3rem;
  left: -1rem;
}
.idea .wrap .idea_cont:after {
  content: "";
  display: block;
  width: 9rem;
  height: 6.6rem;
  background-image: url("../img/idea_illst01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3rem;
  right: -1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.idea:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: url("../img/idea_bg_wave.svg");
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 48em), print {
  .idea {
    background: url("../img/idea_bg.jpg") no-repeat right 50% center/cover var(--clr_sub08);
    padding: 8rem 0 16rem;
  }
  .idea .wrap {
    padding: 0;
    background-color: unset;
    border-radius: 0;
    display: flex;
  }
  .idea .wrap:before {
    width: 33rem;
    height: 24.9rem;
    bottom: -9rem;
    right: 28rem;
  }
  .idea .wrap .idea_cont {
    width: 63rem;
    margin-right: auto;
  }
  .idea .wrap .idea_cont .tit_02:before {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
  }
  .idea .wrap .idea_cont p {
    font-size: 1.8rem;
    margin: 0 0 5rem;
    text-align: left;
  }
  .idea .wrap .idea_cont .read {
    font-size: 3.2rem;
    border-bottom: 0.3rem dotted var(--clr_sub01);
    padding: 0 0 1rem;
  }
  .idea .wrap .idea_cont:before {
    width: 29.8rem;
    height: 21.6rem;
    top: -6rem;
    left: -13rem;
  }
  .idea .wrap .idea_cont:after {
    width: 29.8rem;
    height: 21.6rem;
    top: -6rem;
    right: -12rem;
  }
  .idea:after {
    height: 3rem;
  }
}
.details {
  padding: 3rem 1rem 8rem;
  background-image: url("../img/details_bg_illust01.png"), url("../img/details_bg_illust02.png");
  background-position: left top 10rem, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 30% auto, 30% auto;
  background-color: var(--clr_sub09);
  position: relative;
}
.details .tit_02:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/icon_details_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.details .sidebar {
  margin: 0 auto;
}
.details .sidebar .subnav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details .sidebar .subnav li {
  width: 15rem;
  height: 16rem;
  background-image: url("../img/menu_bg.png");
  background-size: 95% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.details .sidebar .subnav li a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}
.details .sidebar .subnav li a span {
  display: block;
}
.details .sidebar .subnav li a:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: var(--clr_sub10);
  background-image: url("../img/icon_menu01.svg");
  background-size: 4rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.details .sidebar .subnav li a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.details .sidebar .subnav li .brushing:before {
  background-color: var(--clr_sub12);
  background-image: url("../img/icon_brushing.svg");
}
.details .sidebar .subnav li .baby_dental:before {
  background-color: var(--clr_sub13);
  background-image: url("../img/icon_baby_dental.svg");
}
.details .sidebar .subnav li .checkup:before {
  background-color: var(--clr_sub14);
  background-image: url("../img/icon_checkup.svg");
}
.details .sidebar .subnav li .orthodontic:before {
  background-color: var(--clr_sub15);
  background-image: url("../img/icon_orthodontic.svg");
}
.details .sidebar .subnav li .counseling:before {
  background-color: var(--clr_sub16);
  background-image: url("../img/icon_counseling.svg");
}
.details .sidebar .subnav li .education:before {
  background-color: var(--clr_sub17);
  background-image: url("../img/icon_education.svg");
}
.details:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: url("../img/details_bg_wave.png");
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 48em), print {
  .details {
    padding: 8rem 0 12rem;
    background-size: 20% auto, 20% auto;
    background-position: left bottom 6rem, right bottom 6rem;
  }
  .details .tit_02:before {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
  }
  .details .sidebar {
    margin: 0 11rem;
  }
  .details .sidebar .subnav {
    justify-content: center;
    gap: 0 2rem;
  }
  .details .sidebar .subnav li {
    width: 24.6rem;
    height: 25.6rem;
    margin: 0;
  }
  .details .sidebar .subnav li a {
    font-size: 2.2rem;
    position: relative;
  }
  .details .sidebar .subnav li a:before {
    width: 12rem;
    height: 12rem;
    background-size: 7rem auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .details .sidebar .subnav li a:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .details:after {
    height: 3rem;
  }
}
.feature {
  padding: 2rem 1rem;
  background-image: url("../img/feature_bg_illust01.png"), url("../img/feature_bg_illust02.png");
  background-color: var(--clr_sub03);
  background-size: auto 7.7rem, auto 5.3rem;
  background-position: left top 11rem, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.feature .tit_02 {
  margin: 0 0 4rem;
  position: relative;
}
.feature .tit_02:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_feature_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.feature .tit_02:after {
  content: "";
  display: block;
  width: 6rem;
  height: 5rem;
  background-image: url("../img/feature_illust01.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.feature ul {
  counter-reset: number 0;
}
.feature ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background: url("../img/feature01.png") no-repeat center top/contain;
}
.feature ul li .read {
  width: 95%;
  margin: auto;
  margin-top: 19rem;
  border-radius: 2rem;
  background-color: var(--white);
  position: relative;
  padding: 3rem 1rem 2rem;
}
.feature ul li .read p {
  margin: 0;
}
.feature ul li .read::before {
  content: "0" counter(number) "";
  counter-increment: number 1;
  background: url("../img/icon_feature01.svg") no-repeat center center/contain;
  width: 4rem;
  height: 4.1rem;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.3rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  line-height: 3.4rem;
}
.feature ul li .read .tit {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--clr_sub17);
  text-align: center;
  margin: 0 0 1rem;
}
.feature ul li .read a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  font-weight: bold;
  color: var(--clr_sub17);
  margin: 1rem 0 0;
}
.feature ul li .read a:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/a_icon_arrow_r.svg");
  background-color: var(--clr_sub17);
  background-size: 1rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 1rem;
}
.feature ul li.f02 {
  background-image: url("../img/feature02.png");
}
.feature ul li.f02 .read::before {
  background-image: url("../img/icon_feature02.svg");
}
.feature ul li.f02 .read .tit {
  color: var(--clr_sub10);
}
.feature ul li.f02 .read a {
  color: var(--clr_sub10);
}
.feature ul li.f02 .read a:before {
  background-color: var(--clr_sub10);
}
.feature ul li.f03 {
  background-image: url("../img/feature03.png");
}
.feature ul li.f03 .read::before {
  background-image: url("../img/icon_feature03.svg");
}
.feature ul li.f03 .read .tit {
  color: var(--clr_sub12);
}
.feature ul li.f03 .read a {
  color: var(--clr_sub12);
}
.feature ul li.f03 .read a:before {
  background-color: var(--clr_sub12);
}
.feature ul li.f04 {
  background-image: url("../img/feature04.png");
}
.feature ul li.f04 .read::before {
  background-image: url("../img/icon_feature04.svg");
}
.feature ul li.f04 .read .tit {
  color: var(--clr_sub14);
}
.feature ul li.f04 .read a {
  color: var(--clr_sub14);
}
.feature ul li.f04 .read a:before {
  background-color: var(--clr_sub14);
}
.feature ul li:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0 7rem;
    background-size: auto 29.7rem, auto 22.3rem;
    background-position: left top 54.2rem, right bottom 42rem;
  }
  .feature .tit_02 {
    margin: 0 0 4rem;
  }
  .feature .tit_02:before {
    width: 2.8rem;
    height: 3rem;
    margin: 0 auto 1rem;
  }
  .feature .tit_02:after {
    width: 16rem;
    height: 14rem;
    margin: 0 auto 1rem;
    top: 0;
    right: 2rem;
  }
  .feature ul li {
    height: 42rem;
    flex-direction: row;
    background-position: left center;
    background-size: 75rem auto;
  }
  .feature ul li .read {
    width: 57rem;
    margin: 0;
    margin-top: 0;
    margin-left: auto;
    border-radius: 3rem;
    padding: 6.7rem 6rem 3.5rem;
    font-size: 1.8rem;
  }
  .feature ul li .read::before {
    width: 9rem;
    height: 9.1rem;
    top: -4rem;
    font-size: 4.8rem;
    line-height: 7rem;
  }
  .feature ul li .read .tit {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
  .feature ul li .read a {
    margin: 3rem 0 0;
  }
  .feature ul li .read a:before {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 2rem auto;
    margin-right: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .feature ul li .read a:hover {
    opacity: 0.8;
  }
  .feature ul li .read a:hover:before {
    background-position: center right 0.5rem;
  }
  .feature ul li:nth-child(even) {
    background-position: right center;
  }
  .feature ul li:nth-child(even) .read {
    margin-left: 0;
    margin-right: auto;
  }
  .feature ul li:not(:last-child) {
    margin-bottom: 5rem;
  }
}
body:not(.index) {
  background: var(--white);
}
body:not(.index) .header .wrap .headR .acs {
  background-color: var(--clr_sub09);
}
body:not(.index) .main {
  margin: 0 1rem 10rem;
  overflow: unset;
}
body:not(.index) .bnr {
  display: none;
}
body:not(.index) .tit_02 {
  font-size: 2rem;
}
body:not(.index) .tit_02:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.5rem;
  background-image: url("../img/a_icon_about_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
body:not(.index) .tit_02:after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: var(--clr_sub04);
  border-radius: 1.5rem;
  margin: 1rem auto;
}
body:not(.index) .tit_03 {
  background: url("../img/h3_ilst.svg") no-repeat right 1rem bottom -0.9rem/auto 2.8rem var(--clr_sub04);
  border-radius: 1rem;
  padding: 0.3rem 1rem 0.4rem;
  color: var(--white);
}
body:not(.index) .tit_04 {
  color: var(--clr_sub06);
  border-bottom: 2px dotted var(--clr_sub01);
  padding: 0 0 0.5rem;
}
body:not(.index) .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_sub20)));
  background: linear-gradient(transparent 60%, var(--clr_sub20) 60%);
}
body:not(.index) .box01 {
  background-color: var(--clr_sub05);
  border-radius: 2rem;
  padding: 2rem 1rem;
}
body:not(.index) .box01 p {
  margin: 1rem 0 0;
}
body:not(.index) .box02 {
  background-color: var(--clr_sub23);
  border-radius: 2rem;
  padding: 2rem 1rem;
}
body:not(.index) .box02 p {
  margin: 1rem 0 0;
}
body:not(.index) .box03 {
  border: 1px solid var(--clr_sub04);
  border-radius: 2rem;
  padding: 2rem 1rem;
}
body:not(.index) .box03 p {
  margin: 1em 0 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 50rem;
    font-size: 1.8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .cf .adj {
    width: 55%;
  }
  body:not(.index) .tit_02 {
    font-size: 4.8rem;
  }
  body:not(.index) .tit_02:before {
    width: 3rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
  }
  body:not(.index) .tit_02:after {
    height: 0.4rem;
    border-radius: 1.5rem;
    margin: 2rem auto;
  }
  body:not(.index) .tit_03 {
    font-size: 3.8rem;
    background-position: right 1rem bottom -1.7rem;
    padding: 0.5rem 2rem 0.7rem;
    background-size: contain;
  }
  body:not(.index) .tit_04 {
    font-size: 3rem;
    border-bottom: 3px dotted var(--clr_sub01);
    padding: 0 0 1rem;
  }
  body:not(.index) .box01, body:not(.index) .box02, body:not(.index) .box03 {
    padding: 3rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 0 0 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--white);
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
  line-height: 1.3;
}
.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(--clr_main);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.5em;
  }
  .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: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow li {
  border: 2px solid var(--clr_sub21);
  border-radius: 2rem;
  padding: 1.5rem 1rem;
  margin: 0;
  position: relative;
}
.flow li .tit_04 {
  margin: 0 0 2rem;
}
.flow li:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_sub21);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow.flow02 li {
  background-color: var(--clr_sub23);
  border: none;
}
.flow .lst_ul {
  margin: 0;
}
.flow .lst_ul li {
  padding: 0 0 0 1.4em;
  border: none;
}
.flow .lst_ul li:after {
  display: none;
}
.flow .lst_ul li:not(:last-child) {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .flow li {
    border: 4px solid var(--clr_sub21);
    padding: 2.5rem 3rem;
  }
  .flow li .tit_04 {
    margin: 0 0 2rem;
  }
}
.access .main {
  margin: 0 1rem 3rem;
}
.access .main .tel, .access .main .fax {
  display: block;
  font-size: 120%;
  line-height: 1;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main {
    margin: 0 0 5rem !important;
  }
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .addition {
    width: -moz-fit-content; /* Firefox */
    width: -webkit-fit-content;
    width: fit-content; /* other browsers */
  }
  .access .main .addition .txt_small {
    display: inline-block;
  }
  .access .main .tel, .access .main .fax {
    display: inline-block;
    font-size: 3rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

@media screen and (min-width: 48em), print {
  .checkup .mente {
    width: 55%;
  }
}
.staff .cf .cf_txt {
  width: 30rem;
  text-align: left;
  margin: 0 0 0 auto;
}