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

.gnav .first {
  pointer-events: none;
}

:root {
  --clr_white: #fff;
  --clr_txt: #231815;
  --clr_main: #001764;
  --clr_sub01: #CF001C;
  --clr_sub02: #C6D5E9;
  --clr_sub03: #DFDFDF;
  --clr_sub04: #E1EAF5;
  --clr_sub05: #AAAAAA;
  --clr_sub06: #FAFAFA;
  --clr_sub07: #EBEBEB;
  --clr_sub08: #A4BCDB;
  --clr_sub09: #C9C8C8;
  --clr_sub10: #DDDDDD;
  --clr_sub11: #06C755;
  --clr_sub12: #F5F6FB;
  --clr_sub13: #FFF5F6;
  --clr_sub14: #83A6D5;
  --clr_sub15: #9F0A4B;
}

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

.ud {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.c_red {
  color: var(--clr_sub01);
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
}
.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: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--clr_white);
  font-size: 1.3rem;
}
.tbl_time caption {
  font-size: 85%;
  background-color: var(--clr_white);
  caption-side: bottom;
  text-align: left;
  padding-top: 0.4rem;
}
.tbl_time caption .mgl {
  margin-left: 1rem;
}
.tbl_time caption .closed {
  display: inline-block;
  background-color: var(--clr_sub01);
  color: var(--clr_white);
  padding: 0.2rem 0.8rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--clr_sub07);
  text-align: center;
  line-height: 1.1;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_sub07);
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid var(--clr_sub07);
  line-height: 1;
  color: var(--clr_main);
}
.tbl_time .square {
  color: var(--clr_sub08);
}
.tbl_time .star {
  color: var(--clr_sub01);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    padding-top: 1rem;
  }
  .tbl_time caption .closed {
    padding: 0.4rem 1rem 0;
    margin: 1rem 1rem 1rem 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.h1, h2, h3, h4, h5 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 500;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 0 1rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8);
}

.tit_02 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 3rem;
  letter-spacing: 0.3rem;
  text-align: center;
  position: relative;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.tit_02 span {
  display: block;
  color: var(--clr_sub05);
  font-size: 60%;
  letter-spacing: 0.2rem;
  margin: 0 auto 0.5rem;
}
.tit_02:before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: var(--clr_main);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.tit_02:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--clr_sub01);
  position: absolute;
  right: 0;
  left: -2.5rem;
  margin: auto;
  bottom: 0;
}

.tit_03 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 2rem;
  background-color: var(--clr_main);
  color: var(--clr_white);
  padding: 0.7rem 1rem 0.4rem;
}

.tit_04 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  border-bottom: 0.3rem solid var(--clr_sub10);
  padding: 0 0 0.5rem;
  position: relative;
}
.tit_04:after {
  content: "";
  display: block;
  background-color: var(--clr_sub14);
  width: 7.6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}

.tit_05 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.tit_05:before {
  content: "";
  display: inline-block;
  background-color: var(--clr_sub01);
  width: 1rem;
  height: 0.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 27rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 4.4rem;
    padding: 8rem 0;
    margin: 0 0 3rem;
  }
  .tit_02 {
    font-size: 3rem;
    letter-spacing: 0.8rem;
    margin: 0 0 5rem;
    padding-bottom: 1.5rem;
  }
  .tit_02 span {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    margin: 0 auto 1.5rem;
  }
  .tit_02:before {
    height: 0.4rem;
  }
  .tit_02:after {
    height: 0.4rem;
    left: -2.5rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    margin: 0 0 3rem;
    padding: 1.3rem 2rem 0.8rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05:before {
    width: 1.3rem;
    height: 0.5rem;
    margin: 0 1rem 0.4rem 0;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "■";
  color: var(--clr_sub01);
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.inline > li {
  display: inline-block;
  margin-right: 4rem;
}
.lst_ul.normal > li::before {
  content: "●";
  color: #001764;
}

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

.lst_ol01 li {
  padding: 0 0 0 1.8em;
  position: relative;
  margin: 0 0 2rem;
}
.lst_ol01 li span {
  display: block;
  color: var(--clr_main);
  font-weight: 700;
  font-size: 110%;
  margin-right: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}

.lst_dl01 {
  border-top: 0.1rem solid var(--clr_sub05);
}
.lst_dl01 dt {
  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;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 500;
  background-color: var(--clr_sub12);
  border-bottom: 0.1rem solid var(--clr_sub05);
  padding: 0.5rem 1rem;
}
.lst_dl01 dd {
  border-bottom: 0.1rem solid var(--clr_sub05);
  padding: 0.5rem 1rem;
}

.lst_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 2rem;
}
.lst_link li a {
  padding: 0 0 1rem;
  text-decoration: none !important;
  border-bottom: 0.1rem solid var(--clr_sub09);
}
.lst_link li a:before {
  font-family: "fontello";
  content: "\e80e";
  color: var(--clr_main);
  margin-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.7rem;
  }
  .lst_ul.beside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.beside li {
    width: auto;
  }
  .lst_ul.beside li:not(:last-child) {
    margin: 0;
  }
  .lst_ul.column2 {
    display: -ms-grid;
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -ms-grid-columns: auto 2em auto;
    grid-template-columns: repeat(2, auto);
  }
  .lst_ol > li {
    padding: 0 0 0 2.5rem;
  }
  .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: 30%;
    padding: 1rem;
  }
  .lst_dl01 dd {
    width: 70%;
    padding: 1rem;
  }
  .lst_link {
    gap: 1rem 3rem;
  }
  .lst_link li a {
    padding: 0 0 1rem;
  }
  .lst_link li a:before {
    margin-right: 1rem;
  }
}
.tbl_01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  border-top: 0.1rem solid var(--clr_sub05);
  border-left: 0.1rem solid var(--clr_sub05);
}
.tbl_01 tr th {
  background-color: var(--clr_sub02);
  padding: 0.5rem;
  text-align: center;
  border-right: 0.1rem solid var(--clr_sub05);
  border-bottom: 0.1rem solid var(--clr_sub05);
}
.tbl_01 tr th.w20 {
  width: 20%;
}
.tbl_01 tr th.bg_dark-blue {
  background-color: #001764;
  color: #fff;
}
.tbl_01 tr td {
  padding: 0.5rem;
  border-right: 0.1rem solid var(--clr_sub05);
  border-bottom: 0.1rem solid var(--clr_sub05);
}

@media screen and (min-width: 48em), print {
  .tbl_01 tr th {
    padding: 1rem;
  }
  .tbl_01 tr td {
    padding: 1rem 2rem;
  }
}
.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 {
  .flex2 {
    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;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .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;
  }
}
.tel {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: var(--clr_main);
  padding: 1rem;
  text-align: center;
  color: var(--clr_white);
}
.tel a:before {
  font-family: "fontello";
  content: "\e80d";
  margin-right: 0.5rem;
}

.btn_contact {
  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-color: var(--clr_main);
  color: var(--clr_white);
  padding: 1rem;
  text-align: center;
}
.btn_contact:before {
  font-family: "fontello";
  content: "\e80b";
  margin-right: 0.5rem;
}

.btn_rsv {
  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-color: var(--clr_sub02);
  color: var(--clr_main);
  padding: 1rem;
  text-align: center;
}
.btn_rsv:before {
  font-family: "fontello";
  content: "\e80c";
  margin-right: 0.5rem;
}

.side_btn {
  display: none;
}

.line_btn {
  display: block;
  padding: 1.5rem 0.5rem;
  background-color: var(--clr_sub11);
  border: 0.1rem solid var(--clr_sub11);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: var(--clr_white);
  font-size: 1.8rem;
  z-index: 3;
}
@media screen and (min-width: 48em), print {
  .line_btn {
    padding: 1.5rem 0.5rem;
    font-size: 1.8rem;
  }
  .line_btn:hover {
    background-color: var(--clr_white);
    color: var(--clr_sub11);
  }
}

.lst_btn li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_btn .line_btn {
  padding: 1rem;
  font-size: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .tel a:before {
    display: none;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e80d";
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .btn_contact {
    margin: 0 1.5rem;
    border: 0.1rem solid var(--clr_main);
  }
  .btn_contact:before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .btn_contact:hover {
    opacity: 1;
    background-color: var(--clr_white);
    color: var(--clr_main);
  }
  .btn_rsv {
    border: 0.1rem solid var(--clr_sub02);
  }
  .btn_rsv:before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .btn_rsv:hover {
    opacity: 1;
    background-color: var(--clr_white);
  }
  .side_btn {
    display: block;
    width: 6rem;
    height: 10.5rem;
    position: fixed;
    top: 30.2rem;
    right: 0;
    z-index: 2;
  }
  .lst_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .lst_btn li:not(:last-child) {
    margin-bottom: 0;
  }
  .lst_btn li a {
    height: 100%;
    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;
    font-size: inherit;
  }
}
.box_01 {
  padding: 1rem;
  background-color: var(--clr_sub13);
}
@media screen and (min-width: 48em), print {
  .box_01 {
    padding: 3rem;
  }
}

.box_02 {
  padding: 1rem;
  background-color: var(--clr_sub12);
}
@media screen and (min-width: 48em), print {
  .box_02 {
    padding: 3rem;
  }
}

.btn_detail {
  display: inline-block;
  padding: 0.4rem 0 1.5rem;
  text-decoration: none !important;
  border-bottom: 0.1rem solid var(--clr_sub09);
}
.btn_detail:before {
  font-family: "fontello";
  content: "\e80f";
  color: var(--clr_main);
  margin-right: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover {
    border-bottom: 0.1rem solid var(--clr_sub01);
  }
  .btn_detail:hover:before {
    color: var(--clr_sub01);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_sub15);
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.linkpdf {
  display: inline-block;
  color: var(--clr_sub15);
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkpdf::after {
  font-family: "fontello";
  content: "\f1c1";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.txt_link {
  display: inline-block;
  color: var(--clr_sub15);
}
@media screen and (min-width: 48em), print {
  .txt_link:hover {
    opacity: 0.8 !important;
  }
}

.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: -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: var(--clr_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: -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(--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 {
  background: var(--clr_sub06);
  color: var(--clr_txt);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: var(--clr_sub06);
  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;
  z-index: 1000000;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.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(1180px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1180px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header .disc {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 4.5rem;
  margin: 0 1rem;
}
.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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.8rem 0 0;
}
.header .wrap .headR ul li {
  width: 50%;
}
.header .wrap .headR ul li.acs {
  width: 96%;
  margin: 0 auto;
  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;
  text-align: center;
  font-size: 1.4rem;
}
.header .wrap .headR ul li.acs:before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_sub01);
  font-size: 2.3rem;
  margin: 0 0 0.3rem;
}
.header .wrap .headR ul li.acs .num {
  font-size: 1.6rem;
  color: var(--clr_sub01);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0 0.2rem 0.4rem;
}
.header .wrap .headR ul li.note {
  width: 96%;
  margin: 1rem auto 0;
  font-size: 1.2rem;
  text-align: center;
}
.header .wrap .headR ul li.note:after {
  font-family: "fontello";
  content: "\e813";
  font-size: 1.8rem;
  vertical-align: -0.2em;
  margin-left: 0.5em;
}
.header .wrap .headR ul li.gtranslate {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .header .wrap .headR ul li.gtranslate {
    z-index: 10000000;
  }
}
.header .wrap .headR ul li.gtranslate a {
  width: auto;
  padding: 0.5rem;
  margin: 0;
}
.header .wrap .headR ul li.gtranslate .gt_switcher {
  width: auto;
}
.header .wrap .headR ul li.gtranslate .gt_switcher_wrapper {
  position: relative !important;
  left: 0 !important;
}
.header .wrap .headR ul li.gtranslate .gt_option {
  width: 100%;
}
.header .wrap .headR ul li a {
  display: block;
  width: 100%;
  font-size: 1.3rem;
}
.header .wrap .headR ul li a.btn_contact {
  margin: 0;
}
.header .wrap .headR p.explanation {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 1rem 0;
  }
  .header .disc {
    width: calc(100% - 6.8rem);
    min-width: 120rem;
    margin: 1rem auto;
    font-size: 1.4rem;
  }
  .header .wrap {
    width: calc(100% - 6.8rem);
    min-width: 120rem;
    margin: 0 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;
  }
  .header .wrap .logo {
    width: 37rem;
    height: 6.9rem;
    margin: 0;
  }
  .header .wrap .headR {
    width: auto;
  }
  .header .wrap .headR ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin: 0;
  }
  .header .wrap .headR ul li {
    width: auto;
    display: inline-block;
  }
  .header .wrap .headR ul li.acs {
    width: 23%;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: left;
  }
  .header .wrap .headR ul li.acs:before {
    font-size: 3.2rem;
    margin: 0 1rem 0 0;
  }
  .header .wrap .headR ul li.acs .num {
    font-size: 2.2rem;
    margin: 0;
  }
  .header .wrap .headR ul li.note {
    display: none;
  }
  .header .wrap .headR ul li.gtranslate {
    display: block;
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .wrap .headR ul li.gtranslate a {
    padding: 1.5rem;
    width: 18.8rem;
    height: 2.6rem;
  }
  .header .wrap .headR ul li.gtranslate .gt_option {
    position: absolute;
  }
  .header .wrap .headR ul li a {
    display: block;
    width: 25rem;
    font-size: 2rem;
    text-align: center;
  }
  .header .wrap .headR p.explanation {
    display: block;
    text-align: left;
    font-size: 150%;
    margin: 0.5rem 0;
    line-height: 1;
    width: 220px;
    float: right;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 6rem;
  right: 1rem;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e899";
  color: var(--clr_main);
  font-size: 3.6rem;
}
#nav #sp_menu.close {
  top: 1rem;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e812";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000000;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_main);
  border-bottom: 1px solid var(--clr_main);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_main);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  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;
  font-size: 80%;
  font-weight: 700;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  background-color: var(--clr_sub04);
  position: relative;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a:after {
  font-family: "fontello";
  content: "\e80f";
  color: var(--clr_main);
  position: absolute;
  right: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr_main);
}
#nav.fixed #sp_menu {
  top: 1rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: var(--clr_sub03);
  }
  #nav .gnav_subnav .gnav {
    width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 {
    display: block;
    width: 100%;
    -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;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 0.5rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current {
    color: var(--clr_sub01);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 50rem;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.6rem 1.6rem 1.1rem;
    border-bottom: 0.1rem solid var(--clr_sub10);
    text-align: left;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background-color: var(--clr_main);
    color: var(--clr_white);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover:after {
    color: var(--clr_white);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:nth-child(odd) {
    border-right: 0.1rem solid var(--clr_sub10);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav.fixed {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
  }
}
.overview {
  padding: 2rem 1rem 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 0;
}
.overview > .wrap .gaiyo dt {
  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: 30%;
  padding: 0.4rem;
  color: var(--clr_txt);
  border: 1px solid var(--clr_txt);
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo dd {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  text-align: left;
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo dd ul {
  display: block;
  margin: 0;
}
.overview > .wrap .gaiyo dd ul li {
  width: 100%;
}
.overview > .wrap .gaiyo dd ul li:before {
  color: var(--clr_main);
}
.overview > .wrap .gaiyo dd ul li span {
  font-size: 120%;
  color: var(--clr_sub01);
}
.overview > .wrap .gaiyo dd ul li:not(:last-child) {
  margin: 0;
}
.overview > .wrap .overviewL {
  margin-bottom: 2rem;
}
.overview > .wrap .overviewL .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .add {
  text-align: center;
}
.overview > .wrap .overviewL .add span {
  display: block;
  margin: 0 1rem 0 0;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR {
  padding: 1.5rem;
  background-color: var(--clr_white);
}

.gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 3.5rem 0 5.8rem;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    width: 38.5rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo {
    margin: 2.7rem 0 0;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1.6rem 0;
  }
  .overview > .wrap .gaiyo dd ul li span {
    font-size: 2.2rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    margin-bottom: 0;
  }
  .overview > .wrap .overviewL ul {
    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;
  }
  .overview > .wrap .overviewL ul li {
    width: 48%;
  }
  .overview > .wrap .overviewL .add span {
    display: inline-block;
    margin: 0 2rem 0 0;
  }
  .overview > .wrap .overviewL .tel {
    font-size: 2rem;
  }
  .overview > .wrap .overviewR {
    padding: 3rem;
    margin: 0;
  }
  .gmap {
    height: 45rem;
  }
}
#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: -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;
  height: 100%;
  text-align: center;
}
#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%;
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  background-color: var(--clr_sub02);
  color: var(--clr_main);
  font-size: 1.8rem;
}
#tel_up ul li .line_btn {
  background-color: var(--clr_sub11);
  color: var(--clr_white);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--clr_main);
}
#tel_up #pageup::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 2.1rem;
  background-image: url("../img/pageup_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 7rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 7rem;
  }
  #tel_up #pageup:before {
    margin: 2.5rem auto 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #tel_up #pageup:hover::before {
    margin: 1rem auto;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: var(--clr_white);
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0;
  }
  .footer .copy {
    margin: 0;
    font-size: 1.6rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -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 span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    width: 1180px;
    margin: auto;
  }
  .footer ul.subnav li span {
    display: inline-block;
  }
  .footer ul.subnav li:nth-child(8)::after {
    content: none;
  }
  .footer ul.subnav li a:hover span {
    text-decoration: underline;
  }
}
body .main {
  margin: 0 1rem 3rem;
  padding: 3rem 1rem;
  background-color: var(--clr_white);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body .main .bnr {
  margin: 2rem 0;
}
body .main .bnr a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: auto;
}
body .main .bnr img {
  margin: auto;
}
@media screen and (min-width: 48em), print {
  body .main {
    margin: 0 0 5.5rem;
    padding: 4rem 9rem;
  }
  body .main .bnr {
    margin: 4rem 0;
  }
  body .main .bnr:hover {
    opacity: 0.8 !important;
  }
  body .cf .img_l, body .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 1rem 1rem 3rem;
}
.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;
  }
}
.flow {
  counter-reset: number 0;
}
.flow li {
  background-color: var(--clr_sub12);
  padding: 1rem;
  position: relative;
}
.flow li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  color: var(--clr_main);
  line-height: 1.3;
  font-size: 1.4rem;
}
.flow li .tit:before {
  content: "0" counter(number) "";
  counter-increment: number 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0.8rem 0.5rem;
  background-color: var(--clr_main);
  color: var(--clr_white);
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 1rem;
}
.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: -6rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_main);
  border-right: 1.5rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 1.5rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .flow li {
    padding: 2rem;
  }
  .flow li .tit {
    font-size: 2.4rem;
  }
  .flow li .tit:before {
    width: 5rem;
    height: 5rem;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin-right: 1.7rem;
  }
  .flow li p {
    padding: 0 0 0 6.5rem;
  }
  .flow li:not(:last-child) {
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
}
@media screen and (min-width: 48em), print {
  .flow li:not(:last-child)::after {
    bottom: -9rem;
    left: 0;
    right: 0;
    border-top: 3rem solid var(--clr_main);
    border-right: 2rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 2rem solid transparent;
  }
}
.flex2 li {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .flex2 li {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */