@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  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]) {
  text-decoration-skip-ink: auto;
}

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

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

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

:root {
  --clr_txt: #444;
  --rgb_txt: 68 68 68;
  --clr_blue: #2CA6E0;
  --rgb_blue: 44 166 224;
  --clr_blue_light: #E1F1F8;
  --rgb_blue_light: 225 241 248;
  --clr_blue_light2: #A7D4E9;
  --rgb_blue_light2: 167 212 233;
  --clr_orange_dark: #DE7F03;
  --rgb_orange_dark: 222 127 3;
  --clr_orange_dark2: #E28101;
  --rgb_orange_dark2: 226 129 1;
  --clr_orange_dark3: #F29600;
  --rgb_orange_dark3: 242 150 0;
  --clr_orange: #F7B52C;
  --rgb_orange: 247 181 44;
  --clr_orange_light: #F6E5C1;
  --rgb_orange_light: 246 229 193;
  --clr_orange_light2: #F8D895;
  --rgb_orange_light2: 248 216 149;
  --clr_orange_light3: #F3D959;
  --rgb_orange_light3: 243 217 89;
  --clr_orange_light4: #FCEFAF;
  --rgb_orange_light4: 252 239 175;
  --clr_orange_light5: #FEFCF1;
  --rgb_orange_light5: 254 252 241;
  --clr_gray: #888888;
  --rgb_gray: 136 136 136;
  --clr_gray_light: #F5F5F5;
  --rgb_gray_light: 245 245 245;
  --breakpoint: 576px;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes clip_left {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  60% {
    opacity: 1;
    transform: scale(1.15);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.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;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.mincho.bold {
  font-weight: 700;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mt40 {
  margin-top: 4rem !important;
}

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

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

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

@media screen and (min-width: 36em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  text-align: center;
  background: var(--clr_orange_dark3);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 25%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_orange_dark3);
  text-align: left;
  padding: 0 0 0 1rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_orange_dark3);
  line-height: 1;
  font-size: 90%;
}

@media screen and (min-width: 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.5rem, 1.2231rem + 0.481vw, 1.8rem);
  }
  .tbl_time caption {
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 26%;
  }
  .tbl_time tr th[scope=row] {
    padding: 0 0 0 2rem;
  }
  .tbl_time tr td {
    padding: 1.6rem 0;
  }
}
.tit_02 {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin: 0 auto 1.6em;
  opacity: 0;
}
.tit_02::before {
  content: attr(data-txt);
  color: var(--clr_orange_light2);
  font-size: 280%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-weight: 300;
  display: block;
  line-height: 1.3;
  opacity: 0;
}
.tit_02.trigger {
  animation: fade_up 1s forwards;
}
.tit_02.trigger::before {
  animation: clip_left 1s forwards 0.1s;
}

@media screen and (min-width: 36em), print {
  .tit_02 {
    font-size: clamp(2.4rem, 1.8462rem + 0.962vw, 3rem);
  }
  .tit_02::before {
    font-size: 300%;
  }
}
.lst_ul > li {
  position: relative;
  text-indent: 1em;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_gray);
  font-size: 65%;
  margin: 0 0.2em 0 0;
  position: absolute;
  top: 0.3em;
  left: 0;
  text-indent: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
  font-size: 100%;
  top: 0;
}

.tel_style {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 0.1em 2.6em 0.3em 2.4em;
  background: var(--clr_blue);
  color: #fff;
  font-size: 2rem;
  border-radius: 100vh;
  box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
}
.tel_style::before {
  font-family: "fontello";
  content: "\e802";
  display: inline-block;
  margin: 0 0.2em 0 0;
  font-size: 80%;
}
.tel_style span {
  font-size: 52%;
  display: block;
}
@media screen and (min-width: 36em), print {
  .tel_style {
    font-size: clamp(3rem, 2.2615rem + 1.282vw, 3.8rem);
    box-shadow: none;
  }
}

.btn_entry {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.4em 2em;
  background: var(--clr_blue);
  color: #fff;
  line-height: 1.4;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 36em), print {
  .btn_entry {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.btn_entry {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 36em), print {
  .btn_entry {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.btn_entry::before {
  font-family: "fontello";
  content: "\e83a";
  font-size: 150%;
  font-weight: normal;
}
@media screen and (min-width: 36em), print {
  .btn_entry:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_orange_light)/0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  filter: drop-shadow(0 0 0.2rem #fff) drop-shadow(0 0 0.2rem #fff) drop-shadow(0 0 0.2rem #fff) drop-shadow(0 0 0.2rem #fff);
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .logo .recsite {
  position: absolute;
  bottom: -4rem;
  left: 1rem;
  background: var(--clr_blue);
  color: #fff;
  font-size: 1.8rem;
  padding: 0.2rem 7rem;
  width: fit-content;
  font-weight: 500;
  border-radius: 3px;
}

@media screen and (min-width: 36em), print {
  .header > .wrap {
    width: min(120rem, 100% - 2rem);
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
  .header > .wrap .logo {
    width: 30.66%;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
    aspect-ratio: 368/273;
    background: url(../img/logo_tate.svg) no-repeat top center/100% auto;
  }
  .header > .wrap .logo .recsite {
    display: block;
    position: static;
    min-width: 95.1%;
    text-align: center;
    margin: 1rem auto 0;
    padding: 0.2rem 1rem;
    font-size: clamp(1.9rem, 1.4385rem + 0.801vw, 2.4rem);
  }
  .header > .wrap .headR {
    width: 60%;
    flex: 1;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_orange_dark3);
  border-radius: 5px;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 102;
  transition: 0.5s;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  font-size: 2.6rem;
  color: #fff;
  line-height: 1;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  color: #fff;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e801";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
#nav .gnav_subnav .gnav > li::before {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/icon_nav.svg) no-repeat center/contain;
}
#nav .gnav_subnav .gnav > li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .mainsite {
  background: var(--clr_orange_dark2);
  border-radius: 5px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  padding: 0.8em;
  margin: 1em 0 2em;
  display: block;
  font-size: 1.4rem;
  box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 36em), print {
  #nav .gnav_subnav .mainsite {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  background: rgb(var(--rgb_orange)/0.3);
  text-align: center;
  padding: 0.5em;
  margin: 1rem 0 0;
  border-radius: 5px;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1.5em;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    flex-grow: 1;
  }
  #nav .gnav_subnav .gnav > li {
    flex: auto;
    position: relative;
    display: block;
  }
  #nav .gnav_subnav .gnav > li:first-of-type:before {
    display: none;
  }
  #nav .gnav_subnav .gnav > li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.5em;
    width: 1em;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.4rem, 0.8462rem + 0.962vw, 2rem);
    margin: 0;
    cursor: pointer;
    line-height: 1.1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_orange_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .mainsite {
    padding: 0.2em 0.55em;
    margin: 0;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav .gnav_subnav {
    container: tab/inline-size;
  }
  @container tab (width < 62rem) {
    #nav .gnav_subnav .gnav {
      flex-wrap: wrap;
    }
    #nav .gnav_subnav .gnav li {
      min-width: 26%;
    }
    #nav .gnav_subnav .gnav li:nth-child(4)::before {
      display: none;
    }
    #nav .gnav_subnav .gnav li a {
      padding: 0.5rem 1rem;
    }
    #nav .gnav_subnav .gnav li a br:not(.fix) {
      display: none;
    }
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 40rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  animation: fadein 1.5s forwards;
}
.keyvsl #keyvsl .slick-list div img {
  height: 40rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  opacity: 0;
  animation: fadein 1s forwards 0.5s;
}
.keyvsl > .wrap .catch {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.316;
  text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
}

@media screen and (min-width: 36em), print {
  .keyvsl #keyvsl {
    height: clamp(80rem, 70.7692rem + 16.026vw, 90rem);
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(80rem, 70.7692rem + 16.026vw, 90rem) !important;
  }
  .keyvsl > .wrap {
    bottom: 50%;
    transform: translateY(52%);
    width: min(120rem, 100% - 2rem);
    display: flex;
    justify-content: flex-end;
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(2.6rem, 1.6769rem + 1.603vw, 3.6rem);
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.8;
  }
}
.intro {
  margin: 4rem 1rem;
  padding: 2rem 2rem 0;
  background: linear-gradient(to right, var(--clr_blue_light), #fff 50%, var(--clr_blue_light) 100%);
  text-align: center;
  outline: 1px solid var(--clr_blue_light2);
  outline-offset: -1rem;
  opacity: 0;
}
.intro.trigger {
  animation: fadein 1s forwards;
}
.intro::after {
  content: "";
  width: 100%;
  aspect-ratio: 994/266;
  display: block;
  background: url(../img/intro1.webp) no-repeat center/contain;
  margin: 2rem auto 0;
}
.intro .tit {
  font-size: 1.8rem;
  margin: 0 0 1.3em;
  line-height: 1.4;
}
.intro p span {
  font-weight: 700;
  color: var(--clr_blue);
}

@media screen and (min-width: 36em), print {
  .intro {
    margin: clamp(5rem, 0.3846rem + 8.013vw, 10rem) auto 4rem;
    padding: clamp(4rem, 1.2308rem + 4.808vw, 7rem) 3rem 0;
    outline-offset: -2rem;
    width: min(120rem, 100% - 2rem);
  }
  .intro::after {
    width: 82.83%;
  }
  .intro .tit {
    font-size: clamp(2.7rem, 2.0538rem + 1.122vw, 3.4rem);
  }
  .intro p {
    font-size: clamp(1.7rem, 1.2385rem + 0.801vw, 2.2rem);
    line-height: 1.818;
  }
  .intro p:not(:last-of-type) {
    margin: 1.6em;
  }
}
.occupation {
  padding: 4rem 1rem;
}
.occupation .lst_anc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  opacity: 0;
}
.occupation .lst_anc.trigger {
  animation: fade_up 1s forwards;
}
.occupation .lst_anc li {
  min-width: 70%;
  width: fit-content;
}
.occupation .lst_anc li a {
  display: block;
  color: #fff;
  background: var(--clr_orange_dark2);
  padding: 1em 2em 1em 1.4em;
  line-height: 1.4;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 36em), print {
  .occupation .lst_anc li a {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
}
.occupation .lst_anc li a::after {
  font-family: "fontello";
  content: "\e834";
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 200%;
}

.fromHp {
  color: var(--clr_blue);
  border-top: 1px solid var(--clr_blue);
  border-bottom: 1px solid var(--clr_blue);
  padding: 2rem 1rem;
  text-align: center;
  opacity: 0;
}
.fromHp.trigger {
  animation: fadein 1s forwards;
}
.fromHp.trigger p span:nth-of-type(1) {
  animation: pop 1s forwards;
  animation-delay: 0.2s;
}
.fromHp.trigger p span:nth-of-type(2) {
  animation: pop 1s forwards;
  animation-delay: 0.4s;
}
.fromHp.trigger p span:nth-of-type(3) {
  animation: pop 1s forwards;
  animation-delay: 0.6s;
}
.fromHp.trigger p span:nth-of-type(4) {
  animation: pop 1s forwards;
  animation-delay: 0.8s;
}
.fromHp p span {
  background: var(--clr_blue);
  color: #fff;
  font-size: 136.36%;
  line-height: 1;
  width: 1.67em;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1em;
  opacity: 0;
}

@media screen and (min-width: 36em), print {
  .occupation {
    padding: 0;
    margin: auto;
    width: min(120rem, 100% - 2rem);
  }
  .occupation .lst_anc {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1rem, -1.3077rem + 4.006vw, 3.5rem);
    margin: 0 0 4.5rem;
  }
  .occupation .lst_anc li {
    width: calc((100% - clamp(3rem, -3.9231rem + 12.019vw, 10.5rem)) / 4);
    min-width: 24rem;
  }
  .occupation .lst_anc li a {
    font-size: clamp(1.7rem, 1.2385rem + 0.801vw, 2.2rem);
  }
  .occupation .lst_anc li a:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
  .fromHp {
    padding: 4rem 1rem;
    margin: auto;
    width: min(90.54rem, 100% - 2rem);
  }
  .fromHp p {
    font-size: clamp(1.7rem, 1.2385rem + 0.801vw, 2.2rem);
    margin: 0 0 0.5em;
  }
}
.message {
  padding: 4rem 1rem;
  background-color: var(--clr_orange_light5);
  background-image: url(../img/logo_mark.svg), url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: top 12rem right -15rem, bottom 15rem left -15rem;
  background-size: 70% auto;
}
.message .flex_box.trigger .txt_wrap p {
  animation: fade_up 1s forwards 0.3s;
}
.message .flex_box.trigger .txt_wrap p.lead {
  animation: fadein 1s forwards;
}
.message .flex_box.trigger .img_wrap {
  animation: fadein 1s forwards 0.5s;
}
.message .flex_box .txt_wrap p {
  line-height: 1.8;
  opacity: 0;
}
.message .flex_box .txt_wrap p.lead {
  color: var(--clr_orange_dark);
  font-size: 2.2rem;
  border-bottom: 2px solid var(--clr_orange_dark2);
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  line-height: 1.318;
}
.message .flex_box .img_wrap {
  width: 80%;
  margin: 2rem auto 0;
  opacity: 0;
}
.message .flex_box .img_wrap p {
  text-align: center;
  margin: 1rem 0 0;
}
.message .flex_box .img_wrap p span {
  font-size: 150%;
}

@media screen and (min-width: 36em), print {
  .message {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0 clamp(5rem, -0.5385rem + 9.615vw, 11rem);
    background-position: top 8rem left calc(50% + 82.5rem), bottom -10.2rem left calc(50% - 77rem);
    background-size: 70rem auto;
  }
  .message .flex_box {
    width: min(120rem, 100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 0.6154rem + 2.404vw, 3.5rem);
    margin: auto;
  }
  .message .flex_box .txt_wrap {
    flex: 1;
    min-width: 52rem;
  }
  .message .flex_box .txt_wrap p:not(:last-child) {
    margin: 0 0 1.8em;
  }
  .message .flex_box .txt_wrap p.lead {
    font-size: clamp(3.5rem, 2.6692rem + 1.442vw, 4.4rem);
    border-bottom: none;
    margin: 0 0 1.4em;
    position: relative;
  }
  .message .flex_box .txt_wrap p.lead::after {
    content: "";
    width: 100%;
    max-width: 68.8rem;
    aspect-ratio: 688/98;
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    background: url(../img/message_bubble.svg) no-repeat center/contain;
  }
  .message .flex_box .img_wrap {
    width: 40%;
    min-width: 40rem;
    margin: 0;
    flex-shrink: 0;
  }
  .message {
    container: tab/inline-size;
  }
  @container tab (width < 98rem) {
    .message .flex_box {
      flex-direction: column;
      gap: 4rem;
    }
    .message .flex_box .txt_wrap p.lead {
      border-bottom: 3px solid var(--clr_orange_dark2);
    }
    .message .flex_box .txt_wrap p.lead::after {
      display: none;
    }
  }
}
.appeal {
  padding: 4rem 1rem;
  overflow-x: clip;
}
.appeal ol {
  counter-reset: number 0;
}
.appeal ol li {
  opacity: 0;
}
.appeal ol li.trigger {
  animation: fade_left 1s forwards;
}
.appeal ol li.trigger:nth-child(2n) {
  animation: fade_right 1s forwards;
}
.appeal ol li:not(:last-child) {
  margin: 0 0 4rem;
}
.appeal ol li::after {
  content: "";
  width: 100%;
  aspect-ratio: 879/450;
  display: block;
  margin: 2rem 0 0;
}
.appeal ol li.app1::after {
  background: url(../img/appeal1.jpg) no-repeat center/cover;
}
.appeal ol li.app2::after {
  background: url(../img/appeal2.jpg) no-repeat center/cover;
}
.appeal ol li.app3::after {
  background: url(../img/appeal3.jpg) no-repeat center/cover;
}
.appeal ol li .txt_wrap::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  display: block;
  border-bottom: 1px solid var(--clr_orange_light3);
  line-height: 1;
  font-size: 6rem;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: var(--clr_orange_light4);
  line-height: 1;
  margin: 0 0 0.15em;
  padding: 0 0 0.1em;
}
.appeal ol li .txt_wrap .tit {
  color: var(--clr_gray);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-weight: 700;
  margin: 0 0 0.3em;
  font-size: 1.7rem;
}
.appeal ol li .txt_wrap .tit span {
  color: var(--clr_orange_dark2);
  font-size: 166.66%;
  line-height: 1;
}
.appeal ol li .txt_wrap p {
  line-height: 2;
}

@media screen and (min-width: 36em), print {
  .appeal {
    padding: 6rem 0 clamp(6rem, 2.3077rem + 6.41vw, 10rem);
    overflow-x: clip;
  }
  .appeal .tit_02 {
    margin: 0 auto 2em;
  }
  .appeal ol {
    width: min(120rem, 100% - 2rem);
    margin: auto;
  }
  .appeal ol li {
    position: relative;
    min-height: 45rem;
  }
  .appeal ol li:not(:last-child) {
    margin: 0 0 clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  .appeal ol li::after {
    width: clamp(70rem, 53.4769rem + 28.686vw, 87.9rem);
    margin: 0;
    position: absolute;
    top: 0;
    left: 60%;
  }
  .appeal ol li .txt_wrap {
    width: 60%;
  }
  .appeal ol li .txt_wrap::before {
    font-size: clamp(9rem, 6.2308rem + 4.808vw, 12rem);
  }
  .appeal ol li .txt_wrap .tit {
    font-size: clamp(2.4rem, 1.8462rem + 0.962vw, 3rem);
  }
  .appeal ol li .txt_wrap p {
    padding: 0 2em 0 0;
  }
  .appeal ol li:nth-child(2n)::after {
    left: auto;
    right: 60%;
  }
  .appeal ol li:nth-child(2n) .txt_wrap {
    margin: 0 0 0 auto;
  }
  .appeal ol li:nth-child(2n) .txt_wrap::before {
    padding: 0 0 0 clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
  }
  .appeal ol li:nth-child(2n) .txt_wrap .tit {
    padding: 0 0 0 clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
  }
  .appeal ol li:nth-child(2n) .txt_wrap p {
    padding: 0 0 0 clamp(2rem, -0.3077rem + 4.006vw, 4.5rem);
  }
  .appeal {
    container: tab/inline-size;
  }
  @container tab (width < 86rem) {
    .appeal ol {
      max-width: 70rem;
      margin: auto;
    }
    .appeal ol li::after {
      position: static;
      margin: 3rem 0 0;
      width: 100%;
    }
    .appeal ol li .txt_wrap {
      width: 100%;
    }
    .appeal ol li .txt_wrap::before {
      padding: 0 !important;
    }
    .appeal ol li .txt_wrap .tit {
      padding: 0 !important;
    }
    .appeal ol li .txt_wrap p {
      padding: 0 !important;
    }
  }
}
.voice {
  padding: 4rem 1rem;
  background: var(--clr_gray_light);
}
.voice ul li {
  background: #fff;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .voice ul li {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.voice ul li {
  border: 2px solid var(--clr_orange);
  padding: 4rem 1rem 2rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.voice ul li.trigger {
  animation: fadein 1s forwards;
}
.voice ul li.trigger .occ span {
  animation: zoom 1s forwards 0.5s;
}
.voice ul li:not(:last-of-type) {
  margin: 0 0 3rem;
}
.voice ul li .occ {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clr_orange);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.1em 0.6em;
  border-radius: 0 0 1rem 0;
}
@media screen and (min-width: 36em), print {
  .voice ul li .occ {
    border-radius: 0 0 2rem 0;
  }
}
.voice ul li .occ span {
  opacity: 0;
  display: block;
}
.voice ul li img {
  max-width: 50%;
  border-radius: 10rem 10rem 1rem 1rem;
  margin: 0 auto 2rem;
  box-shadow: 1rem 0 0 var(--clr_orange_dark3);
}
.voice ul li .txt_wrap .tit {
  color: var(--clr_orange_dark2);
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 0.4em;
  line-height: 1.4;
}
.voice ul li .txt_wrap p {
  line-height: 2;
}

@media screen and (min-width: 36em), print {
  .voice {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0 clamp(5rem, -0.5385rem + 9.615vw, 11rem);
  }
  .voice ul {
    width: min(120rem, 100% - 2rem);
    margin: clamp(4rem, 2.1538rem + 3.205vw, 6rem) auto 0;
  }
  .voice ul li {
    padding: 8rem clamp(3rem, -0.2308rem + 5.609vw, 6.5rem) 5rem;
    display: flex;
    gap: 4.2rem;
    align-items: flex-start;
  }
  .voice ul li:not(:last-of-type) {
    margin: 0 0 4rem;
  }
  .voice ul li .occ {
    font-size: clamp(2.2rem, 1.6462rem + 0.962vw, 2.8rem);
  }
  .voice ul li img {
    max-width: 20rem;
    margin: 0;
  }
  .voice ul li .txt_wrap .tit {
    font-size: clamp(2.2rem, 1.6462rem + 0.962vw, 2.8rem);
  }
  .voice {
    container: tab/inline-size;
  }
  @container tab (width < 72rem) {
    .voice ul li {
      flex-direction: column;
      gap: 3rem;
      align-items: center;
    }
  }
}
.oneday {
  padding: 4rem 0;
}
.oneday ol {
  position: relative;
}
.oneday ol::before {
  content: "";
  width: 8rem;
  height: calc(100% - 4rem);
  background: var(--clr_orange_light2);
  position: absolute;
  left: 2rem;
  top: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 36em), print {
  .oneday ol::before {
    border-radius: 1rem 1rem 0 0;
  }
}
.oneday ol::after {
  content: "";
  width: 12rem;
  aspect-ratio: 24/6;
  background: url(../img/oneday_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% - 4rem);
  left: 0;
}
.oneday ol li {
  padding: 1rem 1rem 1rem 12rem;
  position: relative;
  opacity: 0;
}
.oneday ol li.trigger {
  animation: fadein 1s forwards;
}
.oneday ol li:not(:last-of-type) {
  margin: 0 0 2rem;
}
.oneday ol li::after {
  content: "";
  width: 100%;
  aspect-ratio: 45/30;
  display: block;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 36em), print {
  .oneday ol li::after {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.oneday ol li::after {
  margin: 1rem 0 0;
}
.oneday ol li:nth-child(1)::after {
  background: url(../img/oneday1.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(2)::after {
  background: url(../img/oneday2.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(3)::after {
  background: url(../img/oneday3.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(4)::after {
  background: url(../img/oneday4.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(5)::after {
  background: url(../img/oneday5.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(6)::after {
  background: url(../img/oneday6.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(7)::after {
  background: url(../img/oneday7.jpg) no-repeat center/cover;
}
.oneday ol li:nth-child(8)::after {
  background: url(../img/oneday8.jpg) no-repeat center/cover;
}
.oneday ol li .time {
  position: absolute;
  top: 1rem;
  left: 3rem;
  width: 6rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.oneday ol li .txt_wrap .tit {
  color: var(--clr_orange_dark3);
  margin: 0 0 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.oneday ol li .txt_wrap p {
  line-height: 2;
}

@media screen and (min-width: 36em), print {
  .oneday {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0;
  }
  .oneday ol {
    width: min(120rem, 100% - 2rem);
    margin: 6rem auto 0;
  }
  .oneday ol::before {
    width: clamp(10rem, 5.3846rem + 8.013vw, 15rem);
    height: calc(100% - clamp(5rem, -5.1538rem + 17.628vw, 16rem));
    left: clamp(3rem, 1.6154rem + 2.404vw, 4.5rem);
  }
  .oneday ol::after {
    width: clamp(15.3rem, 8.1923rem + 12.34vw, 23rem);
    top: calc(100% - clamp(5.1rem, -5.0538rem + 17.628vw, 16.1rem));
  }
  .oneday ol li {
    padding: 2rem 0 2rem clamp(18.3rem, 11.1923rem + 12.34vw, 26rem);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .oneday ol li:not(:last-of-type) {
    margin: 0 0 3rem;
  }
  .oneday ol li::after {
    width: 48.12%;
    margin: 0;
    flex: 1;
    min-width: 25rem;
    max-width: 45rem;
  }
  .oneday ol li .time {
    top: 1.5rem;
    left: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
    width: clamp(8rem, 4.3077rem + 6.41vw, 12rem);
    font-size: clamp(2.3rem, 1.1rem + 2.083vw, 3.6rem);
  }
  .oneday ol li .txt_wrap {
    flex: 1;
    min-width: 30rem;
  }
  .oneday ol li .txt_wrap .tit {
    font-size: clamp(2.4rem, 1.8462rem + 0.962vw, 3rem);
  }
}
.about {
  padding: 4rem 1rem;
  background: var(--clr_gray_light);
}
.about .img_wrap1 img {
  margin: 0 0 3rem;
  opacity: 0;
}
.about .img_wrap1 img.trigger {
  animation: fadein 1s forwards;
}
.about .img_wrap2 div {
  margin: 0 auto 3rem;
  max-width: 80%;
  opacity: 0;
}
.about .img_wrap2 div.trigger {
  animation: fadein 1s forwards;
}
.about .img_wrap2 div img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
}
.about .img_wrap2 div p {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.6rem;
}
.about .img_wrap2 div p::before, .about .img_wrap2 div p::after {
  content: "";
  width: 1rem;
  height: 2px;
  background: var(--clr_txt);
  flex: 1;
}
.about .txt_r {
  font-size: 90%;
  font-weight: 700;
}

@media screen and (min-width: 36em), print {
  .about {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0 clamp(5rem, 1.3077rem + 6.41vw, 9rem);
  }
  .about .tit_02 {
    margin: 0 auto 2em;
  }
  .about .img_wrap1 {
    width: min(120rem, 100% - 2rem);
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem clamp(2rem, -0.2154rem + 3.846vw, 4.4rem);
  }
  .about .img_wrap1 img {
    margin: 0;
    min-width: 30rem;
    width: auto;
    flex-grow: 1;
  }
  .about .img_wrap1 img.img1 {
    width: 53.33%;
  }
  .about .img_wrap1 img.img2 {
    width: 42.9%;
  }
  .about .img_wrap2 {
    width: min(120rem, 100% - 2rem);
    margin: auto;
    display: flex;
    gap: 4rem clamp(3.3rem, 0.2538rem + 5.288vw, 6.6rem);
    flex-wrap: wrap;
    justify-content: center;
  }
  .about .img_wrap2 div {
    margin: 0;
    width: calc((100% - clamp(6.6rem, 0.5077rem + 10.577vw, 13.2rem)) / 3);
    min-width: 25rem;
  }
  .about .img_wrap2 div p {
    margin: 2.5rem 0 0;
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
  }
  .about .txt_r {
    width: min(120rem, 100% - 2rem);
    margin: 3.5rem auto 0;
  }
}
.occupation {
  padding: 4rem 1rem;
}
.occupation .box {
  background: var(--clr_orange_light);
  padding: 2rem 1rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 36em), print {
  .occupation .box {
    border-radius: 1rem 1rem 1rem 1rem;
  }
}
.occupation .box {
  opacity: 0;
}
.occupation .box.trigger {
  animation: fadein 1s forwards;
}
.occupation .box:not(:last-of-type) {
  margin: 0 0 3rem;
}
.occupation .box .tit {
  font-size: 1.8rem;
  margin: 0 0 1em;
  text-align: center;
  font-weight: 500;
}
.occupation .box dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  line-height: 1.11;
}
.occupation .box dl dt {
  background: var(--clr_orange_light2);
  padding: 1rem;
  width: 30%;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (min-width: 36em), print {
  .occupation .box dl dt {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.occupation .box dl dt {
  display: flex;
  align-items: center;
}
.occupation .box dl dd {
  padding: 1rem;
  background: #fff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (min-width: 36em), print {
  .occupation .box dl dd {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.occupation .box dl dd {
  width: calc(70% - 1rem);
}
.occupation .box .box_white {
  background: #fff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (min-width: 36em), print {
  .occupation .box .box_white {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.occupation .box .box_white {
  padding: 1rem;
}

@media screen and (min-width: 36em), print {
  .occupation {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0 clamp(5rem, -0.5385rem + 9.615vw, 11rem);
  }
  .occupation .box {
    padding: 4rem clamp(2rem, -2.1538rem + 7.212vw, 6.5rem) 5rem clamp(2rem, -2.6154rem + 8.013vw, 7rem);
  }
  .occupation .box:not(:last-of-type) {
    margin: 0 0 5rem;
  }
  .occupation .box .tit {
    font-size: clamp(2.2rem, 1.6462rem + 0.962vw, 2.8rem);
  }
  .occupation .box dl {
    gap: 1rem clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .occupation .box dl dt {
    min-height: 5rem;
    padding: 1.5rem 2rem;
    width: 19%;
  }
  .occupation .box dl dd {
    padding: 1.5rem 2.5rem;
    width: calc(81% - clamp(2rem, 0.1538rem + 3.205vw, 4rem));
  }
  .occupation .box .box_white {
    padding: 1.5rem 2.5rem;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
}
.form {
  padding: 4rem 1rem;
  background: var(--clr_gray_light);
}
.form > .mincho {
  text-align: center;
}
.form iframe {
  display: block;
  margin: 4rem 0;
}

@media screen and (min-width: 36em), print {
  .form {
    padding: clamp(5rem, 3.1538rem + 3.205vw, 7rem) 0 clamp(5rem, 0.3846rem + 8.013vw, 10rem);
  }
  .form > .mincho {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .form iframe {
    margin: 4rem auto;
  }
}
.overview_footer {
  background: url(../img/overview_bg.jpg) no-repeat center/cover;
}

.overview {
  padding: 4rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 3rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.333;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
  border-bottom: 1px solid var(--clr_orange_dark3);
}
.overview > .wrap .overviewL .gaiyo dt:first-of-type, .overview > .wrap .overviewL .gaiyo dd:first-of-type {
  border-top: 1px solid var(--clr_orange_dark3);
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 24%;
  padding: 1rem 1rem 1rem 0;
  color: var(--clr_orange_dark3);
  font-weight: 700;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 76%;
  padding: 1rem 0;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
  border: 1px solid var(--clr_orange_dark);
  overflow: hidden;
}

@media screen and (min-width: 36em), print {
  .overview {
    padding: clamp(5rem, 2.2308rem + 4.808vw, 8rem) 0;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .overview .clinic_name {
    margin: 0 0 3rem;
  }
  .overview .clinic_name img {
    max-width: 47.75rem;
    width: 39.75%;
    min-width: 30rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    width: min(120rem, 100% - 2rem);
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48.5%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 20%;
    padding: 1.7rem 1rem 1.7rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 80%;
    padding: 1.7rem 0;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 4rem 0 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 70rem;
  }
  .overview {
    container: tab/inline-size;
  }
  @container tab (width < 95rem) {
    .overview > .wrap {
      flex-direction: column;
      gap: 4rem;
    }
    .overview > .wrap .overviewL, .overview > .wrap .overviewR {
      width: 100%;
    }
    .overview > .wrap .overviewL .gmap, .overview > .wrap .overviewR .gmap {
      height: 40rem;
    }
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
  display: flex;
}
#tel_up .tel_style, #tel_up .btn_entry {
  height: 100%;
  flex: 1;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
#tel_up .tel_style {
  font-size: 1.8rem;
  background: var(--clr_orange_dark3);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  background: var(--clr_orange);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e825";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 36em), print {
  #tel_up {
    width: auto;
    height: 6rem;
    bottom: 1rem;
    right: 2rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    align-items: center;
    gap: 1rem;
  }
  #tel_up .tel_style {
    display: none;
  }
  #tel_up .btn_entry {
    padding: 0.5em 1em;
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  }
  #tel_up #pageup {
    width: 5rem;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 2rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: var(--clr_orange_dark3);
  }
}
.footer {
  text-align: center;
  padding: 0 1rem 4rem;
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.1rem;
  border-top: 1px solid var(--clr_orange_dark2);
}
.footer a {
  text-decoration: none !important;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    width: min(120rem, 100% - 2rem);
    margin: auto;
    padding: 4.5rem 1rem 7rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
  .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;
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */