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

         変数

-----------------------*/
:root {
  --baseColor: #5a5a5a;
  --mainColor: #d58692;
  --subColor: #e2aab3;
  --lineColor:#C19295;
  --accentColor: #D9B02C;
  --colorW: #fff;
  --bgWhite:#F6F0F0;
  --bgRed:#E6D4D5;
  --bgYellow:#F7EFD5;
  --base50Color: #******;
  --main50Color: #EDDEDF;
  --sub50Color: #******;
  --accent50Color: #ECD793;
  --accentColor02:#AE8F5B;
}

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

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  font-family: "Shippori Mincho B1", serif;
}

body {
  position: relative;
}

p {
  margin: 0;
  text-align: justify;
}

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

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

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

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

select::-moz-placeholder {
  color: #b6b7b7;
}

select::placeholder {
  color: #b6b7b7;
}

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

         COMMON

-----------------------*/
.container, .wrapper {
  width: 1280px;
  padding: 0 3rem;
  margin: 0 auto 3rem;
  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: 500;
  padding: 2.5rem 14rem 3vw 3.5rem;
  background: #fff;
}

.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: 1.5rem;
}

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

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

.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 {
  transition: 0.4s;
  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;
}

.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;
}

.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%;
  -o-object-fit: cover;
     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: 2.5rem 14rem 1.5rem 3.5rem;
}

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

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

p.login img {
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

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

header nav ul > li {
  position: relative;
}

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

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

header .right-Area .cart-area a {
  gap: 1rem;
  align-items: center;
}

header .right-Area .cart-area p {
  background: var(--mainColor);
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.5rem;
  line-height: 1;
}

/* カートの表示 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: 3.5rem;
  right: 0;
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 100;
  white-space: nowrap; /* 折り返さず横に伸びる */
  width: -webkit-max-content;
  width: -moz-max-content;
  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;
  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 > li:not(:last-child) a::after {
  content: "/";
  padding: 0 1.5rem;
}

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: -webkit-max-content;
  width: -moz-max-content;
  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(--baseColor);
  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;
}

/* ロゴアイコンの表示を調整 */
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: 4.5rem 0 0;
  margin-top: 9rem;
  border-top: none;
}

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 {
  padding: clamp(4.5rem, 3.65rem + 2.265vw, 8rem) 0 2rem;
}

footer.main-footer p.copy small {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.957rem + 0.647vw, 2.2rem);
  color: var(--colorW);
}

.ftr-navi ul {
  display: flex;
  justify-content: center;
  gap: 2rem; /* 項目の間隔（必要に応じて調整） */
  padding: 0;
  list-style: none;
}

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

.ftr-navi a {
  text-decoration: none;
  color: var(--baseColor);
  font-size: 0.8em; /* お好みで */
}

.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: 20rem;
  margin: 0 auto;
}

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

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

-----------------------*/
/*header*/
.content-header {
  margin-bottom: clamp(5rem, 2.816rem + 5.825vw, 14rem);
  padding: 5vw;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mainColor);
}

.page-header {
  font-weight: 600;
  border-bottom: none;
  font-size: clamp(2.2rem, 1.6174757282rem + 1.5533980583vw, 4.6rem);
  max-width: 160rem;
  margin-inline: auto;
  padding-inline: 1vw;
  color: #fff;
}

.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 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-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;
  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;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  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;
  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 {
  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%;
  -o-object-fit: cover;
     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;
  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;
  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;
  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 {
  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 {
  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;
    -moz-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 {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.container,
.wrapper {
  max-width: 1366px;
  width: 1366px;
  padding: 0 2rem;
  margin: 0 auto 3rem;
  min-height: auto;
}

@media screen and (max-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding: 0 6%;
    width: 100%;
  }
}
.container_1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_1000 {
    width: 100%;
  }
}

.container_740 {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_740 {
    width: 100%;
  }
}

.f-site_sec {
  padding-top: clamp(6rem, 3.572815534rem + 6.4724919094vw, 16rem);
}

.o_btn_main a {
  background-color: var(--mainColor);
  width: clamp(31.7rem, 31.1417475728rem + 1.4886731392vw, 34rem);
  height: 64px;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 6px solid #eac2c9;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 559px) {
  .o_btn_main a._in {
    width: 223px;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.o_btn_main a::after {
  content: "";
  width: 11px;
  height: 13px;
  background-image: url("../img/icon_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.drawer-hamburger {
  width: 5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 4rem;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
  right: 4rem;
  padding: 1rem 0;
  top: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    right: 1.5rem;
    top: 1rem;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 0.2rem;
  background: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: var(--colorW);
  }
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -0.8rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    top: -0.8rem;
  }
}

.drawer-hamburger-icon:after {
  top: 0.8rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after {
    top: -0.1rem;
  }
}

.o-drawer__text {
  margin-top: 2rem;
  font-size: clamp(1.2rem, 1.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.drawer--right.drawer-open .drawer-nav {
  width: 100%;
  padding: 2.5rem;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-open .drawer-nav {
    padding: 1rem 1.5rem;
  }
}

.drawer--right .drawer-nav .wrapper {
  padding: 6rem 0;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .wrapper {
    padding: 6rem calc(6% - 1.5rem);
    width: 100%;
  }
}

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

.o-drawer__flex {
  gap: 6vw;
}
@media only screen and (max-width: 559px) {
  .o-drawer__flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.o-drawer__menu--second {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-drawer__menu--second {
    margin-top: 0;
    border-top: solid 1px;
    padding-top: 1rem;
  }
}
.o-drawer__menu__arrow {
  color: var(--mainColor);
}
.o-drawer__menu .l-hdr__menu__arrow {
  color: var(--mainColor);
}
.o-drawer__item {
  font-size: 2rem;
  font-weight: 500;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
}
@media only screen and (max-width: 600px) {
  .o-drawer__item:hover {
    text-decoration: none;
    color: var(--baseColor);
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__item {
    padding: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__item {
    font-size: 1.6rem;
  }
}
.o-drawer__item--second {
  padding: 1rem 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-drawer__item--second {
    font-size: 1.2rem;
  }
}
.o-drawer__menuopen {
  padding: 0 0 1rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .o-drawer__menuopen {
    padding: 0;
  }
}
.o-drawer__menulink.on + .o-drawer__submenu {
  transition: 0.4s;
  visibility: visible;
  opacity: 0.9;
}
.o-drawer__submenu {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 200%;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.5rem 8% 1rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .o-drawer__submenu {
    width: 80%;
    top: 5rem;
  }
}
.o-drawer__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  text-align: center;
}
.o-drawer__submenu__link:hover {
  color: #fff;
}
.o-drawer__submenu__item:not(:last-child) a {
  border-bottom: dashed 1px #fff;
}

@media only screen and (max-width: 559px) {
  .l-hdr__inner.o-drawer__inner {
    padding-right: 5rem;
    align-items: center;
  }
  .l-hdr__login {
    margin-bottom: 1rem;
  }
}
.l-hdr_cart_flex {
  border-bottom: 1px solid;
  padding-bottom: 1.5rem;
  display: flex;
  gap: 10px;
}

.drawer-hamburger-icon {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon {
    width: 50%;
    top: 5px;
    left: 0;
  }
}
.drawer-hamburger-icon::after {
  width: 100%;
}

button.drawer-toggle.drawer-hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--mainColor);
  width: 103px;
  height: 103px;
  display: inline-block;
  z-index: -1;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  button.drawer-toggle.drawer-hamburger::after {
    border-radius: 50%;
    width: 42px;
    height: 42px;
  }
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: -4px;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: -4px;
}

.o-hamburger {
  width: 50%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -50%;
  background: #f36;
  z-index: 9000;
  transition: 0.5s;
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  height: 3000px;
}

html.is-open .o-hamburger {
  right: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

.o-hamburger-page #test {
  height: 2000px;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}

.o-mv_wrap {
  position: relative;
}

.o-mv_video {
  padding: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

.o-mv_video video {
  border-radius: 2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 4rem);
}

.o-mv_box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.o-mv_title {
  color: var(--colorW);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(6.7rem, 4.6854368932rem + 5.3721682848vw, 15rem);
  line-height: 1.0266666667;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .o-mv_title {
    line-height: 1.0298507463;
  }
}

.o-mv_title_sub {
  position: relative;
  color: var(--colorW);
  font-size: clamp(2.7rem, 2.0689320388rem + 1.6828478964vw, 5.3rem);
  text-align: center;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.o-mv_title_sub::after {
  position: absolute;
  top: 50%;
  left: -4.6875vw;
  transform: translateY(-50%);
  content: "";
  background-image: url("../img/icon_decoL.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
  height: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
}
@media only screen and (max-width: 1368px) {
  .o-mv_title_sub::after {
    left: -5.1169590643vw;
  }
}
@media only screen and (max-width: 559px) {
  .o-mv_title_sub::after {
    left: -4.5rem;
  }
}
.o-mv_title_sub::before {
  position: absolute;
  top: 50%;
  right: -4.6875vw;
  transform: translateY(-50%);
  content: "";
  background-image: url("../img/icon_decoR.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
  height: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
}
@media only screen and (max-width: 1368px) {
  .o-mv_title_sub::before {
    right: -5.1169590643vw;
  }
}
@media only screen and (max-width: 559px) {
  .o-mv_title_sub::before {
    right: -4.5rem;
  }
}

.o-mv_text {
  color: var(--colorW);
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.o-mv_text::before, .o-mv_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-mv_text::before {
  margin-top: calc((1 - 1.7272727273) * 0.5em);
}
.o-mv_text::after {
  margin-bottom: calc((1 - 1.7272727273) * 0.5em);
}

.o_headline {
  /*h3*/
  /*h4*/
}
.o_headline_h2_wrap {
  position: relative;
  text-align: center;
}
.o_headline_h2_wrap::after {
  font-size: clamp(10rem, 6.0194174757rem + 10.6148867314vw, 26.4rem);
  text-align: center;
  color: rgba(213, 134, 146, 0.15);
  position: absolute;
  left: 50%;
  top: -105%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  width: 100%;
  line-height: 0.72;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_wrap::after {
    top: -40%;
  }
}
.o_headline_h2 {
  font-size: clamp(4.6rem, 3.7262135922rem + 2.3300970874vw, 8.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.o_headline_h2 span {
  color: var(--mainColor);
}
.o_headline_h2_mission::after {
  content: "Our Mission";
}
.o_headline_text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.o_headline_text._en {
  color: #9c9c9c;
}
.o_headline_h2_pt02_wrap {
  text-align: center;
}
.o_headline_h2_pt02_wrap .o_headline_en {
  font-family: "Cormorant Garamond", serif;
  color: var(--mainColor);
  font-size: clamp(1.6rem, 1.2601941748rem + 0.9061488673vw, 3rem);
  text-align: center;
  line-height: 1;
}
.o_headline_h2_pt02_wrap h2 {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.o_headline_h2_pt02_wrap h2 span {
  color: var(--mainColor);
}
.o_headline_h2_pt02_wrap figure {
  width: clamp(5.3rem, 4.4019417476rem + 2.3948220065vw, 9rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.o_headline_h2_pt02_wrap .o_headline_text {
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt02_wrap .o_headline_text {
    line-height: 2;
  }
}
.o_headline_catch {
  position: relative;
  margin-top: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
.o_headline_catch_sub {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  text-align: center;
  letter-spacing: 0.2em;
}
.o_headline_catch_main {
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  text-align: center;
}
.o_headline_catch_en {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  margin-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
  color: var(--mainColor);
  text-align: center;
  letter-spacing: 0;
}
.o_headline_catch span {
  color: var(--mainColor);
}
.o_headline_catch::after, .o_headline_catch::before {
  background-color: var(--mainColor);
  content: "";
  flex-grow: 1;
  height: 1px;
}
.o_headline_catch::after {
  margin-left: clamp(0.5rem, -0.1067961165rem + 1.6181229773vw, 3rem);
}
.o_headline_catch::before {
  margin-right: clamp(0.5rem, -0.1067961165rem + 1.6181229773vw, 3rem);
}
.o_headline_h2_pt03 {
  position: relative;
  text-align: center;
}
.o_headline_h2_pt03 figure {
  margin-left: auto;
  margin-right: auto;
  width: clamp(17.7rem, 12.3359223301rem + 14.3042071197vw, 39.8rem);
}
.o_headline_h2_pt03 h2 {
  font-size: clamp(2.8rem, 2.3145631068rem + 1.2944983819vw, 4.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.o_headline_h2_pt03_text {
  margin-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.o_headline_h2_pt03 .deco_en {
  font-size: clamp(10.9rem, 7.040776699rem + 10.2912621359vw, 26.8rem);
  color: rgba(213, 134, 146, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  text-align: center;
  line-height: 0.7706422018;
}
.o_headline_h2_pt03 .deco_en._about_why {
  font-size: clamp(8.5rem, 4.0582524272rem + 11.8446601942vw, 26.8rem);
  top: -105px;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt03 .deco_en._about_why {
    top: -50px;
  }
}
.o_headline_h2_pt04 {
  position: relative;
}
.o_headline_h2_pt04 h2 {
  position: relative;
  font-size: clamp(2.6rem, 2.1145631068rem + 1.2944983819vw, 4.6rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.o_headline_h2_pt04 h2 span {
  color: var(--mainColor);
}
.o_headline_h2_pt04 h2::after {
  content: "";
  width: clamp(8.4rem, 6.9922330097rem + 3.7540453074vw, 14.2rem);
  height: 1px;
  background-color: var(--mainColor);
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt04 h2::after {
    bottom: -15px;
  }
}
.o_headline_h2_pt04_en {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  color: var(--mainColor);
  margin-top: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.2em;
}
.o_headline_h2_pt04_text {
  text-align: center;
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt04_text {
    text-align: left;
  }
}
.o_headline_h2_pt04 .deco_en {
  font-size: clamp(10.9rem, 7.040776699rem + 10.2912621359vw, 26.8rem);
  color: rgba(213, 134, 146, 0.15);
  position: absolute;
  top: -140%;
  left: -22%;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt04 .deco_en {
    top: -3%;
    left: 0;
    text-align: left;
    line-height: 0.7738095238;
  }
}
.o_headline_h2_pt04 .deco_en._about_mistake {
  font-size: clamp(8.5rem, 4.0582524272rem + 11.8446601942vw, 26.8rem);
  top: -14%;
  left: -35%;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt04 .deco_en._about_mistake {
    top: -2%;
    left: 0;
  }
}
.o_headline_h2_pt05 {
  display: flex;
  gap: 10px;
  position: relative;
}
.o_headline_h2_pt05._faq {
  padding-left: clamp(0rem, -1.6990291262rem + 4.5307443366vw, 7rem);
}
.o_headline_h2_pt05 figure {
  width: clamp(5rem, 4.2233009709rem + 2.071197411vw, 8.2rem);
}
.o_headline_h2_pt05 .title {
  font-size: clamp(2.4rem, 2.0116504854rem + 1.0355987055vw, 4rem);
  letter-spacing: 0.05em;
}
.o_headline_h2_pt05 .title span {
  font-size: 60%;
}
.o_headline_h2_pt05 .deco_en {
  font-size: clamp(10.9rem, 7.040776699rem + 10.2912621359vw, 26.8rem);
  color: rgba(213, 134, 146, 0.15);
  position: absolute;
  top: -178%;
  right: -20%;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
}
.o_headline_h2_pt05 .en {
  font-family: "Cormorant Garamond", serif;
  color: var(--mainColor);
  letter-spacing: 0.1em;
  font-size: clamp(1.7rem, 1.4330097087rem + 0.71197411vw, 2.8rem);
  margin-top: 10px;
}
.o_headline_h2_pt05::after {
  content: "";
  width: 84.53125vw;
  height: 1px;
  background-color: var(--mainColor);
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media only screen and (max-width: 559px) {
  .o_headline_h2_pt05::after {
    width: 100vw;
  }
}
.o_headline_h2_pt06 {
  text-align: center;
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  letter-spacing: 0.05em;
}
.o_headline_h2_pt06 h2 {
  letter-spacing: 0.25em;
}
.o_headline_h2_pt06 span {
  color: var(--mainColor);
}
.o_headline_h2_pt06_en {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  color: var(--mainColor);
  margin-top: 10px;
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.2em;
}
.o_headline_h2_pt07 {
  position: relative;
}
.o_headline_h2_pt07_sub {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  letter-spacing: 0.15em;
  font-weight: 500;
}
.o_headline_h2_pt07 h2 {
  font-size: clamp(3rem, 2.5631067961rem + 1.1650485437vw, 4.8rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  color: var(--mainColor);
}
.o_headline_h2_pt07 .deco_en {
  color: var(--mainColor);
  font-size: clamp(10.8rem, 8.5669902913rem + 5.9546925566vw, 20rem);
  color: rgba(213, 134, 146, 0.15);
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: -55%;
  left: 0;
  line-height: 1;
}
.o_headline_h3 {
  font-size: clamp(2.4rem, 2.1572815534rem + 0.6472491909vw, 3.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  margin-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .o_headline_h3 {
    text-align: center;
  }
}
.o_headline_h3_sub {
  font-family: "Cormorant Garamond", serif;
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .o_headline_h3_sub {
    justify-content: center;
    line-height: 1;
    margin-top: 20px;
  }
}
.o_headline_h3_sub span {
  font-size: 300%;
}
.o_headline_h3_pt02_wrap {
  position: relative;
  width: 100%;
}
.o_headline_h3_pt02_wrap .deco_en {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  color: rgba(213, 134, 146, 0.15);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 1.5495145631rem + 4.4012944984vw, 10rem);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o_headline_h3_pt02_wrap .deco_en span {
  font-size: 300%;
  line-height: 1;
}
.o_headline_h3_pt02 {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  text-align: center;
  margin-top: clamp(8.5rem, 5.9514563107rem + 6.7961165049vw, 19rem);
  letter-spacing: 0.05em;
}
.o_headline_h3_pt02_tag {
  background-color: #e2aab3;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 3px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.o_headline_h4 {
  color: var(--colorW);
  font-size: clamp(1.08rem, 0.9052427184rem + 0.4660194175vw, 1.8rem);
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 30px;
  border-radius: 999px;
  position: absolute;
  top: -15px;
  left: 0;
}

.o-post_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-post_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .o-post_list {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.o-post_item {
  width: calc((100% - 6rem) / 4);
}
@media only screen and (max-width: 559px) {
  .o-post_item {
    width: calc((100% - 2rem) / 2);
  }
}

.o-post_box {
  position: relative;
}

.o-post_img img {
  border-radius: 5px;
}

.o-post_tag {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--colorW);
  background-color: var(--subColor);
  padding: 3px 14px;
  border-radius: 999px;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
}
.o-post_tag::before, .o-post_tag::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-post_tag::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.o-post_tag::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media only screen and (max-width: 559px) {
  .o-post_tag {
    padding: 3px 7px;
  }
}

.o-post_date {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--mainColor);
}

/*news*/
.o-post_news {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}

.o-post_list_news {
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
}

.o-text_main {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.o-text_post {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: clamp(1.7rem, 1.5786407767rem + 0.3236245955vw, 2.2rem);
}

.o-text_16 {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .o-text_16 {
    line-height: 1.75;
  }
}

.o-modal_wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal_wrapper .o-modal_inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 1000px;
  width: 90%;
  border-radius: 5px;
  position: relative;
}
.o-modal_wrapper .o-modal_inner .o-modal_close_top img {
  position: absolute;
  top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}
.o-modal_wrapper .o-modal_inner .o-modal_close_bottom img {
  position: absolute;
  bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}

.modal-op {
  overflow: hidden;
  height: 100%;
}
.modal-op::-webkit-scrollbar {
  display: none;
}

.o-modal_link {
  cursor: pointer;
}
.o-modal_close {
  cursor: pointer;
}

.o-modal_close {
  font-size: 60px;
  color: var(--mainColor);
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  margin-right: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.o-modal_inner {
  padding-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  padding-bottom: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  padding-right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}

.o-modal_title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.1em;
}

.o-modal_type_name {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
  color: var(--mainColor);
  letter-spacing: 0em;
  line-height: 1.8053294118;
  text-align: center;
  margin-top: clamp(0.5rem, 0.2572815534rem + 0.6472491909vw, 1.5rem);
}

.o-modal_type_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--mainColor);
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}

.o-modal_benefits_img {
  border-radius: 10px;
}

.o-modal_type_tag {
  background-color: var(--mainColor);
  border-radius: 999px;
  color: var(--colorW);
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  padding: 2px 15px 3px 15px;
}
@media only screen and (max-width: 559px) {
  .o-modal_type_tag {
    padding: 0 12px 2px 12px;
  }
}

.o-modal_type_price {
  font-size: clamp(3.8rem, 3.4601941748rem + 0.9061488673vw, 5.2rem);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.075em;
  line-height: 0;
}
.o-modal_type_price span {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
}
.o-modal_type_price span .en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.075em;
  font-size: clamp(2rem, 1.8300970874rem + 0.4530744337vw, 2.7rem);
}

.o-modal_benefits_title {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  color: var(--mainColor);
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
  padding-right: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_title {
    width: 80%;
  }
}
.o-modal_benefits_title::before {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  content: "individual benefits";
  color: var(--bgRed);
  font-size: clamp(2.4rem, 2.254368932rem + 0.3883495146vw, 3rem);
  font-family: "Cormorant Garamond", serif;
  width: 100%;
  z-index: -1;
}

.o-modal_benefits_text {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.75;
}

.o-modal_benefits_text_b {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: var(--mainColor);
}

.o-modal_benefits_container {
  width: 460px;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.o-modal_benefits_name {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  font-size: clamp(1.8rem, 1.6786407767rem + 0.3236245955vw, 2.3rem);
  line-height: 1.3043478261;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: var(--mainColor);
}

.o-modal_benefits_text02 {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_text02 {
    line-height: 1.75;
  }
}

.o-modal_link_item {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  margin-top: 10px;
}

.o_cv {
  padding-top: clamp(6rem, 3.572815534rem + 6.4724919094vw, 16rem);
}
.o_cv_area {
  display: flex;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.o_cv_staff {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: clamp(9.7rem, 7.345631068rem + 6.2783171521vw, 19.4rem);
}
.o_cv_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(11.3rem, 11.2514563107rem + 0.1294498382vw, 11.5rem);
}
@media only screen and (max-width: 559px) {
  .o_cv_logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.o_cv .container {
  margin-bottom: 0;
}

.o_faq {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
}
.o_faq .container {
  margin-bottom: 0;
}
.o_faq_under {
  margin-top: clamp(4rem, 2.9077669903rem + 2.9126213592vw, 8.5rem);
  margin-bottom: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .o_faq_under {
    text-align: left;
  }
}
.o_faq_btn a {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  width: clamp(30rem, 28.5436893204rem + 3.8834951456vw, 36rem);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .o_faq_btn a {
    width: 100%;
  }
}

.o_faq .o_headline_h2_pt05 {
  margin-bottom: 3rem;
}

.faq__toggleIcon {
  transition: transform 0.3s ease-in-out;
}

.faq__question {
  display: flex;
  padding: 10px 20px;
}

.faq__toggleIcon {
  width: clamp(2.2rem, 1.7388349515rem + 1.2297734628vw, 4.1rem);
  height: clamp(2.2rem, 1.7388349515rem + 1.2297734628vw, 4.1rem);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #e2aab3;
  border-radius: 50%;
}

.faq__toggleIcon::before,
.faq__toggleIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(0.7rem, 0.5300970874rem + 0.4530744337vw, 1.4rem);
  height: clamp(0.2rem, 0.1757281553rem + 0.0647249191vw, 0.3rem);
  background-color: #fff;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

/* ▼（閉じている状態） */
.faq__toggleIcon::before {
  top: 50%;
  transform: translateX(-15%) rotate(-45deg);
}

.faq__toggleIcon::after {
  top: 50%;
  transform: translateX(-80%) rotate(45deg);
}

/* ▲（開いている状態） */
.is-open .faq__toggleIcon::before {
  top: 50%;
  transform: translateX(-80%) rotate(-45deg);
}

.is-open .faq__toggleIcon::after {
  top: 50%;
  transform: translateX(-15%) rotate(45deg);
}

.faq__answer.answer {
  display: none;
  padding-top: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-bottom: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: 43px;
  margin-top: 15px;
  background: rgba(213, 134, 146, 0.15);
  border-top-right-radius: clamp(1rem, 0.2718446602rem + 1.9417475728vw, 4rem);
  border-bottom-left-radius: clamp(1rem, 0.2718446602rem + 1.9417475728vw, 4rem);
}

.faq {
  padding-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
  padding-bottom: clamp(8rem, 6.6893203883rem + 3.4951456311vw, 13.4rem);
  position: relative;
}
.faq::after {
  content: "";
  display: inline-block;
  background-image: url("../img/deco_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  height: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  position: absolute;
  bottom: -12.8205128205vw;
  right: clamp(-5rem, -2.572815534rem - 6.4724919094vw, -15rem);
  z-index: 1;
}
.faq::before {
  content: "";
  display: inline-block;
  background-image: url("../img/deco_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(16.1rem, 10.032038835rem + 16.1812297735vw, 41.1rem);
  height: clamp(16.1rem, 10.032038835rem + 16.1812297735vw, 41.1rem);
  position: absolute;
  top: -25.641025641vw;
  left: clamp(-5rem, -2.572815534rem - 6.4724919094vw, -15rem);
  z-index: 1;
}

.faq_link {
  font-weight: 700;
}

.faq_area {
  margin-top: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
}

.faq_box {
  margin-top: 3rem;
  width: 998px;
  margin-left: auto;
  margin-right: auto;
}
.faq_box:not(:first-of-type) {
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .faq_box {
    width: 100%;
  }
}

.faq_title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  padding-top: 2rem;
  display: flex;
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: clamp(0rem, -0.9708737864rem + 2.5889967638vw, 4rem);
  padding-right: 43px;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted;
}

.faq__q {
  margin-right: 0.5rem;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 450;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .faq__q {
    width: 8%;
    margin-right: 0;
  }
}

.faq_title label {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  margin-left: auto;
  padding-left: 2.5rem;
  line-height: 1;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
}

.answer {
  padding: 2rem;
  display: flex;
}

.answer p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  position: relative;
  letter-spacing: 0.56px;
  line-height: 1.7142857143;
}

.answer_inner {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 559px) {
  .answer_inner {
    gap: 0;
  }
}

.answer_inner::before {
  content: "A:";
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 450;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .answer_inner::before {
    margin-top: 0.3em;
  }
}

.faqWrap .hidden_box:not(:first-child) {
  margin-top: 4rem;
}

.hidden_box {
  padding: 0;
  cursor: pointer;
}

.hidden_box input {
  display: none;
}

.hidden_box label {
  position: relative;
  display: block;
  cursor: pointer;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.hidden_box.open .hidden_show {
  height: auto;
  padding: 0 0 0.5rem;
  opacity: 1;
  overflow: visible;
  transition: 0.4s;
}

.faq-wrap {
  margin-top: 7.5rem;
  margin-bottom: 7.291vw;
}

.faq-wrap .accordion_one .accordion_header {
  background-color: #036eb8;
  color: #fff;
  font-size: clamp(1.8rem, 1.7029rem + 0.4142vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 4.5rem;
  padding: 1.8rem 5rem;
}

.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: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  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;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  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: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 10px;
  left: 10px;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  width: 2px;
  height: 18px;
  top: -2px;
  left: 10px;
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(0deg);
  top: 7px;
  left: 2px;
}

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

.faq-wrap .accordion_one .accordion_header.faq {
  background-color: transparent;
  color: #464646;
  font-size: clamp(1.4rem, 1.2058rem + 0.8285vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 2.5rem;
  padding: 0 8% 2rem 0;
  border-bottom: solid 1px;
  display: flex;
}

.faq-wrap .accordion_one .accordion_header.faq::before {
  content: "Q.";
  margin-right: 1rem;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box {
  top: 0;
  margin-top: 0;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #036eb8;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq-wrap .accordion_one .accordion_header.faq.open {
  padding: 0 8% 2rem 0;
}

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

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

.faq-wrap .accordion_one .accordion_header.answer {
  background: #d9e9f4;
  cursor: inherit;
  color: #464646;
  font-size: clamp(1.4rem, 1.2301rem + 0.7249vw, 2.1rem);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  padding: 2.5rem;
}

.faq-wrap .accordion_one .accordion_header.answer::before {
  content: "A.";
  margin-right: 1rem;
  color: #036eb8;
  font-size: clamp(2.2rem, 1.933rem + 1.1392vw, 3.3rem);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.page-detail-faq .linkG.contensG {
  padding-top: 6rem;
  border-top: solid 1px #a2a2a2;
}

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

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

-----------------------*/
.l-hdr {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 2rem 14rem 2.5rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 1.5rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.l-hdr__logo {
  padding-top: 1rem;
  width: 20vw;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 20rem;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.l-hdr__right {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__right {
    gap: 3.5rem;
    margin-right: 50px;
  }
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .l-hdr__login__link {
    color: var(--baseColor);
  }
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__login__icon {
    width: 20px;
  }
}
.l-hdr__login__arrow {
  margin-left: 1rem;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart {
    width: 20px;
  }
}
.l-hdr__cart__link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 2rem;
  padding: 0.6rem 1rem 0.5rem;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: rgba(169, 103, 107, 0.8);
  color: #fff;
  margin-left: -20px;
}
.l-hdr__navi {
  display: flex;
  justify-content: flex-end;
  margin-top: -4.338542vw;
}
.l-hdr__menu {
  display: flex;
  border-radius: 999px;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.5rem;
  color: var(--baseColor);
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:last-child) .l-hdr__menu__link::after {
  content: "/";
  padding: 0 1.5rem;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
.l-hdr__menu__arrow {
  color: var(--colorW);
}
.l-hdr .l-hdr__shop {
  width: 100px;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}

/*下層ページ*/
.l-hdr_under {
  position: relative;
}

.l-hdr__menu_under {
  background-color: transparent;
  color: var(--baseColor);
}

header.l-hdr.l-hdr_under .l-hdr__login__link {
  color: var(--baseColor);
}

.l-hdr_under .l-hdr__menu__arrow {
  color: var(--mainColor);
}

header h1 img {
  width: 13vw;
}
@media only screen and (max-width: 559px) {
  header h1 img {
    width: 29vw;
  }
}

.container {
  margin-bottom: 0;
}

.content-header {
  margin-top: 10vw;
}

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

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

-----------------------*/
footer.main-footer {
  position: relative;
  padding: 5.5rem 0 3rem;
  margin-top: clamp(9rem, 6.8155339806rem + 5.8252427184vw, 18rem);
  background-color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding: 7rem 0 1rem;
  }
}
footer.main-footer::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 559px) {
  footer.main-footer::after {
    background-image: url("../img/footer_bg_sp.webp");
    background-size: contain;
  }
}

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;
}

.l-footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.l-footer ul {
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 16px;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .l-footer ul {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer ul li::after {
  content: "／";
  color: #fff;
  padding: 0 7px;
}
@media only screen and (max-width: 559px) {
  .l-footer ul li::after {
    content: none;
  }
}
.l-footer ul li:last-child::after {
  content: none;
}
.l-footer figure {
  margin-right: auto;
  margin-left: auto;
  width: clamp(19.3rem, 16.9699029126rem + 6.213592233vw, 28.9rem);
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}

.l-footer_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(14rem, 2.8349514563rem + 29.7734627832vw, 60rem);
}

.l-footer_text {
  color: var(--colorW);
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  text-align: center;
  margin-top: clamp(3rem, 0.3300970874rem + 7.1197411003vw, 14rem);
}

.l-footer_text_sub {
  color: var(--colorW);
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2em;
}

.l-footer__copy {
  color: var(--colorW);
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 75vh;
  background: url("bg-pattern.png") repeat; /* 背景に柄 */
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .slider-container {
    height: auto;
  }
}

/* swiper自体にマスクをかける */
.my-swiper {
  width: 100%;
  height: 100%;
  /* 中央を透明にするマスク（両端だけ表示される） */
  -webkit-mask: linear-gradient(to right, black 0%, black 30%, transparent 30%, transparent 70%, black 70%, black 100%);
  mask: linear-gradient(to right, black 0%, black 30%, transparent 30%, transparent 70%, black 70%, black 100%);
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  font-size: 20px;
}

/* 文字を中央に配置 */
.mask-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 559px) {
  .mask-text {
    position: static;
    transform: none;
  }
}

.bg-fixed {
  position: fixed;
  inset: 0;
  background: url("../img/bg.webp") repeat center center;
  background-size: cover; /* 必要なら */
  z-index: -1; /* 背景レイヤーを一番下に */
}

.l_mv {
  padding-top: clamp(11rem, 8.8155339806rem + 5.8252427184vw, 20rem);
}
.l_mv .mask_sub {
  text-align: center;
  font-size: clamp(1.3rem, 1.0330097087rem + 0.71197411vw, 2.4rem);
  letter-spacing: 0.05em;
  letter-spacing: 0.15em;
}
.l_mv .mask_copy {
  font-size: clamp(4.9rem, 3.6621359223rem + 3.3009708738vw, 10rem);
  letter-spacing: 0.15em;
  line-height: 1.1836734694;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
}
.l_mv .mask_copy .pink {
  color: var(--mainColor);
}
.l_mv .mask_copy .s {
  font-size: 75%;
}
.l_mv .mask_img {
  width: clamp(15.1rem, 13.7893203883rem + 3.4951456311vw, 20.5rem);
  margin-left: auto;
  margin-right: auto;
}
.l_mv .sub_copy {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .l_mv .sub_copy {
    margin-bottom: 2rem;
  }
}

.l_news {
  padding-top: clamp(10rem, 6.6019417476rem + 9.0614886731vw, 24rem);
}

.l_post_list {
  margin-top: 30px;
  margin-bottom: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.l_post_list .l_post_item {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 559px) {
  .l_post_list .l_post_item {
    width: calc((100% - 30px) / 2);
  }
}
.l_post_list figure img {
  border-radius: 10px;
}
.l_post_list .tab_area {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: -15px;
}
.l_post_list .tab {
  background-color: var(--mainColor);
  color: #fff;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .l_post_list .tab {
    padding: 1px 12px;
  }
}
.l_post_list .text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  line-height: 1.5;
  margin-top: clamp(0.8rem, 0.5087378641rem + 0.7766990291vw, 2rem);
}
.l_post_list .date {
  color: var(--mainColor);
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-family: "Cormorant Garamond", serif;
}

.page-detail-page .content-header {
  padding-top: clamp(12rem, 8.6019417476rem + 9.0614886731vw, 26rem);
  background-color: transparent;
}
.page-detail-page .content-header .page-header {
  font-size: clamp(2.6rem, 1.6776699029rem + 2.4595469256vw, 6.4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  color: var(--baseColor);
}
.page-detail-page .content-header .page-header span {
  color: var(--mainColor);
}
.page-detail-page .content-header .page-header_title_sub {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
  color: #9c9c9c;
  text-align: center;
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  letter-spacing: 0.2em;
  line-height: 1;
}
.page-detail-page .content-header figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  width: clamp(27rem, 22.6310679612rem + 11.6504854369vw, 45rem);
}

body {
  padding: 0;
  background-color: transparent;
  overflow-x: hidden;
}

.p_top_mission {
  padding-top: clamp(18rem, 13.2669902913rem + 12.6213592233vw, 37.5rem);
}
.p_top_mission_text {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: clamp(4rem, 2.6650485437rem + 3.5598705502vw, 9.5rem);
  margin-bottom: clamp(5rem, 3.9077669903rem + 2.9126213592vw, 9.5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_mission_text {
    text-align: left;
    line-height: 2;
  }
}
.p_top_about {
  padding-top: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.p_top_about_list {
  display: flex;
  gap: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  justify-content: center;
  margin-top: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  margin-bottom: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_about_list {
    flex-direction: column;
  }
}
.p_top_about_item {
  width: calc((100% - 100px) / 3);
}
@media only screen and (max-width: 559px) {
  .p_top_about_item {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .p_top_about_item figure {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_top_about_text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  text-align: center;
}
.p_top_about_text span {
  color: var(--mainColor);
}
.p_top_about .slider_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.p_top_feature {
  padding-top: clamp(12rem, 11.0291262136rem + 2.5889967638vw, 16rem);
}
.p_top_feature .container {
  margin-bottom: 0;
}
.p_top_career {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
}
.p_top_career_cv {
  position: relative;
  border: 2px solid var(--mainColor);
  border-radius: 20px;
  background-color: #fff;
  width: clamp(33rem, 22.8058252427rem + 27.1844660194vw, 75rem);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3.5rem, 3.0145631068rem + 1.2944983819vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_cv {
    padding-bottom: 60px;
  }
}
.p_top_career_cv_sub {
  text-align: center;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
}
.p_top_career_cv_main {
  color: var(--mainColor);
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .p_top_career_cv_main {
    margin-top: 0;
  }
}
.p_top_career_cv a {
  border: none;
  box-shadow: none;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.p_top_career_cv a::after {
  content: none;
}
.p_top_career_cv figure {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: clamp(17.6rem, 17.3815533981rem + 0.5825242718vw, 18.5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_cv figure {
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_top_career_con {
  margin-top: 65px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 559px) {
  .p_top_career_con {
    margin-top: 100px;
    flex-direction: column;
    gap: 0;
  }
}
.p_top_career_con figure {
  width: clamp(33rem, 31.1067961165rem + 5.0485436893vw, 40.8rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_con figure {
    width: 100%;
  }
}
.p_top_career_con_box {
  width: clamp(33rem, 19.9660194175rem + 34.7572815534vw, 86.7rem);
}
.p_top_career_con_box .tab {
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  padding: 5px 20px;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_box .tab {
    margin-left: auto;
    margin-right: auto;
    margin-top: -18px;
    padding: 1px 12px;
  }
}
.p_top_career_con_box .title {
  font-size: clamp(2.8rem, 2.6058252427rem + 0.5177993528vw, 3.6rem);
  color: var(--mainColor);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mainColor);
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_box .title {
    text-align: center;
  }
}
.p_top_career_con_box .text {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_box .text {
    line-height: 1.75;
  }
}
.p_top_career_con_list {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: clamp(5rem, 4.7572815534rem + 0.6472491909vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_list {
    flex-direction: column;
  }
}
.p_top_career_con_list .item {
  width: calc((100% - 100px) / 3);
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_list .item {
    width: 100%;
  }
}
.p_top_career_con_list .item .tab {
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  padding: 5px 20px;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .p_top_career_con_list .item .tab {
    padding: 1px 12px;
  }
}
.p_top_career_con_list .item .title {
  color: var(--mainColor);
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.p_top_career_con_list .item .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
}
.p_top_career_buy {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.p_top_career_buy .sub {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p_top_career_buy .title {
  color: var(--mainColor);
  text-align: center;
  font-size: clamp(2.5rem, 2.3300970874rem + 0.4530744337vw, 3.2rem);
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
  width: clamp(33rem, 22.8058252427rem + 27.1844660194vw, 75rem);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 559px) {
  .p_top_career_buy .title {
    width: 100%;
  }
}
.p_top_career_buy .text {
  margin-top: 15px;
  text-align: center;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  margin-bottom: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .p_top_career_buy .text {
    text-align: left;
  }
}
.p_top_career .container {
  margin-bottom: 0;
}
.p_top_free {
  padding-top: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}
.p_top_free .container {
  margin-bottom: 0;
}
.p_top_free_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(3.5rem, 2.8932038835rem + 1.6181229773vw, 6rem);
}
.p_top_free_item {
  background-color: #fff;
  border: 2px solid var(--mainColor);
  border-radius: 20px;
  padding-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
  padding-bottom: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  position: relative;
  margin-top: clamp(4.5rem, 3.7718446602rem + 1.9417475728vw, 7.5rem);
}
.p_top_free_item._01 {
  padding-bottom: clamp(6rem, 5.2718446602rem + 1.9417475728vw, 9rem);
  margin-bottom: 178px;
}
.p_top_free_item .tab {
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  padding: 10px 30px;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .p_top_free_item .tab {
    padding: 1px 12px;
    top: 0;
  }
}
.p_top_free_item .title {
  color: var(--mainColor);
  font-size: clamp(2.04rem, 1.7099029126rem + 0.8802588997vw, 3.4rem);
  letter-spacing: 0.05em;
  margin-top: clamp(0rem, -0.4854368932rem + 1.2944983819vw, 2rem);
  text-align: center;
}
.p_top_free_item .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .p_top_free_item .text {
    text-align: left;
  }
}
.p_top_free_item .text span {
  color: #9c9c9c;
}
.p_top_free_item figure {
  width: clamp(28.8rem, 28.2417475728rem + 1.4886731392vw, 31.1rem);
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .p_top_free_item figure {
    bottom: -75%;
  }
}
.p_top_learn {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
}
.p_top_learn_top {
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  display: flex;
  gap: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .p_top_learn_top {
    flex-direction: column;
  }
}
.p_top_learn_top figure {
  width: 50%;
}
@media only screen and (max-width: 559px) {
  .p_top_learn_top figure {
    width: 100%;
  }
}
.p_top_learn_con {
  width: 50%;
  margin-top: 60px;
}
@media only screen and (max-width: 559px) {
  .p_top_learn_con {
    width: 100%;
    margin-top: 0;
  }
}
.p_top_learn_con .sub {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  text-align: center;
  margin-bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.p_top_learn_con .title {
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
  color: var(--mainColor);
  text-align: center;
  line-height: 1;
}
.p_top_learn_con figure {
  width: clamp(2.5rem, 2.0873786408rem + 1.1003236246vw, 4.2rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p_top_learn_con .text {
  margin-top: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
}
.p_top_learn_bottom {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
}
@media only screen and (max-width: 559px) {
  .p_top_learn_bottom {
    flex-direction: column;
  }
}
.p_top_learn_bottom_con {
  width: 50%;
}
@media only screen and (max-width: 559px) {
  .p_top_learn_bottom_con {
    width: 100%;
  }
}
.p_top_learn_bottom_con .sub {
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  text-align: center;
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.p_top_learn_bottom_con .title {
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
  color: var(--mainColor);
  text-align: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  line-height: 1;
}
.p_top_learn_bottom_con .text {
  margin-top: clamp(3.5rem, 3.3786407767rem + 0.3236245955vw, 4rem);
  margin-bottom: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
}
.p_top_message {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  position: relative;
}
.p_top_message .deco_en {
  font-size: clamp(10.9rem, 8.0601941748rem + 7.572815534vw, 22.6rem);
  color: rgba(213, 134, 146, 0.15);
  position: absolute;
  top: -25%;
  left: -15%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 559px) {
  .p_top_message .deco_en {
    left: 0;
    top: -15%;
  }
}
.p_top_message_flex {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 559px) {
  .p_top_message_flex {
    flex-direction: column;
  }
}
.p_top_message_con {
  width: 33.8541666667vw;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .p_top_message_con {
    width: 100%;
  }
}
.p_top_message figure {
  width: 47.3958333333vw;
}
@media only screen and (max-width: 559px) {
  .p_top_message figure {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.p_top_message_sub {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.p_top_message .sub {
  font-size: clamp(1.2rem, 1.0786407767rem + 0.3236245955vw, 1.7rem);
  letter-spacing: 0.05em;
}
.p_top_message .sub span {
  font-size: clamp(2.3rem, 1.9844660194rem + 0.8414239482vw, 3.6rem);
  line-height: 1;
}
.p_top_message .sub_en {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  color: var(--mainColor);
}
.p_top_message .title {
  color: var(--mainColor);
  font-size: clamp(2.8rem, 2.4601941748rem + 0.9061488673vw, 4.2rem);
  letter-spacing: 0.05em;
  line-height: 1.4761904762;
}
@media only screen and (max-width: 559px) {
  .p_top_message .title {
    line-height: 1.5;
  }
}
.p_top_message .text {
  font-size: clamp(1.08rem, 0.9052427184rem + 0.4660194175vw, 1.8rem);
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.p_top_message .name {
  font-size: clamp(1.1rem, 0.9786407767rem + 0.3236245955vw, 1.6rem);
  text-align: right;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.p_top_message .name span {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
}
@media only screen and (max-width: 559px) {
  .p_top_message .name span {
    display: block;
  }
}

.icon_plus {
  width: clamp(4.2rem, 4.0058252427rem + 0.5177993528vw, 5rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}

.slider_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: clamp(10rem, 7.572815534rem + 6.4724919094vw, 20rem);
}

.p_free_cv {
  padding-top: clamp(8rem, 4.1165048544rem + 10.355987055vw, 24rem);
}
.p_free_made {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
}
.p_free_made .container {
  margin-bottom: 0;
}
.p_free_made_h2_text {
  margin-top: clamp(4rem, 2.5436893204rem + 3.8834951456vw, 10rem);
}
.p_free_made_flex {
  margin-top: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
  display: flex;
  gap: clamp(0rem, -2.0631067961rem + 5.501618123vw, 8.5rem);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: -1rem;
}
@media only screen and (max-width: 559px) {
  .p_free_made_flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column-reverse;
  }
}
.p_free_made_flex._02 {
  margin-left: calc(50% - 50vw);
  margin-right: -3rem;
}
@media only screen and (max-width: 559px) {
  .p_free_made_flex._02 {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.p_free_made_flex:not(:first-of-type) {
  margin-top: clamp(7rem, 6.2718446602rem + 1.9417475728vw, 10rem);
}
.p_free_made_flex figure {
  width: clamp(30rem, 15.0242718447rem + 39.9352750809vw, 91.7rem);
}
@media only screen and (max-width: 559px) {
  .p_free_made_flex figure {
    width: 100%;
  }
}
.p_free_made_con {
  width: clamp(30rem, 22.2815533981rem + 20.5825242718vw, 61.8rem);
}
@media only screen and (max-width: 559px) {
  .p_free_made_con {
    width: 100%;
  }
}
.p_free_made_text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}
.p_free_made_box {
  position: relative;
  border: 1px solid var(--mainColor);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-top: clamp(2.6rem, 2.1873786408rem + 1.1003236246vw, 4.3rem);
  padding-bottom: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  padding-left: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  padding-right: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
.p_free_made_box_text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
.p_free_made_box_text span {
  color: #9c9c9c;
}

.p_about_why {
  padding-top: clamp(7.5rem, 4.7330097087rem + 7.3786407767vw, 18.9rem);
}
.p_about_why_hand {
  width: clamp(6.5rem, 5.4563106796rem + 2.783171521vw, 10.8rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
}
.p_about_why_text {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  line-height: 2;
  text-align: center;
  font-weight: 500;
  margin-top: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .p_about_why_text {
    text-align: left;
  }
}
.p_about_why_under {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: -1rem;
  margin-top: clamp(5.7rem, 4.2436893204rem + 3.8834951456vw, 11.7rem);
}
.p_about_why_under img {
  max-width: 1630px;
}
@media only screen and (max-width: 559px) {
  .p_about_why_under img {
    width: 100%;
  }
}
.p_about_mistake {
  padding-top: clamp(10rem, 6.6262135922rem + 8.996763754vw, 23.9rem);
}
.p_about_solve {
  padding-top: clamp(10rem, 6.6262135922rem + 8.996763754vw, 23.9rem);
}
.p_about_merit {
  padding-top: clamp(5.7rem, 4.267961165rem + 3.8187702265vw, 11.6rem);
}
.p_about_merit_bottom {
  margin-top: clamp(5.7rem, 4.267961165rem + 3.8187702265vw, 11.6rem);
}
.p_about_beauty {
  padding-top: clamp(7.9rem, 4.0165048544rem + 10.355987055vw, 23.9rem);
}
.p_about_beauty_text {
  margin-top: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.p_about_beauty_text_en {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: clamp(2rem, 1.4417475728rem + 1.4886731392vw, 4.3rem);
  color: #9c9c9c;
}
.p_about_beauty_text_en span {
  color: #e6b6be;
}
.p_about_beauty_text_en._02 {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.p_about_beauty_sub {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  letter-spacing: 0.15em;
}
.p_about_beauty_title {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-top: clamp(0.5rem, 0.2572815534rem + 0.6472491909vw, 1.5rem);
}
.p_about_beauty_logo {
  width: clamp(22.4rem, 21.0650485437rem + 3.5598705502vw, 27.9rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
}
.p_about_flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: clamp(2.5rem, 1.6504854369rem + 2.2653721683vw, 6rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .p_about_flex {
    flex-direction: column;
  }
}
.p_about_flex .item {
  width: calc((100% - 100px) / 3);
}
@media only screen and (max-width: 559px) {
  .p_about_flex .item {
    width: 100%;
  }
}
.p_about_flex .item .tab {
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  padding: 5px 20px;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .p_about_flex .item .tab {
    padding: 1px 20px;
  }
}
.p_about_flex .item .title {
  color: var(--mainColor);
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  letter-spacing: 0.05em;
  margin-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
}
.p_about_flex .item .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.p_about_flex._about_risks {
  margin-top: clamp(2.5rem, 1.6504854369rem + 2.2653721683vw, 6rem);
}
.p_about_flex._about_risks .tab {
  background-color: #5a5a5a;
  padding: 1px 20px;
}
.p_about_flex._about_risks .title {
  color: var(--baseColor);
}
.p_about_flex_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .p_about_flex_wrap {
    gap: 20px;
    max-width: 100%;
  }
}
.p_about_flex_wrap .item {
  width: calc((100% - 70px) / 3);
}
@media only screen and (max-width: 559px) {
  .p_about_flex_wrap .item {
    width: calc((100% - 20px) / 2);
  }
}
.p_about_flex_wrap .tab {
  background-color: var(--mainColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #fff;
  padding: 5px 20px;
  font-size: clamp(1.1rem, 0.9786407767rem + 0.3236245955vw, 1.6rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  margin-top: -13px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .p_about_flex_wrap .tab {
    padding: 1px 12px;
  }
}
.p_about_flex_wrap .title {
  color: var(--mainColor);
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  letter-spacing: 0.15em;
  letter-spacing: 0.05em;
  margin-top: 5px;
  text-align: center;
  line-height: 1.3;
}
.p_about_flex_wrap .text {
  font-size: clamp(1.3rem, 1.227184466rem + 0.1941747573vw, 1.6rem);
  letter-spacing: 0.15em;
  line-height: 1.4615384615;
  margin-top: 5px;
}
.p_about_flex_col {
  display: flex;
  gap: 84px;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .p_about_flex_col {
    gap: 57px;
    flex-direction: column;
  }
}
.p_about_flex_col .item {
  width: calc((100% - 84px) / 2);
}
@media only screen and (max-width: 559px) {
  .p_about_flex_col .item {
    width: 100%;
  }
}

.page-detail-career {
  /*support*/
}
.page-detail-career .p_about_beauty._career {
  padding-top: 0;
}
.page-detail-career .p_about_beauty._career .p_about_flex_col {
  position: relative;
}
.page-detail-career .p_about_beauty._career .p_about_flex_col .deco_en {
  color: rgba(213, 134, 146, 0.15);
  font-size: clamp(8rem, 5.0873786408rem + 7.7669902913vw, 20rem);
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: -13%;
  left: 0;
  line-height: 1;
}
.page-detail-career .p_about_beauty._career .p_about_beauty_text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.page-detail-career .p_about_beauty._career .p_about_beauty_text_en {
  margin-top: clamp(2.5rem, 2.1601941748rem + 0.9061488673vw, 3.9rem);
}
.page-detail-career .p_about_beauty._career .p_career_cv {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.page-detail-career .p_career_support .o_headline_h2_pt04 .deco_en {
  left: 50%;
  top: -30%;
  transform: translateX(-50%);
}
.page-detail-career .p_career_support .p_career_support_h2_text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.page-detail-career .p_career_support_rank {
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_support_rank {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-detail-career .p_career_support_rank img {
  width: clamp(2.3rem, 2.0815533981rem + 0.5825242718vw, 3.2rem);
}
.page-detail-career .p_career_support_rank li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_support_flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
.page-detail-career .p_career_support_flex .rank {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_support_flex .rank {
    justify-content: center;
  }
}
.page-detail-career .p_career_support_flex .rank img {
  width: clamp(2.1rem, 1.8572815534rem + 0.6472491909vw, 3.1rem);
}
.page-detail-career .p_career_support_flex .p_career_support_flex_text {
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.page-detail-career .p_career_support_media {
  margin-top: clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem);
}
.page-detail-career .p_career_support_media_title {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: var(--mainColor);
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.page-detail-career .p_career_support_media_title::before, .page-detail-career .p_career_support_media_title::after {
  background-color: var(--mainColor);
  content: "";
  flex-grow: 1;
  height: 1px;
}
.page-detail-career .p_career_support_media_title::before {
  margin-right: 15px;
}
.page-detail-career .p_career_support_media_title::after {
  margin-left: 15px;
}
.page-detail-career .p_career_support_media figure {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.page-detail-career .p_career_support_media_text {
  margin-top: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_support_media_text {
    text-align: left;
  }
}
.page-detail-career .p_career_support_media_text li {
  margin-left: 1.4em;
  text-indent: -1.4em;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.5;
}
.page-detail-career .p_career_support_media_text li:not(:first-of-type) {
  margin-top: 10px;
}
.page-detail-career .p_career_support_media_text li::before {
  content: "※";
}
.page-detail-career .p_career_flex {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-top: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex {
    flex-direction: column;
    gap: 50px;
  }
}
.page-detail-career .p_career_flex .p_career_block_content {
  width: calc((100% - 75px) / 2);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content {
    width: 100%;
  }
}
.page-detail-career .p_career_flex .p_career_block_content._extra {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content._extra {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content .puls {
    width: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-detail-career .p_career_flex .p_career_block_content .rank {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content .rank {
    justify-content: center;
  }
}
.page-detail-career .p_career_flex .p_career_block_content .rank img {
  width: clamp(2.1rem, 1.8572815534rem + 0.6472491909vw, 3.1rem);
}
.page-detail-career .p_career_flex .p_career_block_content .extra_flex {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content .extra_flex {
    flex-direction: column;
    gap: 20px;
  }
}
.page-detail-career .p_career_flex .p_career_block_content .extra_flex figure {
  width: 343px;
}
.page-detail-career .p_career_flex .p_career_block_content .extra_flex .p_career_block_details {
  width: 31.7708333333vw;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content .extra_flex .p_career_block_details {
    width: 100%;
  }
}
.page-detail-career .p_career_flex .p_career_block_content .extra_flex .p_career_block_details .o_headline_h3 {
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_content .extra_flex .p_career_block_details .o_headline_h3 {
    text-align: center;
    margin-top: 20px;
  }
}
.page-detail-career .p_career_flex .p_career_block_text {
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .page-detail-career .p_career_flex .p_career_block_text._center {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */