@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
a:hover {
  opacity: 0.7;
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.container,
.wrapper {
  width: 136rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}

input,
select,
textarea,
button,
label {
  font-family: inherit !important;
}

.account-page [class^=icon-],
[class*=" icon-"] {
  font-family: inherit !important;
  font-size: 0.9em;
}

.top-mv img {
  width: 100vw;
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 6rem;
  height: 2rem;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 4rem;
  top: 1.7rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--mainColor);
  height: 0.5rem;
}

.drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-hamburger-icon:after {
  background-color: var(--mainColor);
  width: 80%;
}

.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
  background: none;
}

.drawer-hamburger .text {
  margin-top: 1.6rem;
  font-size: clamp(1.14rem, 0.943rem + 0.524vw, 1.95rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.drawer--right .drawer-nav .drawer-hamburger .text {
  text-align: center;
}

.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 1000;
  padding: 2.5rem 14rem 3vw 3.5rem;
  background: #fff;
}

.drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer--right .drawer-nav .mypage a {
  color: var(--baseColor);
}

.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer--right .drawer-nav .wrapper {
  padding: 6rem 0;
}

.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}

.drawer--right .drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
}

.drawer--right .drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer--right .drawer-nav .drawer-menu a {
  font-size: 2rem;
  font-weight: 500;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
}

.drawer--right .drawer-nav .drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}

.drawer--right .drawer-nav .drawer-menu.second {
  margin-top: 5rem;
}

.drawer--right .drawer-nav .drawer-menu.second a {
  padding: 0.5rem 0;
  font-size: 1.2rem;
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  background: var(--mainColor);
  width: fit-content;
}

.drawer--right header .drawer-nav .drawer-menu li ul.sub-menu {
  position: absolute;
  top: 6rem;
  left: 0;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
  transition: none;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div,
.slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div,
.media-slider li div,
.topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next,
.slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before,
.slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure,
.slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img,
.slider2 figure img {
  width: 100%;
  object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
header {
  padding: 2rem 8vw 0.5rem 3.5rem;
}

.hdr-inner {
  justify-content: space-between;
  align-items: flex-end;
}

.navi {
  justify-content: flex-end;
}

p.login img {
  margin-right: 0.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  p.login img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

p.login a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav {
  margin-top: -4rem;
}

header nav ul {
  gap: 2.08333vw;
}

header nav ul > li {
  position: relative;
}

header nav ul > li a {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}

/* カートの表示 ozaki ↓ */
header .right-Area {
  gap: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1600px) {
  header .right-Area {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  header .right-Area {
    margin-bottom: 0;
  }
}
header .right-Area .cart-area a {
  gap: 1rem;
  align-items: flex-end;
}

header .right-Area .cart-area p.cart-count {
  background: rgba(226, 136, 77, 0.8);
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  border-radius: 2rem;
  padding: 0.6rem 0.8rem 0.5rem;
  line-height: 1;
  font-size: 1.6rem;
  margin-left: -20px;
  margin-top: 0.5rem;
  position: relative;
  top: 0.3rem;
}

/* カートの表示 ozaki ↑ */
/*---------ドロワーのアコーディオン調整--------*/
header .linkG {
  position: relative;
  display: flex;
  justify-content: center;
}

.right-Area {
  position: relative;
  overflow: visible; /* ul がはみ出すのを許可 */
  cursor: pointer; /* マウスカーソル */
}

.mypage-list {
  display: none;
  position: absolute;
  top: 4.5rem;
  right: 0;
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 100;
  white-space: nowrap; /* 折り返さず横に伸びる */
  width: max-content; /* 中身に応じて広がる */
  min-width: 100%; /* 親と同じ以上にはなるように */
  overflow: visible; /* 子要素のはみ出し許可 */
}

.mypage-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--baseColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

.mypage-item {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
}

.mypage-item a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}

.loginBtn .img-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle; /* これが重要！ */
}

.mypage.loginBtn.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 画像とテキストの間隔調整（任意） */
}

@media screen and (max-width: 1440px) {
  header nav ul > li a {
    font-size: 1.6rem;
  }
}
.menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}

header nav ul > li a img {
  vertical-align: baseline;
  margin-left: 1rem;
}

header nav ul.sub-menu > li a::after {
  display: none;
}

/*サブメニュー*/
header .flex.navi li {
  position: relative;
}

header .flex.navi li ul.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 9999;
  background: transparent;
  white-space: nowrap;
  width: max-content;
  min-width: 100%;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

header .flex.navi li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 背景の半透明ボックス */
header .flex.navi li ul.sub-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mainColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

header .flex.navi li ul.sub-menu li {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
  width: 100%;
}

header .flex.navi li ul.sub-menu li:last-child {
  border-bottom: none;
}

header .flex.navi li ul.sub-menu li a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

/* 不要な装飾を無効化 */
header .flex.navi li ul li:first-child {
  border-left: none;
}

header .flex.navi li ul.sub-menu li a::after {
  display: none;
}

header .flex.navi li.current-menu-item ul li::after {
  border-bottom: none;
}

header p.login,
header .mypage.loginBtn p {
  font-size: 1.6rem;
  color: var(--mainColor);
}

/* ロゴアイコンの表示を調整 */
header h1 img,
header p.logo img {
  height: auto;
  width: 16vw;
  max-width: 30rem;
}

header .navi .flex {
  flex-wrap: wrap;
  justify-content: end;
  line-height: 2.1;
  max-width: 72vw;
  margin-top: 0.8vw;
}

@media screen and (max-width: 1440px) {
  header .navi .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5vw;
    max-width: 100vw;
  }
}
/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: clamp(6rem, 5.2718446602rem + 1.9417475728vw, 9rem) 6% clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  margin-top: clamp(7rem, 8.359223301rem - 3.6245954693vw, 1.4rem);
  border-top: none;
  position: relative;
}

footer .sns-icon-Wrap {
  padding: 5rem 0 7rem;
  gap: 4.5rem;
}

footer .ftr-bottom-Area {
  padding: 5rem 0 2.5rem;
}

footer .ftr-bottom-Area ul {
  margin-bottom: 4rem;
  gap: 4rem;
}

footer .ftr-bottom-Area ul li a {
  color: #fff;
}

footer.main-footer p.copy small {
  font-weight: 500;
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
  color: var(--colorW);
}

.ftr-navi ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  margin-block: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .ftr-navi ul {
    gap: 1rem;
  }
}

.ftr-navi li {
  display: inline-block;
}

.ftr-navi li:not(:last-child) a {
  border-right: solid 2px #fff;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .ftr-navi li:not(:last-child) a {
    border-right: none;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 559px) {
  .ftr-navi li:first-child a {
    border-right: solid 1px #fff;
  }
}

.ftr-navi a {
  text-decoration: none;
  color: var(--colorW);
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.05em;
}

.ftr-navi i {
  margin-right: 4px; /* アイコンとテキストの間のスペース */
}

.copylight strong {
  color: var(--baseColor) !important;
  font-size: 0.77em;
  font-weight: 500;
}

footer p.logo {
  padding-top: 2rem;
  max-width: 46.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  footer p.logo {
    width: 27.7rem;
  }
}

footer p.logo + p {
  font-size: clamp(1.1rem, 0.9786407767rem + 0.3236245955vw, 1.6rem);
  text-align: center;
  color: #fff;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*header*/
.content-header {
  margin-bottom: 0;
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: var(--headerHeight);
}

.page-header {
  font-weight: 700;
  border-bottom: none;
  font-size: clamp(2.6rem, 1.9689320388rem + 1.6828478964vw, 5.2rem);
  max-width: 136rem;
  margin-inline: auto;
  margin-block: 0;
  padding: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem) 6% clamp(4.5rem, 3.5291262136rem + 2.5889967638vw, 8.5rem);
  color: var(--mainColor);
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.login-required {
  font-size: 1.6rem;
}

.sns-detail {
  /* margin-top: -11rem; */
  margin-top: -8rem;
  margin-bottom: 5rem;
}

/*====================================================================
.faq-wrap .accordion
====================================================================*/
.faq-wrap {
  max-width: 81.2rem;
  margin: 0 auto;
}

.faq-wrap .accordion_one .accordion_header {
  font-weight: 700;
  padding: 2rem 7rem 1.5rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap .accordion_one .accordion_header::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .accordion_one .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a,
.modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

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

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px var(--mainColor);
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--mainColor);
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*-----------------------
　　　　　
　　　  よくあるご質問/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0 2% 5rem;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before,
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:before {
  display: none;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
  /*サファリのフォームで入力時にズームしないようにする*/
  input,
  textarea,
  select {
    font-size: 20px;
    transform: scale(0.8);
  }
  /* ボタンは小さくしないように */
  input[type=submit],
  input[type=button] {
    font-size: 16px;
    transform: scale(1);
  }
  /* プルダウンは小さくしないように */
  select {
    font-size: 20px;
    transform: scale(1);
  }
}
/* コンテンツの前後ページ */
.body-shelf-list .flex-c,
.body-info-detail .flex-c {
  flex-direction: row;
}

/* コンテンツの再生リストチェックボックス */
.body-shelf-comment input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: 0;
  margin-top: 0.8rem;
}

.container {
  margin-bottom: clamp(4rem, 2.5437rem + 6.2136vw, 10rem);
}

@media screen and (max-width: 1600px) {
  .navi {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  /*-----------------------

           header          

  -----------------------*/
  .hdr-inner {
    align-items: center;
  }
  header nav {
    margin-top: 0;
  }
  header .navi {
    justify-content: center;
  }
  .navi {
    margin-top: 0;
  }
}
@media screen and (max-width: 1368px) {
  .container,
  .wrapper {
    width: 100%;
    padding: 0 6%;
  }
}
/*-----------------------

         header          

-----------------------*/
header nav ul > li a {
  font-size: 1.6rem;
}

header .flex.navi ul.sub-menu li a {
  font-size: 1.4rem;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  top: 2rem;
}

@media screen and (max-width: 1024px) {
  /*-----------------------

           header          

  -----------------------*/
  header {
    padding: 1.5rem 8rem 2.5rem 2rem;
  }
  header .right-Area {
    margin-right: 3vw;
  }
  .hdr-inner {
    align-items: center;
  }
  header nav {
    margin-top: 0rem;
  }
  header nav ul > li a {
    font-size: 1.4rem;
  }
  header nav ul > li:not(:last-child) a::after {
    padding: 0 1.5rem;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 2rem;
    top: 1rem;
  }
  .drawer-hamburger {
    width: 5rem;
  }
  .drawer--right .drawer-nav .drawer-menu a {
    padding: 1.5rem 0 1rem;
  }
  .drawer--right .drawer-nav .drawer-menu li:nth-child(2) {
    padding: 0;
  }
  /*-----------------------

           footer          

  -----------------------*/
  footer.main-footer ul li {
    margin-bottom: 1.5rem;
  }
  footer.main-footer ul li a {
    font-size: 1.4rem;
  }
  footer.main-footer li:not(:last-child) a::after {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
  /*-----------------------

         Common          

  -----------------------*/
  html {
    overflow-y: initial;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex {
    flex-direction: column;
  }
  .drawer-hamburger {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    top: -10px;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer-open .drawer-overlay {
    background: none;
  }
  .drawer--right.drawer-open .drawer-overlay {
    pointer-events: none;
  }
  .drawer-nav {
    pointer-events: auto;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav {
    background: #fff;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger {
    border-radius: 0;
  }
  .drawer--right.drawer-open .drawer-nav {
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 0;
    padding-bottom: 10rem;
  }
  /*  .drawer-open .drawer-nav a {
    color: #5a5a5a;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }*/
  .drawer-open .drawer-nav .wrapper {
    padding: 3rem 6%;
    position: relative;
  }
  .drawer-open .drawer-nav p.login {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px var(--baseColor);
  }
  .drawer--right .drawer-nav .flex-c {
    flex-direction: column;
  }
  .drawer--right .drawer-nav .mypage-list {
    top: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .drawer--right .drawer-nav .drawer-menu {
    width: 100%;
  }
  .drawer--right .drawer-nav .drawer-menu.hover {
    border-top: solid 1px;
    padding-top: 1.5rem;
  }
  .drawer--right .drawer-nav .drawer-menu.hover a {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
  /*  .drawer-open .drawer-nav li a {
    padding: 1rem 0;
    display: block;
  }*/
  .drawer--right .drawer-nav .drawer-menu a {
    font-size: 1.6rem;
    padding: 1rem 0;
    text-align: center;
  }
  .drawer--right .drawer-nav .drawer-menu li.hover {
    padding: 0;
  }
  .drawer-open .drawer-nav li a img {
    vertical-align: baseline;
    margin-left: 1rem;
  }
  header .drawer-nav p.mypage {
    border: solid 2px #fff;
    margin: 0 auto 3.5rem;
    text-align: center;
  }
  .drawer--right .drawer-nav p.logo {
    padding: 1.5rem 1rem;
  }
  /*  .drawer-open .drawer-nav ul {
    padding-left: 3.5rem;
  }*/
  .drawer-open .drawer-nav .sub-menu {
    /*    transition: .4s;*/
    visibility: hidden;
    /* opacity: 0; */
    position: absolute;
    padding: 1rem 4% 1.5rem;
    background: rgba(226, 136, 77, 0.8);
    /*
        background: rgba(213, 0, 13, 0.8);
    */
    background: var(--mainColor);
    opacity: 0.9 !important;
    border-radius: 0.8rem;
    width: 55%;
  }
  .drawer--right header .drawer-nav .drawer-menu li ul.sub-menu {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .drawer-open .drawer-nav li a.on + .sub-menu {
    visibility: visible;
    opacity: 1;
    width: fit-content;
  }
  .drawer-open .drawer-nav li a.on + .sub-menu a {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
  .mypage-list::before {
    border-radius: 0.4rem;
  }
  .mypage-list {
    top: 7.5rem;
    left: 6%;
    min-width: 24rem;
  }
  .mypage-item a {
    font-size: 1.4rem;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  /*-----------------------

          header          

  -----------------------*/
  header {
    padding: 1.5rem 8rem 1.5rem 1rem;
  }
  .hdr-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  header h1,
  header p.logo {
    padding-top: 0;
    width: 20.2rem;
  }
  header .hdr-inner .cart-area {
    margin-left: auto;
  }
  header .hdr-inner .cart-area a {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
  header .hdr-inner .cart-area a img {
    width: 2.5rem;
    height: 2.2rem;
  }
  header .hdr-inner .cart-area p {
    background: rgba(226, 136, 77, 0.8);
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem 0.7rem 0.4rem;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: -0.8rem;
    position: relative;
    top: 0.3rem;
  }
  header h1 img,
  header p.logo img {
    max-width: 20.2rem;
    width: 53.8666vw;
  }
  .drawer-hamburger .text {
    margin-top: 0.9rem;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1rem;
    top: 1rem;
    width: 3.2rem;
    background: url(../img/drawer_btn.webp) no-repeat center center/cover;
    width: 5rem;
    height: 5rem;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after,
  .drawer--left.drawer-open .drawer-hamburger-icon {
    height: 0.3rem;
    background-color: transparent;
  }
  .drawer-hamburger-icon:before {
    top: -6px;
  }
  .drawer-hamburger-icon:after {
    top: 7px;
  }
  /*-----------------------

          footer          

  -----------------------*/
  footer.main-footer p.logo img {
    max-width: 100%;
  }
  .ftr-navi ul {
    flex-wrap: wrap;
  }
  .ftr-navi li {
    display: block;
  }
  footer.main-footer {
    padding: 3.5rem 0 1rem;
    margin-top: 5rem;
  }
  .copylight strong {
    font-size: 1.1em;
  }
  /*-----------------------

         Common Add          

  -----------------------*/
  .container,
  .wrapper {
    padding: 0 6%;
  }
  .sec .contents4Wrap {
    flex-direction: row;
    gap: 2rem 2.8rem;
  }
  .contents3Wrap,
  .contents4Wrap {
    gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
  }
  .detail-btn a {
    width: 100%;
    height: 6rem;
  }
  .detail-btn a::after {
    width: 2.6rem;
    height: 1.9rem;
  }
  .sec .contents4Wrap .box {
    width: calc((100% - 2.8rem) / 2);
  }
  .flex,
  .flex-c,
  .flex-e {
    flex-direction: column;
  }
  .contents3Wrap > li,
  .contents3Wrap > div {
    width: 100%;
  }
  .class-list {
    width: 100%;
  }
  .class-list-item,
  .contents3Wrap .class-list-item,
  .contents4Wrap .class-list-item {
    width: 100%;
  }
  .sns-detail {
    margin-top: -3rem;
    margin-bottom: 2rem;
  }
  .account-page .sns-detail {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .body-page-detail-top .content-header {
    padding: 0 7vw;
  }
}
.ttlwrap {
  display: flex;
  align-items: flex-end;
  gap: 2.3rem;
}
@media only screen and (max-width: 559px) {
  .ttlwrap {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .ttlwrap .logomark {
    width: 7.3rem;
  }
}
.ttlwrap .ttl__group--width {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .ttlwrap .ttl__group--width {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.ttlwrap .secttl--width {
  font-size: clamp(2.8rem, 2.2660194175rem + 1.4239482201vw, 5rem);
  font-weight: 700;
}
.ttlwrap .secttl--width span {
  color: var(--mainColor);
}
.ttlwrap .secttl--width span.font-s {
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0em;
}
.ttlwrap .secttl--width span.font-l {
  font-size: clamp(4.4rem, 3.5747572816rem + 2.2006472492vw, 7.8rem);
  font-weight: 700;
  margin-right: 0.2em;
  letter-spacing: 0.05em;
}
.ttlwrap .secttl--widthen {
  font-size: clamp(1.1rem, 0.8815533981rem + 0.5825242718vw, 2rem);
  letter-spacing: 0.2em;
}

.ttl__group--vertical * {
  text-align: center;
}
.ttl__group--vertical .logomark {
  margin-bottom: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
@media only screen and (max-width: 559px) {
  .ttl__group--vertical .logomark img {
    width: 5.6rem;
  }
}
.ttl__group--vertical .text {
  font-size: clamp(1.3rem, 1.1300970874rem + 0.4530744337vw, 2rem);
  letter-spacing: 0em;
  margin-block: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}

.secttl--vertical {
  font-size: clamp(2.7rem, 2.1417475728rem + 1.4886731392vw, 5rem);
  font-weight: 700;
  color: var(--mainColor);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .secttl--vertical {
    line-height: 1.3;
  }
}

.secttl--verticalen {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 500;
  margin-top: 1.5rem;
  color: var(--sub60Color);
  letter-spacing: 0.2em;
}

.o-btn {
  text-align: center;
}

.o-btn__link {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  text-align: center;
  position: relative;
  font-weight: 500;
  border-radius: 3.5rem;
  line-height: 1;
  display: block;
  margin-inline: auto;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  width: 33rem;
  transition: 0.5s;
  background: var(--mainColor);
  border: solid 6px var(--main50Color);
  text-decoration: none !important;
  color: var(--colorW) !important;
  letter-spacing: 0em;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    height: 6.7rem;
    width: 100%;
    border-radius: 5rem;
  }
}
.o-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.webp) no-repeat center center/contain;
  width: 1.2rem;
  height: 1.4rem;
  transition: 0.4s;
}
.o-btn__link:hover {
  color: var(--mainColor);
}
.o-btn__link:hover::after {
  right: 1rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
  }
}
.o-btn__link--v2 {
  background: var(--accentColor);
  border: solid 6px var(--accent50Color);
}
.o-btn__link--v2::after {
  background: url(../img/arrow02.webp) no-repeat center center/contain;
}

.o-card {
  display: grid;
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--3wrap_sp1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.o-card--4wrap_sp1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.o-card__catflex {
  display: flex;
  gap: 2rem 0.5rem;
  flex-wrap: wrap;
}
.o-card__text--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.o-card__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.o-card__listitem {
  line-height: 1.5;
}

.o-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  height: 100%;
}
.o-card__link .photowrap {
  position: relative;
}
.o-card__link .photowrap .icon_img {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

.o-card__img {
  overflow: hidden;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.o-card__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
  border-radius: clamp(2.4rem, 2.254368932rem + 0.3883495146vw, 3rem);
}
.o-card__img img:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.o-card__cat {
  width: fit-content;
  margin-top: 1rem;
  position: relative;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: -1em;
}
@media only screen and (max-width: 559px) {
  .o-card__cat {
    margin-top: -1.5rem;
  }
}
.o-card__cat span {
  color: #fff;
  background: var(--mainColor);
  border: solid 1px var(--mainColor);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding: 0.5rem 1.5rem;
  border-radius: 3rem;
  line-height: 1;
}
.o-card__cat span.v2 {
  border: solid 1px var(--main70Color);
  color: var(--main70Color);
  background: var(--colorW);
}
.o-card__cat span.v3 {
  border: solid 1px var(--accentColor);
  background: var(--accentColor);
  color: var(--colorW);
}

dl.o-card__cat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 559px) {
  dl.o-card__cat {
    margin-top: 1.5rem;
  }
}
dl.o-card__cat dt {
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding: 0.5rem 1.5rem;
  border-radius: 3rem;
  line-height: 1;
  border: solid 1px var(--accentColor);
  color: var(--colorW);
  background: var(--accentColor);
  width: fit-content;
}
dl.o-card__cat dd {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
dl.o-card__cat dd .top_text {
  color: var(--accentColor);
  font-size: clamp(1.7rem, 1.6029126214rem + 0.2588996764vw, 2.1rem);
  margin: 0 0 0.5rem;
}

.o-card__ttl {
  font-size: clamp(1.7rem, 1.627184466rem + 0.1941747573vw, 2rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 1rem;
  text-decoration: none !important;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    margin-top: 0.5rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.o-card__hash {
  color: var(--accentColor);
  font-size: clamp(1.3rem, 1.227184466rem + 0.1941747573vw, 1.6rem);
  margin-top: clamp(1rem, 1rem + 0vw, 1rem);
}

.o-card__text_wrap {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text_wrap {
    margin-top: 1rem;
  }
}

.o-card__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text {
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.o-card__btnwrap {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
}

.o-card__btn {
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  flex-shrink: 0;
  letter-spacing: 0em;
}

.o-card__btnlink {
  width: calc((100% - 0.5rem) / 2);
  font-weight: 500;
  text-decoration: none !important;
  border: solid 1px var(--mainColor);
  border-radius: 3.5rem;
  line-height: 1;
  padding: 1.5rem 3rem;
  position: relative;
}
.o-card__btnlink::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.webp) no-repeat center center/contain;
  width: 0.8rem;
  height: 1rem;
  transition: 0.4s;
}
.o-card__btnlink:hover::after {
  right: 1rem;
  transition: 0.4s;
}
.o-card__btnlink--v2 {
  border: solid 1px var(--accentColor);
  color: var(--accentColor) !important;
}
.o-card__btnlink--v2::after {
  background: url(../img/arrow02.webp) no-repeat center center/contain;
}

.o-card__date {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  margin-top: auto;
  color: var(--accentColor);
  font-family: "Jost", sans-serif;
  margin-top: 0.5rem;
}

/*-----------------------

       header

-----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  z-index: 1;
  background: #fff;
}
header .login.o-btn .o-btn__link {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  text-align: center;
  position: relative;
  font-weight: 500;
  border-radius: 3.5rem;
  line-height: 1;
  display: block;
  margin-inline: auto;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 4rem 0 2rem;
  width: fit-content;
  transition: 0.5s;
  background: var(--mainColor);
  border: solid 4px var(--main50Color);
  text-decoration: none !important;
  color: var(--colorW) !important;
}
header .login.o-btn .o-btn__link::after {
  right: 1rem;
}
header .login.o-btn .o-btn__link:hover::after {
  right: 1rem;
}
header .login.o-btn .o-btn__link img.img-circle {
  width: 3.5rem;
  height: 3.5rem;
}
header .mypage.loginBtn .o-btn__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mypage.loginBtn.down .o-btn__link::after {
  transform: translateY(-50%) rotate(90deg);
}

.hdr-contact {
  position: absolute;
  right: 0;
  top: 0;
  height: var(--headerHeight);
  width: 6.510416vw;
}
.hdr-contact a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.hdr-contact img {
  object-fit: cover;
  height: var(--headerHeight);
  width: 100%;
}
@media screen and (max-width: 1536px) {
  .hdr-contact img {
    height: auto;
  }
}

/*-----------------------

      footer

-----------------------*/
footer.main-footer {
  background: var(--mainColor);
  border-radius: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem) clamp(3rem, 1.786407767rem + 3.2362459547vw, 8rem) 0 0;
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding-bottom: 8rem; /*ログインはこちらが無しの場合*/
    padding-bottom: 14rem; /*ログインはこちらがありの場合*/
  }
}

.ftr-fixbtn {
  position: fixed;
  right: 4rem;
  bottom: 3.64583vw;
  width: 9.114583vw;
  height: auto;
  z-index: 100;
}

.ft_navi {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 100;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.ft_navi__list {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 0;
  padding-inline: 1rem;
}
.ft_navi__item {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 0 !important;
}
.ft_navi__item a {
  display: block;
}
.ft_navi__item a img {
  width: 100%;
}

.ftr__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  background: var(--accentColor);
  font-size: 1.8rem;
  font-weight: 500;
  text-align-last: center;
  border-top: solid 5px var(--accent50Color);
  border-bottom: solid 5px var(--accent50Color);
  height: 4.2rem;
  line-height: 4.2rem;
  letter-spacing: -0.025em;
}

/*-----------------------

    TOP  

-----------------------*/
.w-74 {
  width: min(74rem, 88%);
  margin-inline: auto;
}

.w-100 {
  width: min(101.6rem, 88%);
  margin-inline: auto;
}

.hero {
  position: fixed;
  top: var(--headerHeight);
  height: calc(100vh - var(--headerHeight));
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 559px) {
  .hero {
    height: calc(100svh - var(--headerHeight));
  }
}
.hero * {
  color: #fff;
}
.hero.is-scrolled {
  position: absolute;
  top: var(--headerHeight);
}
.hero__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
@media only screen and (max-width: 559px) {
  .hero__wrap img {
    height: 100svh;
  }
}
.hero__wrap img.active {
  opacity: 1;
}
.hero__ttl {
  position: absolute;
  font-size: clamp(3.9rem, 2.832038835rem + 2.8478964401vw, 8.3rem);
  font-weight: 500;
  left: 8.59375vw;
  top: 5.5vw;
  z-index: 20;
  width: fit-content;
  letter-spacing: 0.05em;
  line-height: 1.3253012048;
}
@media screen and (max-width: 1700px) {
  .hero__ttl {
    left: 8.59375vw;
  }
}
@media screen and (max-width: 1680px) {
  .hero__ttl {
    left: 5vw;
  }
}
@media screen and (max-width: 1536px) {
  .hero__ttl {
    left: 3vw;
  }
}
@media screen and (max-width: 1368px) {
  .hero__ttl {
    top: 3.5vw;
  }
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    position: relative;
    color: #fff;
    width: 88%;
    left: 0;
    margin-inline: auto;
    top: 2vh;
  }
}
.hero__ttl span {
  font-size: 75%;
}
.hero__text {
  position: absolute;
  z-index: 20;
  left: 9vw;
  top: 24vw;
  width: fit-content;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .hero__text {
    left: 6vw;
    top: 27vw;
  }
}
@media screen and (max-width: 1536px) {
  .hero__text {
    left: 3vw;
  }
}
@media only screen and (max-width: 559px) {
  .hero__text {
    position: relative;
    width: 88%;
    margin: 5vh auto;
    left: 0;
    top: 0;
    line-height: 1.75;
  }
  .hero__text p {
    color: #fff;
  }
}
.hero__text .font-l {
  font-size: clamp(1.7rem, 1.3359223301rem + 0.9708737864vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
}
.hero__text .font-l span {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
.hero__illust {
  position: absolute;
  z-index: 1;
  right: -50%;
  top: 35%;
  width: 22.29166vw;
  height: 11.09375vw;
}
@media only screen and (min-width: 2560px) {
  .hero__illust {
    right: -17vw;
  }
}
@media screen and (max-width: 1800px) {
  .hero__illust {
    right: -10vw;
    top: 35%;
    width: 19vw;
  }
}
@media only screen and (max-width: 559px) {
  .hero__illust {
    position: relative;
    transform: translateX(-50%);
    right: inherit;
    width: 30.9rem;
    height: 15.4rem;
    left: 50%;
  }
}

.wrapper-page {
  margin-top: 28em;
  border-radius: 5.20833vw 10.41666vw 0 0;
}
@media only screen and (min-width: 2560px) {
  .wrapper-page {
    margin-top: 40em;
  }
}
@media screen and (max-width: 1680px) {
  .wrapper-page {
    margin-top: 22em;
  }
}
@media screen and (max-width: 1368px) {
  .wrapper-page {
    margin-top: 14em;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper-page {
    margin-top: -10rem;
  }
}
.wrapper-page .hero__scrolltext {
  position: relative;
  max-width: 69rem;
  left: 56%;
}
@media screen and (max-width: 1680px) {
  .wrapper-page .hero__scrolltext {
    left: 52%;
    max-width: 64rem;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper-page .hero__scrolltext {
    left: 50%;
    width: 88%;
    transform: translateX(-50%);
    top: 0;
  }
}
.wrapper-page .hero__scrolltext * {
  color: #fff;
}
.wrapper-page .hero__scrolltext ::selection {
  background: var(--mainColor);
}
.wrapper-page .hero__scrolltext ::-moz-selection {
  background: var(--mainColor);
}
.wrapper-page .hero__scrolltext .en {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
}
.wrapper-page .hero__scrolltext .hdr {
  font-size: clamp(2.4rem, 2.1087378641rem + 0.7766990291vw, 3.6rem);
}
@media only screen and (max-width: 559px) {
  .wrapper-page .hero__scrolltext .hdr {
    line-height: 1.4;
  }
}
.wrapper-page .hero__scrolltext p {
  margin-top: 4rem;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 2;
}
.wrapper-page .hero__scrolltext .enimg {
  text-align: right;
}
.wrapper-page .hero__scrolltext .reveal-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.wrapper-page .hero__scrolltext .reveal-text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(1) {
  transition-delay: 0s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(2) {
  transition-delay: 0.1s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(3) {
  transition-delay: 0.2s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(4) {
  transition-delay: 0.3s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(5) {
  transition-delay: 0.4s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(6) {
  transition-delay: 0.5s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(7) {
  transition-delay: 0.6s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(8) {
  transition-delay: 0.7s;
}
.wrapper-page .hero__scrolltext .reveal-text:nth-child(9) {
  transition-delay: 0.8s;
}

.bg-w {
  background: #fff;
  margin-top: clamp(6rem, -4.6796116505rem + 28.4789644013vw, 50rem);
  border-radius: 5.20833vw 10.41666vw 10.41666vw 10.41666vw;
  position: relative;
  z-index: 500;
}
@media only screen and (max-width: 559px) {
  .bg-w {
    border-radius: 0;
    margin-top: 25vw;
  }
}

.foryou__inner {
  padding-top: clamp(5rem, 3.0582524272rem + 5.1779935275vw, 13rem);
  position: relative;
}
.foryou__inner::after {
  content: "";
  display: block;
  background: var(--main10Color);
  position: absolute;
  bottom: -11.7rem;
  left: 0;
  border-radius: 5.20833vw 10.41666vw 10.41666vw 10.41666vw;
  max-width: 91.66666vw;
  width: 100%;
  height: 162.5rem;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .foryou__inner::after {
    height: 148.5rem;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) {
  .foryou__inner::after {
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 559px) {
  .foryou__inner::after {
    bottom: -5rem;
    height: calc(100% - 20rem);
    border-radius: 3rem 6rem 6rem 6rem;
  }
}
.foryou__mainimg {
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
}
@media only screen and (max-width: 559px) {
  .foryou__mainimg {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 559px) and (max-width: 559px) {
  .foryou__mainimg p {
    width: 92%;
  }
}
.foryou__placearea {
  margin-top: clamp(2.5rem, 1.0436893204rem + 3.8834951456vw, 8.5rem);
}
.foryou__placearea .number {
  color: var(--accentColor);
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.foryou__placearea .dotted {
  margin-block: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) clamp(1.5rem, 0.7718446602rem + 1.9417475728vw, 4.5rem);
  line-height: 1;
}
.foryou__placearea .ttl {
  letter-spacing: 0.05em;
}
.foryou__placearea .photo img {
  border-radius: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foryou__placebox {
  gap: 4rem;
  justify-content: space-between;
}
.foryou__placebox--l {
  width: calc(100% - 4rem - 28.177083vw);
}
@media only screen and (max-width: 559px) {
  .foryou__placebox--l {
    width: 100%;
  }
}
.foryou__placebox--r {
  width: 28.177083vw;
}
@media only screen and (max-width: 559px) {
  .foryou__placebox--r {
    width: 100%;
  }
}
.foryou .ttl {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
  font-weight: 700;
  color: var(--mainColor);
  position: relative;
  line-height: 1.5;
}
.foryou .ttl::after {
  content: "";
  display: block;
  width: 8.64583vw;
  height: 11.197916vw;
  background: url(../img/foryou_placeillust.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -3.125vw;
}
@media only screen and (min-width: 2560px) {
  .foryou .ttl::after {
    bottom: 13rem;
    right: -4.125vw;
    width: 5.64583vw;
  }
}
@media screen and (max-width: 1680px) {
  .foryou .ttl::after {
    bottom: 3rem;
    right: 3.875vw;
  }
}
@media only screen and (max-width: 559px) {
  .foryou .ttl::after {
    width: 9rem;
    height: 11.7rem;
    bottom: 7rem;
    right: 0;
  }
}
.foryou .ttl span {
  color: var(--baseColor);
}
.foryou .text {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  margin-top: clamp(3rem, 2.8786407767rem + 0.3236245955vw, 3.5rem);
  line-height: 1.75;
}
.foryou__placeboxwrap {
  margin-top: 1rem;
  display: flex;
  gap: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media screen and (max-width: 1800px) {
  .foryou__placeboxwrap {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 559px) {
  .foryou__placeboxwrap {
    margin-top: -2rem;
    width: 100%;
    flex-direction: column;
  }
}
.foryou__placeboxwrap .number {
  font-size: 1.8rem;
}
.foryou__placeboxwrap .dotted {
  margin-block: 0 1rem;
}
.foryou__placeboxwrap .ttl {
  font-size: clamp(2.2rem, 2.1514563107rem + 0.1294498382vw, 2.4rem);
}
.foryou__placeboxwrap .ttl::after {
  display: none;
}
@media only screen and (max-width: 559px) {
  .foryou__placeboxwrap .ttl {
    line-height: 1.4;
  }
}
.foryou__placeboxwrap .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  line-height: 1.75;
}
.foryou__placeboxwrap .photo {
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.foryou__placeboxwrap .photo img {
  border-radius: clamp(2.3rem, 2.1300970874rem + 0.4530744337vw, 3rem);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foryou__placeboxlist {
  width: calc((100% - 8rem) / 3);
}
@media only screen and (max-width: 559px) {
  .foryou__placeboxlist {
    width: 100%;
  }
}

.service {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .service {
    margin-top: 1rem;
  }
}
.service__inner {
  position: relative;
}
.service__inner::after {
  content: "";
  display: block;
  background: var(--sub10Color);
  position: absolute;
  top: 18rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5.20833vw 10.41666vw 10.41666vw 10.41666vw;
  max-width: 160rem;
  width: 100%;
  height: calc(100% - 2rem);
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .service__inner::after {
    width: 94%;
  }
}
@media only screen and (max-width: 559px) {
  .service__inner::after {
    border-radius: 3rem 6rem 6rem 6rem;
    top: 8rem;
    width: 100%;
    height: calc(100% - 20rem);
  }
}
.service__illust {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .service__illust img {
    max-width: 92%;
  }
}
.service__box {
  margin-top: clamp(10rem, 9.0291262136rem + 2.5889967638vw, 14rem);
}
@media only screen and (max-width: 559px) {
  .service__box {
    width: 100%;
    margin-inline: auto;
  }
}
.service__ttl {
  font-size: clamp(2.7rem, 2.3844660194rem + 0.8414239482vw, 4rem);
  font-weight: 700;
  color: var(--mainColor);
  display: flex;
  position: relative;
  flex-direction: column;
  line-height: 1.5;
  z-index: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .service__ttl {
    text-align-last: center;
  }
}
.service__ttl span.number {
  left: -12.5rem;
  position: absolute;
  top: -9rem;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .service__ttl span.number {
    left: -1rem;
    width: 64%;
    top: -5rem;
  }
}
.service__ttl span.font-s {
  font-size: clamp(1.9rem, 1.6815533981rem + 0.5825242718vw, 2.8rem);
}
@media only screen and (max-width: 559px) {
  .service .dotted {
    margin-top: -1em;
  }
}
.service__textarea {
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.service__textarea p {
  line-height: 1.75;
}
.service figure {
  margin-block: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem) clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
}
.service__boxwrap {
  display: flex;
  gap: 4rem;
  margin-top: clamp(8rem, 6.5436893204rem + 3.8834951456vw, 14rem);
}
@media only screen and (max-width: 559px) {
  .service__boxwrap {
    flex-direction: column;
    gap: 8rem;
  }
}
.service__boxwrap .service__ttl {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
}
.service__boxwrap .service__ttl span.number {
  left: -4rem;
  top: -7rem;
}
@media only screen and (max-width: 559px) {
  .service__boxwrap .service__ttl span.number {
    width: 53%;
    left: 0;
    top: -4rem;
  }
}
.service__boxwrap .service__textarea {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.service__boxwrap .service__textarea p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.75;
}
.service__boxwrap .service__textarea .attention {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  margin-top: -1.5em;
}
.service__boxwrap figure {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .service__boxwrap figure {
    margin-top: 3rem;
  }
}
.service__box--v2 {
  width: calc((100% - 4rem) / 2);
}
@media only screen and (max-width: 559px) {
  .service__box--v2 {
    width: 100%;
  }
}
.service__boxwrap--v2 {
  margin-top: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
  display: flex;
  gap: 3rem;
  padding-left: 7.291666vw;
  width: 160rem;
  margin-inline: auto;
}
@media screen and (max-width: 1680px) {
  .service__boxwrap--v2 {
    width: 97%;
    padding-left: 6%;
  }
}
@media only screen and (max-width: 559px) {
  .service__boxwrap--v2 {
    flex-direction: column;
    gap: 6rem;
    width: 100%;
    padding-left: 0;
    width: 88%;
  }
}
.service__boxwrap--v2 .service__ttl {
  font-size: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
}
.service__boxwrap--v2 .service__ttl span.number {
  left: -4.5rem;
  top: -4.5rem;
}
@media only screen and (max-width: 559px) {
  .service__boxwrap--v2 .service__ttl span.number {
    left: 0;
    top: -4rem;
    width: 53%;
  }
}
.service__boxwrap--v2 .service__textarea {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.service__boxwrap--v2 .service__textarea p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.75;
}
.service__boxwrap--v2 figure {
  margin-top: 2rem;
}
@media only screen and (max-width: 559px) {
  .service__boxwrap--v2 figure {
    margin-top: 3rem;
  }
}
.service__box--v3 {
  width: 42.8rem;
}
@media screen and (max-width: 1680px) {
  .service__box--v3 {
    width: 33%;
  }
}
@media only screen and (max-width: 559px) {
  .service__box--v3 {
    width: 100%;
  }
}
.service__box--v3-illusst {
  flex-shrink: 0;
  position: relative;
  right: -3.5rem;
}
@media screen and (max-width: 1680px) {
  .service__box--v3-illusst {
    width: 33%;
    right: 0;
  }
  .service__box--v3-illusst p {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .service__box--v3-illusst {
    width: 100%;
  }
}

.stories__inner {
  padding-block: clamp(7rem, 5.3009708738rem + 4.5307443366vw, 14rem);
  margin-top: 16rem;
}
@media only screen and (max-width: 559px) {
  .stories__inner {
    margin-top: 0;
  }
}

.top_text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-block: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .top_text {
    text-align: justify;
    line-height: 1.5;
  }
}

.care-con__inner {
  position: relative;
  padding-block: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.care-con__inner::after {
  content: "";
  display: block;
  background: var(--main10Color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5.20833vw 10.41666vw 10.41666vw 10.41666vw;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .care-con__inner::after {
    border-radius: 3rem 6rem 6rem 6rem;
  }
}
.care-con .color-accent {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  letter-spacing: 0em;
}
.care-con .o-btn {
  margin-top: 1rem;
}
.care-con .loop_img {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
}
.care-con .loop_img__wrap {
  display: flex;
  width: max-content;
  animation: loop-scroll 70s linear infinite;
}
.care-con .loop_img__wrap img {
  display: block;
  margin-right: 2rem;
  height: 37.8rem;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  .care-con .loop_img__wrap img {
    height: 18em;
  }
}
@media only screen and (max-width: 559px) {
  .care-con .loop_img__wrap img {
    height: 24rem;
  }
}
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.team-care-con__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.team-care-con ul {
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.team-care-con .o-card--3wrap {
  gap: 7rem 5rem;
}
@media only screen and (max-width: 559px) {
  .team-care-con .o-card--3wrap {
    gap: 6rem;
  }
}
.team-care-con .o-card__ttl {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  color: var(--mainColor);
}
.team-care-con .o-btn__wrap {
  display: flex;
  justify-content: center;
  gap: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .team-care-con .o-btn__wrap {
    margin-top: 6rem;
  }
}
.team-care-con .line {
  text-align: center;
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
@media only screen and (max-width: 559px) {
  .team-care-con .line {
    width: 88%;
    margin-inline: auto;
  }
}

.news__inner {
  padding-top: clamp(6rem, 4.0582524272rem + 5.1779935275vw, 14rem);
}
.news .secttl--vertical {
  color: var(--baseColor);
  font-size: clamp(2.6rem, 2.1873786408rem + 1.1003236246vw, 4.3rem);
  font-weight: 500;
}
.news .line {
  margin-block: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem) clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.news .o-card__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0em;
  color: var(--baseColor);
}
.news .o-btn {
  margin-top: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
.news .o-card__img img {
  border-radius: 1rem;
}

.schedule__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.schedule .secttl--verticalen {
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}

.happiness__inner {
  margin: clamp(7rem, 5.3009708738rem + 4.5307443366vw, 14rem) auto clamp(4.5rem, 3.5291262136rem + 2.5889967638vw, 8.5rem);
  padding-block: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  background: var(--sub5Color);
  width: min(132.6rem, 100%);
  border-radius: 5.20833vw 10.41666vw 10.41666vw 10.41666vw;
}
@media only screen and (max-width: 559px) {
  .happiness__inner {
    border-radius: 3rem 6rem 6rem 6rem;
  }
}
.happiness .secttl--vertical {
  font-weight: 500;
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
}
@media only screen and (max-width: 559px) {
  .happiness .secttl--vertical {
    line-height: 1.4;
  }
}
.happiness__textarea {
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .happiness__textarea {
    width: 88%;
    margin-inline: auto;
  }
}
.happiness__textarea p {
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  margin-bottom: 2em;
  line-height: 2.5;
}
@media only screen and (max-width: 559px) {
  .happiness__textarea p {
    text-align: justify;
    line-height: 2.25;
  }
}
.happiness__textarea .name {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  line-height: 1.4583333333;
}
@media only screen and (max-width: 559px) {
  .happiness__textarea .name {
    text-align: right;
    margin-block: 3.5rem;
  }
}
.happiness__textarea .name span {
  font-size: clamp(1.3rem, 1.1300970874rem + 0.4530744337vw, 2rem);
}

.company-overview__inner {
  padding-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
.company-overview .secttl--width {
  font-weight: 500;
  font-size: clamp(2.6rem, 2.1145631068rem + 1.2944983819vw, 4.6rem);
  color: var(--mainColor);
}
.company-overview .secttl--widthen {
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
}
.company-overview__flex {
  display: flex;
  gap: 5rem;
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .company-overview__flex {
    gap: 4rem;
  }
}
.company-overview__flex .company-overview__textarea {
  width: calc(100% - 45.8rem);
}
@media only screen and (max-width: 559px) {
  .company-overview__flex .company-overview__textarea {
    width: 100%;
  }
}
.company-overview__flex .company-overview__textarea dl {
  margin-bottom: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
}
.company-overview__flex .company-overview__textarea dl > div {
  display: flex;
  border-bottom: solid 1px var(--main50Color);
}
@media only screen and (max-width: 559px) {
  .company-overview__flex .company-overview__textarea dl > div {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}
.company-overview__flex .company-overview__textarea dt,
.company-overview__flex .company-overview__textarea dd {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  padding: 4.5rem 0 1.5rem 2.5rem;
  letter-spacing: 0em;
}
@media only screen and (max-width: 559px) {
  .company-overview__flex .company-overview__textarea dt,
  .company-overview__flex .company-overview__textarea dd {
    padding-left: 0;
    padding: 0;
  }
}
.company-overview__flex .company-overview__textarea dl > div:first-of-type dt,
.company-overview__flex .company-overview__textarea dl > div:first-of-type dd {
  padding-top: 0;
}
.company-overview__flex dt {
  width: 20%;
}
@media only screen and (max-width: 559px) {
  .company-overview__flex dt {
    width: 100%;
  }
}
.company-overview__flex dd {
  width: 80%;
}
@media only screen and (max-width: 559px) {
  .company-overview__flex dd {
    width: 100%;
  }
}
.company-overview__flex .to-media_personnel {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  letter-spacing: 0.05em;
}
.company-overview__flex .to-media_personnel__text {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  line-height: 1.75;
}
.company-overview__flex figure {
  width: 40.8rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .company-overview__flex figure {
    margin-top: 0;
    width: 100%;
  }
}

/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*# sourceMappingURL=style.css.map */
