@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, 0.1);
}

.location_wrap {
  display: flex;
  column-gap: 24px;
}
.location_wrap.mt {
  margin-top: 40px;
}
.location_item.w_28 {
  width: 28%;
}
.location_item_cap {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  margin-top: 6px;
}

.info_section .contents_area {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .location_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .location_wrap.mt {
    margin-top: 20px;
  }
  .location_item.w_28 {
    width: 100%;
  }
  .location_item_cap {
    font-size: 10px;
    margin-top: 3px;
  }
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.contents_area .inner {
  width: calc(100% - 100px);
  max-width: 1440px;
}

@media only screen and (max-width: 768px) {
  .contents_area .inner {
    width: calc(100% - 40px);
  }
  #spCommonModalContents figure img {
    background-color: #fff;
    padding: 12px;
  }
}

/* タブ切り替えのCSS
================================ */
.tabArea {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% - 100px);
  margin-inline: auto;
  max-width: 1440px;
  margin-inline: auto;
  column-gap: 20px;
  box-sizing: border-box;
}
.one_tab {
  width: 100%;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  background-color: #e0dbd3;
  color: #705f43;
  padding-block: 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.tab_title {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #705f43;
}
.tab_title .num {
  font-size: 34px;
  padding-left: 12px;
}
.tab_lead {
  width: calc(100% - 20px);
  margin-inline: auto;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  display: grid;
  place-items: center;
  min-height: 110px;
}
.one_tab.select {
  background-color: #705f43;
  color: #fff;
}
.one_tab.select .tab_title {
  border-color: #fff;
}
.tab_main {
  display: none;
  overflow: hidden;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .tabArea {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 40px);
    gap: 10px;
  }
  .one_tab {
    padding-block: 12px;
  }
  .tab_title {
    font-size: 18px;
  }
  .tab_title .num {
    font-size: 22px;
    padding-left: 8px;
  }
  .tab_lead {
    font-size: 15px;
    letter-spacing: 0.05em;
    min-height: 64px;
  }
}

/* tab_main
======================================== */
.tab_main_contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tab_main_contents.bg_area {
  background-color: #f0eeea;
}
.head_title {
  font-family: "Shippori Mincho", serif;
  font-size: 66px;
  letter-spacing: 0.09em;
  color: #705f43;
  text-align: center;
  border-top: 1px solid #705f43;
  border-bottom: 1px solid #705f43;
  padding-block: 14px;
  margin-bottom: 120px;
}
.tab_top_meta {
  text-align: center;
  margin-bottom: 100px;
}
.tab_main_title {
  font-family: "Shippori Mincho", serif;
  font-size: 50px;
  letter-spacing: 0.09em;
  color: #705f43;
  text-align: center;
  margin-bottom: 60px;
}
.tab_main_lead {
  font-family: sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2.6;
}
.tab_main_wrap {
  display: flex;
  display: grid;
  column-gap: 14px;
}
.tab_main_wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.tab_main_wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.tab_main_wrap.aie {
  align-items: end;
}
.tab_main_wrap.cg_60 {
  column-gap: 60px;
}

.tab_img_cap {
  text-align: right;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 3px;
}
.item_space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
}
.tab_main .commonEndCaptions {
  max-width: 1440px;
  padding: 50px 20px 0;
}

@media only screen and (max-width: 768px) {
  .tab_main_contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .head_title {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-block: 14px;
    margin-bottom: 50px;
  }
  .tab_top_meta {
    margin-bottom: 30px;
  }
  .tab_main_title {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .tab_main_lead {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .tab_main_wrap {
    display: flex;
    display: grid;
    column-gap: 14px;
  }
  .tab_main_wrap.col2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
  .tab_main_wrap.col3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
  .tab_img_cap {
    text-align: left;
  }
  .item_space-between {
    row-gap: 20px;
  }
  .tab_main .commonEndCaptions {
    padding: 30px 20px 0;
  }
}

/* chapter1
================================ */
.chapter1_box {
  padding: 40px 40px;
  background-color: #fff;
  text-align: center;
}
.chapter1_box_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #705f43;
  text-align: center;
  margin-bottom: 20px;
}
.chapter1_box_text {
  font-family: sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 16px;
}
.chapter1_img_mt {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .chapter1_box {
    padding: 20px;
  }
  .chapter1_box_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .chapter1_box_text {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .chapter1_img_mt {
    margin-top: 30px;
  }
}

/* chapter2
================================ */
.chapter2_img_area {
  max-width: 980px;
  margin-inline: auto;
}
.chapter2_kv {
  margin-bottom: 20px;
}
.chapter2_img_area .tab_main_wrap {
  column-gap: 40px;
}
.tab_img_cap2 {
  margin-top: 20px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.chapter2_img_mt {
  margin-top: 100px;
}
.chapter2_box {
  max-width: 930px;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  background-color: #fff;
  padding-block: 30px;
  border: 1px solid;
}
.chapter2_box + .chapter2_box {
  margin-top: 50px;
}
.chapter2_box.chapter2_box01 {
  border-color: #172a88;
}
.chapter2_box.chapter2_box01 .color {
  color: #172a88;
}
.chapter2_box.chapter2_box02 {
  border-color: #a2652b;
}
.chapter2_box.chapter2_box02 .color {
  color: #a2652b;
}
.chapter2_box_inner {
  width: calc(100% - 30px);
  max-width: 700px;
  margin-inline: auto;
}
.chapter2_box_wrap {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.chapter2_box_wrap + .chapter2_box_wrap {
  margin-top: 16px;
}
.chapter2_box_lead {
  width: 100%;
  max-width: 480px;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.chapter2_box_num {
  width: 100%;
  max-width: 170px;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.chapter2_box_num .num_l {
  font-size: 80px;
  line-height: 1;
}
.chapter2_box_cap {
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .chapter2_kv {
    margin-bottom: 20px;
  }
  .chapter2_img_area .tab_main_wrap {
    row-gap: 24px;
  }
  .tab_img_cap2 {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .chapter2_img_mt {
    margin-top: 40px;
  }
  .chapter2_box {
    padding-block: 30px;
  }
  .chapter2_box + .chapter2_box {
    margin-top: 20px;
  }
  .chapter2_box_inner {
    width: calc(100% - 40px);
  }
  .chapter2_box_wrap {
    flex-direction: column;
    row-gap: 10px;
  }
  .chapter2_box_wrap + .chapter2_box_wrap {
    margin-top: 25px;
  }
  .chapter2_box_lead {
    font-size: 20px;
  }
  .chapter2_box_num {
    font-size: 24px;
    text-align: center;
  }
  .chapter2_box_num .num_l {
    font-size: 50px;
  }
  .chapter2_box_cap {
    font-size: 12px;
    margin-top: 16px;
  }
}

/* chapter3
============================= */
.chapter3_box {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.076em;
  line-height: 1.8;
  color: #705f43;
  border-top: 1px solid #705f43;
  border-bottom: 1px solid #705f43;
  border-left: 5px solid #705f43;
  border-right: 5px solid #705f43;
  padding-block: 12px;
}
.chapter3_box::before,
.chapter3_box::after {
  content: "";
  position: absolute;
  width: 90%;
  width: calc(100% - 60px);
  height: 4px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.chapter3_box::before {
  top: -2px;
}
.chapter3_box::after {
  bottom: -2px;
}
.chapter3_img_item {
  margin-top: 180px;
}
.chapter3_img_item + .chapter3_img_item {
  margin-top: 80px;
}
.chapter3_title {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.link_btn {
  position: relative;
  margin-top: 120px;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  display: block;
  width: 100%;
  height: 116px;
  max-width: 730px;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: #65472e;
  background: linear-gradient(
    90deg,
    rgba(101, 71, 46, 1) 0%,
    rgba(208, 183, 141, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  outline: 1px solid #fff;
  outline-offset: -5px;
  font-weight: 200;
  transition: 0.4s;
}
.link_btn span {
  font-family: "EB Garamond", serif;
  font-size: 68px;
}
.link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  background: url(../images/link_btn_arrow.png) no-repeat center center /
    contain;
  width: 30px;
  height: 50px;
  transition: 0.4s;
}
.link_btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .chapter3_box {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding-block: 12px;
    padding-inline: 12px;
  }
  .chapter3_box::before,
  .chapter3_box::after {
    width: calc(100% - 40px);
  }
  .chapter3_img_item {
    margin-top: 60px;
  }
  .chapter3_img_item + .chapter3_img_item {
    margin-top: 20px;
  }
  .chapter3_title {
    width: 90%;
    margin-bottom: 60px;
  }
  .link_btn {
    margin-top: 40px;
    height: 80px;
    font-size: 16px;
    column-gap: 10px;
  }
  .link_btn span {
    font-size: 28px;
  }
  .link_btn::after {
    width: 30px;
    height: 30px;
    right: 14px;
  }
}

/* chapter4
================================ */
.chapter4_kv {
  margin-bottom: 20px;
}
.chapter4_kv img {
  width: 100%;
}
.chapter4_bottom_title {
  width: 90%;
  max-width: 970px;
  margin-inline: auto;
}
.chapter4_bottom_lead {
  margin-top: 60px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .chapter4_kv {
    margin-bottom: 20px;
  }
  .chapter4_bottom_lead {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
  }
}
