@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;
}
html::before,
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;
}

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

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

.fixed .head_wrap {
  background: #020419;
}

/*--------------------
メインビジュアル
--------------------*/
#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;
}
#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: 200%;
}
#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 {
  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 {
  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;
}
#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, -250px);
}
#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;
  margin-bottom: 1rem;
}
#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 h2 {
  margin-bottom: 2rem;
}
#top5 h2 span {
  font-size: 6rem;
}
#top5 h2 p {
  font-size: 2rem;
}
#top5 .disease_wrap .disease_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  background: #f3eee1;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
#top5 .disease_wrap .disease_box:last-of-type {
  margin-bottom: 0;
}
#top5 .disease_wrap .disease_box .img_box {
  width: 25%;
}
#top5 .disease_wrap .disease_box .txt_box {
  width: 65%;
}
#top5 .disease_wrap .disease_box .txt_box h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #232323;
}
#top5 .disease_wrap .disease_box .txt_box p {
  margin-bottom: 1rem;
}
#top5 .disease_wrap .disease_box .txt_box .list_dot2 li {
  margin-right: 1rem;
  padding: 0.5rem 2rem;
  border: 1px solid #232323;
  border-radius: 0.5rem;
}
#top5 .disease_wrap .disease_box .txt_box .list_dot2 li:before {
  top: 18px;
  left: 1rem;
}

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

#top7 {
  background: #ddd0b2;
}
#top7 h2 {
  margin-bottom: 2rem;
}
#top7 h2 span {
  font-size: 6rem;
}
#top7 h2 p {
  font-size: 2rem;
}
#top7 h3 {
  font-size: 2rem;
  background: #ddd0b2;
}
#top7 .member_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#top7 .member_box .box {
  width: 48%;
}

#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_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 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%;
}
#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;
}
#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;
}

/*--------------------
お問い合わせ
--------------------*/
#contact1 h2 {
  margin-bottom: 2rem;
}
#contact1 h2 span {
  font-size: 3rem;
  font-weight: 600;
}
#contact1 h2 p {
  font-weight: 600;
}

#contact2 .form_box {
  margin-bottom: 2rem;
}
#contact2 .form_box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #f4f4f4;
}
#contact2 .form_box dl dt, #contact2 .form_box dl dd {
  padding: 1rem;
}
#contact2 .form_box dl dt {
  width: 400px;
  background: #ddd0b2;
}
#contact2 .form_box dl dd {
  width: calc(100% - 400px);
}
#contact2 .form_box dl dd span {
  display: block;
  width: 100%;
}
#contact2 .form_box input, #contact2 .form_box textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
}
#contact2 .form_box .submit_btn {
  text-align: center;
  margin-top: 2rem;
}
#contact2 .form_box .submit_btn input {
  display: inline-block;
  width: 200px;
  padding: 1rem;
  background: #bd2c34;
  color: #fff;
}
#contact2 .wpcf7-spinner {
  display: none;
}

/*--------------------
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 {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#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;
}

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