@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #212121;
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #212121;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .e-layout_size--small, .base--small, .e-layout_size--default, .base, .e-layout_size--large, .base--large, .e-layout_size--wide, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1800px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large, .e-layout_size--wide {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large, .e-layout_size--wide {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large, .e-layout_size--wide {
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
.base--large [class*=base], .e-layout_size--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base, .e-layout_size--large {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base, .e-layout_size--large {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base, .e-layout_size--large {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
.base [class*=base], .e-layout_size--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small, .e-layout_size--default {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small, .e-layout_size--default {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small, .e-layout_size--default {
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
.base--small [class*=base], .e-layout_size--default [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss, .e-layout_size--small {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss, .e-layout_size--small {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss, .e-layout_size--small {
    max-width: 1000px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--large.last_section {
  padding-bottom: calc(120px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(120px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(120px + 130px);
  }
}

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(80px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(80px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 240px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #e1e8d5;
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c-grid {
    flex-direction: column;
  }
}

.c-gridItem {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .c-gridItem {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  .c-gridItem {
    margin-bottom: 20px;
  }
}
.c-gridItem--cell30 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf::before {
    display: none;
  }
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before, .c-grid--row4::after {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4_spHalf::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf::before, .c-grid--row4_spHalf::after {
    display: none;
  }
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  breadcrumb.scss
==============================================================*/
.c-pan {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pan {
    display: block;
    position: relative;
    z-index: 20;
  }
}
.c-pan ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  font-size: 0.875rem;
  color: #212121;
  line-height: 1.2;
}
.c-pan ul li + li {
  padding-left: 20px;
  position: relative;
}
.c-pan ul li + li::before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.c-pan ul li:last-of-type {
  flex: 1;
}
.c-pan ul a {
  color: #212121;
  display: inline-block;
}
.c-pan ul a:hover {
  text-decoration: underline;
}

/*=============================================================
  category.scss
==============================================================*/
.c-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.c-categoryList li a,
.c-categoryList li span {
  display: block;
  border: 2px solid #c5e0dc;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #007567;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .c-categoryList li a,
  .c-categoryList li span {
    font-size: 0.9375rem;
    border-radius: 50px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .c-categoryList li a,
  .c-categoryList li span {
    font-size: 1rem;
    padding: 20px 30px;
    transition: all 0.1s;
    border-radius: 60px;
  }
}
@media screen and (min-width: 960px) {
  .c-categoryList li a:hover,
  .c-categoryList li span:hover {
    border-color: #007567;
  }
}
.c-categoryList li.is-active a,
.c-categoryList li.is-active span {
  background: #007567;
  border-color: #007567;
  color: #fff;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .txtbox p,
  .txt {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.txtbox:not(.entryBody) p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox:not(.entryBody) p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txt--small {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--small {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .txt--small {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.txt--small + .txt, .txt + .txt--small {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--small + .txt, .txt + .txt--small {
    margin-top: 20px;
  }
}

.txt--big {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--big {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .txt--big {
    font-size: 1.1875rem;
    line-height: 1.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--big + .txt, .txt + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-notesMark {
  position: relative;
  padding-left: 15px;
}
.c-notesMark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#testEnvironment {
  width: 100%;
  background: #CF1212;
  padding: 10px 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  color: #fff;
}

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  font-weight: bold;
  position: relative;
  text-align: center;
  max-inline-size: max-content;
  margin: 0 auto;
  max-width: 90%;
  color: #007567;
  padding-top: 50px;
  font-size: clamp(1.5rem, 1.284rem + 0.962vw, 2.125rem);
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .c-heading01 {
    padding-top: 65px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01 {
    padding-top: 80px;
    margin-bottom: 60px;
    max-width: 80%;
  }
}
.c-heading01::before {
  content: "";
  display: block;
  background: url(../../img/inner/icon_title.png) no-repeat center center/contain;
  aspect-ratio: 51/62;
  width: 35px;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
@media screen and (min-width: 560px) {
  .c-heading01::before {
    width: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01::before {
    width: 51px;
  }
}

.c-heading02 {
  background: #d5e9e3;
  border-left: 4px solid #246c61;
  padding: 15px 20px;
  font-size: clamp(1.125rem, 0.995rem + 0.577vw, 1.5rem);
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .c-heading02 {
    border-width: 5px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading02 {
    border-width: 7px;
    margin-bottom: 30px;
  }
}

.c-heading03 {
  font-size: clamp(1.125rem, 0.995rem + 0.577vw, 1.5rem);
  margin-bottom: 20px;
  line-height: 1.3;
  color: #007567;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .c-heading03 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading03 {
    margin-bottom: 30px;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 {
  display: block;
  max-inline-size: max-content;
  font-size: 0.8125rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 20px 40px;
  color: #007567;
  line-height: 1.3;
  border-radius: 50px;
  border: 1px solid #246c61;
  position: relative;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .c-btn01 {
    font-size: 0.9375rem;
    padding: 25px 55px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 {
    font-size: 1.0625rem;
    padding: 25px 70px;
    transition: all 0.1s;
  }
}
.c-btn01::before, .c-btn01::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}
.c-btn01::before {
  z-index: 10;
  background: #246c61;
  transition: all 0.1s;
}
.c-btn01::after {
  z-index: 5;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn01:hover {
    background: #007567;
    color: #fff;
  }
  .c-btn01:hover::before {
    right: -20px;
  }
}
.c-btn01--center {
  margin-inline: auto;
}
.c-btn01--right {
  margin-left: auto;
}
.c-btn01--back::before, .c-btn01--back::after {
  left: 0;
}
@media screen and (min-width: 960px) {
  .c-btn01--back:hover::before {
    left: -20px;
  }
}

/*=============================================================
  formParts.scss
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #007567;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

/*=============================================================
  formlayout.scss
==============================================================*/
.formWrap {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.formTable {
  width: 100%;
  border-bottom: 1px solid #aaa;
}
.formTable caption {
  background: #007567;
  color: #fff;
  padding: 10px 20px;
  font-size: clamp(1rem, 0.786rem + 0.952vw, 1.5rem);
  margin-top: 40px;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formTable caption {
    border-width: 5px;
    margin-top: 60px;
    padding: 10px 25px;
  }
}
@media screen and (min-width: 960px) {
  .formTable caption {
    border-width: 7px;
    margin-top: 80px;
    padding: 15px 30px;
  }
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .formTable th,
  .formTable td {
    padding-left: 0;
    padding-right: 0;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .formTable th {
    padding-top: 35px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .formTable th {
    font-size: 1.125rem;
    padding-top: 40px;
  }
}
.formTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .formTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.formTable th small {
  font-size: 88%;
  display: inline-block;
  padding-left: 10px;
}
.formTable th.formTable_th--nini span {
  background: #aaa;
}
.formTable td {
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .formTable td {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .formTable td {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

.formTable--row {
  table-layout: fixed;
}
@media screen and (min-width: 560px) {
  .formTable--row th,
  .formTable--row td {
    display: table-cell;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.formTable--row th {
  font-size: 0.9375rem;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .formTable--row th {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .formTable--row th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 560px) {
  .formTable--row th small {
    padding-left: 35px;
    padding-top: 5px;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .formTable--row th small {
    padding-left: 55px;
  }
}
@media screen and (min-width: 560px) {
  .formTable--row td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 960px) {
  .formTable--row td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
}
.confirmTable th,
.confirmTable td {
  text-align: left;
  padding: 10px 15px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .confirmTable th,
  .confirmTable td {
    padding: 10px 20px;
  }
}
.confirmTable th {
  background: #e1e8d5;
}
.confirmTable th {
  font-size: 0.9375rem;
}
@media screen and (min-width: 560px) {
  .confirmTable th {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th {
    font-size: 1.125rem;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
  padding: 15px 15px 30px 15px;
}
@media screen and (min-width: 560px) {
  .confirmTable td {
    padding: 20px 15px 40px 15px;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable td {
    font-size: 1rem;
    padding: 20px 20px 50px 20px;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.formPointTxt li::before {
  color: #CF1212;
}
.formPointTxt + .formPointTxt {
  margin-top: 5px;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  width: 100%;
  background-color: #007567;
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit] {
    padding: 25px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background-color: rgb(0, 99.45, 87.55);
  }
}
.submit_btn button[type=submit] .c-btniconSvg {
  display: inline-block;
}
.submit_btn button[type=submit] .c-btniconSvg svg {
  fill: #fff;
  width: 16px;
  aspect-ratio: 320/512;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  color: #212121;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 560px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.back_btn button .c-btniconSvg {
  display: inline-flex;
  align-items: center;
  padding-top: 2px;
}
.back_btn button .c-btniconSvg svg {
  fill: #212121;
  width: 16px;
  aspect-ratio: 320/512;
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-ulList li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-olList li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-notesList li {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .c-notesList li {
    padding-left: 20px;
  }
}
.c-notesList li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  loading.scss
==============================================================*/
.loading {
  position: fixed;
  width: 100svw;
  height: 100svh;
  z-index: 9999;
  text-align: center;
  display: none;
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
}
.loading p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(0.75rem, 0.589rem + 0.714vw, 1.125rem);
  height: 100%;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
.loading p strong {
  display: block;
  font-size: 280%;
}
.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 60%);
  background-size: 300%;
  background-position: 100% 100%;
}
.loading.is-active {
  display: block;
}
.loading.is-active::before {
  animation: animaLoading 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes animaLoading {
  0% {
    background-position: 100% 100%;
  }
  30% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.js-fadein {
  opacity: 0;
}

/*=============================================================
  pagetop.scss
==============================================================*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    display: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #007567;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
  }
  .pagetop::before {
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop * {
    display: block;
  }
}

/*=============================================================
  youtube.scss
==============================================================*/
.c-youtube {
  position: relative;
  width: 100%;
}
.c-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

/*=============================================================
  table.scss
==============================================================*/
.c-tableScroll {
  overflow: auto;
  max-width: 100%;
}
.c-tableScroll table {
  width: 680px !important;
}
@media screen and (min-width: 560px) {
  .c-tableScroll table {
    width: 100%;
  }
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #007567;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

@keyframes animeRotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*=============================================================
  header.scss
=============================================================*/
.l-header {
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  transition: background 0.5s;
}
@media screen and (min-width: 560px) {
  .l-header {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-header {
    position: relative;
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-menuopen {
    background: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-menuclose {
    background: #fff;
  }
}
.l-header_logo {
  width: 50%;
  max-width: 320px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header_logo {
    width: 23%;
  }
}
@media screen and (min-width: 1400px) {
  .l-header_logo {
    width: 26%;
  }
}
.l-header_logo a {
  display: block;
  height: 100%;
  aspect-ratio: 350/85;
}
@media screen and (min-width: 960px) {
  .l-header_logo a {
    width: auto;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header_logo a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.l-header_navi {
  display: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-header_navi {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px;
  }
}
.is-menuopen .l-header_navi {
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .l-header.is-scroll {
    position: fixed;
    z-index: 999;
    animation: anime-scrollMenu 0.5s forwards;
    height: 90px;
  }
}
@media screen and (min-width: 960px) {
  .l-header.is-scroll .l-navi {
    display: none;
  }
}

@keyframes anime-scrollMenu {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=============================================================
  navi.scss
=============================================================*/
.l-navi {
  transition: opacity 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-navi {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    max-inline-size: max-content;
    margin-left: auto;
  }
}
.l-navi_item--main {
  border-bottom: 1px solid #007567;
}
@media screen and (min-width: 1200px) {
  .l-navi_item--main {
    border-bottom: none;
    margin: 0 0.5vw;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .l-navi_item--main {
    margin: 0 0.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi_item--main:first-of-type {
    display: none;
  }
}
.l-navi_item--main > a {
  transition: color 0.1s;
}
@media screen and (min-width: 1200px) {
  .l-navi_item--main > a {
    font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1.0625rem);
    padding: 10px 0;
    display: block;
    line-height: 1.3;
    font-weight: bold;
    overflow: hidden;
  }
}
.l-navi_item--main > a:hover {
  color: #007567;
}
@media screen and (min-width: 1200px) {
  .l-navi_item--main:hover > .l-navi_item--sub {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi_item--sub {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border: 2px solid #007567;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    width: 250px;
    position: absolute;
    left: 50%;
    translate: -50%;
    transition: all 0.3s;
  }
}
.l-navi_item--sub li:not(:last-of-type) {
  border-bottom: 2px solid #007567;
}
.l-navi_item--sub a {
  padding: 15px 35px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
  color: #007567;
  transition: all 0.1s;
}
@media screen and (min-width: 1200px) {
  .l-navi_item--sub a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .l-navi_item--sub a:hover {
    background: #539a7a;
    color: #fff;
  }
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/*=============================================================
  drawer.scss
=============================================================*/
.l-drawer {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 990;
}
.l-drawer_inner {
  padding: 110px 5.5% 40px 5.5%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-drawer_inner {
    padding: 110px 5.5% 40px 5.5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_inner {
    padding: 180px 5.5% 40px 5.5%;
  }
}
@media screen and (min-width: 768px) {
  .l-drawer_inner::before {
    content: "";
    width: 47.7%;
    height: 100%;
    display: block;
    background: url(../../img/drawer_bg.jpg) no-repeat center center/cover;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
}

.l-drawerMenu {
  border: 2px solid #007567;
  background: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-drawerMenu {
    width: 45%;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
  }
}
.l-drawerMenu_item--main:not(:last-of-type) {
  border-bottom: 2px solid #007567;
}
.l-drawerMenu_item--main > a {
  display: block;
  padding: 15px 20px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .l-drawerMenu_item--main > a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawerMenu_item--main > a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .l-drawerMenu_item--main > a:hover {
    background: #539a7a;
    color: #fff;
  }
}
.l-drawerMenu_item--sub {
  padding: 0 10px 15px 10px;
}
@media screen and (min-width: 560px) {
  .l-drawerMenu_item--sub {
    display: flex;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-drawerMenu_item--sub {
    padding: 0px 40px 10px 20px;
  }
}
.l-drawerMenu_item--sub a {
  padding: 10px 20px 10px 40px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
  transition: all 0.1s;
}
.l-drawerMenu_item--sub a::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #246c61;
  position: absolute;
  left: 20px;
  top: 19px;
}
@media screen and (min-width: 960px) {
  .l-drawerMenu_item--sub a:hover {
    color: #007567;
  }
}

@media screen and (min-width: 960px) {
  .l-drawerContact {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.l-drawerContact_txt {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-drawerContact_txt {
    display: block;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.l-drawerContact_btn {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
  padding: 40px 0;
}
.l-drawerContact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-drawerContact_btn a {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawerContact_btn a {
    font-size: 1.25rem;
    padding: 40px 20px;
  }
}
.l-drawerContact_btn span {
  width: 30px;
  margin-right: 10px;
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
}
*/
/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  display: block;
  width: 15%;
  min-width: 100px;
  margin-left: auto;
  z-index: 999;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .naviBtn {
    width: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .naviBtn {
    width: 178px;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  border-radius: 30px;
  position: relative;
  transition: 0.4s all;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 27px 0px rgba(37, 110, 96, 0.46);
}
@media screen and (min-width: 960px) {
  .naviBtn button {
    border-radius: 45px;
    height: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .naviBtn button {
    border-radius: 45px;
  }
}
.naviBtn .naviBtn_line {
  position: relative;
}
.naviBtn .naviBtn_line span {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  padding-top: 10px;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .naviBtn .naviBtn_line span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .naviBtn .naviBtn_line span {
    font-size: 1rem;
    padding-top: 20px;
    letter-spacing: 0.1rem;
  }
}
.naviBtn .naviBtn_line span::before, .naviBtn .naviBtn_line span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 1px;
  background: #fff;
  transform-origin: center center;
}
.naviBtn .naviBtn_line span::before {
  top: 0;
}
.naviBtn .naviBtn_line span::after {
  top: 6px;
}
@media screen and (min-width: 1400px) {
  .naviBtn .naviBtn_line span::after {
    top: 10px;
  }
}
.naviBtn .naviBtn_line span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.is-menuopen button span::before {
  transform: translateY(3px) rotate(-12deg);
}
@media screen and (min-width: 1400px) {
  .is-menuopen button span::before {
    transform: translateY(5px) rotate(-12deg);
  }
}
.is-menuopen button span::after {
  transform: translateY(-3px) rotate(12deg);
}
@media screen and (min-width: 1400px) {
  .is-menuopen button span::after {
    transform: translateY(-5px) rotate(12deg);
  }
}

.is-scroll .naviBtn {
  width: 140px;
}
.is-scroll .naviBtn button {
  height: 100%;
}

/*=============================================================
  footer.scss
=============================================================*/
.l-footer {
  background: #2e3032;
}
@media screen and (min-width: 768px) {
  .l-footer_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}

.l-footerAddress {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 560px) {
  .l-footerAddress {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footerAddress {
    width: 50%;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerAddress {
    width: 31%;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerAddress {
    padding: 40px;
  }
}
.l-footerAddress_logo {
  text-align: center;
  width: 60%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 960px) {
  .l-footerAddress_logo {
    width: auto;
  }
}
.l-footerAddress_txt {
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .l-footerAddress_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerAddress_txt {
    font-size: 1rem;
  }
}
.l-footerAddress_txt strong {
  display: inline-block;
  margin-bottom: 5px;
}

.l-footerNavi {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footerNavi {
    display: block;
    width: 31%;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footerNavi li {
  width: 50%;
  margin-bottom: 10px;
}
.l-footerNavi a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 2;
  transition: color 0.1s;
}
@media screen and (min-width: 560px) {
  .l-footerNavi a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerNavi a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi a:hover {
    color: #87c61c;
  }
}

.l-footerLink {
  color: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-footerLink {
    margin-top: 0;
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .l-footerLink {
    width: 25%;
  }
}
.l-footerLink_txt {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .l-footerLink_txt {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerLink_txt {
    font-size: 1.5rem;
  }
}
.l-footerLink_list li:not(:last-of-type) {
  border-bottom: 1px solid #797b7c;
}
.l-footerLink_list a {
  display: block;
  padding: 15px 40px 15px 10px;
  position: relative;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  transition: color 0.1s;
}
@media screen and (min-width: 560px) {
  .l-footerLink_list a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerLink_list a {
    font-size: 1rem;
  }
}
.l-footerLink_list a::before {
  content: "";
  background: url(../../img/icon-arrow_link.png) no-repeat center center/contain;
  width: 16px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 960px) {
  .l-footerLink_list a::before {
    width: 19px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerLink_list a:hover {
    color: #737373;
  }
}

/* copyright
-----------------------------------------*/
.copyright {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 0.75rem;
  line-height: 1.3;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .copyright {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .copyright {
    font-size: 1rem;
    text-align: right;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-contents {
  padding-top: 70px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .l-contents {
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-contents.is-scroll {
    padding-top: 90px;
  }
}
#home .l-contents {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-column_main {
    width: 70%;
    max-width: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .l-column_main {
    width: 72%;
  }
}
.l-column_side {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-column_side {
    width: 25%;
    max-width: 300px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-column_sticky {
    position: sticky;
    top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_sticky {
    top: 120px;
  }
}

.l-side {
  border: 2px solid #007567;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.l-side_heading {
  background: #007567;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .l-side_heading {
    font-size: 1.25rem;
    padding: 20px;
  }
}
.l-side_menu li:not(:last-of-type) {
  border-bottom: 2px solid #007567;
}
.l-side_menu a {
  padding: 15px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
  transition: all 0.1s;
}
@media screen and (min-width: 1200px) {
  .l-side_menu a {
    font-size: 1rem;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-side_menu a:hover {
    background: #539a7a;
    color: #fff;
  }
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  color: #fff;
  width: 100%;
  height: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .l-pageHeading {
    padding: 0 20px;
    height: 150px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading {
    height: 180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-pageHeading_inner {
  background: url(../../img/inner/inner_heading.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_inner {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_inner {
    border-radius: 30px;
  }
}
.l-pageHeading_main {
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_main {
    font-size: 1.75rem;
    max-width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_main {
    font-size: 2rem;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_main {
    font-size: 2.25rem;
  }
}
.l-pageHeading_parent {
  color: #87c61c;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_parent {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_parent {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_parent {
    font-size: 1.5rem;
  }
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (min-width: 560px) {
  .pagination {
    padding: 50px 0;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    padding: 70px 0;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  border: 1px solid #246c61;
  line-height: 1;
  margin-right: -1px;
}
@media screen and (min-width: 960px) {
  .pagination li {
    font-size: 1rem;
  }
}
.pagination li:first-of-type {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.pagination li:last-of-type {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.pagination span, .pagination a {
  transition: all 0.1s;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #212121;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .pagination span:hover, .pagination a:hover {
    background: #e1e8d5;
  }
}
.pagination span.current {
  color: #fff;
  background: #007567;
}

/* entryNavi
---------------------------------------------*/
.entryNaviWrap {
  width: calc(100% + 40px);
  margin: 50px -20px 0 -20px;
}
@media screen and (min-width: 560px) {
  .entryNaviWrap {
    width: 100%;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNaviWrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNaviWrap {
    margin-top: 150px;
  }
}

.entryNavi {
  border-top: 1px solid #246c61;
  border-bottom: 1px solid #246c61;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .entryNavi {
    width: 100%;
    margin: 60px 0 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.entryNavi p {
  position: relative;
  width: 50%;
}
.entryNavi p:first-of-type::after {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  background: #246c61;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entryNavi a {
  display: block;
  position: relative;
  padding: 15px 40px;
  text-decoration: none;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background 0.1s;
}
@media screen and (min-width: 560px) {
  .entryNavi a {
    font-size: 0.9375rem;
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNavi a {
    font-size: 1rem;
    padding: 40px 45px;
  }
}
.entryNavi a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120%;
  transition: color 0.1s;
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover {
    background: #e1e8d5;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover::before, .entryNavi a:hover::after {
    color: #007567;
  }
}
.entryNavi_prev a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  left: 20px;
}
.entryNavi_next {
  text-align: right;
}
.entryNavi_next a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  right: 20px;
}
.entryNavi_back {
  text-align: center;
}
.entryNavi_back a {
  display: block;
  border: 1px solid #246c61;
  color: #212121;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  position: relative;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  font-size: 0.8125rem;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .entryNavi_back a {
    font-size: 0.875rem;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a:hover {
    background: #e1e8d5;
  }
}

/*=============================================================
  top.css
=============================================================*/
.fvWrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .fvWrap {
    padding: 10px min(3vw, 60px) 40px;
    display: flex;
    justify-content: space-between;
    column-gap: min(3vw, 60px);
    background: url(../../img/top/top_bg01.png) no-repeat left top;
  }
}
@media screen and (min-width: 960px) {
  .fvWrap .top-menuWrap {
    flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .fvWrap .top-importantNotesWrap {
    width: 22%;
    max-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .fvWrap .top-importantNotesWrap {
    width: 20%;
  }
}

.mainVisual {
  padding: 40px 20px;
  background: url(../../img/top/promo01.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 560px) {
  .mainVisual {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual {
    display: none;
  }
}

.mainVisual-copy {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .mainVisual-copy {
    padding: 40px;
  }
}
.mainVisual-copy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  opacity: 0.9;
}
.mainVisual-copy_main {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 5px;
  max-inline-size: max-content;
}
@media screen and (min-width: 768px) {
  .mainVisual-copy_main {
    margin-bottom: 10px;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisual-copy_main {
    margin-bottom: 15px;
    padding: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .mainVisual-copy_main {
    margin-top: 0;
  }
}
.mainVisual-copy_main small {
  display: inline-block;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(1.625rem, 1.404rem + 0.983vw, 1.875rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainVisual-copy_main small {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 1600px) {
  .mainVisual-copy_main small br {
    display: none;
  }
}
.mainVisual-copy_main span {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.125rem, 0.696rem + 1.905vw, 2.125rem);
}
@media screen and (min-width: 560px) {
  .mainVisual-copy_main span {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual-copy_main span {
    margin-top: 20px;
  }
}

/*
.mainVisual{
  position: relative;
  background: #fff;
  @include mq-up(lg){
    height: 100%;
  }

  &::before{
    content: '';
    width:100%;
    height:22%;
    position: absolute;
    right:0;
    bottom:15%;
    background: #aad131;
    display: block;
    @include mq-up(lg){
      display: none;
    }
  }

  & > *{

  position: relative;
  z-index: 10;
  }
}

.mainVisual-img{
  @include mq-down(lg){
    width:100%;
    -webkit-mask-image: url("../../img/top/top_slide_mask_sp.svg");
    -webkit-mask-mode: alpha;
    -webkit-mask-size: 100% 100%;
    mask-image: url("../../img/top/top_slide_mask_sp.svg");
    mask-mode: alpha;
    mask-size: 100% 100%;
    z-index: 4;
  }
  @include mq-up(lg){
    //-webkit-mask: none;
    //mask: none;
    height:calc(70vh * 0.8);
  }
  @include mq-up(xxl){
  }

  img{
    object-fit: cover;
    height:100%;
    width:100%;
  }


  &_item{
    @include mq-down(lg){
      width:100%;
      aspect-ratio: 750/611;
    }
    @include mq-up(lg){
      height: 100%;
      //aspect-ratio: 1312/900;
    }

  }
  .slick-slide{
    mix-blend-mode: plus-lighter;
  }

  span.slick-animation{
    will-change: transform;
    animation: slideImg 13s 0s ease-out infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: blur(0px);
  }
  @keyframes slideImg {
    0% { 
      transform: scale(1) rotate(0.0001deg) translate3d(0,0,0);  
    }
    100% { 
      transform: scale(1.1) rotate(0.0001deg);
    }
  }

}

.mainVisual-copy{
  padding:0 20px;
  position: relative;
  z-index: 10;
  @include mq-up(sm){
    padding: 0 40px;
  }
  @include mq-up(lg){
    padding: 0 40px;
    position: absolute;
    left:0;
    bottom:0;
  }

  @include mq-up(xxl){
  }

  &_main{
    display: block;
    position: relative;
    padding:10px 20px;
    margin-top: -20%;
    margin-bottom: 5px;
    max-inline-size: max-content;
    @include mq-up(md){
      margin-bottom: 10px;
      padding:15px 30px;
    }
    @include mq-up(xl){
      margin-bottom: 15px;
      padding:20px;
    }
    @include mq-up(xxl){
      margin-top: 0;
    }

    small{
      display: inline-block;
      background:linear-gradient(135deg,#216a61 0%,#87c61c 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      @include m-ff_eiji;
      @include m-font-clamp(30,65,360,767);
      line-height: 1;
      @include mq-up(md){
        //@include m-font-clamp(65,90,768,1900);
        @include m-font-size(65);
      }
      @include mq-up(lg){
        @include m-font-clamp(55,70,768,1800);
      }

      br{
        @include mq-up(wide){
          display: none;
        }
      }
    }

    span{
      display: inline-block;
      margin-top: 10px;
      color:#fff;
      @include m-font-clamp(20,34);
      text-shadow: 1px 1px 0 #448959, -1px -1px 0 #448959,
      -1px 1px 0 #448959,  1px -1px 0 #448959,
      1px 0 0 #448959, -1px  0 0 #448959,
      0 1px 0 #448959,  0 -1px 0 #448959;
      letter-spacing: 0.1rem;
      @include mq-up(sm){
        margin-top: 20px;
      }
      @include mq-up(lg){
        margin-top: 20px;
      }
    }

    &::before,
    &::after{
      content: '';
      height:100%;
      width: 20px;
      display: block;
      border-width:5px;
      border-style: solid;
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      @include mq-up(md){
        border-width:8px;
      }
      @include mq-up(xl){
        border-width:10px;
      }
      @include mq-up(wide){
        border-width:12px;
      }

    }
    &::before{
      border-color:#216a61;
      border-right:none;
      left:-5px;
      @include mq-up(md){
        left:-8px;
      }
      @include mq-up(xl){
        left:-10px;
      }
      @include mq-up(wide){
        left:-12px;
      }
    }
    &::after{
      border-color:#87c61c;
      border-left:none;
      right:-5px;
      @include mq-up(md){
        right:-8px;
      }
      @include mq-up(xl){
        right:-10px;
      }
    }
  }



  &_txt{
    background: #fff;
    padding:15px 20px;
    @include m-font-size(14);
    @include m-font-clamp(14,26);
    line-height: 1.8;
    font-weight: bold;
    margin-left:-20px;
    @include mq-up(sm){
      max-inline-size: max-content;
      padding:25px 30px;
      margin-left:-5px;
    }
    @include mq-up(md){
      margin-left:-10px;
    }
    @include mq-up(lg){
      padding:30px 40px;
    }
    @include mq-up(xl){
      margin-left:-15px;
    }
  }

  &_txt02{
    display: inline-block;
    margin-left:-20px;
    margin-top: 10px;
    position: relative;
    @include mq-up(sm){
      margin-left:-5px;
    }
    @include mq-up(md){
      margin-left:-10px;
    }
    @include mq-up(xl){
      margin-left:-15px;
    }
    @include mq-up(wide){
      margin-left:-18px;
    }

    span{
      display: inline-block;
      background: $color_main;
      color:#fff;
      @include m-font-clamp(18,30,360,1400);
      font-weight: bold;
      padding:20px;
      position: relative;
      z-index: 10;
      @include mq-up(md){
        padding:25px 30px;
        margin-left: 20px;
      }
      @include mq-up(xl){
      }
    }

  }
}



.mainVisual-img02{
  width:40%;
  border-radius: 0 0 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
  max-width: 400px;
  @include mq-up(lg){
    margin-top: -50px;
  }
  @include mq-up(xl){
    position: absolute;
    left:0;
    bottom:0;
    margin-top: 0;
  }
}


*/
.top-scroll,
.top-scroll_animation {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-scroll,
  .top-scroll_animation {
    width: 150px;
    aspect-ratio: 240/240;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    translate: 0 -50%;
    z-index: 10;
    transition: all 0.1s;
  }
}
@media screen and (min-width: 1400px) {
  .top-scroll,
  .top-scroll_animation {
    right: 20px;
    width: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .top-scroll,
  .top-scroll_animation {
    right: 4%;
    width: 220px;
    translate: 0 -30%;
  }
}
.top-scroll:hover,
.top-scroll_animation:hover {
  opacity: 0.8;
}

.top-scroll_animation {
  mix-blend-mode: difference;
}
.top-scroll_animation::before {
  content: "";
  background: url(../../img/top/top_scroll.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform-origin: center center;
  animation: animeRotation 20s linear infinite;
  transition: all 0.1s;
}
@keyframes animeRotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.top-scroll_animationhover::before {
  opacity: 0.5;
}

.top-scroll a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top-contentsWrap {
  background: url(../../img/top/top_bg01.png) no-repeat left top;
  background-size: 150%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top-contentsWrap {
    margin-top: -260px;
    padding-top: 260px;
    background-size: auto;
  }
}
@media screen and (min-width: 1600px) {
  .top-contentsWrap {
    background-size: contain;
  }
}

#top-contents {
  scroll-margin-top: 70px;
}
@media screen and (min-width: 768px) {
  #top-contents {
    scroll-margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  #top-contents {
    scroll-margin-top: 120px;
  }
}

.top-importantNotesWrap {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 560px) {
  .top-importantNotesWrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotesWrap {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .top-importantNotes {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.top-importantNotes.space--large {
  padding-bottom: 0;
}
.top-importantNotes_heading {
  background: #007567;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 560px) {
  .top-importantNotes_heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotes_heading {
    padding: 15px 15px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-importantNotes_heading {
    padding: 15px 20px;
  }
}
.top-importantNotes_heading span {
  width: 20px;
  margin-right: 15px;
}
@media screen and (min-width: 560px) {
  .top-importantNotes_heading span {
    width: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotes_heading span {
    width: 25px;
    margin-right: 10px;
  }
}
.top-importantNotes_inner {
  border: 1px solid #007567;
  background: rgba(226, 242, 235, 0.6);
}
@media screen and (min-width: 960px) {
  .top-importantNotes_inner {
    overflow: auto;
    height: 100%;
  }
}
.top-importantNotes_item {
  border-bottom: 1px solid #b3d9c8;
}
.top-importantNotes_item a {
  display: block;
  transition: background 0.1s;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .top-importantNotes_item a {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotes_item a:hover {
    background: #fff;
  }
}
.top-importantNotes_title {
  color: #007567;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
}
.top-importantNotes_title::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: url(../../img/top/arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .top-importantNotes_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-importantNotes_title {
    font-size: 1rem;
  }
}
.top-importantNotes_date {
  margin-bottom: 5px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .top-importantNotes_date {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotes_date {
    font-size: 0.8125rem;
  }
}
.top-importantNotes_entry {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .top-importantNotes_entry {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-importantNotes_entry {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.top-importantNotes_entry p + p {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .top-importantNotes_entry p + p {
    margin-top: 20px;
  }
}

.top-menuWrap {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top-menuWrap {
    background-size: auto;
  }
}
@media screen and (min-width: 1600px) {
  .top-menuWrap {
    background-size: contain;
  }
}
@media screen and (min-width: 960px) {
  .top-menuWrap.space--small {
    padding: 0;
  }
}

.top-menu {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .top-menu {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-menu {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-menu {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-menuItem {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-menuItem {
    width: 100%;
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem {
    width: 100%;
    transition: all 0.1s;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem:hover {
    box-shadow: 0 0 20px rgba(0, 117, 103, 0.3);
    position: relative;
    z-index: 200;
  }
}
.top-menuItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .top-menuItem[data-aos]:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem[data-aos]:nth-of-type(3n-2) {
    transition-delay: 0s;
  }
  .top-menuItem[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.1s;
  }
  .top-menuItem[data-aos]:nth-of-type(3n) {
    transition-delay: 0.2s;
  }
}
.top-menuItem a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #007567;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .top-menuItem a {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem a {
    flex-direction: column;
    border: none;
  }
}
.top-menuItem_img {
  width: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-menuItem_img {
    aspect-ratio: 1/1.2;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem_img {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 1400px) {
  .top-menuItem_img {
    aspect-ratio: auto;
  }
}
.top-menuItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-menuItem_inner {
  width: 50%;
  padding: 15px;
}
@media screen and (min-width: 560px) {
  .top-menuItem_inner {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem_inner {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem_inner {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .top-menuItem_inner {
    padding: 30px;
  }
}
.top-menuItem_number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.589rem + 0.714vw, 1.125rem);
}
@media screen and (min-width: 960px) {
  .top-menuItem_number {
    font-size: 0.875rem;
  }
}
.top-menuItem_title {
  color: #007567;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 5px 0 10px 0;
}
@media screen and (min-width: 560px) {
  .top-menuItem_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem_title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem_title {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 0.682rem + 1.364vw, 1.875rem);
  }
}
.top-menuItem_txt {
  flex: 1;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .top-menuItem_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-menuItem_txt {
    font-size: 0.875rem;
  }
}
.top-menuItem_arrow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #007567 30%);
  margin-top: -15px;
  width: 100%;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .top-menuItem_arrow {
    margin-top: auto;
  }
}
.top-menuItem_arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007567;
  border-radius: 50%;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  padding: 13px;
}
@media screen and (min-width: 560px) {
  .top-menuItem_arrow span {
    width: 50px;
    height: 50px;
    padding: 17px;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem_arrow span {
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}
.top-menuItem:nth-of-type(3n-1) a {
  border: 1px solid #0d9984;
}
@media screen and (min-width: 768px) {
  .top-menuItem:nth-of-type(3n-1) a {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem:nth-of-type(3n-1) a:hover {
    box-shadow: 0 0 20px rgba(13, 153, 132, 0.3);
  }
}
.top-menuItem:nth-of-type(3n-1) .top-menuItem_title {
  color: #0d9984;
}
.top-menuItem:nth-of-type(3n-1) .top-menuItem_arrow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #0d9984 30%);
}
.top-menuItem:nth-of-type(3n-1) .top-menuItem_arrow span {
  background: #0d9984;
}
.top-menuItem:nth-of-type(3n) a {
  border: 1px solid #9cc202;
}
@media screen and (min-width: 768px) {
  .top-menuItem:nth-of-type(3n) a {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem:nth-of-type(3n) a:hover {
    box-shadow: 0 0 20px rgba(156, 194, 2, 0.3);
  }
}
.top-menuItem:nth-of-type(3n) .top-menuItem_title {
  color: #9cc202;
}
.top-menuItem:nth-of-type(3n) .top-menuItem_arrow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #9cc202 30%);
}
.top-menuItem:nth-of-type(3n) .top-menuItem_arrow span {
  background: #9cc202;
}

.top-contactWrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-contactWrap_inner {
    display: flex;
  }
}

.top-contact {
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  flex: 1;
}
.top-contact_inner {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  /*
  &::after{
    @include mq-up(md){
    content: '';
    background:url(../../img/top/top_img01.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    right:20px;
    bottom:20px;
    aspect-ratio: 227/219;
    width:160px;
    }
    @include mq-up(lg){
      width:200px;
    }
    @include mq-up(xl){
      right:0;
      bottom:40px;
      width:227px;
    }
  }*/
}
@media screen and (min-width: 560px) {
  .top-contact_inner {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_inner {
    padding: 40px;
  }
}
.top-contact_heading {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-contact_heading {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact_heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-contact_heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_heading {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}
.top-contact_txt {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .top-contact_txt {
    font-size: 0.9375rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_txt {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.top-contact_txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .top-contact_txt br {
    display: inline;
  }
}
.top-contact_btn {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
  border: 3px solid #fff;
  border-radius: 60px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .top-contact_btn {
    border-radius: 70px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact_btn {
    border-radius: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_btn {
    border-radius: 80px;
    width: 90%;
  }
}
.top-contact_btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  color: #007567;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.1s;
  border: 2px solid #fff;
  border-radius: 60px;
}
@media screen and (min-width: 560px) {
  .top-contact_btn a {
    font-size: 1.25rem;
    padding: 25px 20px;
    border-radius: 70px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact_btn a {
    padding: 20px 10px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_btn a {
    font-size: 1.375rem;
    padding: 25px 20px;
    border-radius: 80px;
  }
}
.top-contact_btn a:hover {
  border: 2px solid #007567;
}
.top-contact_btn a span {
  display: inline-block;
  width: 34px;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .top-contact_btn a span {
    width: 46px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact_btn a span {
    width: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact_btn a span {
    width: 46px;
  }
}

.top-sample {
  background: url(../../img/top/top_sample_banner.jpg) no-repeat center top/cover;
  flex: 1;
  /*
  a{
    height:180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
    font-weight: bold;
    @include m-font-size(22);
    line-height: 1.5;
    @include mq-up(sm){
      @include m-font-size(30);
      height:210px;
    }
    @include mq-up(lg){
      @include m-font-size(36);
      height:255px;
      @include m-transition(all);
    }

    &:hover{
      @include mq-up(lg){
        opacity: 0.7;
      }
    }
  }
  */
}

@media screen and (min-width: 768px) {
  .top-newsWrap {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    row-gap: 80px;
    grid-template-areas: "heading list" "btn list";
  }
}

.top-newsHeading {
  grid-area: heading;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-newsHeading {
    margin-bottom: 0;
  }
}
.top-newsHeading_main {
  color: #007567;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 2.1875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-newsHeading_main {
    font-size: 2.8125rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-newsHeading_main {
    font-size: 3.4375rem;
    margin-bottom: 40px;
  }
}
.top-newsHeading_sub {
  color: #7fada6;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .top-newsHeading_sub {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .top-newsHeading_sub {
    font-size: 1.125rem;
  }
}

.top-news {
  grid-area: list;
}
.top-news_btn {
  grid-area: btn;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-news_btn {
    margin-top: 0;
  }
}
.top-news_btn .c-btn01 {
  margin-inline: auto;
  padding: 20px 40px;
}
@media screen and (min-width: 560px) {
  .top-news_btn .c-btn01 {
    padding: 25px 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-news_btn .c-btn01 {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-news_btn .c-btn01 {
    padding: 25px 60px;
  }
}

.top-group {
  background: #f4f4f4;
}
@media screen and (min-width: 960px) {
  .top-group {
    display: flex;
    align-items: flex-start;
  }
}
.top-group_heading {
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.8;
  width: 98%;
  min-width: 260px;
  border-radius: 0 0 60px 0;
  padding: 20px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .top-group_heading {
    font-size: 1.125rem;
    padding: 30px 40px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .top-group_heading {
    border-radius: 0 0 100px 0;
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .top-group_heading {
    width: 360px;
    font-size: 1.25rem;
    padding: 50px 60px;
  }
}
.top-group_heading br {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-group_heading br {
    display: inline;
  }
}
.top-group_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-group_list {
    width: auto;
    flex: 1;
  }
}
.top-group_list ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 15px;
}
@media screen and (min-width: 560px) {
  .top-group_list ul {
    row-gap: 15px;
    column-gap: 25px;
  }
}
@media screen and (min-width: 960px) {
  .top-group_list ul {
    row-gap: 30px;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .top-group_list ul {
    justify-content: center;
  }
}
.top-group_list li {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .top-group_list li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-group_list li {
    font-size: 1.25rem;
  }
}
.top-group_list a {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 40px;
}
@media screen and (min-width: 560px) {
  .top-group_list a {
    padding-left: 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-group_list a {
    padding-left: 60px;
  }
}
.top-group_list a::before, .top-group_list a::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 560px) {
  .top-group_list a::before, .top-group_list a::after {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 960px) {
  .top-group_list a::before, .top-group_list a::after {
    width: 45px;
    height: 45px;
  }
}
.top-group_list a::after {
  background: url(../../img/arrow01.svg) no-repeat center center;
  background-size: 14px;
}
@media screen and (min-width: 960px) {
  .top-group_list a::after {
    background-size: 20px;
  }
}
.top-group_list li:first-of-type a::before {
  background: #cd87c9;
}
.top-group_list li:nth-of-type(2) a::before {
  background: #f8af48;
}
.top-group_list li:nth-of-type(3) a::before {
  background: #3b8cd0;
}
.top-group_list li:nth-of-type(4) a::before {
  background: #ffe400;
}
.top-group_list li:nth-of-type(5) a::before {
  background: #2fbfc8;
}

.top-banner {
  display: flex;
  flex-direction: column;
  gap: 20px 2%;
  flex-wrap: wrap;
  align-items: center;
  background: #ddd;
}
@media screen and (min-width: 560px) {
  .top-banner {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px 3%;
  }
}
@media screen and (min-width: 768px) {
  .top-banner {
    justify-content: center;
  }
}
.top-banner li {
  width: 100%;
  max-width: 290px;
  text-align: center;
}
.top-banner a {
  transition: opacity 0.1s;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .top-banner a:hover {
    opacity: 0.8;
  }
}

/*=============================================================
  news.css
=============================================================*/
.news-listItem {
  border-bottom: 1px solid #246c61;
}
.news-listItem:first-of-type {
  border-top: 1px solid #246c61;
}
.news-listItem a {
  display: block;
  padding: 15px 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "data category" "close close" "inner inner";
}
@media screen and (min-width: 560px) {
  .news-listItem a {
    padding: 20px 15px;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "data category close" "inner inner inner";
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a {
    transition: background 0.1s;
  }
}
@media screen and (min-width: 1400px) {
  .news-listItem a {
    padding: 25px 15px;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "data category inner" "data close inner";
    align-items: start;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a:hover {
    background: rgba(226, 242, 235, 0.6);
  }
}
.news-listItem_date {
  grid-area: data;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  width: 100px;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .news-listItem_date {
    font-size: 1rem;
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_date {
    font-size: 1.125rem;
    width: 150px;
    padding-top: 10px;
  }
}
.news-listItem_category {
  grid-area: category;
  width: 140px;
  margin-right: auto;
}
@media screen and (min-width: 560px) {
  .news-listItem_category {
    width: 160px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_category {
    width: 195px;
    margin-right: 0;
  }
}
.news-listItem_category span {
  display: block;
  text-align: center;
  border-radius: 0 20px 20px 20px;
  padding: 6px 20px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 560px) {
  .news-listItem_category span {
    font-size: 0.875rem;
    padding: 6px 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_category span {
    font-size: 0.9375rem;
    padding: 8px 30px;
  }
}
.news-listItem_close {
  grid-area: close;
  background: #2f3331;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  max-inline-size: max-content;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .news-listItem_close {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_close {
    font-size: 0.9375rem;
    padding: 8px 20px;
    margin: 10px auto 0 auto;
  }
}
.news-listItem_inner {
  grid-area: inner;
  padding-top: 10px;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .news-listItem_inner {
    width: auto;
    flex: 1;
    margin-left: 30px;
    padding-top: 2px;
  }
}
.news-listItem_title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 560px) {
  .news-listItem_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_title {
    font-size: 1.125rem;
  }
}
.news-listItem_txt {
  font-size: 0.8125rem;
  margin-top: 10px;
  opacity: 0.9;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .news-listItem_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_txt {
    font-size: 1rem;
  }
}

.news-entryData {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0;
  column-gap: 10px;
}
@media screen and (min-width: 960px) {
  .news-entryData {
    column-gap: 20px;
  }
}
.news-entryData_date {
  grid-area: data;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .news-entryData_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .news-entryData_date {
    font-size: 1.125rem;
    padding-top: 10px;
  }
}
.news-entryData_close {
  background: #2f3331;
  display: block;
  text-align: center;
  border-radius: 0 20px 20px 20px;
  padding: 6px 20px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 560px) {
  .news-entryData_close {
    font-size: 0.875rem;
    padding: 6px 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-entryData_close {
    font-size: 0.9375rem;
    padding: 8px 30px;
  }
}
.news-entryData_category {
  display: block;
  text-align: center;
  border-radius: 0 20px 20px 20px;
  padding: 6px 20px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 560px) {
  .news-entryData_category {
    font-size: 0.875rem;
    padding: 6px 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-entryData_category {
    font-size: 0.9375rem;
    padding: 8px 30px;
  }
}
.news-entryData_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .news-entryData_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .news-entryData_title {
    font-size: 1.875rem;
  }
}

.entryForm {
  background: #e1e8d5;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .entryForm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.entryForm .formTable th,
.entryForm .formTable td {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 560px) {
  .entryForm .formTable--row th {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .entryForm .formTable--row th {
    width: 30%;
  }
}

/*=============================================================
  contact.scss
==============================================================*/
.contactContents {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contactContents {
    display: flex;
    justify-content: space-between;
    column-gap: 3%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .contactContents {
    column-gap: 5%;
    margin-bottom: 80px;
  }
}
.contactContents_heading {
  background: #007567;
  color: #fff;
  padding: 10px 20px;
  font-size: clamp(1rem, 0.786rem + 0.952vw, 1.5rem);
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .contactContents_heading {
    margin-bottom: 0;
    padding: 25px 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .contactContents_heading {
    padding: 30px 0;
    width: 70px;
  }
}
@media screen and (min-width: 560px) {
  .contactContents_heading h3 {
    writing-mode: vertical-rl;
    position: sticky;
    top: 100px;
  }
}
.contactContents_table {
  flex: 1;
}

/*=============================================================
  apparatus.scss
==============================================================*/
.apparatus-list {
  scroll-margin-top: 90px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 560px) {
  .apparatus-list {
    justify-content: space-between;
    flex-direction: row;
    row-gap: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .apparatus-list {
    scroll-margin-top: 110px;
    row-gap: 40px;
  }
  .apparatus-list::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-list {
    scroll-margin-top: 140px;
    row-gap: 60px;
  }
  .apparatus-list::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }
  .apparatus-list::after {
    content: "";
    display: block;
    width: 23.5%;
  }
}
.apparatus-list .c-heading02 {
  width: 100%;
  margin-bottom: 0;
}

.apparatus-listItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 560px) {
  .apparatus-listItem {
    width: 47%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .apparatus-listItem {
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-listItem {
    width: 23.5%;
  }
}
.apparatus-listItem_img {
  width: 40%;
  aspect-ratio: 1;
}
@media screen and (min-width: 560px) {
  .apparatus-listItem_img {
    overflow: hidden;
    height: auto;
    width: 100%;
    aspect-ratio: 800/500;
  }
}
.apparatus-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.apparatus-listItem_data {
  width: 55%;
}
@media screen and (min-width: 560px) {
  .apparatus-listItem_data {
    width: 100%;
    margin-top: 10px;
  }
}
.apparatus-listItem_name {
  color: #007567;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .apparatus-listItem_name {
    line-height: 1.3;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .apparatus-listItem_name {
    font-size: 1.125rem;
  }
}
.apparatus-listItem_subName {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .apparatus-listItem_subName {
    font-size: 0.8125rem;
  }
}
.apparatus-listItem_txt {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .apparatus-listItem_txt {
    font-size: 0.9375rem;
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-listItem_txt {
    font-size: 1rem;
    margin-top: 30px;
  }
}
.apparatus-listItem_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin-top: 20px;
}
.apparatus-listItem_link a, .apparatus-listItem_link span {
  padding: 5px 5px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
@media screen and (min-width: 560px) {
  .apparatus-listItem_link a, .apparatus-listItem_link span {
    font-size: 0.875rem;
    transition: all 0.1s;
  }
}
@media screen and (min-width: 1200px) {
  .apparatus-listItem_link a, .apparatus-listItem_link span {
    padding: 5px 8px;
  }
}
.apparatus-listItem_link a::after, .apparatus-listItem_link span::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: relative;
  color: inherit;
  font-size: 88%;
  padding-left: 8px;
}
@media screen and (min-width: 960px) {
  .apparatus-listItem_link a:hover, .apparatus-listItem_link span:hover {
    opacity: 0.7;
  }
}
.apparatus-listItem_link a:not([class]) {
  background: #007567;
  border: none;
  color: #fff;
}

.apparatus-tag01 {
  background: #87c61c;
  border-color: #87c61c;
  color: #fff;
}
.apparatus-tag02 {
  background: #fff;
  border: 1px solid #007567;
  color: #007567;
}
.apparatus-tag02::after {
  display: none;
}
.apparatus-tag03 {
  background: #1060c3;
  color: #fff;
  border-color: #1060c3;
  cursor: pointer;
}
.apparatus-tag03::after {
  display: none;
}
.apparatus-tag04 {
  background: #CF1212;
  color: #fff;
  border-color: #CF1212;
}
.apparatus-tag04::after {
  display: none;
}
.apparatus-tag05 {
  background: #fff;
  color: #f38900;
  border-color: #f38900;
}
.apparatus-tag06 {
  color: #fff;
  background: #884898;
  border-color: #884898;
}
.apparatus-tag06::after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
}

.apparatusTel-dialog {
  border: none;
  position: relative;
  z-index: 9999;
}
.apparatusTel-dialog_close {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #1060c3;
  border: 2px solid #1060c3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  z-index: 999;
}
.apparatusTel-dialog_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.apparatusTel-dialog_contents {
  border-radius: 15px;
  background: #fff;
  width: 70%;
  height: auto;
  padding: 40px;
  max-width: 600px;
  position: relative;
  overflow-y: hover;
  border: 5px solid #1060c3;
}
@media screen and (min-width: 560px) {
  .apparatusTel-dialog_contents {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .apparatusTel-dialog_contents {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .apparatusTel-dialog_contents {
    padding: 80px 40px;
  }
}
.apparatusTel-dialog_txt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .apparatusTel-dialog_txt {
    font-size: 1.375rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .apparatusTel-dialog_txt {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.apparatus-yoyaku {
  border: 2px solid #007567;
  border-radius: 0 0 30px 0;
  padding: 40px 30px;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku {
    padding: 60px 50px;
    border-radius: 0 0 60px 0;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku {
    padding: 100px 50px;
    border-radius: 0 0 120px 0;
  }
}
.apparatus-yoyaku_box + .apparatus-yoyaku_box {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_box + .apparatus-yoyaku_box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_box + .apparatus-yoyaku_box {
    margin-top: 80px;
  }
}
.apparatus-yoyaku_txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_txt {
    font-size: 1.1875rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_txt {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
.apparatus-yoyaku_txt span {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_txt span {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_txt span {
    font-size: 1rem;
  }
}
.apparatus-yoyaku_btnbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .apparatus-yoyaku_btnbox {
    justify-content: center;
    flex-direction: row;
    column-gap: min(2%, 20px);
  }
}
.apparatus-yoyaku_btn {
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .apparatus-yoyaku_btn {
    width: auto;
  }
}
.apparatus-yoyaku_btn a {
  background: linear-gradient(to right, #216a61 40%, #87c61c 66%);
  background-size: 300%;
  background-position: center center;
  border-radius: 50px;
  padding: 30px 20px;
  display: block;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_btn a {
    font-size: 1.625rem;
    padding: 30px 20px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_btn a {
    font-size: 1.875rem;
    padding: 40px 30px;
    border-radius: 80px;
    transition: background 0.5s;
  }
}
.apparatus-yoyaku_btn a svg {
  fill: #fff;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_btn a:hover {
    background-position: left center;
  }
}
.apparatus-yoyaku_btn--small a {
  padding: 20px;
  max-width: 400px;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_btn--small a {
    padding: 25px 20px;
    font-size: clamp(0.9375rem, 0.635rem + 0.865vw, 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .apparatus-yoyaku_btn--small a {
    padding: 30px 40px;
  }
}
.apparatus-yoyaku_tel {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #007567;
  font-size: 1.375rem;
}
@media screen and (min-width: 560px) {
  .apparatus-yoyaku_tel {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .apparatus-yoyaku_tel {
    pointer-events: none;
    background: none;
    padding: 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-yoyaku_tel {
    font-size: 2.25rem;
  }
}
.apparatus-yoyaku_tel svg {
  fill: #fff;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .apparatus-yoyaku_tel svg {
    fill: #007567;
  }
}
.apparatus-contact {
  background: linear-gradient(to right, #216a61 0%, #87c61c 100%);
  text-align: center;
}
.apparatus-contact_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .apparatus-contact_inner::after {
    content: "";
    background: url(../../img/top/top_img01.png) no-repeat center center/contain;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    aspect-ratio: 227/219;
    width: 160px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_inner::after {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .apparatus-contact_inner::after {
    right: 0;
    bottom: 40px;
    width: 227px;
  }
}
.apparatus-contact_heading {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .apparatus-contact_heading {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_heading {
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
}
.apparatus-contact_txt {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .apparatus-contact_txt {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_txt {
    font-size: 1.125rem;
    margin-bottom: 50px;
  }
}
.apparatus-contact_btn {
  max-width: 590px;
  margin: 0 auto;
  width: 90%;
  border: 3px solid #fff;
  border-radius: 60px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .apparatus-contact_btn {
    border-radius: 70px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_btn {
    border-radius: 80px;
  }
}
.apparatus-contact_btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  color: #007567;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.1s;
  border: 2px solid #fff;
  border-radius: 60px;
}
@media screen and (min-width: 560px) {
  .apparatus-contact_btn a {
    font-size: 1.5rem;
    padding: 40px 30px;
    border-radius: 70px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_btn a {
    font-size: 1.875rem;
    padding: 50px 30px;
    border-radius: 80px;
  }
}
.apparatus-contact_btn a:hover {
  border: 2px solid #007567;
}
.apparatus-contact_btn a span {
  display: inline-block;
  width: 34px;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .apparatus-contact_btn a span {
    width: 46px;
  }
}
@media screen and (min-width: 960px) {
  .apparatus-contact_btn a span {
    width: auto;
    margin-right: 20px;
  }
}

.calendarNotes {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 560px) {
  .calendarNotes {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.calendarWrap {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .calendarWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.calendar {
  flex: 1;
}

.calendar-table {
  width: 100%;
  border: 1px solid #aaa;
  background: #fff;
}
.calendar-table caption {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 1rem;
  color: #007567;
}
@media screen and (min-width: 560px) {
  .calendar-table caption {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .calendar-table caption {
    font-size: 1.25rem;
  }
}
.calendar-table th,
.calendar-table td {
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid #aaa;
}
.calendar-table th:first-of-type,
.calendar-table td:first-of-type {
  color: #b30a0a;
}
.calendar-table th:last-of-type,
.calendar-table td:last-of-type {
  color: #014dbe;
}
.calendar-table thead th {
  background: #eee;
  font-weight: bold;
  padding: 10px 5px;
}
.calendar-table thead th:first-of-type {
  background: #ffcccc;
}
.calendar-table thead th:last-of-type {
  background: #dceaff;
}
.calendar-table td a {
  display: block;
  padding: 15px 5px;
}
.calendar-table td a:hover {
  background: #e1ffe1;
}

.scheduleWrap {
  width: 100%;
  background: #fff;
  position: relative;
}

.schedule-heading {
  width: 100%;
  padding: 20px;
  background: #007567;
  border: 1px solid #aaa;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.schedule-month {
  text-align: center;
  font-size: clamp(1rem, 0.786rem + 0.952vw, 1.5rem);
  font-weight: bold;
}

.schedule-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  column-gap: 20px;
}
.schedule-nav .slick-arrow {
  font-size: 0;
  color: transparent;
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.schedule-nav .slick-arrow::before {
  color: #212121;
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .schedule-nav .slick-arrow::before {
    font-size: 0.875rem;
    transition: all 0.1s;
  }
}
.schedule-nav .slick-arrow:hover {
  background: #e1e8d5;
}
.schedule-nav .slick-prev::before {
  content: "« 前へ";
}
.schedule-nav .slick-next::before {
  content: "次へ »";
}
.schedule-nav p {
  padding: 5px 15px;
  background: #fff;
  border-radius: 30px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.1s;
}
.schedule-nav p:hover {
  background: green;
  color: #fff;
}

.schedule {
  position: relative;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0 0 10px 10px;
  height: 70vh;
  overflow-y: scroll;
  overflow-x: clip;
}
.schedule-timeline {
  position: absolute;
  left: 0;
  top: 0;
  width: min(18%, 100px);
}

.schedule-timeline {
  padding-top: 40px;
  border-right: 1px solid #aaa;
}
.schedule-timeline li {
  width: 100%;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.75rem, 0.643rem + 0.476vw, 1rem);
  font-weight: bold;
  transform: translateY(-50%);
}

.schedule-main {
  padding-left: min(18%, 100px);
  margin-right: -1px;
  position: relative;
}
.schedule-main_daylist {
  display: flex;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}
.schedule-main_daylist p {
  border-left: 1px solid #aaa;
}
.schedule-main_daylist p span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.schedule-main_daylist .slick-slide:last-of-type p {
  border-right: 1px solid #aaa;
}
.schedule-main_list {
  display: flex;
}
.schedule-main_list .slick-slide:last-of-type .schedule-day {
  border-right: 1px solid #aaa;
}
.schedule-main .slick-track {
  display: flex;
}
.schedule-main .slick-slide {
  height: auto !important;
}

.schedule-day {
  border-left: 1px solid #aaa;
  width: 20%;
  position: relative;
  height: 100%;
}
.schedule-day_date {
  width: 100%;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .schedule-day_date {
    font-size: 1rem;
  }
}
.schedule-day.is-current .schedule-day_date, .schedule-day.is-current .schedule-day_box {
  background: #e1ffe1;
}
.schedule-day.slick-current02 .schedule-day_date {
  background: #ccc;
}
.schedule-day_box {
  border-top: 1px solid #aaa;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .schedule-day_box {
    font-size: 0.875rem;
  }
}
.schedule-day_box:hover {
  background: #e1ffe1;
}

.schedule-closing {
  background: #ccc;
}
.schedule-closing .schedule-day_box:hover {
  background: #ccc;
  cursor: default;
}

.schedule-holiday {
  background: #f8e6e6;
}

.yoyaku-dialog {
  border: none;
  position: relative;
  z-index: 9999;
}
.yoyaku-dialog_close {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  z-index: 999;
}
.yoyaku-dialog_wrapper {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yoyaku-dialog_contents {
  border-radius: 15px;
  background: #fff;
  width: 70%;
  height: 90vh;
  max-width: 600px;
  position: relative;
  overflow-y: hover;
}
@media screen and (min-width: 768px) {
  .yoyaku-dialog_contents {
    border-radius: 20px;
  }
}
.yoyaku-dialog_inner {
  padding: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .yoyaku-dialog_inner {
    padding: 50px;
  }
}
.yoyaku-dialog_title {
  border-bottom: 1px solid #007567;
  font-size: 1.125rem;
  padding-bottom: 5px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .yoyaku-dialog_title {
    font-size: 1.25rem;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .yoyaku-dialog_title {
    font-size: 1.375rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.yoyaku-dialog_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .yoyaku-dialog_txt {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .yoyaku-dialog_txt {
    font-size: 1rem;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .yoyaku-form {
    display: flex;
  }
}
.yoyaku-form + .yoyaku-form {
  margin-top: 20px;
}
.yoyaku-form_label {
  font-weight: bold;
  width: 120px;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .yoyaku-form_label {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.yoyaku-form_label small {
  font-size: 88%;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .yoyaku-form_label small {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
}
.yoyaku-form_grid {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.yoyaku-form_input {
  flex: 1;
}
.yoyaku-form_btn button[type=submit] {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 30px auto 0 auto;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .yoyaku-form_btn button[type=submit] {
    font-size: 1.0625rem;
    padding: 18px 15px;
  }
}
@media screen and (min-width: 960px) {
  .yoyaku-form_btn button[type=submit] {
    padding: 20px 15px;
    font-size: 1.125rem;
  }
}
.yoyaku-form_btn--submit button[type=submit] {
  background-color: #007567;
}
@media screen and (min-width: 960px) {
  .yoyaku-form_btn--submit button[type=submit]:hover {
    background-color: rgb(0, 99.45, 87.55);
  }
}
.yoyaku-form_btn--delete button {
  background-color: #CF1212;
}
@media screen and (min-width: 960px) {
  .yoyaku-form_btn--delete button:hover {
    background-color: rgb(175.95, 15.3, 15.3);
  }
}
.yoyaku-form input[type=text],
.yoyaku-form input[type=tel],
.yoyaku-form input[type=email],
.yoyaku-form textarea {
  border: 1px solid #ccc;
  padding: 10px 13px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .yoyaku-form input[type=text],
  .yoyaku-form input[type=tel],
  .yoyaku-form input[type=email],
  .yoyaku-form textarea {
    padding: 10px 15px;
  }
}
.yoyaku-form input[type=text]:focus,
.yoyaku-form input[type=tel]:focus,
.yoyaku-form input[type=email]:focus,
.yoyaku-form textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #007567;
}
.yoyaku-form input[type=text]:focus::placeholder,
.yoyaku-form input[type=tel]:focus::placeholder,
.yoyaku-form input[type=email]:focus::placeholder,
.yoyaku-form textarea:focus::placeholder {
  color: transparent;
}
.yoyaku-form input[type=text]::placeholder,
.yoyaku-form input[type=tel]::placeholder,
.yoyaku-form input[type=email]::placeholder,
.yoyaku-form textarea::placeholder {
  color: #999;
}
.yoyaku-form select {
  border: 1px solid #ccc;
  padding: 10px 13px;
  background: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .yoyaku-form select {
    padding: 10px 15px;
  }
}
.yoyaku-form_error {
  width: 100%;
  font-size: 80%;
  line-height: 1.3;
}

.reserveItem {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 5px;
}
.reserveItem_inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #87c61c;
  color: #fff;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.reserveItem_main {
  font-size: 0.875rem;
  padding: 10px;
  max-inline-size: max-content;
  margin-inline: auto;
  font-weight: bold;
}
.reserveItem_main span {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.reserveItem_name {
  font-size: 0.8125rem;
  margin-top: 15px;
  margin-bottom: 30px;
}
.reserveItem_delete {
  border-radius: 5px;
  background: #fff;
  color: #212121;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 8px 10px;
  cursor: pointer;
}

@media screen and (min-width: 560px) {
  .schedule-aside {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
  }
}

.schedule-backbtn {
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .schedule-backbtn {
    margin-bottom: 0;
  }
}
.schedule-backbtn a {
  display: block;
  border: 2px solid #c5e0dc;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #007567;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  max-inline-size: max-content;
}
@media screen and (min-width: 560px) {
  .schedule-backbtn a {
    font-size: 1rem;
    border-radius: 50px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .schedule-backbtn a {
    font-size: 1.125rem;
    padding: 20px 30px;
    transition: all 0.1s;
    border-radius: 60px;
  }
}
@media screen and (min-width: 960px) {
  .schedule-backbtn a:hover {
    border-color: #007567;
  }
}

.schedule-notes {
  margin-bottom: 40px;
  max-inline-size: max-content;
  margin-left: auto;
}
@media screen and (min-width: 560px) {
  .schedule-notes {
    margin-bottom: 0;
  }
}
.schedule-notes p {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .schedule-notes p {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .schedule-notes p {
    font-size: 0.875rem;
  }
}
.schedule-notes p span {
  display: inline-block;
  border: 1px solid #ccc;
  aspect-ratio: 2.5/1;
  width: 50px;
  margin-right: 3px;
  position: relative;
  top: 5px;
}

.reservationList-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 15px;
}
@media screen and (min-width: 560px) {
  .reservationList-heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reservationList-heading p {
    order: 2;
  }
}
.reservationList-heading p a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  border: 1px solid #246c61;
  padding: 10px 30px;
  font-size: 0.875rem;
  border-radius: 50px;
}
@media screen and (min-width: 560px) {
  .reservationList-heading p a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-heading p a {
    font-size: 1rem;
    padding: 15px 30px;
    transition: background 0.1s;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-heading p a:hover {
    background: #e1e8d5;
  }
}
.reservationList-heading_main {
  color: #007567;
  font-size: clamp(1.25rem, 0.982rem + 1.19vw, 1.875rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservationList-heading_main {
    order: 1;
    width: 100%;
  }
}
.reservationList-heading_main span.is-print {
  display: none;
}

.reservationList-select {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .reservationList-select {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3%;
    flex-wrap: wrap;
  }
}
.reservationList-select_item {
  width: 100%;
  border: 1px solid #246c61;
  border-radius: 5px;
  overflow: hidden;
  /*&:first-of-type{
    @include mq-up(md){
      width: 100%;
      flex:auto;
    }
    @include mq-up(lg){
      flex: 2;

    }
  }*/
}
@media screen and (min-width: 768px) {
  .reservationList-select_item {
    flex: 1;
  }
}
.reservationList-select_item p {
  background: #246c61;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 0;
}
@media screen and (min-width: 560px) {
  .reservationList-select_item p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-select_item p {
    font-size: 1.25rem;
    padding: 15px 0;
  }
}
.reservationList-select_item select {
  width: 100%;
  border: 0;
  padding: 0;
}
.reservationList-select_item select option {
  padding: 5px 10px;
}

.reservationList {
  width: 100%;
  border-top: 1px solid #246c61;
}
.reservationList-item {
  border-bottom: 1px solid #246c61;
  padding: 5px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px 0;
  grid-template-rows: auto auto auto;
  grid-template-areas: "day day day day day" "apparatus apparatus apparatus apparatus apparatus" "shimei shimei group tel correction";
}
@media screen and (min-width: 768px) {
  .reservationList-item {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: "day day apparatus apparatus" "shimei group tel correction";
  }
}
@media screen and (min-width: 1200px) {
  .reservationList-item {
    grid-template-columns: 32% 30% 10% 11% 7% 10%;
    gap: 5px 0;
    grid-template-rows: auto;
    grid-template-areas: "day apparatus shimei group tel correction";
  }
}
.reservationList-item:first-of-type {
  background: #e1e8d5;
  text-align: center;
}
.reservationList-item:first-of-type p {
  justify-content: center;
}
.reservationList-item:not(:first-of-type) p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservationList-item p {
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 1.3;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .reservationList-item p {
    font-size: 0.9375rem;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .reservationList-item p {
    padding: 15px 10px;
  }
}
.reservationList-item p[data-reservation-element=day] {
  grid-area: day;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .reservationList-item p[data-reservation-element=day] {
    border-right: none;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .reservationList-item p[data-reservation-element=day] {
    border-bottom: 1px solid #ccc;
  }
}
.reservationList-item p[data-reservation-element=day] br {
  display: none;
}
@media screen and (min-width: 768px) {
  .reservationList-item p[data-reservation-element=day] br {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-item p[data-reservation-element=day] br {
    display: none;
  }
}
.reservationList-item p[data-reservation-element=time] {
  grid-area: time;
}
.reservationList-item p[data-reservation-element=apparatus] {
  grid-area: apparatus;
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .reservationList-item p[data-reservation-element=apparatus] {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .reservationList-item p[data-reservation-element=apparatus] {
    font-size: 1rem;
    padding-top: 10px;
    font-weight: normal;
  }
}
@media screen and (min-width: 1200px) {
  .reservationList-item p[data-reservation-element=apparatus] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.reservationList-item p[data-reservation-element=name] {
  grid-area: shimei;
  text-align: center;
}
.reservationList-item p[data-reservation-element=group] {
  grid-area: group;
  text-align: center;
}
.reservationList-item p[data-reservation-element=tel] {
  grid-area: tel;
  text-align: center;
}
.reservationList-item p[data-reservation-element=correction] {
  grid-area: correction;
  padding-right: 5px;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .reservationList-item p[data-reservation-element=correction] {
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .reservationList-item p[data-reservation-element=correction] {
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reservationList-item p[data-reservation-element=correction] span {
  display: inline-block;
  padding: 5px 3px;
  font-size: 88%;
  text-align: center;
  width: 100%;
  background: #87c61c;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .reservationList-item p[data-reservation-element=correction] span {
    padding: 8px 3px;
  }
}
.reservationList_btnbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .reservationList_btnbox {
    flex-direction: row;
    gap: 40px;
  }
}
.reservationList_btnbox .c-btn01 {
  width: 90%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .reservationList_btnbox .c-btn01 {
    width: 100%;
  }
}

.reservationList_group {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  padding: 20px 0;
  width: 100%;
  border: 1px solid #246c61;
  background: rgba(226, 242, 235, 0.6);
  border-radius: 10px;
}
@media screen and (min-width: 560px) {
  .reservationList_group {
    width: auto;
    max-inline-size: max-content;
    margin-inline: auto;
    padding: 25px 70px;
  }
}
@media screen and (min-width: 960px) {
  .reservationList_group {
    width: auto;
    padding: 30px 100px;
  }
}

/*=============================================================
  page.scss
============================================================= */
.page-index {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (min-width: 560px) {
  .page-index {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .page-index {
    row-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(373px, 1fr));
  }
}
.page-index li.level1 > a {
  border: 2px solid #007567;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  padding: 20px 10px 20px 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .page-index li.level1 > a {
    font-size: 1.125rem;
    padding: 30px 10px 30px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-index li.level1 > a {
    font-size: 1.25rem;
    transition: all 0.1s;
  }
}
.page-index li.level1 > a::before {
  content: "";
  width: 30px;
  height: 100%;
  background: #007567;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .page-index li.level1 > a:hover {
    background: #e1e8d5;
  }
}
.page-index li.level1 > a span {
  background: #007567;
  aspect-ratio: 1/1.2;
  width: 50px;
  padding: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.page-index ul.level2 {
  border-radius: 0 0 10px 10px;
  position: relative;
  border: 2px solid #007567;
}
.page-index ul.level2::before {
  content: "";
  background: #007567;
  height: 8px;
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -10px;
  z-index: 20;
}
.page-index ul.level2 li {
  border-bottom: 1px solid #007567;
}
.page-index ul.level2 li:last-of-type {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border-bottom: none;
}
.page-index ul.level2 a {
  background: #fff;
  display: block;
  padding: 15px 10px 15px 25px;
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-index ul.level2 a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .page-index ul.level2 a {
    font-size: 1rem;
    padding: 20px 20px 20px 30px;
    transition: all 0.1s;
  }
}
.page-index ul.level2 a::before {
  content: "";
  display: block;
  background: url(../../img/top/arrow.svg) no-repeat center center/contain;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (min-width: 960px) {
  .page-index ul.level2 a::before {
    width: 12px;
  }
}
@media screen and (min-width: 960px) {
  .page-index ul.level2 a:hover {
    background: #e1e8d5;
  }
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundWrap {
  background: #e1e8d5;
}

.notfoundHeading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 10vw;
}
@media screen and (min-width: 560px) {
  .notfoundHeading {
    font-size: 3.75rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .notfoundHeading {
    font-size: 5rem;
    margin-bottom: 60px;
  }
}
.notfoundHeading_main {
  color: #007567;
}
.notfoundHeading_sub {
  margin-top: 10px;
  font-weight: bold;
  font-size: 36%;
}

.notfound {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .notfound {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .notfound {
    padding: 60px;
  }
}

/*=============================================================
  privacy.scss
==============================================================*/
.privacyContact {
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
  margin: 20px;
}

/*=============================================================
  entry.scss
==============================================================*/
/* entryBody
-----------------------------*/
.entryBody {
  overflow: hidden;
  /*
  &.txtbox p{
    margin-bottom: 0px;
  }
  &.txtbox p + p{
    margin-top:0px;
  }

  p strong{
  }

  p + div{
    margin-top: 30px;
    @include mq-up(lg) {
      margin-top: 40px;
    }
  }
  div{
    margin-bottom: 30px;
    @include mq-up(lg) {
      margin-bottom: 40px;
    }
  }
  */
}
.entryBody > *:first-child {
  margin-top: 0 !important;
}
.entryBody h2:not([class]) {
  font-weight: bold;
  margin: 0 auto;
  color: #007567;
  font-size: clamp(1.5rem, 1.284rem + 0.962vw, 2.125rem);
  line-height: 1.3;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .entryBody h2:not([class]) {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h2:not([class]) {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.entryBody h3:not([class]) {
  background: #d5e9e3;
  border-left: 4px solid #246c61;
  padding: 15px 20px;
  font-size: clamp(1.375rem, 1.245rem + 0.577vw, 1.75rem);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .entryBody h3:not([class]) {
    border-width: 5px;
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h3:not([class]) {
    border-width: 7px;
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 15px 40px;
  }
}
.entryBody h4:not([class]) {
  font-size: clamp(1.25rem, 1.12rem + 0.577vw, 1.625rem);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #246c61;
  padding-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .entryBody h4:not([class]) {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h4:not([class]) {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.entryBody h5:not([class]) {
  font-size: clamp(1.125rem, 0.995rem + 0.577vw, 1.5rem);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 560px) {
  .entryBody h5:not([class]) {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h5:not([class]) {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.entryBody h5:not([class])::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: #246c61;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 30px 30px 0;
}
@media screen and (min-width: 1200px) {
  .entryBody h5:not([class])::before {
    top: 3px;
  }
}
.entryBody h6:not([class]) {
  font-size: clamp(1.0625rem, 0.954rem + 0.481vw, 1.375rem);
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #007567;
}
@media screen and (min-width: 560px) {
  .entryBody h6:not([class]) {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h6:not([class]) {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.entryBody p:not([class]) + p:not([class]) {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .entryBody p:not([class]) + p:not([class]) {
    margin-top: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody) {
  color: #212121;
  text-decoration: underline;
  transition: all 0.7s;
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.1s;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.entryBody a:not(.no-entryBody):not([class]):link, .entryBody a:not(.no-entryBody):not([class]):visited {
  color: #1530A0;
  text-decoration: underline;
}
.entryBody a:not(.no-entryBody):not([class])::hover, .entryBody a:not(.no-entryBody):not([class])::active {
  color: #4460D5;
  text-decoration: none;
}
.entryBody table {
  border-top: 1px solid #246c61;
  border-bottom: 1px solid #246c61;
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .entryBody table {
    margin: 20px 0;
  }
}
.entryBody table th,
.entryBody table td {
  border: 1px solid #246c61;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.6;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 1.0625rem;
    line-height: 1.8;
    line-height: 1.6;
    padding: 15px 20px;
  }
}
.entryBody table th {
  background: #e1e8d5;
}
.entryBody table thead th {
  background: #007567;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 560px) {
  .entryBody table thead th {
    padding: 18px 15px;
    font-size: 105%;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table thead th {
    padding: 20px;
  }
}
.entryBody ul:not(.no-entryBody):not([class]),
.entryBody ol:not(.no-entryBody):not([class]) {
  width: 100%;
  margin: 20px 0;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  .entryBody ul:not(.no-entryBody):not([class]),
  .entryBody ol:not(.no-entryBody):not([class]) {
    width: 100%;
  }
}
.entryBody ul:not(.no-entryBody):not([class]) li,
.entryBody ol:not(.no-entryBody):not([class]) li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 2;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
layout
************/
.e-layout_container > *:first-child {
  margin-top: 0 !important;
}

.e-layout_bg--green {
  background: #e1e8d5;
  position: relative;
}
.e-layout_bg--green .c-heading01,
.e-layout_bg--green .e-layout_body {
  z-index: 5;
  position: relative;
}

.l-column_main .e-layout_bg--green::before {
  content: "";
  display: block;
  background: #e1e8d5;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.e-layout_container + .e-layout_container {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .e-layout_container + .e-layout_container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 559px) {
  .e-layout_container + .e-layout_container {
    margin-top: 30px;
  }
}

.e-whiteBox {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .e-whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .e-whiteBox {
    padding: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .e-whiteBox {
    padding: 90px min(7.14%, 100px);
  }
}

/***********
box
************/
.e-box {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .e-box {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .e-box {
    padding: 40px clamp(40px, 8%, 100px);
  }
}
.e-box + * {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .e-box + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .e-box + * {
    margin-top: 40px;
  }
}
.e-box_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .e-box_title {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-box_title {
    font-size: 1.25rem;
  }
}
.e-box--red {
  background: #f8d7da;
  border-color: #f1aeb5;
}
.e-box--default {
  background: rgba(0, 117, 103, 0.15);
  border-color: rgba(0, 117, 103, 0.4);
}
.e-box--gray {
  background: #e9ecef;
  border-color: #adb5bd;
}

/***********
grid
************/
.e-grid h2, .e-grid h3, .e-grid h4, .e-grid h5, .e-grid h6, .e-grid p {
  margin: 0;
  padding: 0;
}
.e-grid p {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .e-grid p {
    margin-bottom: 15px;
  }
}
.e-grid .e-gridItem_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_img {
    margin-bottom: 20px;
  }
}
.e-grid .e-gridItem_title {
  background: none;
  color: #007567;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .e-grid .e-gridItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

/***********
greeting
************/
.e-greetingWrap {
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .e-greetingWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.e-greeting_photo {
  width: 25%;
  margin: 0 0 40px 40px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-greeting_photo {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 559px) {
  .e-greeting_photo {
    float: none;
    margin-inline: auto;
    max-inline-size: max-content;
    width: auto;
  }
}
.e-greeting_photo figcaption {
  margin-top: 20px;
  text-align: left;
}

.txtbox p.e-greeting_post {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .txtbox p.e-greeting_post {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_post {
    font-size: 0.75rem;
  }
}

.txtbox p.e-greeting_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .txtbox p.e-greeting_name {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_name {
    font-size: 0.9375rem;
  }
}

.txtbox p.e-greeting_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.75rem;
  }
}

/***********
btn
************/
p.e-btn {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 1199px) {
  p.e-btn {
    margin: 30px auto;
  }
}
@media screen and (max-width: 559px) {
  p.e-btn {
    margin: 20px auto;
  }
}
p.e-btn a {
  display: inline-block;
  border-radius: 5px;
  background: #007567;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  transition: all 0.1s;
  position: relative;
  padding: 25px 50px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  p.e-btn a {
    font-size: 1.25rem;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 559px) {
  p.e-btn a {
    font-size: 1.125rem;
    padding: 20px 20px;
  }
}
p.e-btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  p.e-btn a:hover {
    background: rgb(0, 81.9, 72.1);
  }
}
p.e-btn--center {
  text-align: center;
}
p.e-btn--download a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f56d";
  font-weight: 900;
  margin-right: 10px;
  line-height: 1.8;
}
p.e-btn--download a:after {
  display: none;
}

.e-btnWrap {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 1199px) {
  .e-btnWrap {
    margin: 30px auto;
  }
}
@media screen and (max-width: 559px) {
  .e-btnWrap {
    margin: 20px auto;
    display: block;
  }
}
.e-btnWrap p.e-btn {
  margin: 0 10px;
  width: auto;
}
@media screen and (max-width: 559px) {
  .e-btnWrap p.e-btn {
    width: 100%;
    margin: 10px 0;
  }
}

.e-btn02 {
  display: inline-block;
  margin: 0 10px;
}
.e-btn02_inner {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #007567;
  padding: 1px 20px 2px 20px;
  font-size: 93%;
}
@media screen and (max-width: 559px) {
  .e-btn02_inner {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .e-btn02_inner:hover {
    background: rgb(0, 195.6, 172.1948717949);
  }
}

/***********
table
************/
@media screen and (max-width: 559px) {
  .e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th,
  .e-table--sp td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th {
    border-bottom: none;
  }
}
.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .e-scrollable {
    width: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .e-scrollable table {
    min-width: 640px;
    border-left: none;
  }
}

/***********
linkList
**********.**/
.e-linkList {
  width: 100%;
}
.e-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .e-linkList li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-linkList li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.e-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 20px;
  }
}
.e-linkList a[target=_blank]::after, .e-linkList a[href$=".pdf"]::after, .e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after, .e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after, .e-linkList a[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.1s;
}
.e-linkList a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #007567;
}
.e-linkList a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.e-linkList a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.e-linkList a:hover {
  text-decoration: none !important;
}

/***********
googleMap
************/
.e-googleMap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 1199px) {
  .e-googleMap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap {
    margin: 20px 0;
  }
}
.e-googleMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1199px) {
  .e-googleMap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap iframe {
    height: 300px;
  }
}

/***********
youtube
************/
.e-youtube {
  position: relative;
  width: 100%;
}
.e-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.e-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
imgList
************/
.e-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.e-imgList li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .e-imgList li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList li {
    margin-bottom: 20px;
  }
}
.e-imgList figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .e-imgList figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList figcaption {
    font-size: 0.875rem;
  }
}
.e-imgList--row3::after {
  content: "";
  display: block;
  width: 31.5%;
}
.e-imgList--row3 li {
  width: 31.5%;
}
.e-imgList--row4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.e-imgList--row4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.e-imgList--row4 li {
  width: 23.5%;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.alignright {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/***********
download
************/
.e-downloadList {
  max-inline-size: max-content;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .e-downloadList {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .e-downloadList {
    max-inline-size: none;
  }
}
.e-downloadList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  border-bottom: 1px solid #246c61;
  padding: 15px 0;
  position: relative;
}
.e-downloadList a {
  padding: 15px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 559px) {
  .e-downloadList a {
    width: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .e-downloadList a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
}
.e-downloadList p + p {
  margin-top: 0;
}
.e-downloadList p {
  line-height: 1.3;
}
.e-downloadList_file {
  flex: 1;
}
.e-downloadList_btn {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #007567;
  padding: 5px 20px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .e-downloadList_btn:hover {
    background: rgb(0, 81.9, 72.1);
  }
}
.e-downloadList_btn span {
  font-size: inherit;
  font-size: 0.875rem;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn span {
    display: none;
  }
}
.e-downloadList_btn i {
  margin-right: 5px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn i {
    font-size: 1.625rem;
    color: #007567;
    margin-right: 0;
  }
}

/*=============================================================
  dashboard.scss
==============================================================*/
.dashboard-type ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 560px) {
  .dashboard-type ul {
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-type ul {
    column-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .dashboard-type ul {
    column-gap: 40px;
  }
}
.dashboard-type input {
  display: none;
}
.dashboard-type label {
  padding: 15px 20px 15px 40px;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dashboard-type label {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .dashboard-type label {
    font-size: 1.125rem;
    padding: 20px 30px 20px 60px;
  }
}
.dashboard-type label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 15px;
}
@media screen and (min-width: 960px) {
  .dashboard-type label::before {
    font-size: 120%;
    left: 20px;
    top: 19px;
  }
}
.dashboard-type input:checked + label {
  background: #e1e8d5;
}
.dashboard-type input:checked + label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f192";
  font-weight: 900;
  font-weight: 900;
  color: #007567;
}
.dashboard-type_notes {
  padding: 10px;
  background: #e9ecef;
  margin-top: 20px;
  width: 90%;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .dashboard-type_notes {
    padding: 20px;
  }
}

.dashboard-apparatus {
  border-top: 1px solid #aaa;
  padding: 15px 10px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .dashboard-apparatus {
    font-size: 1.0625rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .dashboard-apparatus {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-apparatus {
    font-size: 1.125rem;
  }
}
.dashboard-apparatus:last-of-type {
  border-bottom: 1px solid #aaa;
}
.dashboard-apparatus.is-check {
  background: rgba(225, 232, 213, 0.5);
}
.dashboard-apparatus_name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .dashboard-apparatus_name {
    flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .dashboard-apparatus_name {
    width: 60%;
    flex: auto;
  }
}
.dashboard-apparatus_name label {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.dashboard-apparatus_box {
  display: none;
  padding-left: 20px;
  padding-top: 10px;
}
.dashboard-apparatus_type {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .dashboard-apparatus_type {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-apparatus_type {
    display: flex;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-apparatus_type {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.dashboard-apparatus_type label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dashboard-apparatus_type li {
  display: flex;
}
.dashboard-apparatus_time {
  padding-left: 35px;
  padding-top: 10px;
}
@media screen and (min-width: 560px) {
  .dashboard-apparatus_time {
    padding-left: 40px;
    padding-top: 0;
  }
}

.dashboard-complete {
  background: #d5e9e3;
  background: rgba(226, 242, 235, 0.6);
  border: 1px solid #246c61;
  border-radius: 15px;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .dashboard-complete {
    padding: 40px 60px;
  }
}
.dashboard-complete_heading {
  font-weight: bold;
  font-size: 1.125rem;
  color: #007567;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .dashboard-complete_heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
.dashboard-complete_inner {
  font-size: 0.875rem;
  line-height: 1.8;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 560px) {
  .dashboard-complete_inner {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .dashboard-complete_inner {
    font-size: 1rem;
  }
}
.dashboard-complete_txt {
  display: flex;
  row-gap: 10px;
  column-gap: 20px;
  padding: 5px 0;
}
.dashboard-complete_txt:not(:first-of-type):not(:nth-of-type(2)) {
  border-bottom: 1px dotted #246c61;
}
.dashboard-complete_txt span {
  display: inline-block;
  line-height: 1.5;
}
.dashboard-complete_txt span:nth-of-type(1) {
  flex: 1;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

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

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */