@charset "utf-8";

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.mainArticle {
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
.title_area .inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #dbdbdb;
}
.head-border:before {
  margin-right: 1.5rem;
}
.head-border:after {
  margin-left: 1.5rem;
}
.contents_text {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.contents {
  margin-top: 120px;
}
.contents .inner {
  max-width: 1600px;
  margin: auto;
}
.contents_wrap {
  margin-top: 60px;
}
.contents_item {
  position: relative;
}
.contents_item + .contents_item {
  margin-top: 220px;
}
.contents_item_top {
  display: flex;
  align-items: end;
}
.right .contents_item_top {
  justify-content: right;
}
.left .contents_item_top {
  justify-content: left;
  flex-direction: row-reverse;
}

.contents_img {
  width: 50%;
}
.contents_img2 {
  width: 40%;
}
.contents_body {
  position: relative;
  width: 40%;
}
.contents_body2 {
  position: relative;
  width: 50%;
}
.contents_title_num {
  font-size: 90px;
  font-size: clamp(3.75rem, 2.015rem + 3.61vw, 5.625rem);
  font-family: 'EB Garamond', serif;
  color: #f0f0f0;
  line-height: 0.6;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.left .contents_title_num {
  text-align: right;
}

.contents_title {
  margin-top: 20px;
  font-family: serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 1.019rem + 0.481vw, 1.5rem);
  letter-spacing: 0.1em;
}
.left .contents_title {
  text-align: right;
}

.contents_data {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.left .contents_data {
  text-align: right;
}

.contents_data .box {
  border: 1px solid #b9b3b3;
  padding: 0 4px;
  margin-right: 6px;
}

.contents_body_img {
  width: 50%;
  margin-top: 100px;
  margin-top: clamp(1.5rem, -2.896rem + 9.146vw, 6.25rem);
}
.right .contents_body_img {
  margin-left: auto;
  padding-right: 20px;
}
.right .contents_body_img.w_64 {
  width: 64.4%;
}
.left .contents_body_img {
  margin-right: auto;
  padding-left: 20px;
}

.left .contents_body_img_wrap {
  margin-right: auto;
  width: 100%;
  padding-left: 0px;
  display: flex;
}

.contents_item_bottom {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
}
.right .contents_item_bottom {
  justify-content: right;
}
.left .contents_item_bottom {
  justify-content: left;
  flex-direction: row-reverse;
}

.contents_item_bottom_img {
  width: 32%;
}
.contents_item_bottom_img.w_35 {
  width: 35%;
}
.contents_item_bottom_img.w_26 {
  width: 26%;
}
.right .contents_item_bottom_img {
  margin-left: auto;
}
.left .contents_item_bottom_img {
  margin-right: auto;
}

.contents_item_bottom_wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: auto;
}
.left .contents_item_bottom_wrap {
  justify-content: right;
}
.contents_item_bottom_wrap figure {
  width: 40%;
  display: flex;
  column-gap: 20px;
}
.contents_body_img_wrap {
  margin-top: 80px;
  margin-top: clamp(1.375rem, -1.98rem + 6.98vw, 5rem);
  width: 80%;
  display: flex;
  column-gap: 20px;
  padding-left: 20px;
}
.contents_body_img_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contents_bottom_cap {
  max-width: 1200px;
  padding: 0 20px;
  margin: 50px auto 0;
  font-size: 12px;
}

@media only screen and (max-width:768px) {
  .head-border {
    font-size: 16px;
  }
  .head-border:before {
    margin-right: 10px;
  }
  .head-border:after {
    margin-left: 10px;
  }
  .contents_text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }

  .contents {
    margin-top: 70px;
  }
  .contents_wrap {
    margin-top: 0;
  }
  .contents_item + .contents_item {
    margin-top: 70px;
  }
  .contents_item_top {
    flex-direction: column;
  }
  .left .contents_item_top {
    flex-direction: column;
  }
  .left .contents_item_top {
    flex-direction: column;
  }
  .contents_img {
    width: 94.5%;
    margin-top: 30px;
  }
  .left .contents_img {
    width: 94.5%;
    margin-top: 30px;
    margin-right: auto;
  }
  .contents_body {
    position: relative;
    width: 94%;
  }
  .left .contents_body {
    margin-right: auto;
  }
  .contents_body2 {
    width: 96%;
    display: contents;
  }
  .contents_title_num {
    font-size: 70px;
    padding-bottom: 20px;
  }
  
  .contents_title {
    margin-top: 20px;
    font-size: 18px;
  }
  
  .contents_data {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .left .contents_data {
    text-align: right;
  }
  
  .contents_data .box {
    border: 1px solid #b9b3b3;
    padding: 0 4px;
    margin-right: 6px;
  }
  
  .contents_body_img {
    display: none;
  }
  .right .contents_body_img {
    margin-left: auto;
  }
  .left .contents_body_img {
    margin-right: auto;
  }
  .contents_body2_wrap {
    width: 90%;
    margin-right: 20px;
  }
  .contents_img2 {
    width: 94.5%;
    margin-top: 30px;
    margin-right: auto;
  }
  .contents_body_img_wrap {
    order: 2;
    column-gap: 10px;
    margin-top: 10px;
  }

  .sp_wrap {
    margin-top: 10px;
    display: flex;
    column-gap: 10px;
    padding: 0 20px;
  }
  
  .contents_item_bottom {
    margin-top: 10px;
    column-gap: 10px;
  }
  .right .contents_item_bottom {
    justify-content: right;
    align-items: start;
  }
  .left .contents_item_bottom {
    justify-content: left;
    flex-direction: row-reverse;
    align-items: start;
  }
  
  .contents_item_bottom_img {
    width: 50%;
  }
  .contents_item_bottom_img.w_35,
  .contents_item_bottom_img.w_26 {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .right .contents_item_bottom_img {
    margin-left: auto;
  }
  .left .contents_item_bottom_img {
    margin-right: auto;
  }
  
  .contents_item_bottom_wrap {
    width: 50%;
    flex-direction: column;
    row-gap: 10px;
  }
  .left .contents_item_bottom_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .contents_item_bottom_wrap figure {
    width: 89%;
  }
  .left .contents_item_bottom_wrap figure {
    width: 89%;
    margin-left: auto;
  }
  .contents_bottom_cap {
    margin: 40px auto 0;
    font-size: 10px;
  }
}




.mail_area {
  margin-top: 86px;
}
.mail_box {
  position: relative;
  margin: auto;
  max-width: 1000px;
  padding: 30px 20px 20px;
  text-align: center;
  border: 1px solid #000;
}
.mail_title {
  position: absolute;
  padding: 10px 10px;
  font-size: 18px;
  background-color: #fff;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.mail_link {
  font-size: 32px;
  font-family: 'EB Garamond', serif;
  transition: all .4s;
}
.mail_link:hover {
  opacity: .7;
}
.mail_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2.2;
}

@media only screen and (max-width:768px) {
  .mail_area {
    margin-top: 30px;
  }
  .mail_box {
    padding: 30px 10px 20px;
  }
  .mail_title {
    position: absolute;
    display: block;
    width: 220px;
    font-size: 16px;
  }
  .mail_link {
    font-size: 22px;
  }
  .mail_text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
}

.link_area {
  padding-top: 100px;
  margin: auto;
}

.link_wrap {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.link_wrap + .link_wrap {
  margin-top: 60px;
}

.link_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 20px 10px;
  background-color: #b9ab60;
  border: 1px solid #b9ab60;
}

.link_btn::after {
  content: '';
  position: absolute;
  background-image: url(../../assets/imgs/btn_arow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}

.link_btn:hover {
  opacity: .7;
}

.link_btn:hover.link_btn::after {
  right: 20px;
}

@media only screen and (max-width:768px) {
  .link_area {
    padding-top: 50px;
    padding-bottom: 40px;
    margin: auto;
  }
  
  .link_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }

  .link_wrap + .link_wrap {
    margin-top: 40px;
  }
  
  .link_btn {
    max-width: 300px;
    font-size: 16px;
    padding: 14px 10px;
  }

  .link_btn::after {
    width: 40px;
    height: 20px;
    right: 10px;
  }
}

.bottom_link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 12px;
  transition: .4s;
}
.bottom_link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background: url(../imgs/bottom_link_arrow.svg) no-repeat center center / contain;
  transition: .4s;
}
.bottom_link:hover {
  opacity: .7;
}
.bottom_link:hover::before {
  transform: translateX(-48%);
}

@media only screen and (max-width:768px) {
  .bottom_link {
    width: 90%;
    font-size: 15px;
  }
  .bottom_link::before {
    height: 8px;
  }
}