@charset "utf-8";

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, 0.1);
}
/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
[id] {
  scroll-margin-top: 3em;
}
sup {
  vertical-align: text-top;
  font-size: small;
}

/* ------ caption ------ */
figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000,
    0 0 8px #000, 0 0 9px #000, 0 0 10px #000;
  z-index: 5;
}

figcaption.cap_b {
  position: absolute;
  bottom: -36px;
  right: 40px;
  padding: 10px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: none;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  figcaption.cap_b {
    bottom: -30px;
    right: 0px;
  }
}

.mvCap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000,
    0 0 8px #000, 0 0 9px #000, 0 0 10px #000;
  z-index: 5;
}

/* ------ inner ------ */
.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}

/* main_contents
========================= */
.main_contents {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f0edec;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* top_area
====================================== */
.mv img {
  width: 100%;
}
.top_title {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .top_title {
    margin-top: 40px;
  }
}

/* link_area
====================================== */
.link_area {
  margin-top: 180px;
}
.link_area_title {
  width: 54%;
  margin-inline: auto;
}
.link_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
}
.link_btn {
  transition: 0.4s;
}
.link_btn:hover {
  opacity: 0.9;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

@media only screen and (max-width: 768px) {
  .link_area {
    margin-top: 80px;
  }
  .link_area_title {
    width: 60%;
  }
  .link_wrap {
    margin-top: 20px;
    gap: 10px;
  }
}

/* contents
============================ */
.contents {
  margin-top: 120px;
  font-family: sans-serif;
}
.contents_bottom {
  padding-top: 140px;
}
.contents_head {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 80px;
}
.contents_head_left {
  width: 21%;
  max-width: 300px;
  flex-shrink: 0;
}
.contents_subtitle {
  font-family: sans-serif;
  margin-top: 36px;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.contents01 .contents_subtitle,
.contents01 .contents_item_lead,
.contents01 .contents_item_title {
  color: #396b44;
}
.contents02 .contents_subtitle,
.contents02 .contents_item_lead,
.contents02 .contents_item_title {
  color: #a3bad2;
}
.contents03 .contents_subtitle,
.contents03 .contents_item_lead,
.contents03 .contents_item_title {
  color: #b6dcc1;
}
.contents04 .contents_subtitle,
.contents04 .contents_item_lead,
.contents04 .contents_item_title {
  color: #f9cb86;
}
.contents05 .contents_subtitle,
.contents05 .contents_item_lead,
.contents05 .contents_item_title {
  color: #f6bdb1;
}
.contents06 .contents_subtitle,
.contents06 .contents_item_lead,
.contents06 .contents_item_title {
  color: #b9aea2;
}
.contents_imgtitle {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
}
.contentstext {
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: bold;
}
.contents_item {
  padding-top: 40px;
}
.contents_item_title {
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}
.contents_item_lead {
  margin-top: 20px;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.contents_item_wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 26px;
}
.contents_item_text {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.commonEndCaptions {
  max-width: 1200px;
  margin-top: 40px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .contents {
    margin-top: 70px;
  }
  .contents_imgtitle {
    margin-top: 20px;
    max-width: 360px;
  }
  .contents_head {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 18px;
  }
  .contents_subtitle {
    margin-top: 14px;
    font-size: 16px;
  }
  .contentstext {
    margin-top: 10px;
    font-size: 13px;
  }
  .contents_item {
    padding-top: 20px;
  }
  .contents_item_title {
    font-size: 16px;
    font-weight: 500;
  }
  .contents_item_lead {
    margin-top: 14px;
    font-size: 18px;
  }
  .contents_item_wrap {
    margin-top: 16px;
    column-gap: 10px;
  }
  .contents_item_text {
    font-size: 14px;
  }
}
