@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: #202124;
  --rgb_txt: 32 33 36;
  --clr_green_dark: #025B17;
  --rgb_green_dark: 2 91 23;
  --clr_green_dark2: #009259;
  --rgb_green_dark2: 0 146 89;
  --clr_green_dark3: #9FCC01;
  --rgb_green_dark3: 159 204 1;
  --clr_green_dark4: #289444;
  --rgb_green_dark4: 40 148 68;
  --clr_green_dark5: #339966;
  --rgb_green_dark5: 51 153 102;
  --clr_green: #B2D633;
  --rgb_green: 178 214 51;
  --clr_green_light: #F2FBF3;
  --rgb_green_light: 242 251 243;
  --clr_green_light2: #DEF6E0;
  --rgb_green_light2: 222 246 224;
  --clr_green_light3: #e8f7e2;
  --rgb_green_light3: 232 247 226;
  --clr_gray: #cccccc;
  --rgb_gray: 204 204 204;
  --clr_gray_light: #F2F2F2;
  --rgb_gray_light: 242 242 242;
  --clr_blue: #007AFF;
  --rgb_blue: 0 122 255;
  --clr_red: #FF0000;
  --rgb_red: 255 0 0;
  --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 bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@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(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@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 clip_right {
  0% {
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    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%;
}

.txt_red {
  color: var(--clr_red) !important;
}

.txt_green {
  color: var(--clr_green) !important;
}

.img_c {
  margin: 1rem auto;
}

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

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

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@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;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.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;
}

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem !important;
}

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

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

.mth5 {
  margin-top: 2rem !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;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: clamp(6rem, 2.3077rem + 6.41vw, 10rem);
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem);
  }
  .mth2 {
    margin-top: clamp(6rem, 2.3077rem + 6.41vw, 10rem) !important;
  }
  .mth3 {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem) !important;
  }
  .mth4 {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem) !important;
  }
  .mth5 {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem) !important;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid var(--clr_gray);
  font-size: 1rem;
  margin: 1em 0;
}
.tbl_basic tr th {
  border: 1px solid var(--clr_gray);
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_green_dark2);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: var(--clr_green_light3);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_gray);
}

@media screen and (min-width: 36em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 10rem;
  background: rgba(255, 255, 255, 0.7);
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1rem;
  margin: 0 2rem;
  text-align: center;
}
.tit_01[data-txt]::after {
  content: attr(data-txt);
  display: block;
  font-size: 66.6%;
}

.tit_02 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 0 1.6em;
  padding: 0 0 0.2em;
  font-weight: 400;
  border-bottom: 1px solid var(--clr_txt);
}

.tit_02_2 {
  font-size: 2.1rem;
  line-height: 1.4;
  margin: 0 0 1.6em;
  padding: 0 0 0 1em;
  font-weight: 500;
  position: relative;
}
.tit_02_2::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1em;
  font-weight: 600;
}

@media screen and (min-width: 36em), print {
  .tit_01 {
    min-height: clamp(10rem, 4.4615rem + 9.615vw, 16rem);
    width: min(101rem, 100% - 6rem);
    margin: clamp(6rem, -0.4615rem + 11.218vw, 13rem) auto 0;
    font-size: clamp(2.5rem, 1.4846rem + 1.763vw, 3.6rem);
  }
  .tit_02 {
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
  }
  .tit_02 {
    font-size: clamp(1.7rem, 0.9615rem + 1.282vw, 2.5rem);
  }
  .tit_03 {
    font-size: clamp(1.6rem, 0.8615rem + 1.282vw, 2.4rem);
  }
}
.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: "・";
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.nomarker > li {
  padding: 0;
}
.lst_ul.nomarker > li::before {
  display: none;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.style2 > li {
  padding: 0 0 0 2.8em;
}
.lst_ol.style2 > li::before {
  content: "（" counter(number) "）";
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 36em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_txt);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 36em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

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

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .main {
    container: tab/inline-size;
  }
  @container tab (width > 650px) {
    .main .flex2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .main .flex2 > section, .main .flex2 > li, .main .flex2 > div {
      width: calc((100% - clamp(2rem, 0.1538rem + 3.205vw, 4rem)) / 2);
      margin-top: 0 !important;
    }
    .main .flex2.lst_ul > li:nth-last-child(2) {
      margin-bottom: 0;
    }
    .main .flex2.gap {
      gap: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    }
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.btn_basic {
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem;
  background: var(--clr_green_dark3);
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
}
@media screen and (min-width: 36em), print {
  .btn_basic {
    border-radius: 8px 8px 8px 8px;
  }
}
.btn_basic {
  line-height: 1.4;
  text-decoration: none !important;
}
@media screen and (min-width: 36em), print {
  .btn_basic {
    padding: 1.7rem 4rem;
    width: fit-content;
  }
  .btn_basic:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.textlink {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.2em;
  text-decoration: none !important;
}
.textlink::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 80%;
  margin: 0.2em 0 0;
}

.linkout::after {
  font-family: "fontello";
  content: "\ed4f";
  margin-left: 0.3rem;
}
@media screen and (min-width: 36em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.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_txt);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 36em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.modal_open {
  overflow: hidden !important;
}
body.is_fixed {
  overflow: hidden;
}

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.3rem, 1.0231rem + 0.481vw, 1.6rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 1rem;
}

.header {
  position: relative;
  height: 6rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6rem;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 36em), print {
  .header {
    height: auto;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    position: sticky;
    top: 0;
    z-index: 200;
    background: #fff;
    transition: 1s;
  }
  .header.hide {
    transform: translateY(-300%);
  }
  .header > .wrap {
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header > .wrap .logo {
    width: 19.3rem;
    height: 4rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
    box-shadow: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: block;
    width: auto;
  }
  .header > .wrap .headR .btn_contact {
    background: var(--clr_green_dark2);
    position: absolute;
    top: 0;
    right: 2rem;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .header > .wrap .headR .btn_contact:is(:hover, :focus-visible) {
    background: var(--clr_green_dark3);
    color: #fff;
    opacity: 1;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #000;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 25%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 75%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 100vw;
  height: calc(100dvh - 6rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem 1.6rem 6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav.pc_n > li a, #nav .gnav_subnav .gnav.pc_n > li .sub {
  display: flex;
  align-items: center;
  gap: 0.3em;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav.pc_n > li a:not(.home, .group_link)::before, #nav .gnav_subnav .gnav.pc_n > li .sub:not(.home, .group_link)::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark2);
  font-size: 1rem;
}
#nav .gnav_subnav .gnav.pc_n > li a.green, #nav .gnav_subnav .gnav.pc_n > li .sub.green {
  background: var(--clr_green_dark2);
  color: #fff;
  text-align: center;
  justify-content: center;
  margin: 1rem 0;
}
#nav .gnav_subnav .gnav.pc_n > li a.green::before, #nav .gnav_subnav .gnav.pc_n > li .sub.green::before {
  display: none;
}
#nav .gnav_subnav .gnav.pc_n > li a.contact::before, #nav .gnav_subnav .gnav.pc_n > li .sub.contact::before {
  font-family: "fontello";
  content: "\ea2e";
  color: var(--clr_txt);
  font-size: 2rem;
}
#nav .gnav_subnav .gnav.pc_n > li a.current, #nav .gnav_subnav .gnav.pc_n > li .sub.current {
  color: var(--clr_green_dark2);
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: relative;
    z-index: -1;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav.sp_n {
    display: flex;
    justify-content: center;
    gap: clamp(1px, -25.769px + 4.647vw, 30px);
    max-width: 1200px;
    margin: auto;
  }
  #nav .gnav_subnav .gnav.sp_n.pc_n {
    display: none !important;
  }
  #nav .gnav_subnav .gnav.sp_n > li {
    width: auto;
  }
  #nav .gnav_subnav .gnav.sp_n > li a, #nav .gnav_subnav .gnav.sp_n > li .sub {
    display: block;
    padding: 0.8rem 1rem;
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
  }
  #nav .gnav_subnav .gnav.sp_n > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav.sp_n > li .sub:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: var(--clr_green_dark3);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl {
    display: flex;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dt {
    background: var(--clr_green_dark3);
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
    color: #fff;
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
    padding: 1rem clamp(1rem, -1.7692rem + 4.808vw, 4rem) 1rem 1rem;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dt::after {
    font-family: "fontello";
    content: "\ed56";
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dt span {
    text-align: right;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dt span::before {
    content: attr(data-txt);
    display: block;
    font-size: 142.8%;
    line-height: 1.2;
    margin: 0 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd {
    width: 65%;
    padding: 2.5rem clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li:not(:first-of-type) {
    margin: 4rem 0 0;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li > a {
    border-bottom: 1px solid var(--clr_txt);
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li > a::after {
    font-family: "fontello";
    content: "\ed56";
    color: var(--clr_green_dark3);
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li > a:is(:hover, :focus-visible, .current) {
    background: transparent;
    color: var(--clr_green_dark3);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li .subsub_nav {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, 1.0769rem + 1.603vw, 3rem) clamp(1.5rem, 0.5769rem + 1.603vw, 2.5rem);
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li .subsub_nav li a {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li .subsub_nav li a::before {
    font-family: "fontello";
    content: "\ed56";
    color: var(--clr_green_dark3);
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav.sp_n > li .subbox dl dd .subnav > li .subsub_nav li a:is(:hover, :focus-visible, .current) {
    background: transparent;
    color: var(--clr_green_dark3);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 36em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 26%;
    z-index: 300;
  }
  .side_btn li {
    margin: 0 0 2rem;
    max-width: clamp(12.5rem, 7.8846rem + 8.013vw, 17.5rem);
  }
  .side_btn li a {
    display: block;
    border: 1px solid var(--clr_gray_light);
  }
}
.sp_ft_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 102;
  width: 100%;
  display: flex;
  height: 5rem;
  box-shadow: 5px 0 5px var(--clr_gray);
}
.sp_ft_bnr li {
  width: 50%;
}
.sp_ft_bnr li:not(:last-child) {
  border-right: 1px solid var(--clr_gray);
}
.sp_ft_bnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.sp_ft_bnr li a img {
  object-fit: contain;
  height: 100%;
}

@media screen and (min-width: 36em), print {
  .sp_ft_bnr {
    display: none;
  }
}
.footer {
  background: var(--clr_green_light);
  font-size: 1.4rem;
  margin: 0 0 5rem;
}
.footer .footer_nav {
  padding: 4rem 3rem;
}
.footer .footer_nav ul li:not(:last-child) {
  margin: 0 0 1.2em;
}
.footer .footer_nav ul li a {
  display: flex;
  align-items: flex-start;
  gap: 0.3em;
}
.footer .footer_nav ul li a::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 1.2rem;
  margin: 0.1em 0 0;
}
.footer .footer_nav .gnavA {
  margin: 0 0 4rem;
}
.footer .footer_nav .gnavA li a {
  font-size: 1.5rem;
}
.footer .footer_nav .gnavA li a::before {
  margin: 0.3em 0 0;
}
.footer .footer_nav .gnav_wrap dl {
  margin: 0 0 3rem;
}
.footer .footer_nav .gnav_wrap dl dt {
  border-bottom: 1px solid var(--clr_txt);
  padding: 0 0 0.6em;
  margin: 0 0 1.8em;
}
.footer .footer_nav .gnav_wrap dl dt a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 1.6rem;
}
.footer .footer_nav .gnav_wrap dl dt a::after {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 1.3rem;
  margin: 0.2em 0 0;
}
.footer .footer_nav .gnav_wrap dl dd > ul > li .ft_sub_sub {
  width: 100%;
  padding: 1em 0 0.3em 0.6em;
}
.footer .footer_nav .gnav_wrap dl dd > ul > li .ft_sub_sub li a {
  display: flex;
  gap: 0.4em;
  align-items: center;
}
.footer .footer_nav .gnav_wrap dl dd > ul > li .ft_sub_sub li a::before {
  font-family: "fontello";
  content: "\ed59";
  font-size: 0.4em;
}
.footer .footer_nav .group_link {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.6rem;
}
.footer .footer_nav .group_link::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 1.2rem;
}
.footer .copy_wrap {
  background: var(--clr_green_dark2);
  text-align: center;
  color: #fff;
  padding: 3rem;
}
.footer .copy_wrap .gnavB li:not(:last-child) {
  margin: 0 0 1rem;
}
.footer .copy_wrap #pageup .pageup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  background: var(--clr_green_dark);
  border-radius: 50%;
}
.footer .copy_wrap #pageup .pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ed54";
}
.footer .copy_wrap #pageup .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;
}
.footer .copy_wrap .copy {
  display: block;
  margin: 3rem auto 1rem;
  max-width: 90%;
}
.footer .copy_wrap .copy_txt {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 36em), print {
  .footer {
    font-size: clamp(1.2rem, 0.7385rem + 0.801vw, 1.7rem);
    margin: 0;
  }
  .footer .footer_nav {
    padding: 6rem 1rem 1rem;
    max-width: 182rem;
    margin: auto;
  }
  .footer .footer_nav ul li a {
    font-size: clamp(1.1rem, 0.9154rem + 0.321vw, 1.3rem);
  }
  .footer .footer_nav ul li a::before {
    margin: 0;
  }
  .footer .footer_nav ul li a:is(:hover, :focus-visible) {
    opacity: 1;
    color: var(--clr_green_dark3);
  }
  .footer .footer_nav .gnavA {
    display: flex;
    gap: 4.5rem;
    margin: 0 0 2.5rem;
  }
  .footer .footer_nav .gnavA li a {
    font-size: clamp(1.2rem, 0.7385rem + 0.801vw, 1.7rem);
  }
  .footer .footer_nav .gnav_wrap {
    display: flex;
    justify-content: space-between;
    gap: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .footer .footer_nav .gnav_wrap dl {
    flex: 1;
    margin: 0 0 clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  .footer .footer_nav .gnav_wrap dl dt a {
    font-size: clamp(1.3rem, 0.7462rem + 0.962vw, 1.9rem);
  }
  .footer .footer_nav .gnav_wrap dl dt a:is(:hover, :focus-visible) {
    opacity: 1;
    color: var(--clr_green_dark3);
  }
  .footer .footer_nav .gnav_wrap > div {
    flex: 1;
  }
  .footer .footer_nav .group_link {
    font-size: clamp(1.3rem, 0.7462rem + 0.962vw, 1.9rem);
  }
  .footer .footer_nav .group_link span {
    transition: 0.2s;
  }
  .footer .footer_nav .group_link:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .footer .footer_nav .group_link:is(:hover, :focus-visible) span {
    color: var(--clr_green_dark3);
  }
  .footer {
    container: tab/inline-size;
  }
  @container tab (width < 1024px) {
    .footer .footer_nav .gnav_wrap {
      flex-wrap: wrap;
      gap: 2rem;
    }
    .footer .footer_nav .gnav_wrap > div, .footer .footer_nav .gnav_wrap dl {
      flex: auto;
      min-width: calc((100% - 2rem) / 2);
    }
    .footer .footer_nav .gnav_wrap .group_link {
      margin: 0 0 3rem;
    }
  }
  .footer .copy_wrap {
    padding: 4rem 1rem;
    position: relative;
  }
  .footer .copy_wrap .gnavB {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, -4.9231rem + 12.019vw, 9.5rem);
    justify-content: center;
    align-items: center;
  }
  .footer .copy_wrap .gnavB li:not(:last-child) {
    margin: 0;
  }
  .footer .copy_wrap .gnavB li a {
    font-size: clamp(1.1rem, 0.9154rem + 0.321vw, 1.3rem);
  }
  .footer .copy_wrap #pageup {
    position: absolute;
    right: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    bottom: 2rem;
  }
  .footer .copy_wrap #pageup .pageup {
    width: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
    height: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
    font-size: clamp(2rem, 1.0769rem + 1.603vw, 3rem);
  }
  .footer .copy_wrap .copy {
    margin: clamp(6rem, 1.3846rem + 8.013vw, 11rem) auto 2rem;
    max-width: 37.2rem;
  }
  .footer .copy_wrap .copy_txt {
    font-size: clamp(1rem, 0.7231rem + 0.481vw, 1.3rem);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 48rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list .slick-slide {
  position: relative;
}
.keyvsl #keyvsl .slick-list .slick-slide::after {
  content: "";
  width: 100%;
  height: 45rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/index_keyv_gradient.webp) no-repeat center/cover;
  opacity: 0;
  transition: 1s;
}
.keyvsl #keyvsl .slick-list .slick-slide.fadein::after {
  opacity: 1;
}
.keyvsl #keyvsl .slick-list div img {
  width: 100%;
  height: 45rem !important;
  object-fit: cover;
  margin: auto;
  display: block;
}
.keyvsl .slick-dots {
  z-index: 2;
}
.keyvsl .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
}
.keyvsl .slick-dots li button {
  opacity: 1;
  background: rgb(var(--rgb_txt)/0.2);
}
.keyvsl .slick-dots li.slick-active button {
  background: var(--clr_blue);
}
.keyvsl .catch_wrap {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.keyvsl .catch_wrap .catch {
  opacity: 0;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 2.8rem;
  margin: 0;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 5rem;
  line-height: 1.8;
  transition: 1s;
  letter-spacing: 0.27em;
}
.keyvsl .catch_wrap .catch.active {
  opacity: 1;
}

@media screen and (min-width: 36em), print {
  .keyvsl #keyvsl {
    height: auto;
    max-width: 200rem;
    margin: auto;
    aspect-ratio: 1.9/1;
  }
  .keyvsl #keyvsl .slick-list .slick-slide::after {
    height: auto;
    aspect-ratio: 2.1/1;
    max-width: 200rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: auto !important;
    aspect-ratio: 2.1/1;
  }
  .keyvsl .slick-dots {
    margin: 1.5rem 0 0;
  }
  .keyvsl .slick-dots li {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
  }
  .keyvsl .catch_wrap {
    max-width: 120rem;
    margin: auto;
  }
  .keyvsl .catch_wrap .catch {
    font-size: clamp(2.8rem, -0.3385rem + 5.449vw, 6.2rem);
    bottom: clamp(2rem, -7.2308rem + 16.026vw, 12rem);
    line-height: 1.4;
  }
}
.tit_02_top {
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 2rem;
}
.tit_02_top::after {
  content: attr(data-txt);
  color: var(--clr_green_dark3);
  display: block;
  font-size: 56%;
  margin: 0.1em 0 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (min-width: 36em), print {
  .tit_02_top {
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
    margin: 0 0 clamp(3rem, 1.1538rem + 3.205vw, 5rem);
  }
}
.top_nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.top_nav li a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--clr_green);
  color: #fff;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
.top_nav li a::before {
  font-size: 5rem;
  line-height: 1;
}
.top_nav li a.btn01::before {
  font-family: "fontello";
  content: "\ed5a";
}
.top_nav li a.btn02::before {
  font-family: "fontello";
  content: "\ed5b";
}
.top_nav li a.btn03::before {
  font-family: "fontello";
  content: "\ed5c";
}
.top_nav li a.btn04::before {
  font-family: "fontello";
  content: "\ed5d";
}
.top_nav li a.btn05::before {
  font-family: "fontello";
  content: "\ed5e";
}
.top_nav li a.btn06::before {
  font-family: "fontello";
  content: "\ed60";
}
.top_nav li a.btn07::before {
  font-family: "fontello";
  content: "\ed61";
}
.top_nav li a.btn08::before {
  font-family: "fontello";
  content: "\ed5f";
}
.top_nav li a span {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_nav li:nth-child(2n) a {
  background: var(--clr_green_dark3);
}

.stores {
  padding: 4rem 3rem;
}
.stores .top_nav {
  gap: 2rem;
}

.top_menu {
  padding: 4rem 1rem;
}
.top_menu .top_nav li a {
  background: var(--clr_green_dark3);
}
.top_menu .top_nav li:nth-child(2n) a {
  background-color: var(--clr_green);
}

@media screen and (min-width: 36em), print {
  .top_nav {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .top_nav li a {
    padding: 2.5rem 0.5rem;
    font-size: clamp(1.3rem, 0.1923rem + 1.923vw, 2.5rem);
  }
  .top_nav li a::before {
    font-size: 384%;
    line-height: 0.8;
  }
  .top_nav li a span {
    min-height: clamp(4.5rem, 2.1923rem + 4.006vw, 7rem);
  }
  .top_nav li a:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
  .stores {
    padding: 4rem 1rem 9rem;
    max-width: 122rem;
    margin: auto;
  }
  .stores .top_nav {
    gap: clamp(3rem, 0.2308rem + 4.808vw, 6rem);
  }
  .stores .top_nav li {
    flex: 1;
  }
  .top_menu {
    padding: 4rem 0;
    width: 100%;
    margin: auto;
  }
  .top_menu .top_nav {
    gap: 0;
  }
  .top_menu .top_nav li {
    width: 33.3333333333%;
  }
}
.topics_info, .event_info {
  padding: 4rem 1rem;
}
.topics_info .more, .event_info .more {
  display: flex;
  align-items: center;
  gap: 0.2em;
  margin: 2em 0 0 auto;
  width: fit-content;
  text-decoration: none !important;
  font-size: 1.6rem;
}
.topics_info .more::after, .event_info .more::after {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 80%;
}

.info_editor_style .accordion-container .accordion-item {
  padding: 1.5em 0;
  border-top: 1px solid var(--clr_gray);
}
.info_editor_style .accordion-container .accordion-item:last-of-type {
  border-bottom: 1px solid var(--clr_gray);
}
.info_editor_style .accordion-container .accordion-item .accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 1.8;
}
.info_editor_style .accordion-container .accordion-item .accordion-header .accordion-date {
  display: block;
  font-size: 87.5%;
}
.info_editor_style .accordion-container .accordion-item .accordion-content {
  margin: 1em 0 0;
  line-height: 1.8;
}

@media screen and (min-width: 36em), print {
  .topics_info, .event_info {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 1rem;
    max-width: 122rem;
    margin: auto;
  }
  .topics_info .more, .event_info .more {
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
  }
  .topics_info .more:is(:hover, :focus-visible), .event_info .more:is(:hover, :focus-visible) {
    opacity: 1;
    color: var(--clr_green_dark3);
  }
  .info_editor_style .accordion-container .accordion-item {
    padding: 1.5em 0 1.5em 2em;
  }
  .info_editor_style .accordion-container .accordion-item .accordion-header {
    display: flex;
    align-items: first baseline;
    justify-content: flex-start;
    gap: 1.5em;
  }
  .info_editor_style .accordion-container .accordion-item .accordion-header .accordion-title {
    flex: 1;
    transition: 0.2s;
  }
  .info_editor_style .accordion-container .accordion-item .accordion-header:is(:hover, :focus-visible) .accordion-title {
    color: var(--clr_green_dark3);
  }
  .info_editor_style .accordion-container .accordion-item .accordion-content {
    margin: 1em 0 0 8.1em;
  }
}
.important_news {
  padding: 4rem 1rem;
}
.important_news ul li:not(:last-child) {
  margin: 0 0 0.8em;
}
.important_news ul li button {
  display: flex;
  gap: 0.4em;
  align-items: flex-start;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-align: left;
}
.important_news ul li button::before {
  font-family: "fontello";
  content: "\ed56";
  color: var(--clr_green_dark3);
  font-size: 1rem;
  margin: 0.4em 0 0;
}
.important_news ul li button:is(:hover, :focus-visible) {
  color: var(--clr_green_dark3);
}
.important_news .modal_box {
  border: none;
  padding: 2rem 1rem;
  overflow: hidden;
}
.important_news .modal_box::backdrop {
  background: rgb(var(--rgb_green_dark)/0.6);
  backdrop-filter: blur(0.6rem);
}
.important_news .modal_box .modal_inner {
  height: 78dvh;
  overflow-y: auto;
}
.important_news .modal_box .modal_inner dl dt.posts-title {
  color: var(--clr_green_dark);
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0 0 0.2em;
  border-bottom: 1px solid var(--clr_green_dark);
}
.important_news .modal_box .close_modal {
  margin: 2em 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.important_news .modal_box .close_modal::after {
  font-family: "fontello";
  content: "\ecfe";
  padding: 0.1em 0 0;
}

@media screen and (min-width: 36em), print {
  .important_news {
    padding: 0 1rem 6rem;
  }
  .important_news ul {
    max-width: 120rem;
    margin: auto;
  }
  .important_news ul li button::before {
    margin: 0.6em 0 0;
  }
  .important_news .modal_box {
    width: min(100rem, 100% - 4rem);
    padding: 3rem;
  }
  .important_news .modal_box .modal_inner {
    max-height: 70dvh;
  }
  .important_news .modal_box .modal_inner dl dt.posts-title {
    font-size: clamp(1.9rem, 1.0692rem + 1.442vw, 2.8rem);
  }
}
body:not(.index) {
  margin: 6rem 0 0;
  position: relative;
}
body:not(.index)::before {
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  position: fixed;
  inset: 0;
  top: 6rem;
  z-index: -1;
}
body:not(.index).expertise::before {
  background: url(../img/expertise_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index).home_care::before {
  background: url(../img/home_care_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index).convenience::before {
  background: url(../img/convenience_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index).relief::before {
  background: url(../img/relief_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index).online_medication_teaching::before {
  background: url(../img/online_medication_teaching_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index).prescription::before {
  background: url(../img/prescription_bg_sp.jpg) no-repeat center top/cover;
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 0 2rem 6rem;
  padding: 3rem 1.5rem;
  background: #fff;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=textlink], .lst_anc > li > a) {
  color: var(--clr_green_dark3);
}
@media screen and (min-width: 36em), print {
  body:not(.index) {
    margin: 0;
  }
  body:not(.index)::before {
    height: 100%;
    top: 0;
  }
  body:not(.index).expertise::before {
    background: url(../img/expertise_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index).home_care::before {
    background: url(../img/home_care_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index).convenience::before {
    background: url(../img/convenience_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index).relief::before {
    background: url(../img/relief_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index).online_medication_teaching::before {
    background: url(../img/online_medication_teaching_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index).prescription::before {
    background: url(../img/prescription_bg.jpg) no-repeat center top/cover;
  }
  body:not(.index) .main {
    width: min(101rem, 100% - 6rem);
    margin: 0 auto 8rem;
    padding: clamp(4rem, 0.3077rem + 6.41vw, 8rem) clamp(2rem, -1.2308rem + 5.609vw, 5.5rem);
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.bnr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 36em), print {
  .bnr_wrap {
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
  }
}

.bnr {
  display: block;
  width: fit-content;
  border: 1px solid var(--clr_gray);
  transition: 0.2s;
}

@media screen and (min-width: 36em), print {
  .bnr:is(:hover, :focus-visible) {
    box-shadow: 0 0 1rem rgb(var(--rgb_gray)/0.4);
  }
}
.private_brand_slide .slick-track {
  display: flex;
}
.private_brand_slide .slick-slide {
  margin: 0 0.5rem;
  height: auto;
  display: flex;
}
.private_brand_slide .slide_wrap {
  display: flex;
  height: 100%;
}
.private_brand_slide .slide_wrap a {
  color: var(--clr_txt) !important;
  padding: 1rem 1rem 5rem;
  border: 2px solid var(--clr_green_dark3);
  border-radius: 4px 4px 4px 4px;
}
@media screen and (min-width: 36em), print {
  .private_brand_slide .slide_wrap a {
    border-radius: 8px 8px 8px 8px;
  }
}
.private_brand_slide .slide_wrap a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  height: 100%;
  position: relative;
}
.private_brand_slide .slide_wrap a img {
  width: 100%;
}
.private_brand_slide .slide_wrap a p {
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.private_brand_slide .slide_wrap a .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: var(--clr_green_dark3);
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 36em), print {
  .private_brand_slide {
    max-width: 88rem;
    width: 100%;
    margin: auto;
  }
  .private_brand_slide .slick-slide {
    margin: 0 1rem;
    width: clamp(22rem, 17.3846rem + 8.013vw, 27rem);
  }
  .private_brand_slide .slide_wrap a {
    padding: 1rem 1rem 6rem;
    gap: 1.5rem;
  }
  .private_brand_slide .slide_wrap a img {
    max-width: 65%;
  }
  .private_brand_slide .slide_wrap a:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  .private_brand_slide:not(.slick-initialized) {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .private_brand_slide:not(.slick-initialized) .slide_wrap {
    width: clamp(22rem, 17.3846rem + 8.013vw, 27rem);
  }
}
.slick-arrow {
  position: absolute;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 3.2rem;
  height: 3.2rem;
  background: var(--clr_green_dark3);
  border-radius: 50%;
  border: 3px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.slick-arrow::before {
  font-size: 1.2rem;
  color: #fff;
  transition: 0.3s;
}
.slick-arrow.slick-prev {
  left: -7%;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\ed58";
}
.slick-arrow.slick-next {
  right: -7%;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\ed56";
}
@media screen and (min-width: 36em), print {
  .slick-arrow.slick-prev {
    left: -1%;
  }
  .slick-arrow.slick-next {
    right: -1%;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

@media screen and (min-width: 36em), print {
  .product_info {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 0 2rem;
  }
  .product_info img {
    grid-row: 1/span 4;
  }
}
body[class*=brand_] .tbl_basic td {
  text-align: left;
}

.bknb .tit_02 {
  margin: 0;
}
.bknb .bknb_box {
  border-bottom: 1px solid var(--clr_txt);
  padding: 3rem 0;
  margin: 0;
}
.bknb .bknb_box img {
  max-width: 60%;
  margin: 0 auto 2rem;
}
.bknb .bknb_box .txt_wrap .tit_03 {
  font-size: 1.6rem;
  font-weight: 500;
}
.bknb .bknb_box .txt_wrap .textlink {
  margin: 1.5em 0 0;
  font-size: 112.5%;
}

@media screen and (min-width: 36em), print {
  .img_rotate {
    transform: rotate(10deg);
  }
  .bknb {
    max-width: 70rem;
    margin: auto;
  }
  .bknb .bknb_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    padding: clamp(4rem, 2.1538rem + 3.205vw, 6rem) 0;
  }
  .bknb .bknb_box img {
    max-width: 30%;
    margin: 0;
  }
  .bknb .bknb_box .txt_wrap {
    flex: 1;
  }
  .bknb .bknb_box .txt_wrap .tit_03 {
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
  }
}
.tayoris_bg_green {
  background: var(--clr_green_dark4);
  padding: 2rem 1rem;
}

body.online_medication_teaching .youtube {
  margin: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
body.online_medication_teaching .qr .pc_n li a {
  display: block;
  margin: 0 2rem 1rem;
}

@media screen and (min-width: 36em), print {
  body.online_medication_teaching .youtube {
    max-width: 60rem;
  }
  body.online_medication_teaching .qr {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  body.online_medication_teaching .qr .sp_n {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  body.online_medication_teaching {
    container: tab/inline-size;
  }
  @container tab (width < 700px) {
    body.online_medication_teaching .qr {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
    }
  }
}
.flex_box:not(:last-of-type) {
  margin: 0 0 4rem;
}
.flex_box img {
  max-width: 65%;
  margin: 0 auto 2rem;
}
.flex_box .tit_03 {
  color: var(--clr_green_dark5);
}

@media screen and (min-width: 36em), print {
  .flex_box {
    display: flex;
    gap: clamp(2rem, -1.6923rem + 6.41vw, 6rem);
    align-items: flex-start;
  }
  .flex_box:not(:last-of-type) {
    margin: 0 0 clamp(5rem, 2.2308rem + 4.808vw, 8rem);
  }
  .flex_box img {
    max-width: 40%;
    margin: 0;
  }
  .flex_box > section, .flex_box > div {
    flex: 1;
  }
}
.formselect {
  display: block;
  margin: 4rem auto;
  padding: 1rem;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--clr_green_light2) url(../img/icon_arrow_dropdown.svg) no-repeat right 0.6em center/1.3em auto;
}

@media screen and (min-width: 36em), print {
  .formselect {
    width: 80%;
    max-width: 50rem;
    margin: clamp(4rem, 0.3077rem + 6.41vw, 8rem) auto;
    padding: 2rem clamp(4rem, 0.3077rem + 6.41vw, 8rem);
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
  }
}
.form_box {
  display: none;
}

body.customer_information .tbl_basic {
  text-align: left;
}
body.customer_information .tbl_basic tr th[scope=row] {
  vertical-align: top;
}

body.sitemap .sitemap_lst li {
  border-bottom: 1px solid var(--clr_gray);
}
body.sitemap .sitemap_lst li.indent a {
  margin: 0 0 0 1.5em;
}
body.sitemap .sitemap_lst li a {
  color: var(--clr_txt) !important;
  text-decoration: none !important;
  padding: 1em 0 1em 1.2em;
  line-height: 1.6;
  display: block;
  position: relative;
}
body.sitemap .sitemap_lst li a::before {
  font-family: "fontello";
  content: "\eabe";
  color: var(--clr_green_dark2);
  position: absolute;
  top: 1.5em;
  left: 0;
  font-size: 80%;
}
body.sitemap .nav_wrap {
  margin: 2rem 0 0;
}

@media screen and (min-width: 36em), print {
  body.sitemap .sitemap_lst li a:is(:hover, :focus-visible) {
    color: var(--clr_green_dark3) !important;
    opacity: 1;
  }
  body.sitemap .nav_wrap {
    margin: 4rem 0 0;
    display: flex;
    gap: 4rem;
  }
  body.sitemap .nav_wrap > .sitemap_lst {
    flex: 1;
    position: relative;
  }
  body.sitemap .nav_wrap > .sitemap_lst:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--clr_gray);
    position: absolute;
    top: 0;
    right: -2rem;
  }
  body.sitemap {
    container: tab/inline-size;
  }
  @container tab (width < 650px) {
    body.sitemap .nav_wrap {
      display: block;
    }
    body.sitemap .nav_wrap > .sitemap_lst:not(:last-of-type)::after {
      display: none;
    }
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */