@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Shippori+Mincho&display=swap");
html,
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  color: #232323;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  word-break: break-all;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(70, 50, 29, 0.6), rgba(70, 50, 29, 0.6)), url(../img/bg_black.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
}

a {
  color: #232323;
  text-decoration: none;
  word-break: break-all;
}

.link_txt {
  color: #4d6ef5;
}

.bold {
  font-weight: 600;
}

/*--------------------
共通コンテナ
--------------------*/
.container {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 0;
  padding-right: 0;
}

.container2 {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 0;
  padding-right: 0;
}

.m_box {
  padding: 1rem;
}

.m_box2 {
  padding: 2rem;
}

.hr_line {
  margin: 1rem 0;
  border-top: 1px solid #ccc;
}

.relative {
  position: relative;
  z-index: 1;
}

.box_r {
  border-radius: 1rem;
}

.border {
  border: 4px solid #232323;
}

.radius {
  border-radius: 1rem;
}

.gmap {
  width: 100%;
  padding-top: 33.3333333333%;
  position: relative;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

main,
footer,
section {
  position: relative;
}

.scrollbar {
  max-height: 210px;
  padding: 0 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #f4f4f4;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 3px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #dfdfdf;
}
.scrollbar::-webkit-scrollbar-piece:start {
  background: #dfdfdf;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #bd2c34;
}

/*--------------------
背景デザイン
--------------------*/
.bg_base {
  background: #bd2c34;
}

.bg_sub {
  background: #020419;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f4f4f4;
}

.bg_beige {
  background: #ddd0b2;
}

.bg_natural {
  background: #f3eee1;
}

.bg_grad {
  background: linear-gradient(135deg, white 0%, rgb(9.5555555556, 19.1111111111, 119.4444444444) 100%);
}

.bg_half_l {
  position: relative;
}
.bg_half_l::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, white 0%, rgb(9.5555555556, 19.1111111111, 119.4444444444) 100%);
}

.bg_border {
  border: 2px solid #bd2c34;
}

.sdw {
  box-shadow: 0 5px 15px -5px rgba(35, 35, 35, 0.2);
}

.bg_img {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url(../img/bg1.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

.bg_img2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(221, 208, 178, 0.4)), url(../img/bg_gold.jpg) no-repeat center/cover;
}

.bg_anim {
  background: linear-gradient(-45deg, #fff, #f3eee1, #ddd0b2, #8b6741);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.stem_bg {
  background: linear-gradient(0deg, rgba(243, 238, 225, 0.8), rgba(243, 238, 225, 0.8)), url(../img/stem_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

/*--------------------
liデザイン
--------------------*/
.list_check li {
  padding-left: 1.25rem;
  position: relative;
}
.list_check li::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  font-weight: 900;
  font-size: 1rem;
  font-weight: 600;
  color: #bd2c34;
  position: absolute;
  top: 5px;
  left: 0;
}
.list_check li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.list_check.large li {
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.list_check.large li::before {
  font-size: 1.25rem;
  color: #232323;
}

.list_dot li {
  padding: 0.25rem 0;
  padding-left: 0.75rem;
  position: relative;
}
.list_dot li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #cbbd53;
  position: absolute;
  top: 14px;
  left: 0;
}
.list_dot.small li {
  font-size: 0.75rem;
  border-bottom: 1px solid #f4f4f4;
}
.list_dot.small li::before {
  top: 12px;
}

.list_dot2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.list_dot2 li {
  padding: 0.25rem 0.5rem;
  padding-left: 1.125rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background: #ddd0b2;
  position: relative;
}
.list_dot2 li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #020419;
  position: absolute;
  top: 13px;
  left: 0.5rem;
}
.list_dot2.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.num_list {
  counter-reset: list-counter;
}
.num_list li {
  counter-increment: list-counter;
  position: relative;
  padding-left: calc(1rem + 8px);
  font-size: 1rem;
}
.num_list li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.num_list li::before {
  content: counter(list-counter) ".";
  width: 1rem;
  position: absolute;
  left: 0;
  color: #bd2c34;
  font-weight: 600;
  text-align: right;
}

/*--------------------
カラム共通CSS
--------------------*/
.reverse {
  flex-direction: row-reverse;
}

/*--------------------
共通見出し
--------------------*/
.m_text {
  font-size: 1.5rem;
}

.m_text2 {
  font-size: 1.25rem;
}

.marker_g {
  background: linear-gradient(transparent 65%, rgba(149, 193, 27, 0.5) 65%);
}

.marker_o {
  background: linear-gradient(transparent 65%, rgba(247, 138, 92, 0.5) 65%);
}

.marker_y {
  background: linear-gradient(transparent 65%, rgba(255, 236, 92, 0.5) 65%);
}

.eng {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  line-height: 1.2;
}

.h_ttl {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.h_ttl::before {
  content: "";
  width: 100px;
  height: 4px;
  background: #bd2c34;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.h_ttl span {
  font-size: 3rem;
  font-weight: 600;
}
.h_ttl p {
  font-size: 1.25rem;
  font-weight: 600;
}
.h_ttl.white span {
  color: #fff;
}
.h_ttl.white p {
  color: #fff;
}

.box_ttl {
  padding: 0.5rem 1rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.box_ttl span {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  position: relative;
}
.box_ttl span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 4px;
  background: #8b6741;
  margin: 0 1rem;
}
.box_ttl b {
  font-size: 1.25rem;
  font-weight: 600;
}

.line_ttl {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-top: 4px solid #bd2c34;
  border-bottom: 4px solid #bd2c34;
}

.dline_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 65px;
  font-size: 2rem;
  font-weight: 600;
}
.dline_ttl::before, .dline_ttl::after {
  content: "";
  width: 100px;
  height: 0.5rem;
  border-top: solid 1px #232323;
  border-bottom: solid 1px #232323;
}
.dline_ttl::before {
  margin-right: 1rem;
}
.dline_ttl::after {
  margin-left: 1rem;
}
.dline_ttl.white {
  color: #fff;
}
.dline_ttl.white::before, .dline_ttl.white::after {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.sub_ttl {
  background: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-weight: 600;
  border-left: 4px solid #8b6741;
  position: relative;
}
.sub_ttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  background: #232323;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.mid_ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #232323;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.mid_ttl::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: #bd2c34;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/*--------------------
header
--------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.head_wrap {
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: ease 0.5s;
}

#logo {
  width: 220px;
  filter: brightness(0) invert(1);
}

.nav_wrap {
  width: calc(100% - 240px);
}
.nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.nav_wrap nav ul li a {
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
}
.nav_wrap nav ul li.c_btn {
  margin: 0 1rem;
  text-align: center;
}
.nav_wrap nav ul li.c_btn a {
  width: 180px;
  padding: 1rem;
  background: #232323;
  border-radius: 0.5rem;
}
.nav_wrap nav ul li.c_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  font-weight: 900;
  margin-right: 0.5rem;
}
.nav_wrap nav ul li.r_btn {
  text-align: center;
}
.nav_wrap nav ul li.r_btn a {
  width: 180px;
  padding: 1rem;
  background: #ddd0b2;
  color: #232323;
  border-radius: 0.5rem;
}
.nav_wrap nav ul li.r_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f274";
  font-weight: 900;
  margin-right: 0.5rem;
}
.nav_wrap .nav_btn {
  display: none;
}

.fixed .head_wrap {
  background: #46321d;
}

/*--------------------
メインビジュアル
--------------------*/
#mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
}
#mainvisual img, #mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#catch {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#catch h2 {
  color: #fff;
}
#catch h2 span {
  font-size: 4rem;
}
#catch h2 p {
  font-size: 1.25rem;
  color: #ddd0b2;
  line-height: 2;
  margin: 1rem 0;
}
#catch .eng_btm_ttl {
  font-size: 2rem;
  color: #fff;
}

/*--------------------
TOP
--------------------*/
#top1 .top_about_wrap {
  position: relative;
}
#top1 .top_about_wrap .top_about_img {
  width: 100%;
  height: 640px;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#top1 .top_about_wrap .top_about_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#top1 .top_about_wrap .top_about_img figure {
  width: 100%;
  height: 160%;
}
#top1 .top_about_wrap .top_about_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top1 .top_about_wrap .top_about_txt {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
#top1 .top_about_wrap .top_about_txt .top_about_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
#top1 .top_about_wrap .top_about_txt .top_about_ttl h2 {
  color: #fff;
}
#top1 .top_about_wrap .top_about_txt .top_about_ttl h2 span {
  font-size: 2rem;
}
#top1 .top_about_wrap .top_about_txt .top_about_ttl h2 p {
  font-size: 3rem;
}
#top1 .top_about_wrap .top_about_txt .btn_box {
  text-align: center;
  margin-bottom: 4rem;
}
#top1 .top_about_wrap .top_about_txt .btn_box a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #46321d;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 0.5rem;
}
#top1 .top_about_wrap .top_about_txt .btn_box a i {
  margin-left: 0.5rem;
}
#top1 .top_about_wrap .top_about_txt .btm_txt {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
#top1 .top_about_wrap .top_about_list {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#top1 .top_about_wrap .top_about_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top1 .top_about_wrap .top_about_list ul li {
  width: 22%;
  padding: 4rem 2rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#top1 .top_about_wrap .top_about_list ul li span {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 4rem;
}
#top1 .top_about_wrap .top_about_list ul li p {
  font-size: 1.125rem;
}

#top2 {
  background: linear-gradient(135deg, #46321d, #8b6741, #ddd0b2);
}
#top2 .eng_big_ttl {
  font-size: 6rem;
  color: #fff;
  text-align: center;
}
#top2 .approach_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
#top2 .approach_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
#top2 .approach_wrap .approach_img {
  width: 35%;
}
#top2 .approach_wrap .approach_img .img1 {
  height: 800px;
}
#top2 .approach_wrap .approach_img .img1 figure {
  width: 100%;
  height: 100%;
}
#top2 .approach_wrap .approach_img2 {
  width: 20%;
}
#top2 .approach_wrap .approach_img2 .img2 {
  width: 60%;
  height: 260px;
  transform: translate(-100px, -200px);
}
#top2 .approach_wrap .approach_img2 .img2 figure {
  width: 100%;
  height: 100%;
}
#top2 .approach_wrap .approach_img2 .img3 {
  width: 90%;
  height: 420px;
  margin-left: auto;
}
#top2 .approach_wrap .approach_img2 .img3 figure {
  width: 100%;
  height: 100%;
}
#top2 .approach_wrap .approach_txt {
  width: 35%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#top2 .approach_wrap .approach_txt h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2rem;
}
#top2 .approach_wrap .approach_txt p {
  line-height: 2;
}
#top2 .approach_wrap .approach_txt .btm_box {
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  margin-top: 2rem;
  position: relative;
}
#top2 .approach_wrap .approach_txt .btm_box h3 {
  font-size: 1.25rem;
}
#top2 .approach_wrap .approach_txt .btm_box h3 .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 2rem;
  color: #46321d;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
}

#top3 .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top3 .ttl_wrap h2 {
  color: #fff;
}
#top3 .ttl_wrap h2 span {
  font-size: 6rem;
}
#top3 .ttl_wrap h2 p {
  font-size: 2rem;
}
#top3 .ttl_wrap .ttl_sub {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 4rem;
}
#top3 .ttl_wrap .ttl_sub b {
  font-size: 3rem;
}
#top3 .reason_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#top3 .reason_wrap .reason_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 40px);
  margin-top: 80px;
  padding: 4rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#top3 .reason_wrap .reason_box .reason_txt {
  width: 55%;
  line-height: 2;
}
#top3 .reason_wrap .reason_box .reason_txt .num_ttl {
  font-size: 1.25rem;
}
#top3 .reason_wrap .reason_box .reason_txt .num_ttl span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2rem;
}
#top3 .reason_wrap .reason_box .reason_txt h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#top3 .reason_wrap .reason_box .reason_img {
  width: 35%;
  height: 300px;
}
#top3 .reason_wrap .reason_box .reason_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

#top4 .case_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top4 .case_wrap h2 {
  color: #fff;
}
#top4 .case_wrap h2 span {
  font-size: 6rem;
}
#top4 .case_wrap h2 p {
  font-size: 2rem;
}
#top4 .case_wrap .case_list_box {
  margin-left: 4rem;
}
#top4 .case_wrap .case_list_box ul li {
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem;
  border-bottom: 1px solid #fff;
}
#top4 .case_wrap .case_list_box ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 30px;
}

#top5 {
  background: #ddd0b2;
}
#top5 .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top5 .ttl_wrap .ttl_sub {
  margin-left: 4rem;
}
#top5 h2 {
  margin-bottom: 2rem;
}
#top5 h2 span {
  font-size: 6rem;
}
#top5 h2 p {
  font-size: 2rem;
}
#top5 .disease_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#top5 .disease_wrap .disease_box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3eee1;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
#top5 .disease_wrap .disease_box:last-of-type {
  margin-bottom: 0;
}
#top5 .disease_wrap .disease_box h3 {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #232323;
}
#top5 .disease_wrap .disease_box .img_box {
  width: 30%;
}
#top5 .disease_wrap .disease_box .img_box img {
  border-radius: 1rem;
}
#top5 .disease_wrap .disease_box .txt_box {
  width: 65%;
}
#top5 .disease_wrap .disease_box .txt_box p {
  margin-bottom: 1rem;
}
#top5 .disease_wrap .disease_box .txt_box .list_dot2 li {
  border-radius: 0.5rem;
}

#top6 {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.8)), url(../img/flow_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
#top6 .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top6 .ttl_wrap .ttl_sub {
  color: #fff;
  margin-left: 4rem;
}
#top6 h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#top6 h2 span {
  font-size: 6rem;
}
#top6 h2 p {
  font-size: 2rem;
}
#top6 h2 + p {
  color: #fff;
}
#top6 .flow_chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#top6 .flow_chart .flow_box {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background: #f3eee1;
  border-radius: 1rem;
  position: relative;
}
#top6 .flow_chart .flow_box::after {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  color: #f3eee1;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
#top6 .flow_chart .flow_box:nth-of-type(3n) {
  margin-right: 0;
}
#top6 .flow_chart .flow_box:nth-of-type(3n)::after {
  display: none;
}
#top6 .flow_chart .flow_box:last-of-type::after {
  display: none;
}
#top6 .flow_chart .flow_box .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
#top6 .flow_chart .flow_box .num::before, #top6 .flow_chart .flow_box .num::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #8b6741;
  margin: 0 1rem;
}
#top6 .flow_chart .flow_box h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#top6 .flow_chart .flow_box i {
  font-size: 4rem;
}
#top6 .flow_chart .flow_box p {
  margin-top: 1rem;
}

#top7 {
  background: #ddd0b2;
}
#top7 h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#top7 h2 span {
  font-size: 6rem;
}
#top7 h2 p {
  font-size: 2rem;
}
#top7 .member_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top7 .member_wrap .member_img {
  width: 55%;
}
#top7 .member_wrap .member_img img {
  width: 100%;
  border-radius: 1rem;
}
#top7 .member_wrap .member_txt {
  width: 40%;
}
#top7 .member_wrap .member_txt h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
#top7 .member_wrap .member_txt p {
  margin-bottom: 1rem;
}
#top7 .btn_box {
  text-align: center;
}
#top7 .btn_box a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #46321d;
  color: #fff;
  border-radius: 1rem;
}
#top7 .btn_box a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  margin-right: 0.5rem;
}

#top8 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#top8 h2 span {
  font-size: 6rem;
}
#top8 h2 p {
  font-size: 2rem;
}
#top8 .doc_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top8 .doc_wrap .doc_img {
  width: 55%;
}
#top8 .doc_wrap .doc_img img {
  width: 100%;
  border-radius: 1rem;
}
#top8 .doc_wrap .doc_txt {
  width: 40%;
  color: #fff;
}
#top8 .doc_wrap .doc_txt > p {
  line-height: 2;
}
#top8 .doc_wrap .doc_txt > p + p {
  margin-top: 1rem;
}
#top8 .doc_wrap .doc_txt .doc_ttl {
  margin-bottom: 2rem;
}
#top8 .doc_wrap .doc_txt .doc_ttl .eng {
  font-size: 1.125rem;
}
#top8 .doc_wrap .doc_txt .doc_ttl .doc_name {
  font-size: 1.5rem;
}
#top8 .doc_wrap .doc_txt .doc_ttl .doc_name span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
}
#top8 .accordion {
  margin-top: 2rem;
}
#top8 .accordion .accordion__content {
  max-height: 200px; /* 初期の高さ */
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #fff;
}
#top8 .accordion .accordion__content h3 {
  margin-bottom: 1rem;
}
#top8 .accordion .btm_content {
  margin-top: 1rem;
}
#top8 .accordion .accordion__toggle {
  text-align: center;
  padding: 1rem 2rem;
  background: #ddd0b2;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
}

#top9 {
  background: #ddd0b2;
}
#top9 .other_doc_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#top9 .other_doc_wrap .other_doc_box {
  width: 30%;
  padding: 2rem;
  background: #f3eee1;
  border: 2px solid #232323;
  border-radius: 1rem;
}
#top9 .other_doc_wrap .other_doc_box img {
  border-radius: 1rem;
}
#top9 .other_doc_wrap .other_doc_box p:nth-of-type(1) {
  font-size: 1.25rem;
  margin-top: 1rem;
}
#top9 .other_doc_wrap .other_doc_box p:nth-of-type(3) {
  margin-bottom: 1rem;
}
#top9 .other_doc_wrap .other_doc_box .doc_name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #232323;
}
#top9 .other_doc_wrap .other_doc_box .doc_name span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
}
#top9 .koge_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding: 2rem;
  background: #f3eee1;
  border: 2px solid #232323;
  border-radius: 1rem;
}
#top9 .koge_wrap .koge_img {
  width: 35%;
}
#top9 .koge_wrap .koge_img figure {
  width: 100%;
}
#top9 .koge_wrap .koge_img figure img {
  width: 100%;
  border-radius: 1rem;
}
#top9 .koge_wrap .koge_txt {
  width: 60%;
}
#top9 .koge_wrap .koge_txt h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#top9 .koge_wrap .koge_txt ul {
  margin-top: 1rem;
}

#top10 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#top10 h2 span {
  font-size: 6rem;
}
#top10 h2 p {
  font-size: 2rem;
}
#top10 .faq_wrap {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #232323;
}
#top10 .faq_wrap dt {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}
#top10 .faq_wrap dt span {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2rem;
  position: absolute;
  top: -12px;
  left: 0;
}

/*--------------------
下層共通
--------------------*/
.u_hero {
  position: relative;
}
.u_hero.regenerative_top {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url(../img/regenerative_top.jpg) no-repeat center/cover;
}
.u_hero.skin_top {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url(../img/skin_top.jpg) no-repeat center/cover;
}
.u_hero.membership_top {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url(../img/membership_top.jpg) no-repeat center/cover;
}
.u_hero .u_head_ttl_wrap {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.u_hero .u_head_ttl span {
  font-size: 6rem;
}
.u_hero .u_head_ttl p {
  font-size: 1.5rem;
}
.u_hero .btm_txt {
  margin-top: 2rem;
}

#comparison {
  background: #ddd0b2;
}
#comparison h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#comparison h2 span {
  font-size: 1.5rem;
}
#comparison h2 p {
  font-size: 2rem;
}
#comparison .comparison_tbl {
  width: 100%;
  background: #fff;
  border: 2px solid #232323;
  margin-bottom: 2rem;
}
#comparison .comparison_tbl th, #comparison .comparison_tbl td {
  padding: 1rem;
  border: 1px solid #ccc;
}
#comparison .comparison_tbl th.black, #comparison .comparison_tbl td.black {
  background: #232323;
  color: #fff;
}
#comparison .comparison_tbl th.gray, #comparison .comparison_tbl td.gray {
  background: #f4f4f4;
}
#comparison .comparison_tbl th {
  background: #f3eee1;
  border-bottom: 2px solid #232323;
}

#message .message_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#message .message_wrap h2 {
  font-size: 3rem;
  transform: translateX(-45%);
  margin-bottom: 4rem;
}
#message .message_wrap h2 span {
  display: inline-block;
  background: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1;
}
#message .message_wrap .message_img {
  width: 55%;
}
#message .message_wrap .message_img .doc_name {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 2rem;
}
#message .message_wrap .message_img .doc_name span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
}
#message .message_wrap .message_img .doc_name2 {
  color: #fff;
  margin-bottom: 2rem;
}
#message .message_wrap .message_txt {
  width: 40%;
  padding: 4rem 0;
}
#message .message_wrap .message_txt p {
  color: #fff;
}
#message .message_wrap .message_txt p + p {
  margin-top: 1rem;
}

#trust {
  background: #f3eee1;
}
#trust h2 {
  margin-bottom: 2rem;
}
#trust h2 span {
  font-size: 1.5rem;
}
#trust h2 p {
  font-size: 2rem;
}
#trust .btm_txt {
  margin-bottom: 2rem;
}
#trust .trust_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#trust .trust_wrap .trust_box {
  width: 48%;
  position: relative;
}
#trust .trust_wrap .trust_box:nth-of-type(1), #trust .trust_wrap .trust_box:nth-of-type(2) {
  margin-bottom: 4rem;
}
#trust .trust_wrap .trust_box figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#trust .trust_wrap .trust_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#trust .trust_wrap .trust_box .trust_txt {
  width: 100%;
  height: 100%;
  padding: 4rem;
  background: rgba(35, 35, 35, 0.6);
  color: #fff;
  position: relative;
}
#trust .trust_wrap .trust_box .trust_txt .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 4rem;
  line-height: 1;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
#trust .trust_wrap .trust_box .trust_txt h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
#trust .trust_wrap .trust_box .trust_txt h3 span {
  display: block;
  font-size: 1.5rem;
}

#disease {
  background: #ddd0b2;
}
#disease .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#disease .ttl_wrap .ttl_sub {
  margin-left: 4rem;
}
#disease h2 {
  margin-bottom: 2rem;
}
#disease h2 span {
  font-size: 1.5rem;
}
#disease h2 p {
  font-size: 2rem;
}
#disease .disease_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#disease .disease_wrap .disease_box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3eee1;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
#disease .disease_wrap .disease_box:last-of-type {
  margin-bottom: 0;
}
#disease .disease_wrap .disease_box h3 {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #232323;
}
#disease .disease_wrap .disease_box .img_box {
  width: 30%;
}
#disease .disease_wrap .disease_box .img_box img {
  border-radius: 1rem;
}
#disease .disease_wrap .disease_box .txt_box {
  width: 65%;
}
#disease .disease_wrap .disease_box .txt_box p {
  margin-bottom: 1rem;
}
#disease .disease_wrap .disease_box .txt_box .list_dot2 li {
  border-radius: 0.5rem;
}

#flow h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#flow h2 span {
  font-size: 1.5rem;
}
#flow h2 p {
  font-size: 2rem;
}
#flow h2 + p {
  color: #fff;
}
#flow .flow_chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#flow .flow_chart .flow_box {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background: #f3eee1;
  border-radius: 1rem;
  position: relative;
}
#flow .flow_chart .flow_box::after {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  color: #f3eee1;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
#flow .flow_chart .flow_box:nth-of-type(3n) {
  margin-right: 0;
}
#flow .flow_chart .flow_box:nth-of-type(3n)::after {
  display: none;
}
#flow .flow_chart .flow_box:last-of-type::after {
  display: none;
}
#flow .flow_chart .flow_box .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
#flow .flow_chart .flow_box .num::before, #flow .flow_chart .flow_box .num::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #8b6741;
  margin: 0 1rem;
}
#flow .flow_chart .flow_box h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#flow .flow_chart .flow_box i {
  font-size: 4rem;
}
#flow .flow_chart .flow_box p {
  margin-top: 1rem;
}

#faq {
  background: #ddd0b2;
}
#faq h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#faq h2 span {
  font-size: 1.5rem;
}
#faq h2 p {
  font-size: 2rem;
}
#faq .faq_wrap {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #232323;
}
#faq .faq_wrap dt {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}
#faq .faq_wrap dt span {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2rem;
  position: absolute;
  top: -12px;
  left: 0;
}

#service h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
#service h2 span {
  font-size: 1.5rem;
}
#service h2 p {
  font-size: 2rem;
}
#service .service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#service .service_wrap .service_box {
  width: calc((100% - 6rem) / 3);
  margin-right: 3rem;
  margin-bottom: 3rem;
  padding: 4rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#service .service_wrap .service_box .ico {
  display: block;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1rem;
}
#service .service_wrap .service_box h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#service .service_wrap .service_box:nth-of-type(3n) {
  margin-right: 0;
}
#service .service_wrap .service_box:nth-of-type(4), #service .service_wrap .service_box:nth-of-type(5) {
  margin-bottom: 0;
}

/*--------------------
再生医療とは
--------------------*/
#pet1 {
  background: #f3eee1;
}
#pet1 h2 {
  margin-bottom: 2rem;
}
#pet1 h2 span {
  font-size: 1.5rem;
}
#pet1 h2 p {
  font-size: 2rem;
}
#pet1 .btm_txt p + p {
  margin-top: 1rem;
}
#pet1 .pet_stem_wrap {
  margin-top: 2rem;
  position: relative;
}
#pet1 .pet_stem_wrap .pet_stem_img {
  width: 100%;
  height: 560px;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
#pet1 .pet_stem_wrap .pet_stem_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#pet1 .pet_stem_wrap .pet_stem_img figure {
  width: 100%;
  height: 200%;
}
#pet1 .pet_stem_wrap .pet_stem_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pet1 .pet_stem_wrap .pet_stem_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#pet1 .pet_stem_wrap .pet_stem_box h3 {
  width: 50%;
  font-size: 3rem;
  color: #fff;
}
#pet1 .pet_stem_wrap .pet_stem_box .pet_stem_txt {
  width: 50%;
  color: #fff;
}

#pet2 h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#pet2 h2 > span {
  font-size: 1.5rem;
}
#pet2 h2 p {
  font-size: 2rem;
}
#pet2 .btm_txt {
  color: #fff;
  margin-bottom: 2rem;
}
#pet2 .work_flow_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pet2 .work_flow_wrap .work_flow_box {
  width: calc((100% - 8rem) / 3);
  margin-right: 4rem;
  padding: 4rem;
  background: #f3eee1;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
#pet2 .work_flow_wrap .work_flow_box::after {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  color: #f3eee1;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
#pet2 .work_flow_wrap .work_flow_box:nth-of-type(3) {
  margin-right: 0;
}
#pet2 .work_flow_wrap .work_flow_box:nth-of-type(3)::after {
  display: none;
}
#pet2 .work_flow_wrap .work_flow_box .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 10rem;
  color: #fff;
  opacity: 0.3;
  line-height: 1;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
#pet2 .work_flow_wrap .work_flow_box h3 {
  font-size: 1.5rem;
  text-align: center;
}
#pet2 .work_flow_wrap .work_flow_box .ico {
  display: block;
  margin: 1rem 0;
  text-align: center;
}
#pet2 .work_flow_wrap .work_flow_box .ico i {
  font-size: 3rem;
}

#pet3 h2 {
  margin-bottom: 2rem;
}
#pet3 h2 span {
  font-size: 1.5rem;
}
#pet3 h2 p {
  font-size: 2rem;
}
#pet3 .btm_txt {
  margin-bottom: 2rem;
}
#pet3 .component_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
}
#pet3 .component_wrap .component_box {
  width: calc((100% - 8rem) / 3);
  padding: 2rem;
  border: 2px solid #232323;
  border-radius: 1rem;
}
#pet3 .component_wrap .component_box h3 {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
#pet3 .component_wrap .component_box h3 span {
  display: inline-block;
  font-size: 3rem;
  color: #cbbd53;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#pet3 .component_box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border: 2px solid #232323;
  border-radius: 1rem;
}
#pet3 .component_box2 .component_box_num {
  width: 300px;
  font-size: 6rem;
}
#pet3 .component_box2 .component_box2_txt {
  width: calc(100% - 340px);
}
#pet3 .component_box2 .component_box2_txt h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#pet4 h2 {
  margin-bottom: 2rem;
  color: #fff;
}
#pet4 h2 span {
  font-size: 1.5rem;
}
#pet4 h2 p {
  font-size: 2rem;
}
#pet4 .btm_txt {
  color: #fff;
  margin-bottom: 2rem;
}
#pet4 .method_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pet4 .method_wrap .method_box {
  width: calc((100% - 8rem) / 4);
  padding: 2rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#pet4 .method_wrap .method_box h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #232323;
}
#pet4 .method_wrap .method_box .method_txt span {
  display: block;
  font-weight: 600;
}

#pet5 {
  background: #f3eee1;
}
#pet5 h2 {
  margin-bottom: 2rem;
}
#pet5 h2 span {
  font-size: 1.5rem;
}
#pet5 h2 p {
  font-size: 2rem;
}
#pet5 .btm_txt {
  margin-bottom: 2rem;
}
#pet5 .safe_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pet5 .safe_wrap .safe_box {
  width: 48%;
  padding: 2rem;
  background: #ddd0b2;
  border-radius: 1rem;
}
#pet5 .safe_wrap .safe_box h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0.5rem;
}
#pet5 .safe_wrap .safe_box .txt_box h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#pet5 .safe_wrap .safe_box .txt_box p {
  margin-bottom: 1rem;
}
#pet5 .tbl {
  width: 100%;
}
#pet5 .tbl th, #pet5 .tbl td {
  padding: 1rem;
  border-bottom: 1px solid #232323;
}

/*--------------------
お問い合わせ
--------------------*/
#contact1 {
  background: #f3eee1;
}
#contact1 h2 {
  margin-bottom: 2rem;
  text-align: center;
}
#contact1 h2 span {
  font-size: 1.5rem;
}
#contact1 h2 p {
  font-size: 2rem;
}
#contact1 .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contact1 .contact_wrap .contact_img {
  width: 40%;
}
#contact1 .contact_wrap .contact_img img {
  border-radius: 1rem;
}
#contact1 .contact_wrap .contact_txt {
  width: 55%;
}
#contact1 .list_c li {
  font-size: 1.5rem;
}
#contact1 .list_c li::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f14a";
  font-weight: 900;
  margin-right: 0.5rem;
}
#contact1 .list_c li .list_txt {
  padding: 1rem;
  font-size: 1rem;
}

#contact2 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#contact2 h2 span {
  font-size: 1.5rem;
}
#contact2 h2 p {
  font-size: 2rem;
}
#contact2 .btm_txt {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#contact2 .howto_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contact2 .howto_wrap .howto_box {
  width: calc((100% - 6rem) / 3);
  padding: 2rem;
  background: #f3eee1;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
#contact2 .howto_wrap .howto_box h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}
#contact2 .howto_wrap .howto_box .contact_sub_ttl {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}
#contact2 .howto_wrap .howto_box .ico {
  display: block;
  text-align: center;
  font-size: 10rem;
  opacity: 0.1;
  line-height: 1;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
#contact2 .howto_wrap .howto_box .howto_txt {
  text-align: center;
  margin-bottom: 1rem;
}
#contact2 .howto_wrap .howto_box .line_btn a {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #06c755;
  color: #fff;
  border-radius: 0.5rem;
}
#contact2 .howto_wrap .howto_box .cnt_btn a {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #46321d;
  color: #fff;
  border-radius: 0.5rem;
}
#contact2 .howto_wrap .howto_box .tel_btn {
  text-align: center;
}
#contact2 .howto_wrap .howto_box .tel_btn a {
  display: inline-block;
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 2rem;
}
#contact2 .howto_wrap .howto_box .tel_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f098";
  font-weight: 900;
  margin-right: 0.5rem;
}

#formbox {
  background: #ddd0b2;
}
#formbox h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#formbox h2 span {
  font-size: 3rem;
}
#formbox h2 p {
  font-size: 1.5rem;
}
#formbox .form_wrap {
  padding: 4rem;
  background: #f3eee1;
  border: 2px solid #232323;
  border-radius: 1rem;
}
#formbox .form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#formbox .form_wrap dl dt, #formbox .form_wrap dl dd {
  padding: 1rem;
  border-bottom: 1px solid #232323;
}
#formbox .form_wrap dl dt {
  width: 360px;
}
#formbox .form_wrap dl dd {
  width: calc(100% - 360px);
}
#formbox .form_wrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
#formbox .form_wrap .inner p:nth-of-type(1) {
  width: 160px;
}
#formbox .form_wrap .inner p:nth-of-type(2) {
  width: calc(100% - 180px);
}
#formbox .form_wrap label {
  display: inline-block;
  margin-right: 1rem;
}
#formbox .form_wrap input[type=text],
#formbox .form_wrap input[type=tel],
#formbox .form_wrap input[type=email],
#formbox .form_wrap textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
}
#formbox .form_wrap input[type=radio] {
  margin: 0;
}
#formbox .form_wrap .wpcf7-list-item {
  margin-left: 0;
}
#formbox .form_wrap .submit_btn {
  text-align: center;
  margin-top: 1rem;
}
#formbox .form_wrap .submit_btn input {
  display: inline-block;
  width: 200px;
  padding: 1rem 2rem;
  background: #232323;
  color: #fff;
}

/*--------------------
メンバーシップ
--------------------*/
#member1 h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#member1 h2 span {
  font-size: 1.5rem;
}
#member1 h2 p {
  font-size: 2rem;
}
#member1 .btm_txt {
  color: #fff;
  margin-bottom: 2rem;
}
#member1 .recommend_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#member1 .recommend_wrap .recommend_img {
  width: 48%;
}
#member1 .recommend_wrap .recommend_img figure {
  width: 100%;
}
#member1 .recommend_wrap .recommend_img figure img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
#member1 .recommend_wrap .recommend_txt {
  width: 48%;
}
#member1 .recommend_wrap .recommend_txt .recommend_sub_box {
  padding: 1rem;
  background: #f3eee1;
  border-radius: 0.5rem;
}
#member1 .recommend_wrap .recommend_txt .recommend_sub_box:nth-of-type(1), #member1 .recommend_wrap .recommend_txt .recommend_sub_box:nth-of-type(2) {
  margin-bottom: 1rem;
}
#member1 .recommend_wrap .recommend_txt h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#member2 {
  background: #ddd0b2;
}
#member2 h2 {
  margin-bottom: 2rem;
}
#member2 h2 span {
  font-size: 1.5rem;
}
#member2 h2 p {
  font-size: 2rem;
}
#member2 .btm_txt {
  margin-bottom: 2rem;
}
#member2 .plan_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  background: #f3eee1;
}
#member2 .plan_wrap .plan_box {
  width: 50%;
  padding: 2rem;
}
#member2 .plan_wrap .plan_box h3 {
  background: #dfdfdf;
  text-align: center;
  padding: 1rem;
}
#member2 .plan_wrap .plan_box h3 span {
  font-size: 1.25rem;
}
#member2 .plan_wrap .plan_box h3 p {
  font-size: 1.5rem;
}
#member2 .plan_wrap .plan_box .price {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #232323;
}
#member2 .plan_wrap .plan_box .price span {
  font-size: 1.75rem;
  color: #bd2c34;
  display: inline-block;
  margin-left: 1rem;
}
#member2 .plan_wrap .plan_box .plan_inner {
  padding: 1rem;
  border-bottom: 1px solid #232323;
}
#member2 .plan_wrap .plan_box .plan_inner h4 {
  font-size: 1.25rem;
}
#member2 .plan_wrap .plan_box.premium {
  background: rgba(203, 189, 83, 0.3);
}
#member2 .plan_wrap .plan_box.premium h3 {
  background: #cbbd53;
}
#member2 .plan_btn {
  text-align: center;
  margin-top: 2rem;
}
#member2 .plan_btn a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #232323;
  color: #fff;
  border-radius: 0.5rem;
}
#member2 .plan_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  font-weight: 900;
  margin-right: 0.5rem;
}

#member3 h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#member3 h2 span {
  font-size: 1.5rem;
}
#member3 h2 p {
  font-size: 2rem;
}
#member3 .btm_txt {
  color: #fff;
  margin-bottom: 2rem;
}
#member3 .value_wrap .value_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
#member3 .value_wrap .value_box:last-of-type {
  margin-bottom: 0;
}
#member3 .value_wrap .value_box .value_img {
  width: 55%;
  position: relative;
}
#member3 .value_wrap .value_box .value_img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
#member3 .value_wrap .value_box .value_txt {
  width: 40%;
  color: #fff;
}
#member3 .value_wrap .value_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
#member3 .value_wrap .value_ttl .value_ico {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f3eee1;
  color: #232323;
  margin-right: 1rem;
}
#member3 .value_wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*--------------------
酸素カプセル
--------------------*/
#o2box1 {
  background: #ddd0b2;
}
#o2box1 .oxygen_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#o2box1 .oxygen_wrap .oxygen_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30%;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 4rem;
  border-radius: 50%;
  line-height: 1;
}
#o2box1 .oxygen_wrap .oxygen_box .sub_txt {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}
#o2box1 .oxygen_wrap .oxygen_box h3 {
  font-size: 2rem;
}
#o2box1 .oxygen_wrap .oxygen_box h3 span {
  font-size: 6rem;
}

#o2box2 h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
#o2box2 .oxygen_recommend_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding: 4rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box:nth-of-type(5), #o2box2 .oxygen_recommend_wrap .oxygen_recommend_box:nth-of-type(6) {
  margin-bottom: 0;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box .oxygen_recommend_img {
  width: 30%;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box .oxygen_recommend_img img {
  border-radius: 1rem;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box .oxygen_recommend_txt {
  width: 60%;
}
#o2box2 .oxygen_recommend_wrap .oxygen_recommend_box .oxygen_recommend_txt h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#o2box3 {
  background: #ddd0b2;
}
#o2box3 h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#o2box3 h2 span {
  font-size: 1.5rem;
}
#o2box3 h2 p {
  font-size: 2rem;
}
#o2box3 .btm_txt {
  text-align: center;
  margin-bottom: 2rem;
}
#o2box3 .works_wrap {
  padding: 2rem;
  background: #f3eee1;
  border-radius: 1rem;
}
#o2box3 .work_flow {
  border-bottom: solid 1px #232323;
}
#o2box3 .work_flow li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 0;
  border-top: solid 1px #232323;
}
#o2box3 .work_flow li .ico_num {
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  color: #e26b5d;
  text-align: center;
  width: 200px;
  position: relative;
}
#o2box3 .work_flow li .ico_num::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 5rem);
  background: #232323;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#o2box3 .work_flow li dl {
  width: calc(100% - 220px);
}
#o2box3 .work_flow li dl dt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#o2box3 .work_flow li dl dd span {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #232323;
  background: #46321d;
  color: #fff;
}

#o2box4 h2 {
  color: #fff;
  margin-bottom: 2rem;
}
#o2box4 h2 span {
  font-size: 1.5rem;
}
#o2box4 h2 p {
  font-size: 2rem;
}
#o2box4 .btm_txt {
  color: #fff;
  margin-bottom: 2rem;
}
#o2box4 .evidence_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#o2box4 .evidence_wrap .evidence_box {
  width: 31%;
  padding: 2rem;
  background: #f3eee1;
}
#o2box4 .evidence_wrap .evidence_box .eng {
  font-size: 1.5rem;
  text-align: center;
}
#o2box4 .evidence_wrap .evidence_box .evidence_inner h3 {
  font-size: 2rem;
  text-align: center;
}
#o2box4 .evidence_wrap .evidence_box .evidence_inner span {
  display: block;
  text-align: center;
  font-family: "Bellefair", serif;
  font-weight: 600;
  letter-spacing: 0.125rem;
  font-size: 6rem;
  line-height: 1;
  margin: 1rem 0;
}

/*--------------------
single
--------------------*/
.single_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.single_article {
  width: calc(100% - 340px);
  padding: 2rem;
  background: #fff;
}
.single_article time {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}
.single_article .line_ttl {
  font-size: 1.5rem;
}
.single_article .single-content p label input {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid #f4f4f4;
}
.single_article .single-content p input[type=submit] {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #bd2c34;
  color: #fff;
}

.single_side {
  width: 300px;
}
.single_side .side_ttl {
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.single_side .side_post_list li a {
  display: block;
  padding-block: 0.5rem;
}
.single_side .side_post_list li {
  border-bottom: 1px solid #232323;
}
.single_side .side_post_list + .side_ttl {
  margin-top: 2rem;
}
.single_side .side_category_list li a {
  display: block;
  padding-block: 0.5rem;
}
.single_side .side_category_list li {
  border-bottom: 1px solid #232323;
}
.single_side .side_category_list li .children li {
  margin-inline-start: 1em;
  border-top: 1px solid #232323;
  border-bottom: none;
}

#privacy1 .box {
  margin-bottom: 2rem;
}

#privacy2 .box {
  margin-bottom: 2rem;
}

/*--------------------
footer
--------------------*/
#cta {
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.6), rgba(35, 35, 35, 0.6)), url(../img/cta.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
#cta h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#cta h2 span {
  font-size: 6rem;
}
#cta h2 p {
  font-size: 2rem;
}
#cta .cta_wrap {
  color: #fff;
}
#cta .cta_wrap h3 {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 2rem;
}
#cta .f_btn {
  width: 680px;
  max-width: 100%;
  margin: 2rem auto;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 0.5rem;
}
#cta .f_btn .f_btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#cta .f_btn .f_btn_list li {
  padding: 0.5rem 1rem;
}
#cta .f_btn .f_btn_list li a {
  font-weight: 600;
}
#cta .f_btn .f_btn_list li a i {
  font-size: 1.125rem;
  color: #cbbd53;
  margin-right: 0.25rem;
}

footer {
  background: #232323;
  color: #fff;
}
footer .f_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .f_wrap .f_info {
  width: 40%;
}
footer .f_wrap .f_info .f_logo {
  width: 240px;
  margin-bottom: 1rem;
}
footer .f_wrap .f_info .f_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .f_wrap .f_info .f_link_list li {
  width: 48%;
  margin: 1rem 0;
}
footer .f_wrap .f_info .f_link_list li a {
  display: block;
  text-align: center;
  padding: 1rem;
  border: 2px solid #fff;
  color: #fff;
}
footer .f_wrap .f_info .f_link_list li a::before {
  margin-right: 1rem;
}
footer .f_wrap .f_info .f_link_list .tel_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f098";
  font-weight: 900;
}
footer .f_wrap .f_info .f_link_list .mail_btn a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  font-weight: 900;
}
footer .f_wrap .f_menu {
  width: 55%;
}
footer .f_wrap .f_menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .f_wrap .f_menu nav .nv_inner {
  width: 48%;
}
footer .f_wrap .f_menu .f_menu_list > li a {
  display: block;
  padding: 0.5rem 0;
  color: #fff;
}
footer .f_wrap .f_menu .f_menu_list > li a::before {
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  margin-right: 0.5rem;
}
footer .f_wrap .f_menu .f_menu_list .sub_menu_list li a {
  padding-left: 1rem;
}
footer .f_wrap .f_menu .f_menu_list .sub_menu_list li a::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1px;
  background: #fff;
  transform: translateY(-5px);
  margin-right: 0.5rem;
}

address {
  font-style: normal;
}

.info_tbl {
  width: 100%;
}
.info_tbl th, .info_tbl td {
  padding: 0.5rem;
}

.copyright {
  padding: 0 0 1rem;
  text-align: center;
}
.copyright a {
  color: #fff;
}

/*--------------------
separater
--------------------*/
.separate {
  background: linear-gradient(135deg, #ddd0b2, #fff, #ddd0b2);
  padding: 100px 0;
}

.wave_both {
  clip-path: url(#wave_both);
}

/*--------------------
メディアクエリ切り替えクラス
--------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

.grecaptcha-badge {
  z-index: -999999;
}

.gt_switcher_wrapper {
  padding: 0.5rem 1rem;
  background: #ddd0b2;
}