@charset "UTF-8";

.sub_head {
  margin-bottom: 0px;
    background: url(../images/concept/mv.webp);
   background-position: bottom center;
    background-size: cover;
}
.content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.top_read_wrap {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 80px;
  color: #fff;
  text-align: center;
}
.top_icon {
  max-width: 400px;
  margin: 0 auto 80px;
}
.top_icon img.star_img {
  max-width: 100px;
  margin: 0 auto 40px;
  display: block;
}
.top_read_wrap h3 {
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  line-height: 2;
  padding: 0;
  margin-bottom: 60px;
  font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.top_read_wrap p {
  font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  .top_icon {
    max-width: 60%;
    margin: 0 auto 60px;
}

}
.tab_wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* =======================
   タブボタン
======================= */
.tab_btns {
  display: flex;
  gap: 16px;
  max-width: 960px;
  margin: 80px auto;
}

.bottom_tab {
  margin-top: 50px;
}

.tab_btn {
  
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
  font-feature-settings: 'palt';
  text-size-adjust: 100%;

  flex: 1;
  min-height: 90px;

  padding: 18px 20px;

  border-width: 1px;
  border-style: solid;
  background: #fff;

  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.08em;

  cursor: pointer;
  transition: 0.35s ease;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ======================
   サポート
====================== */

.tab_btn.support {
  border-color: #b15d2f;
  color: #b15d2f;
}

.tab_btn.support:hover,
.tab_btn.support.active {
  background: #b15d2f;
  color: #fff;
}

/* ======================
   コミュニティ
====================== */

.tab_btn.community {
  border-color: #4c572c;
  color: #4c572c;
}

.tab_btn.community:hover,
.tab_btn.community.active {
  background: #4c572c;
  color: #fff;
}

/* ======================
   設計・資産
====================== */

.tab_btn.asset {
  border-color: #bc7c6d;
  color: #bc7c6d;
}

.tab_btn.asset:hover,
.tab_btn.asset.active {
  background: #bc7c6d;
  color: #fff;
}

/* =======================
   コンテンツ
======================= */

.tab_content {
  display: none;
  animation: fadeTab 0.4s ease;
}

.tab_content.active {
  display: block;
}

@keyframes fadeTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =======================
   SP
======================= */

@media (max-width: 1024px) {
  .tab_btns {
    flex-direction: column;
    gap: 20px 0;
    margin: 50px auto;
    max-width: calc(100% - 40px);
  }

  .bottom_tab {
    margin-top: 30px;
  }

  .tab_btn {
    min-height: auto;
    padding: 16px;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.section-head.reverse {
  flex-direction: row-reverse;
}
.section-head.reverse .section-head_content {
  flex: 1;
  margin-left: 6%;
}
.section-head_content_txt {
  padding: 50px 0;
}
.section-head {
  display: flex;
  align-items: stretch;
  gap: 6%;
  padding: 0px 0;
  color: #fff;
}

.section-head_img {
  width: 37%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.section-head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-head_content {
  flex: 1;
}

.section-head_label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.star_img {
  width: 60px;
}
.section-head_label .num {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  padding-right: 22px;
}

/* 縦線 */
.section-head_label .num::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.7);
}

.section-head_label .en {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.section-head_title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.section-head_catch {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.section-head_lead {
  font-size: 1rem;
  line-height: 2.2;
}

.box01 .section-head {
  background: url(../images/concept/img01_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box02 .section-head {
  background: url(../images/concept/img02_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box03 .section-head {
  background: url(../images/concept/img06_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box04 .section-head {
  background: url(../images/concept/img04_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box05 .section-head {
  background: url(../images/concept/img05_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box06 .section-head {
  background: url(../images/concept/img03_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box07 .section-head {
  background: url(../images/concept/img10_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box08 .section-head {
  background: url(../images/concept/img08_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box09 .section-head {
  background: url(../images/concept/img09_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box10 .section-head {
  background: url(../images/concept/img07_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* SP */
@media (max-width: 1024px) {
  .section-head.reverse {
    flex-direction: column;
}
  .section-head {
    flex-direction: column;
    gap: 40px;
    padding: 0px 0 60px;
  }

  .section-head_img {
    width: 100%;
    max-width: 100%;
  }

  .section-head_content {
    width: 100%;
    margin-left: 0%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .section-head.reverse .section-head_content{
    margin-left: 0%;
    margin: 0 auto;
  }
  .section-head_content_txt {
    padding: 0px 0;
    max-width: 100%;
    margin: 0 auto;
}

  .section-head_title {
    margin-bottom: 20px;
  }


  .section-head_lead {
    line-height: 2;
  }
}
.bg02 {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 60px 0 120px;
}
.section_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.boxIn_ttl {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  font-size: 1.5rem;
  color: #fff;
  background: transparent;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.box_section_ttl {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.txt {
  line-height: 1.5;
}
.section_inner .cap_wrap {
  max-width: 100%;
  background-color: transparent;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .boxIn_ttl {
    padding: 10px 0 10px 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  
}
.bg02 {
    padding: 60px 0 80px;
}
.section_inner .cap_wrap {
    padding-top: 60px;
}
}
/*ここから健康サポート*/
.box01 .boxIn_ttl {
  background: radial-gradient(
    circle at center,
    #5a3623 0%,
    #4d2c1d 45%,
    #422415 100%
  );
}
.box01 .box_section_ttl {
  color: #422415;
}
.box01_in01_in {
  width: 100%;
}
.box01_in01_in > .flex {
  width: 48%;
}
.box01_in01 .flex .relative {
  width: 48%;
}
.box01_in01 .flex .box01_in01_txt {
  width: 48%;
}

.box01_in01_in .right {
  width: 48%;
}
.box01_in01_in .right .txt span {
  color: #422415;
}
.license-box {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
}

.license-head {
  background: #8f847c;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 8px;
  font-weight: bold;
}

.license-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.license-grid .item {
  background: #d7ca9b;
  color: #2b211c;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* 上段3列 */
.license-grid .item:nth-child(1),
.license-grid .item:nth-child(2),
.license-grid .item:nth-child(3) {
  grid-column: span 2;
}

/* 下段2列 */
.license-grid .wide {
  grid-column: span 3;
}

.box01_in02_in_wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.box01_in02_in {
  width: 48%;
}
.line_txt {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.line_txt span{
  font-size: 1rem;
}

.line_txt::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #000;
}
.box01_in02_in .relative {
  width: 48%;
}
.box01_in02_in .flex .box01_in01_txt {
  width: 48%;
}

.box01_in03_in .flex .box01_in01_txt {
  width: 60%;
}
.box01_in03_in .flex .relative {
  width: 38%;
}
.box01_in02 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .box01_in01_in {
    flex-direction: column;
}
  .box01_in01_in > .flex {
    width: 100%;
}
.box01_in01 .flex .box01_in01_txt .txt {
    font-size: 14px;
}
.box01_in01_in .right {
    width: 100%;
    margin-top: 20px;
}
.box01_in01_in .right .txt {
    font-size: 14px;
}


.license-grid {
    grid-template-columns: 1fr;
    gap: 15px 0;
}

.box01_in02_in {
    width: 100%;
}
.line_txt {
  gap: 0px;
}

.line_txt span{
  font-size: 14px;
  letter-spacing: .1em;
}
.line_txt::after {
    content: none;
}
.box01_in01_txt .box_section_ttl {
    margin-bottom: 10px;
    line-height: 1.4;
}
.box01_in02_in .flex .box01_in01_txt .txt{
    font-size: 14px;
}
.box01_in03_in .flex .box01_in01_txt {
    width: 100%;
}

.box01_in03_in .flex .relative {
    width: 100%;
    margin-top: 20px;
}
.box01_in03_in .flex {
    flex-direction: column;
}
}

/*ここまで健康サポート*/
.box02 .boxIn_ttl {
  background: #20495d;
}
.box02_in01_in {
  border: 1px solid #20495d;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 20px auto 30px;
}

.box02_in01_in > div:nth-of-type(1) {
  width: 18%;
}
.box02_in01_in > div:nth-of-type(2) {
  width: 32%;
}
.box02_in01_in > div:nth-of-type(3) {
  width: 32%;
}
.box02_in01_in > div:nth-of-type(4) {
  width: 18%;
}
.img02_02_ttl {
  background: #20495d;
  padding: 10px 0 10px 20px;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.img02_02_txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.box02_in02_in {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.box02_in02_in > div {
  width: 25%;
}
.img02_05_ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #20495d;
  margin: 20px auto 10px;
  padding-bottom: 10px;
  color: #20495d;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.box02_in02_in .txt_cap {
  margin-top: 10px;
}
.box02_in02_in .txt_cap p {
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.box02_in02_in .txt_cap span {
  color: #20495d;
}

.box02_in03_in {
  border: 1px solid #20495d;
  padding: 5px;
  margin: 20px auto 30px;
}
.box02_in03_border {
  padding: 20px;
  border: 1px solid #20495d;
}
.box02_in03_bus {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
}
.box02_in03_bus > div:nth-of-type(1) {
  width: 30%;
}

.box02_in03_bus > div:nth-of-type(1) .relative {
  width: 65%;
  margin-left: auto;
  margin-top: 10px;
}
.box02_in03_bus > div:nth-of-type(2) {
  width: 35%;
}
.box02_in03_bus > div:nth-of-type(3) {
  width: 35%;
}
.box02_in03_bus .img02_05_ttl {
  margin: 0px auto 10px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
@media (max-width: 1024px) {
.box02_in01_in {
  padding: 20px 15px;
  flex-direction: column;
  gap: 30px;
  margin: 20px auto 30px;
}
.box02_in01_in > div:nth-of-type(1) {
  width: 100%;
}
.box02_in01_in > div:nth-of-type(2) {
  width: 100%;
}
.box02_in01_in > div:nth-of-type(3) {
  width: 100%;
}
.box02_in01_in > div:nth-of-type(4) {
  width: 70%;
  margin: 0 auto;
}


.box02_in02_in {
  flex-direction: column;
    gap: 30px;
}
.box02_in02_in > div {
    width: 100%;
}

.box02_in03_border {
    padding: 30px 15px;
}
.box02_in03_bus {
  flex-direction: column;
    gap: 30px;
    margin-bottom: 10px;
}
.box02_in03_bus > div:nth-of-type(1) {
    width: 100%;
}
.box02_in03_bus > div:nth-of-type(2) {
  width: 100%;
}
.box02_in03_bus > div:nth-of-type(3) {
  width: 100%;
}
}

.box03 .boxIn_ttl {
  background: #8f2e22;
}

.box03_in01_in {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 0px auto 30px;
}
.box03_in01_in > div:nth-of-type(1) {
  width: 63.79%;
}
.box03_in01_in > div:nth-of-type(2) {
  width: 36.21%;
}
.img06_02_ttl {
  font-size: 1.3rem;
  margin: 0px auto 20px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;

  line-height: 2;
    letter-spacing: 0.2em;
}
.loop_wrap {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.loop_track {
  display: flex;
  width: max-content;
  gap: 20px;

  animation: loopSlide 40s linear infinite;
}

.loop_item {
  flex-shrink: 0;
  width: 420px;

  position: relative;
}

.loop_item img {
  width: 100%;
  display: block;
}

/* 無限ループ */
@keyframes loopSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.box03_in02_in {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 40px auto 0px;
}

/* SP */
@media (max-width: 1024px) {
  .box03_in01_in {
  flex-direction: column;
    gap: 30px;
    margin: 0px auto 30px;
}
.box03_in01_in > div:nth-of-type(1) {
    width: 100%;
}
.box03_in01_in > div:nth-of-type(2) {
    width: 100%;
}
.loop_wrap {
  width: 100%;
}
  .loop_track {
    gap: 10px;
    animation-duration: 30s;
  }

  .loop_item {
    width: 260px;
  }

  .box03_in02_in {
  flex-direction: column;
    gap: 30px;
}

}

.box04_in02 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 30px auto 0px;
}
.box04_in02_txt {
  width: 66%;
}
.box04_in02_txt + .relative {
  width: 30%;
}
.img04_02_ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #4c572c;
  margin: 0px auto 10px;
  padding-bottom: 10px;
  color: #4c572c;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.box04_in03 {
  margin: 50px auto 0px;
}
.box04 .boxIn_ttl {
  background: #4c572c;
}
.box04_in03_in {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 20px auto 0px;
}
.box04_in03_in > div {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.box04_in03_in > div .relative {
  width: 48%;
}
.relative + .box04_in03_txt {
  width: 48%;
}
@media (max-width: 1024px) {
  .box04_in02 {
  flex-direction: column;
    gap: 30px;
}
.box04_in02_txt {
    width: 100%;
}
.box04_in02_txt + .relative {
    width: 100%;
}
.box04_in03_in {
  flex-direction: column;
    gap: 30px;
}
.box04_in03_in > div {
    width: 100%;
}
    .box04_in03_in > div .relative + .box04_in03_txt .txt{
    font-size: 14px;
}
}

.box05_in02 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin: 50px auto 0px;
}
.box05_in02_txt {
  width: 66%;
}
.box05_in02_txt + .relative {
  width: 30%;
}
.box05 .boxIn_ttl {
  background: #7e4621;
}

.effect-tabs {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin: 20px auto 10px;
}

.effect-tab {
  flex: 1;
  background: #fff;
  text-align: center;
  padding: 14px 10px;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.effect-tab.is-active {
  background: #8e8e8e;
  color: #fff;
}
.img05_02_ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #7e4621;
  margin: 0px auto 10px;
  padding-bottom: 10px;
  color: #7e4621;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}

.box05_in04 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto 0px;
}
.box05_in04_ttl {
  color: #fff;
  background: #7e4621;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3rem;
  margin: 0px auto 10px;
}
.box05_in04 > div {
  width: 32%;
}

@media (max-width: 1024px) {

  .box05_in02 {
  flex-direction: column;
    gap: 30px;
}
.box05_in02_txt {
    width: 100%;
}
.box05_in02_txt + .relative {
    width: 100%;
}
  .effect-tabs {
    flex-wrap: wrap;
    gap: 6px;
  }

  .effect-tab {
    flex: unset;
    width: calc(50% - 3px);
    font-size: 14px;
    padding: 12px 8px;
  }.effect-tab.is-active {
    width: 100%;
  }
  .box05_in04 > div {
    width: 100%;
}
}

.box06 .boxIn_ttl {
  background: #c16c3a;
}
.box06_loop_cap {
  color: #c16c3a;
  margin-top: 10px;
  font-size: 1.3rem;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
@media (max-width: 1024px) {
}
.box07 .boxIn_ttl {
  background: #8a6872;
}
.img07_01_ttl {
  font-size: 1.3rem;
  margin: 0px auto 10px;
  padding-bottom: 10px;

  line-height: 2;
    letter-spacing: 0.2em;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: bold;
}
.box04_in03_in.reverse {
  flex-direction: row-reverse;
}
.box07 .box04_in03_in > div {
  width: 60%;
}
.box07 .box04_in03_in > div + .relative {
  width: 40%;
}
@media (max-width: 1024px) {
  .box07 .box04_in03_in > div {
    width: 100%;
}
.box04_in03_in.reverse {
  flex-direction: column;
}
.box07 .box04_in03_in > div + .relative {
    width: 100%;
}
}
.box08 .boxIn_ttl {
  background: #bc7c6d;
}
.box08_in01_in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin: 30px auto 0px;
}
.box08_in01_txt {
  display: flex;
  align-items: stretch;
}
.box08_in01_txt > div {
  background: #fff;
  padding: 20px;
}
.box08 .img04_02_ttl {
  border-bottom: 1px solid #b1472f;
  color: #b1472f;
}
.box08 .box04_in03_in {
  flex-wrap: wrap;
  gap: 30px 20px;
  margin: 0px auto 0px;
}

.box08_in03 {
  margin: 50px auto 0px;
}
.box08_in03_in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin: 20px auto 0px;
}
.box08_in03_in > div {
  width: 32%;
}
.box08_in03_in .relative + .box04_in03_txt {
  width: 100%;
}
@media (max-width: 1024px) {
  .box08_in01_in {
  flex-direction: column;
    gap: 30px;
}
.box08_in03_in {
  flex-direction: column;
    gap: 30px;
}
.box08_in03_in > div {
    width: 100%;
}
}
.box09 .boxIn_ttl {
  background: #85786b;
}
@media (max-width: 1024px) {
}
.box10 .boxIn_ttl {
  background: #b3993e;
}
.box10_in01 {
  margin: 60px auto 0px;
}
.box10_in02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 40px auto 40px;
  padding: 40px 0;
  border-top: 1px solid #b3993e;
  border-bottom: 1px solid #b3993e;
}
.box10_in02_ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  width: 40%;
}
.box10_in02_img {
  width: 20%;
}
.box10_in02_cap{
  position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);    
z-index: 1;
    width: 90%;
  font-size: 1.25rem;
  bottom: calc(-.5rem - 10px);
  background: rgba(179,153,62,.8);
  color: #fff;
  text-align: center;
  padding: 15px 0px;
}
.box10_in03{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto 30px;
}
.box10_in03_txt{
  width: 50%;
}
.box10_in03_img{
  width: 50%;
}
.slideWrap+.box10_in02 .box10_in02_ttl {
  width: 100%;
}
@media (max-width: 1024px) {
  .box10_in02 {
  flex-direction: column;
    gap: 40px;
}
.box10_in02_ttl {
    width: 100%;
    font-size: 1.25rem;
}
.box10_in02_img {
    width: 100%;
}
.box10_in03 {
  flex-direction: column;
    gap: 10px;
    margin: 20px auto 50px;
}
.box10_in03_txt {
    width: 100%;
}
.box10_in03_img {
    width: 100%;
}
}


/**/
.content_accordion {
  position: relative;
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s ease;
}

.content_accordion.active .accordion_content {
  max-height: 10000px;
}

/* フェード＋ぼかし */
.accordion_overlay {
     display: flex;
    justify-content: center;

  z-index: 10;

  transition: .4s;

}

.content_accordion.active .accordion_overlay {
  opacity: 0;
  visibility: hidden;
}

.accordion_btn {
  min-width: 280px;
  height: 60px;

  border: none;
  cursor: pointer;

  font-size: 1.5rem;
  letter-spacing: .08em;

  transition: .3s;
}

/* 開くボタン */
.open_btn {

  background:
    linear-gradient(
      135deg,
      #b89a64 0%,
      #d6bc84 50%,
      #b89a64 100%
    );

  color: #fff;

  box-shadow:
    0 10px 30px rgba(0,0,0,.15);

  position: relative;
  z-index: 20;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
    font-weight: bold;
}

.open_btn:hover {
  transform: translateY(-3px);
}

/* 閉じるボタン */
.close_btn {
  
  font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: none;
  margin: 50px auto 0;

  background: #fff;
  border: 1px solid #b89a64;
  color: #b89a64;
  
    font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
    font-weight: bold;
}

.content_accordion.active .close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}