@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Old Mincho", serif;
  color: #454545;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
/*scroll-behavior: smooth;*/ 
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.categories {
  margin-top: 44px;
  margin-top: 2.75rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .categories {
    margin-top: 6rem;
  }
}

.category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories_content {
  display: none;
}

.categories_content.active {
  display: block;
}

.news__archive-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__archive-btn {
    position: relative;
    margin-right: 1.6875rem;
    font-size: 0.875rem;
    display: inline-block;
  }
}

.news__archive-btn:hover span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .news__archive-btn:hover span {
    right: -2.0625rem;
  }
}

.news__archive-btn span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 0.1em;
  background: #7DC19A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .news__archive-btn span {
    right: -1.75rem;
  }
}

.news__archive-btn span::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #7DC19A;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  width: 100%;
  row-gap: 5px;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .categories_list {
    width: 83%;
    row-gap: 0;
  }
}

.categories_list_item {
  color: #9d9d9d;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}

.categories_list_item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #9d9d9d;
  height: 60%;
  width: 1px;
  width: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .categories_list_item::after {
    content: none;
  }
}

.categories_list_item.active {
  color: #7DC19A;
}

.categories_content {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .categories_content {
    margin-top: 2.875rem;
  }
}

.category-post {
  display: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.drawer {
  height: inherit;
  width: 50px;
  background: #FFCD46;
}
@media screen and (min-width: 768px) {
  .drawer {
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .drawer {
    display: none;
  }
}

.drawer__icon {
  top: 18px;
  right: 11px;
  width: 23px;
  height: 18px;
  cursor: pointer;
  display: block;
  position: fixed;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .drawer__icon {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .drawer__icon {
    top: 18px;
    right: 10px;
    width: 25px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    top: 31px;
    right: 30px;
    width: 19px;
    top: 27px;
    right: 17px;
    width: 33px;
    height: 33px;
  }
}

.drawer__icon.is-open {
  z-index: 900;
}
.drawer__icon.is-open .drawer__icon-bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  top: 0.4375rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.drawer__icon.is-open .drawer__icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.drawer__icon.is-open .drawer__icon-bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  top: 0.4375rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.drawer__icon-bars {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bars {
    width: 34px;
  }
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.drawer__icon-bar1 {
  top: 0;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar1 {
    top: 0;
  }
}

.drawer__icon-bar2 {
  top: 6px;
  top: 0.375rem;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar2 {
    top: 8px;
  }
}

.drawer__icon-bar3 {
  top: 13px;
  top: 0.8125rem;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drawer__icon-bar3 {
    top: 16px;
  }
}

.drawer__content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 300px;
  width: 18.75rem;
  z-index: -1;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-top: 70px;
}
@media screen and (max-width: 520px) {
  .drawer__content {
    margin-top: 50px;
  }
}

.drawer__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}

.drawer__content-items {
  line-height: 1.57;
  position: relative;
  list-style: none;
  padding-top: 37px;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
.drawer__content-items a {
  position: relative;
}
.drawer__content-items a .drawer__content-items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #454545;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__content-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  text-align: left;
  border-bottom: 1px dotted #9d9d9d;
}

.drawer__content-item a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
  padding-left: 1em;
  position: relative;
}

.drawer__content-item p {
  padding: 15px 0;
  padding: 0.9375rem 0;
  padding-left: 1em;
  position: relative;
}

.js-drawer-accordion p {
  position: relative;
  cursor: pointer;
}

.drawer__content-footer {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.drawer__content-footer img {
  width: 13%;
  margin-inline: auto;
}

.drawer__content-facilityName {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.drawer__content-facilityName:not(:first-of-type) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.drawer__content-facilityName span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.js-drawer-accordion p::after,
.js-drawer-accordion p::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #707070; /* プラスマークの色 */
  right: 20px; /* 右端に配置 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.js-drawer-accordion p::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.js-drawer-accordion.is-open p::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.drawer__content-item .plus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer__content-item .plus {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 13px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__content-item .plus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer__content-item .plus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer__content-item .plus {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 13px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__content-item .plus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer__modal-content {
  background-color: #f5f3ea;
  display: none;
}

.drawer__modal-item {
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}

.drawer__modal-item span {
  display: inline-block;
  vertical-align: middle;
  color: #7DC19A;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: #7DC19A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
  right: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .drawer__modal-item span {
    right: 2.25rem;
  }
}

.drawer__modal-item span::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #7DC19A;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fix-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #ffcd46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fix-menu {
    display: none;
  }
}

.fix-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
  padding-top: 4px;
}
@media screen and (max-width: 520px) {
  .fix-menu__list {
    padding-top: 8px;
  }
}

.fix-menu__list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fix-menu__list:not(:first-child) {
  border-left: 2px solid #fff;
}

.fix-menu__list-img {
  width: 15%;
}
@media screen and (max-width: 520px) {
  .fix-menu__list-img {
    width: 20%;
  }
}

.fix-menu__list-img.mail {
  margin-top: 7px;
  width: 15%;
}
@media screen and (max-width: 520px) {
  .fix-menu__list-img.mail {
    width: 18%;
  }
}

.fix-menu__list-img.map {
  width: 11%;
}
@media screen and (max-width: 520px) {
  .fix-menu__list-img.map {
    width: 15%;
  }
}

.fix-menu__list-title {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer {
  background-color: #f5fdf8;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 71px 0;
  padding: 4.4375rem 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.5%;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    gap: 11.5%;
  }
}

.footer__info {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__info {
    max-width:500px;
    margin:0 auto;
  }
}
@media screen and (min-width: 768px) {
 .footer__info { width:70%;}
}


.footer__title {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__title br{display:none;text-align:center;}
  .footer__title{text-align:center;text-align:left;font-size:1.35rem}
}

.footer__addresses {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .footer__addresses {
    margin-top: 2rem;
  }
}

.footer__address + .footer__address {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__address + .footer__address {
    margin-top: 2.5rem;
  }
}

.footer__address p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer__address p {
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__address{text-align:center;text-align:left;}
}

.footer__subtitle {
  letter-spacing: -0.03em;
  font-weight: 400;
}

.footer__contact-btn {
  background-color: #7dc19a;
  color: #fff;
  padding: 10px 32px 10px 64px;
  padding: 0.625rem 2rem 0.625rem 4rem;
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  border-radius: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__contact-btn {
    margin-top: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-btn {margin:20px auto;        display: block;
    max-width: 300px;margin-top:50px}
}
@media screen and (max-width: 520px) {
  .u-desktop.footer__contact-btn {
    display: none;
  }
}

.footer__contact-btn::after {
  content: "";
  position: absolute;
  left: 24px;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_mail-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  height: 1.1875rem;
  width: 28px;
  width: 1.75rem;
}

.footer__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7%;
    width: 100%;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 520px) {
  .footer__nav.u-desktop {
    display: none;
  }
}

.footer__nav-left {
  width: 34%;
}

.footer__nav-middle {
  width: 29%;
}

.footer__nav-right {
  width: 26%;
}

.footer__nav-left .footer__nav-section:not(:first-child),
.footer__nav-middle .footer__nav-section:not(:first-child),
.footer__nav-right .footer__nav-section:not(:first-child) {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.footer__nav-section ul {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.footer__nav-section li:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.footer__nav-section li:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer__nav-section li a {
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer__nav-title {
  color: #7DC19A;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__copyright {
  display: block;
  text-align: center;
  background-color: #fff;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.fv .swiper-pagination {
  position: absolute;
  bottom: -30px;
  bottom: -1.875rem;
}

.fv .swiper-pagination-bullet {
  background-color: #DDDDDD;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
}

.fv .swiper-pagination-bullet-active {
  background-color: #7DC19A;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(255, 255, 255, .8);
  color: #454545;
  width: 100%;
  max-width: 100%;
  z-index: 900;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
  }
}

.active__header {
  background: #454545;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-left: 1.25rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2.5625rem;
  }
}

.header__title {
  font-weight: 400;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  z-index:+9;
  position:relative;
}
@media screen and (min-width: 768px) {
  .header__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (min-width: 1280px) {
  .header__title {
    font-size: 1.4375rem;
    padding-top: 1.1875rem;
    margin-right: 7.9375rem;
  }
}

.header__title span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 13px;
  margin-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header__title span {
    display: block;
    font-size: 0.9375rem;
  }
}

.header__middle {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .header__middle {
    display: block;
    margin-right: 1.4375rem;
  }
}

.header__middle-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header__contact {
  text-align: right;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__contact {
    display: block;
  }
}

.header__contact a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 22px 8px 44px;
  padding: 0.5rem 1.375rem 0.5rem 2.75rem;
  background: #fff;
  border-radius: 1.3125rem;
  position: relative;
}

.header__contact a::after {
  content: "";
  position: absolute;
  left: 21px;
  left: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  height: 0.875rem;
  width: 17px;
  width: 1.0625rem;
}

.header__nav-list {
  display: none;
  height: inherit;
  font-weight: 700;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav {
  height: inherit;
  margin-left: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}

.header__nav-item {
  height: inherit;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.header__nav-item a {
  font-size: 13px;
  font-size: 0.9125rem;
  position: relative;
  padding: 0 13px;
  padding: 0 0.8125rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item:hover > a {
  color: #7DC19A;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.header__access {
  height: inherit;
  background-color: #FFCD46;
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header__access-area{height:0;visibility:hidden;}
.header__access .header__access-area a{overflow:hidden;height:0;transition:0.3s;color:#000;font-size:13px;padding-left:1em;position:relative;}
.header__access:hover .header__access-area{display:block;height:auto;visibility:visible;background-color:#FFCD46;}
.header__access:hover .header__access-area a{height:4em;display:flex;align-items:center;border-bottom:1px solid #fff;}
.header__access:hover .header__access-area a:hover{background:#fff;opacity:1}
.header__access:hover .header__access-area a span{display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 10px;
  width: 0.625rem;
  height: 0.1em;
  background: #000;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.8125em;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;}

.header__access:hover .header__access-area a span::after{
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border: 0.1em solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

.header__access:hover .header__access-area a:hover span{right:calc(1.8125em - 5px)}


  
@media screen and (min-width: 1024px) {
  .header__access {
    display: block;
  }
}

.header__access a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0px 24px 0 47px;
  padding: 0px 1.5rem 0 2.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__access a {
    padding: 0px 2.125rem 0 3.6875rem;
  }
}

.header__access > a::after {
  content: "";
  position: absolute;
  left: 18px;
  left: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  height: 1.5625rem;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .header__access a::after {
    left: 1.8125rem;
  }
}

.header__access:hover {
  background-color: #FFE7A5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header__drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 18px 28px 26px 93px;
  padding: 1.125rem 1.75rem 1.625rem 5.8125rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  position: fixed;
  top: 100px;
  top: 6.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 83%;
}

.header__nav-item:hover .header__drop-menu {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

.header__drop-menuTitle {
  width: 19%;
}

.header__drop-menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  width: 78%;
}

.header__drop-menuItem {
  border-bottom: 1px dotted #9d9d9d;
  width: 30%;
  position: relative;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.header__drop-menuItem a {
  padding: 12px 17px 12px 0;
  padding: 0.75rem 1.0625rem 0.75rem 0;
}

.header__drop-menuItem span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 10px;
  width: 0.625rem;
  height: 0.1em;
  background: #7DC19A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
@media screen and (min-width: 768px) {
  .header__drop-menuItem span {
    right: 0.3125rem;
  }
}

.header__drop-menuItem span::after {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border: 0.1em solid #7DC19A;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__drop-menuItem:hover {
  color: #7DC19A;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.header__drop-menuItem:hover span {
  right: 2px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.layout-menu {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .layout-menu {
    margin-top: 8.6875rem;
  }
}

.layout-business {
  margin-top: 144px;
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .layout-business {
    margin-top: 15rem;
  }
}

.layout-news {
  margin-top: 139px;
  margin-top: 8.6875rem;
}
@media screen and (min-width: 768px) {
  .layout-news {
    margin-top: 8.6875rem;
  }
}

.layout-pickup {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .layout-pickup {
    margin-top: 16.1875rem;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: fixed;
}

.loading__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading__img {
  margin: auto;
  top: 32%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  width: 10.625rem;
  opacity: 0;
  -webkit-animation: loading 1.5s forwards ease-in-out 0.7s;
          animation: loading 1.5s forwards ease-in-out 0.7s;
}
.loading__img2 {
  margin: auto;
  top: 0%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  width: 10.625rem;
  position:absolute;
  opacity: 0;
  -webkit-animation: loading 1.5s forwards ease-in-out 1.5s;
          animation: loading 1.5s forwards ease-in-out 1.5s;
}
@media screen and (max-width: 520px) {
  .loading__img {
    font-size: 1.25rem;
    width: 9.375rem;
    top: 34%;
  }
  .loading__img2 {
    font-size: 1.25rem;
    width: 9.375rem;
    top: 0%;
  }
}
@media screen and (min-width: 768px) {
  .loading__img {
    width: clamp(150px, 17vw, 500px);
    top: 34%;
  }
  .loading__img2 {
    width: clamp(150px, 17vw, 500px);
    top: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .loading__img {
    top: 29%;
  }
  .loading__img2 {
    top: 0%;
  }
}

.loading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loading__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}


@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loading__text {
  text-align: center;
  -webkit-animation: text 1s both ease-in-out 2.2s;
          animation: text 1s both ease-in-out 2.2s;
  margin-top: -30px;
  margin-top: -1.875rem;
  color: #9d9d9d;
}
@media screen and (min-width: 768px) {
  .loading__text {
    margin-top: -2.5rem;
  }
}

.loading__text-ja {
  font-size: clamp(16px, 2vw, 50px);
  line-height: 1;
}

.loading__text-en {
  font-size: clamp(16px, 5vw, 100px);
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 520px) {
  .loading__text-en {
    font-size: clamp(16px, 8vw, 100px);
  }
}

/* 検索フォーム全体 */
.header__search {
  position: absolute;
  right: 84px;
}
@media screen and (max-width: 520px) {
  .header__search {
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header__search {
    position: inherit;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  width: 40px; /* 初期はボタンのみ */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  position: relative;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .search-form {
    width: 30px;
  }
}

/* 初期状態の検索アイコン */
.search-toggle {
  background: transparent;
  border: none;
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #FFCD46;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 520px) {
  .search-toggle {
    padding: 0.25rem;
  }
}

/* 画像のサイズを適切に */
.search-toggle img,
.search-submit img {
  width: 20px !important;
  width: 1.25rem !important;
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .search-toggle img,
  .search-submit img {
    width: 19px !important;
  }
}

/* 検索入力欄の初期状態 */
.search-input {
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  border-radius: 30px;
  width: 0; /* 初期は非表示 */
  opacity: 0;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position:inherit
}

/* 検索送信ボタンの初期状態（非表示） */
.search-submit {
  display: none;
}

/* フォームが開いた時のスタイル */
.search-form.active {
  width: 228px;
}

.search-form.active .search-input {
  width: 100%;
  opacity: 1;
  padding-left: 1em;
}

.search-form.active .search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-img {
  position: relative;
}

.test-img p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.test-img:hover path#パス_135-2 {
  fill: #ffcd46; /* 背景部分を黄色に */
}

.test-img:hover path#パス_121 {
  fill: #fff; /* 吹き出し部分を白に */
}

.sec-title {
  font-size: clamp(57px, 52.441px + 1.2154696133vw, 68px);
  font-size: clamp(3.5625rem, 3.2776243094rem + 1.2154696133vw, 4.25rem);
  font-weight: 500;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

.sec-title::first-letter {
  color: #7DC19A;
  text-transform: uppercase;
}

.sec-title .ja {
  font-weight: 700;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .sec-title .ja {
    font-size: 1rem;
  }
}

.sub-title {
  font-size: clamp(24px, 22.543px + 0.3883495146vw, 30px);
  font-size: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
  font-weight: 400;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  .sub-title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sub-title {
    padding-left: 3.125rem;
    text-align: left;
    text-align: initial;
    letter-spacing: 0.09em;
    width: 100%;
  }
}

.sub-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 37px;
  height: 2.3125rem;
  width: 43px;
  width: 2.6875rem;
}
@media screen and (max-width: 520px) {
  .sub-title::after {
    left: 3.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .sub-title::after {
    height: 3rem;
    width: 3.5rem;
    left: -0.5rem;
  }
}

.sb-search {
  position: relative;
  width: 0%;
  min-width: 30px;
  height: 30px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .sb-search {
    height: 33px;
    min-width: 33px;
  }
}

.sb-search-input {
  top: 0;
  right: 0px;
  border: none;
  outline: none;
  background-color: #fff;
  width: 200px;
  height: 30px;
  margin: 0;
  z-index: 10;
  padding: 5px 40px 5px 20px;
  font-family: inherit;
  font-size: 15px;
  position:relative;
}
@media screen and (min-width: 768px) {
  .sb-search-input {
    height: 33px;
    width: 300px;
  }
}

input[type=search].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
  color: rgba(69, 69, 69, .8);
}

.sb-search-input:-moz-placeholder {
  color: rgba(69, 69, 69, .8);
}

.sb-search-input::-moz-placeholder {
  color: rgba(69, 69, 69, .8);
}

.sb-search-input:-ms-input-placeholder {
  color: rgba(69, 69, 69, .8);
}

.sb-icon-search,
.sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sb-icon-search,
  .sb-search-submit {
    height: 33px;
    width: 33px;
    line-height: 33px;
  }
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: red;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #FFCD46;
  z-index: 90;
  font-size: 17px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
}

.sb-icon-search:before {
  content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #FFCD46;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/
}

.top__sidebar {
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .top__sidebar {
    display: block;
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 100;
    width: 70px;
  }
}

.top__sidebar path {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.top__sidebar:hover path {
  fill: #FFE7A5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.top__sidebar a:hover {
  opacity: 1;
}

.top__sidebar .svg-group {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.top__sidebar:hover .svg-group {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.svg-group path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.top__sidebar:hover .svg-group path {
  fill: white; /* hover で白くなる */
}

.fv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 520px) {
  .fv {
    height: 50rem;
  }
}
.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.fv__block-left {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .fv__block-left {
    width: 50%;
  }
}

.fv__block-right {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .fv__block-right {
    width: 50%;
  }
}

.fv-left-logo {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .fv-left-logo {
    width: 40px;
  }
}

.fv__textblock {
  position: absolute;
  bottom: 10%;
  left: 4%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__textblock {
    bottom: 4%;
    left: 7%;
  }
}

.fv__wrapper p {
  background-color: #fff;
  color: #7DC19A;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1.875rem;
  padding: 4px 30px;
  padding: 0.25rem 1.875rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fv__wrapper p {
    font-size: 1rem;
  }
}

.fv__wrapper p span {
  color: #ffcd46;
  padding: 0 3px;
  padding: 0 0.1875rem;
}

.fv__text {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .fv__text {
    font-size: 2.1875rem;
  }
}

.fv__text span {
  font-size: clamp(80px, 72.127px + 2.0994475138vw, 99px);
  font-size: clamp(5rem, 4.507941989rem + 2.0994475138vw, 6.1875rem);
  font-family: 500;
  font-family: "Cormorant Garamond", serif;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fv__text span {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text span {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .fv__text span {
    font-size: 6.1875rem;
  }
}

.station-info {
  border-radius: 50%;
  background-color: white;
  width: 130px;
  width: 8.125rem;
  height: 130px;
  height: 8.125rem;
  position: absolute;
  right: 5%;
  bottom: 4%;
  z-index: 10;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .station-info {
    display: none;
  }
}

.station-info__text {
  line-height: 1.4;
  color: #7DC19A;
}

.station-info__text span {
  color: #ffcd46;
}

.fv__inner picture {
  overflow: hidden;
  position: relative;
  display: block;
  height: inherit;
}

.fv__inner picture img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 648/800;
}
@media screen and (max-width: 520px) {
  .fv__inner picture img {
    aspect-ratio: 375/406;
  }
}

.fv__block-left .slide1,
.fv__block-left .slide2,
.fv__block-left .slide3,
.fv__block-left .slide4,
.fv__block-right .slide1,
.fv__block-right .slide2,
.fv__block-right .slide3,
.fv__block-right .slide4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* 初期状態で全体が表示 */
  -webkit-transition: opacity 3.6s ease, -webkit-clip-path 3.6s cubic-bezier(0.77, 0, 0.2, 1), -webkit-transform 1s ease-in-out;
  transition: opacity 3.6s ease, -webkit-clip-path 3.6s cubic-bezier(0.77, 0, 0.2, 1), -webkit-transform 1s ease-in-out;
  transition: clip-path 3.6s cubic-bezier(0.77, 0, 0.2, 1), transform 1s ease-in-out, opacity 3.6s ease;
  transition: clip-path 3.6s cubic-bezier(0.77, 0, 0.2, 1), transform 1s ease-in-out, opacity 3.6s ease, -webkit-clip-path 3.6s cubic-bezier(0.77, 0, 0.2, 1), -webkit-transform 1s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); /* 初期状態 */
  will-change: transform, clip-path;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* 現在表示中のスライド（前面） */
.fv__block-left .slide1.show,
.fv__block-left .slide2.show,
.fv__block-left .slide3.show,
.fv__block-left .slide4.show,
.fv__block-right .slide1.show,
.fv__block-right .slide2.show,
.fv__block-right .slide3.show,
.fv__block-right .slide4.show {
  z-index: 3; /* 表示中のスライドを最前面に */
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* 全体を表示 */
  opacity: 1;
}

/* `leave` がついたら 1s で `scale(1.1)` を適用 */
/* --- 左側（前面のスライドが「下から上に消える」） --- */
.fv__block-left .slide1.leave,
.fv__block-left .slide3.leave,
.fv__block-left .slide4.leave,
.fv__block-left .slide2.leave {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (min-width: 768px) {
  .fv__block-left .slide1.leave,
  .fv__block-left .slide3.leave,
  .fv__block-left .slide4.leave,
  .fv__block-left .slide2.leave {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0); /* 上から下に隠れる */
  }
}

/* --- 右側（前面のスライドが「上から下に消える」） --- */
.fv__block-right .slide1.leave,
.fv__block-right .slide3.leave,
.fv__block-right .slide4.leave,
.fv__block-right .slide2.leave {
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* 上から下に隠れる */
}
@media screen and (min-width: 768px) {
  .fv__block-right .slide1.leave,
  .fv__block-right .slide3.leave,
  .fv__block-right .slide4.leave,
  .fv__block-right .slide2.leave {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0); /* 下から上に隠れる */
  }
}

/* 後面に回ったスライドは `clip-path` を通常状態に戻す */
.fv__block-left .slide1.reset,
.fv__block-left .slide2.reset,
.fv__block-left .slide3.reset,
.fv__block-left .slide4.reset,
.fv__block-right .slide1.reset,
.fv__block-right .slide2.reset,
.fv__block-right .slide3.reset,
.fv__block-right .slide4.reset {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* クリップパスをリセット */
  z-index: 1;
  opacity: 1;
  -webkit-transition: none;
  transition: none; /* すぐにリセット */
}

.fv__block-left .slide1.next,
.fv__block-left .slide2.next,
.fv__block-left .slide3.next,
.fv__block-left .slide4.next,
.fv__block-right .slide1.next,
.fv__block-right .slide2.next,
.fv__block-right .slide3.next,
.fv__block-right .slide4.next {
  z-index: 2;
}

.menu__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .menu__sub-title {
    margin-top: 3.75rem;
  }
}

.menu {
  position: relative;
  overflow-x: clip;
}

.menu::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .menu::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 32%;
    top: -36%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/common/bg_huge-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 135%;
    width: 142%;
  }
}

.menu__title {
  font-weight: 400;
}

.menu__course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 31px;
  margin-top: 1.9375rem;
  row-gap: 13px;
  row-gap: 0.8125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  .menu__course-list {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .menu__course-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
    row-gap: 1.5625rem;
    max-width: 100%;
  }
}

.menu__course-card {
  width: 100%;
  background-color: #faf9f4;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  border-radius: 0.625rem;
  padding: 10px 10px 10px 15px;
  padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
  min-height: 70px;
  min-height: 4.375rem;
  position: relative;
  cursor: pointer;
}
.menu__course-card a:hover{opacity:1}
@media screen and (min-width: 768px) {
  .menu__course-card {
    width: 23.3%;
    border-radius: 0.625rem;
    padding: 1.5625rem 1.625rem 1.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: none;
  }
}

.menu__course-card::before {
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: solid 1px #fff;
  border-top: solid 0.0625rem #fff;
  border-right: solid 1px #fff;
  border-right: solid 0.0625rem #fff;
  position: absolute;
  left: -12px;
  left: -0.75rem;
  top: 46%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .menu__course-card::before {
    content: none;
  }
}

.menu__course-card.is-active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* クリック時に回転 */
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.menu__course-card.mt {
  padding: 10px 10px 10px 14px;
  padding: 0.625rem 0.625rem 0.625rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .menu__course-card.mt {
    padding: 1.3125rem 1.625rem 1.375rem;
  }
}

.menu__corse-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu__corse-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}

.menu__course-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .menu__course-title {
    font-size: 1.25rem;
    text-align: center;
    min-height: 3.5rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.menu__course-facility-set {
  margin-top: 0;
  min-width: 131px;
  min-width: 8.1875rem;
}
@media screen and (min-width: 768px) {
  .menu__course-facility-set {
    margin-top: auto;
    min-width: 100%;
  }
}

.menu__course-facility {
  background-color: red;
  text-align: center;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .menu__course-facility {
    padding: 0.25rem 0;
  }
}

.menu__course-facility.transparent {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu__course-facility.transparent {
    color: transparent;
    visibility: hidden;
    display: block;
  }
}

.menu__course-facility + .menu__course-facility {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.menu__course-accordion {
  margin-top: 16px;
  margin-top: 1rem;
  color: #fff;
  line-height: 1.9;
  display: none;
  color: #fff;
}

.menu__course-card.blue {
  border-left: 20px solid #b496c4;
  border-left: 1.25rem solid #b496c4;
  color: #b496c4;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.blue {
    border-top: 0.625rem solid #b496c4;
    border-left: none;
  }
}

.menu__course-card.blue.is-active {
  background-color: #b496c4;
  color: #fff;
}

.menu__course-card.blue .menu__course-facility {
  background-color: #b496c4;
}

.menu__course-card.blue.is-active .menu__course-facility {
  background-color: #fff;
  color: #b496c4;
}

.menu__course-card.red {
  border-left: 20px solid #db9595;
  border-left: 1.25rem solid #db9595;
  color: #db9595;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.red {
    border-top: 0.625rem solid #db9595;
    border-left: none;
  }
}

.menu__course-card.red.is-active {
  background-color: #db9595;
  color: #fff;
}

.menu__course-card.red .menu__course-facility {
  background-color: #db9595;
}

.menu__course-card.red.is-active .menu__course-facility {
  background-color: #fff;
  color: #db9595;
}

.menu__course-card.light-blue {
  border-left: 20px solid #96bec4;
  border-left: 1.25rem solid #96bec4;
  color: #96bec4;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.light-blue {
    border-top: 0.625rem solid #96bec4;
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  .menu__course-card.light-blue .menu__course-title {
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.menu__course-card.light-blue.is-active {
  background-color: #96bec4;
  color: #fff;
}

.menu__course-card.light-blue .menu__course-facility {
  background-color: #96bec4;
}

.menu__course-card.light-blue.is-active .menu__course-facility {
  background-color: #fff;
  color: #96bec4;
}

.menu__course-card.purple.pt {
  border-left: 20px solid #d58cae;
  border-left: 1.25rem solid #d58cae;
  color: #d58cae;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .menu__course-card.purple.pt {
    border-top: 0.625rem solid #d58cae;
    border-left: none;
    padding-top: 1.5625rem;
  }
}

.menu__course-card.purple.is-active {
  background-color: #d58cae;
  color: #fff;
}

.menu__course-card.purple .menu__course-facility {
  background-color: #d58cae;
}

.menu__course-card.purple.is-active .menu__course-facility {
  background-color: #fff;
  color: #d58cae;
}

.menu__course-card.brown {
  border-left: 20px solid #c4a896;
  border-left: 1.25rem solid #c4a896;
  color: #c4a896;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.brown {
    border-top: 0.625rem solid #c4a896;
    border-left: none;
  }
}

.menu__course-card.brown.is-active {
  background-color: #c4a896;
  color: #fff;
}

.menu__course-card.brown .menu__course-facility {
  background-color: #c4a896;
}

.menu__course-card.brown .menu__course-title {
  white-space: nowrap;
}

.menu__course-card.brown.is-active .menu__course-facility {
  background-color: #fff;
  color: #c4a896;
}

.menu__course-card.light-brown {
  border-left: 20px solid #c2c496;
  border-left: 1.25rem solid #c2c496;
  color: #c2c496;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.light-brown {
    border-top: 0.625rem solid #c2c496;
    border-left: none;
  }
}

.menu__course-card.light-brown.is-active {
  background-color: #c2c496;
  color: #fff;
}

.menu__course-card.light-brown .menu__course-facility {
  background-color: #c2c496;
}

.menu__course-card.light-brown.is-active .menu__course-facility {
  background-color: #fff;
  color: #c2c496;
}

.menu__course-card.dark-blue {
  border-left: 20px solid #9193c3;
  border-left: 1.25rem solid #9193c3;
  color: #9193c3;
  border-top: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu__course-card.dark-blue {
    border-top: 0.625rem solid #9193c3;
    border-left: none;
  }
}

.menu__course-card.dark-blue.is-active {
  background-color: #9193c3;
  color: #fff;
}

.menu__course-card.dark-blue .menu__course-facility {
  background-color: #9193c3;
}

.menu__course-card.dark-blue.is-active .menu__course-facility {
  background-color: #fff;
  color: #9193c3;
}

.menu__course-footer {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .menu__course-footer {
    margin-top: 5rem;
  }
}

.menu__course-safe {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu__course-safe {
    font-size: 1.875rem;
  }
}

.menu__course-attentionBlock {
  line-height: 1.2;
}

.menu__course-attention {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .menu__course-attention {
    margin-top: 1.3125rem;
    font-size: 1.125rem;
  }
}

.menu__course-footer a {
  margin-top: 9px;
  margin-top: 0.5625rem;
  color: #7DC19A;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .menu__course-footer a {
    display: block;
    font-size: 1.125rem;
    margin-top: 0.875rem;
  }
}

.menu__option {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8%;
  line-height: 1.9;
  margin-top: 146px;
  margin-top: 9.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .menu__option {
    margin-top: 12.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu__option span {
  white-space: normal;
  font-size: clamp(14px, 12.543px + 0.3883495146vw, 20px);
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  padding-top: 8px;
  padding-top: 0.5rem;
  margin-left: -39px;
  margin-left: -2.4375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .menu__option span {
    margin-left: 0;
    line-height: 1.9;
  }
}

.menu__option::after {
  left: 0;
  top: 19%;
}
@media screen and (min-width: 768px) {
  .menu__option::after {
    top: 34%;
  }
}

.menu__option-wrap {
  border-radius: 6.25rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .menu__option-wrap {
    margin-top: 3.125rem;
  }
}

.menu__option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-size: 1.375rem;
  background-color: #ece4f0;
  border-radius: 3.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 0 55px;
  padding: 2.75rem 0 3.4375rem;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .menu__option-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
    font-size: 1.6875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.75rem 3.5rem 3.3125rem 14.5625rem;
    border-radius: 6.25rem;
  }
}

.menu__option-content:hover {
  background-color: #f2eff4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.menu__option-content + .menu__option-content {
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding: 44px 0 36px;
  padding: 2.75rem 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .menu__option-content + .menu__option-content {
    margin-top: 1.9375rem;
    gap: 8%;
    padding: 1.8125rem 3.5rem 1.8125rem 14.625rem;
  }
}

@media screen and (min-width: 768px) {
  .menu__option-content + .menu__option-content .menu__option-contentDescription {
    width: 64%;
  }
}

.menu__option-contentTitle {
  color: #b496c4;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 3em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu__option-contentTitle {
    padding-left: 0;
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .menu__option-contentTitle {
    width: 27%;
  }
}

.menu__option-contentTitle::after {
  content: "";
  position: absolute;
  left: 13px;
  left: 0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_injection.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  height: 2.5625rem;
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .menu__option-contentTitle::after {
    left: -4.75rem;
    width: 3.375rem;
    height: 3.25rem;
  }
}

.menu__option-content + .menu__option-content .menu__option-contentTitle::after {
  background-image: url(../images/common/icon_thumb.png);
  left: 3px;
  left: 0.1875rem;
  width: 52px;
  width: 3.25rem;
  height: 47px;
  height: 2.9375rem;
  top: 34%;
}
@media screen and (min-width: 768px) {
  .menu__option-content + .menu__option-content .menu__option-contentTitle::after {
    left: -4.6875rem;
  }
}

.menu__option-contentDescription {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.8;
  width: 89%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu__option-contentDescription {
    text-align: left;
    font-size: 1.125rem;
    margin-top: 0;
    width: 65%;
  }
}

.menu__option-contentAccordion {
  background-color: #fff;
  border-radius: 1.875rem;
  color: #96bec4;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  padding: 5px 23px 5px 18px;
  padding: 0.3125rem 1.4375rem 0.3125rem 1.125rem;
  letter-spacing: 0.07em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu__option-contentAccordion {
    font-size: 1.6875rem;
    padding: 0.25rem 3.75rem;
	padding: 0.25rem 3rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    width: 100%;
  }
}

.menu__option-name {
  position: relative;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.menu__option-name span {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  right: -1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu__option-name span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.menu__option-contentAccordion + .menu__option-contentAccordion {
  color: #b4c496;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .menu__option-contentAccordion + .menu__option-contentAccordion {
    margin-top: 0.6875rem;
  }
}

.menu__option-contentAccordion.is-active.first {
  background-color: #e5f3f5;
}

.menu__option-contentAccordion.is-active {
  background-color: #edf4e1;
  display: block;
}

.test {
  display: none;
  color: #454545;
}

.test img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top:15px;margin-bottom:15px;
}

.menu__option-contentAccordion.first .test img {
  width: 57%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .menu__option-contentAccordion.first .test img {
    width: 50%;
    margin-top: 0;
  }
}

.menu__option-contentAccordion.first .menu__option-contentTarget {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .menu__option-contentAccordion.first .menu__option-contentTarget {
    letter-spacing: 0.05em;
    font-size: 1.0625rem;
    margin-top: 1.4375rem;
  }
}

.menu__option-contentTarget {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .menu__option-contentTarget {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.menu__option-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2%;
  row-gap: 10px;
  row-gap: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu__option-facility {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.menu__option-facility p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  width: 205px;
  width: 12.8125rem;
}
@media screen and (min-width: 768px) {
  .menu__option-facility p {
    margin-right: 0;
    margin-left: 0;
    padding: 0.1875rem 1.125rem;
    width: auto;
  }
}

.menu__option-footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu__option-footer {
    margin-top: 1.0625rem;
  }
}

.menu__option-facilityLink {
  text-decoration: underline;
  display: inline-block;
  letter-spacing: 0.17em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .menu__option-facilityLink {
    font-size: 1.0625rem;
  }
}

.menu__option-contentAccordion.is-active .menu__option-name span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.business {
  overflow-x: clip;
}

@media screen and (max-width: 520px) {
  .business__title {
    font-size: 3.6875rem;
  }
}

.business__title .green {
  color: #7DC19A;
}

.business__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 57px;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .business__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
    margin-top: 6.125rem;
  }
}

.business__block-textBlock {
  width: 100%;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .business__block-textBlock {
    width: 40%;
    margin-top: 0;
  }
}

.business__block-title {
  font-size: clamp(24px, 22.543px + 0.3883495146vw, 30px);
  font-size: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
  border-bottom: 1px solid #707070;
  letter-spacing: 0;
  padding-bottom: 1.2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .business__block-title {
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
  }
}

.business__block-subtitle {
  font-size: clamp(18px, 17.029px + 0.2588996764vw, 22px);
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  margin-top: 19px;
  margin-top: 1.1875rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .business__block-subtitle {
    letter-spacing: 0.08em;
    margin-top: 1.375rem;
  }
}

.business__block-text {
  font-size: clamp(14px, 12.058px + 0.5177993528vw, 22px);
  font-size: clamp(0.875rem, 0.7536407767rem + 0.5177993528vw, 1.375rem);
  font-weight: 400;
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .business__block-text {
    line-height: 2.14;
    letter-spacing: 0.07em;
    margin-top: 0.75rem;
    
  }
}

.business__block-footer {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .business__block-footer {
    margin-top: 2.4375rem;
  }
}

.business__block-footerLink {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  width: 100%;
  background-color: #597b80;
  color: #fff;
  padding: 17px 0;
  padding: 1.0625rem 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  width: 277px;
  width: 17.3125rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business__block-footerLink {
    width: 21.75rem;
    margin-top: 1.25rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.business__block-footer .business__block-footerLink:nth-child(2) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .business__block-footer .business__block-footerLink:nth-child(2) {
    margin-top: 1.125rem;
  }
}

.business__block-footerLink span {
  position: relative;
}

.business__block-footerLink::after {
  content: "";
  position: absolute;
  right: 34px;
  right: 2.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  height: 0.875rem;
  width: 22px;
  width: 1.375rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.business__block-footerLink:hover {
  background-color: #597b80;
}

.business__block-footerLink:hover::after {
  right: 20px;
  right: 1.25rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 768px) {
  .business__block-footerLink:hover::after {
    right: 1.625rem;
  }
}

.business__block-img {
  width: 106%;
  margin-right: calc(50% - 50vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .business__block-img {
    width: 72.2%;
  }
}

.business__block-img img {
  aspect-ratio: 704/500;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit {
  background-image: url(../images/common/img_recruit-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
  height: 28.125rem;
  padding: 0 46px;
  padding: 0 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit {
    background-image: url(../images/common/img_recruit.jpg);
    padding: 0;
  }
}

.recruit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(125, 193, 154, .35);*/
  height: 100%;
  width: 100%;
}

.recruit__card {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
}
@media screen and (min-width: 768px) {
  .recruit__card {
    width: 21.875rem;
    padding-top: 0.625rem;
  }
}

.recruit__card-title {
  line-height: 1.1;
}
@media screen and (max-width: 520px) {
  .recruit__card-title {
    font-size: 4.375rem;
  }
}
.recruit__card-text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .recruit__card-text {
    margin-top: 0.5rem;
    letter-spacing: 0.06em;
  }
}

.recruit__card-confirm {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #597b80;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  position: relative;
  padding: 6px 0;
  padding: 0.375rem 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recruit__card-confirm {
    margin-top: 0.4375rem;
    font-size: 1.0625rem;
    padding: 0.8125rem 0;
  }
}

.recruit__card:hover .recruit__card-confirm {
  opacity: 0.6;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.recruit__card-confirm span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  right: 2rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 768px) {
  .recruit__card-confirm span {
    right: 3.3125rem;
  }
}

.recruit__card-confirm span::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit__card:hover .recruit__card-confirm span {
  right: 28px;
  right: 1.75rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 768px) {
  .recruit__card:hover .recruit__card-confirm span {
    right: 3rem;
  }
}

.pickup {
  background-color: #f5f3ea;
}

.pickup__inner {
  padding-top: 77px;
  padding-top: 4.8125rem;
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .pickup__inner {
    padding-top: 3.5rem;
    padding-bottom: 6.1875rem;
  }
}

.pickup__title {
  line-height: 1;
}

.pickup__title .ja {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .pickup__title .ja {
    margin-top: 1.25rem;
  }
}

.pickup__title .green {
  color: #7DC19A;
}

.pickup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 53px;
  margin-top: 3.3125rem;
  text-align: center;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  row-gap: 15px;
  row-gap: 0.9375rem;
  padding: 0 13px 0 50px;
  padding: 0 0.8125rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .pickup__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.6%;
    margin-top: 7.6875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.pickup__content-item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, .16);
  position: relative;
  border-radius: 0.625rem;
  padding: 28px 27px;
  padding: 1.75rem 1.6875rem;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .pickup__content-item {
    padding: 3.4375rem 0 2.25rem;
    width: 30%;
  }
}

.pickup__content-item span {
  content: "";
  position: absolute;
  left: -43px;
  left: -2.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 44px;
  width: 2.75rem;
  height: 88px;
  height: 5.5rem;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.06)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.04)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(-5px 0px 4px rgba(0, 0, 0, .08)) drop-shadow(0px 3px 0px rgba(0, 0, 0, .06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .04));
          filter: drop-shadow(-5px 0px 4px rgba(0, 0, 0, .08)) drop-shadow(0px 3px 0px rgba(0, 0, 0, .06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .04));
  border-radius: 100% 0 0 100%/50%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .pickup__content-item span {
    border-radius: 50%/100% 100% 0 0;
    width: 8.75rem;
    height: 4.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.625rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.04)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(-2px -6px 4px rgba(0, 0, 0, .06)) drop-shadow(0px -2px 0px rgba(0, 0, 0, .04)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .04));
            filter: drop-shadow(-2px -6px 4px rgba(0, 0, 0, .06)) drop-shadow(0px -2px 0px rgba(0, 0, 0, .04)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .04));
  }
}

.pickup__content-itemImg {
  position: absolute;
  left: -39px;
  left: -2.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: 19%;
}
@media screen and (max-width: 520px) {
  .pickup__content-itemImg {
    left: -1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .pickup__content-itemImg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .pickup__content-itemImg {
    top: -24%;
  }
}

@media screen and (max-width: 520px) {
  .pickup__content-itemImg svg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pickup__content-itemImg svg {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .pickup__content-itemImg svg {
    width: auto;
  }
}

@media screen and (max-width: 520px) {
  .pickup__content-itemImg.mail {
    width: 16%;
    left: -1.25rem;
    top: 54%;
  }
}
@media screen and (min-width: 768px) {
  .pickup__content-itemImg.mail {
    top: -19%;
  }
}

.pickup__content-item:hover {
  background-color: #ffe7a5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pickup__content-item:hover .pickup__content-itemTitle,
.pickup__content-item:hover .pickup__content-text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.pickup__content-item:hover .pickup__content-itemImg svg path {
  fill: #fff; /* 白色に変更 */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pickup__content-item span:hover {
  background-color: #ffe7a5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pickup__content-item:hover span {
  background-color: #ffe7a5;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.pickup__content-item:hover .pickup__content-itemImg.mail img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.19s ease-in-out;
  transition: -webkit-filter 0.19s ease-in-out;
  transition: filter 0.19s ease-in-out;
  transition: filter 0.19s ease-in-out, -webkit-filter 0.19s ease-in-out; /* 明示的に filter に指定 */
}

.pickup__content-itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .pickup__content-itemTitle {
    font-size: 1.25rem;
    letter-spacing: 0.07em;
  }
}

.pickup__content-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .pickup__content-text {
    font-size: 1rem;
    letter-spacing: -0.1em;
    margin-top: 0.5rem;
    letter-spacing: 0.03em;
  }
}

.news {
  position: relative;
  overflow-x: clip;
}

.news::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .news::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 59%;
    top: -121%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../images/common/bg_huge-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 112rem;
    width: 95.6875rem;
  }
}

.news__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.news-list__item:hover {
  color: #9d9d9d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.news-list__item a {
  padding: 12px 0;
  padding: 0.75rem 0;
  display: block;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  border-top: dotted 1px #9d9d9d;
}
@media screen and (min-width: 768px) {
  .news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.0625rem 0;
  }
}

.categories_content_item .news-list__item:last-child a {
  border-bottom: dotted 1px #9d9d9d;
}

.news-list__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list__item-date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-family: "Outfit", sans-serif;
  color: #7DC19A;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-list__item-date {
    margin-left: 3.75rem;
  }
}

.news-list__item-category {
  padding: 5px;
  padding: 0.3125rem;
  min-width: 86px;
  min-width: 5.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #73b2c8;
  text-align: center;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .news-list__item-category {
    min-width: 6.25rem;
    font-size: 0.75rem;
  }
}

.news-list__item-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .news-list__item-title {
    margin-top: 0;
    margin-left: 3.75rem;
    font-size: 1rem;
  }
}

.news__btn {
  text-align: right;
  position: relative;
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .news__btn {
    margin-top: 0.9375rem;
  }
}

.news__btn-link {
  display: inline-block;
  margin-right: 28px;
  margin-right: 1.75rem;
}

.news__btn-link span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 0.1em;
  background: #7DC19A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .news__btn-link span {
    right: 2.25rem;
  }
}

.news__btn-link span::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #7DC19A;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=styles.css.map */


.menu__option-contentAccordion.is-active{cursor:default}
.to-top{display:flex;position:fixed;right:0;bottom:0;width:60px;height:60px;background:#FFCD46;color:#fff;font-size:20px;align-items:center;justify-content:center;z-index:+5}
.to-top span{ 
  position: relative;
  display: inline-block;
  padding: 10px;}
  .to-top span::before{
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 5px;
  top: 8px;
  transform: rotate(-45deg);
  top: 5px;}
@media screen and (max-width:541px){
.fix-menu{width:calc(100% - 50px);}
.to-top{width:50px;height:60px;bottom:0px;border-left:1px solid #fff;}

}