@charset "UTF-8";

/* グロナビのカレント表示 */
ul.gnavi li.interview a p span::after {
  width: 100%;
  max-width: 44px;
}

.inner {
  position: relative;
  max-width: 1020px;
  padding-inline: 20px;
  margin-inline: auto;
}
.gothic {
  font-family: "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 174px;
}

/* mv
========================== */
.mv {
  position: relative;
}

/* link_area
============================= */
.link_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.link_wrap {
  margin-top: -120px;
  display: flex;
  justify-content: space-between;
}
.link_item {
  display: block;
  width: 100%;
  max-width: 290px;
  transition: 0.4s;
}
.link_item:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .link_area {
    display: none;
  }
}

/* contents
================================= */
.contents {
  padding-block: 100px;
}
.contents_title {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}
.contents_lead {
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding-bottom: 4px;
}
.contents_lead::before {
  content: "";
  width: 100%;
  height: 1px;
  max-width: 700px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}
.contents_lead.w55::before {
  max-width: 550px;
}
.contents_banner_area {
  position: relative;
  padding-top: 86px;
  padding-bottom: 46px;
  text-align: center;
}
.contents_banner {
  position: relative;
  z-index: 2;
}
.contents_banner_icon {
  position: absolute;
  z-index: 1;
}
.contents_wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.contents_wrap.contents_wrap01 {
  align-items: end;
}
.contents_wrap_img {
  width: 100%;
  max-width: 526px;
}
.contents_inwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
.contents_wrap_img_cap {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 3px;
}
.contents_wrap_body {
  width: 100%;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
}
.point_title {
  margin-bottom: 18px;
  font-size: 19px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif !important;
  display: flex;
  align-items: end;
  column-gap: 10px;
}
.point_title img {
  width: auto;
  height: 80px;
}
.contents_text {
  font-size: 17px;
  letter-spacing: 0.045em;
  line-height: 1.55;
}

@media only screen and (max-width: 768px) {
  .contents {
    padding-block: 40px;
  }
  .contents_title {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .contents_lead {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 4px;
  }
  .contents_lead.w55::before {
    width: 90%;
  }
  .contents_banner_area {
    padding-top: 40px;
    padding-bottom: 22px;
  }
  .contents_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 10px;
  }
  .contents_wrap_img {
    order: 1;
  }
  .contents_inwrap {
    column-gap: 15px;
  }
  .contents_wrap_img_cap {
    font-size: 11px;
  }
  .contents_wrap_body {
    display: contents;
  }
  .contents_body_meta {
    order: 0;
  }
  .point_title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .point_title img {
    height: 60px;
  }
  .contents_text {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}

/* contents01
================================= */
.contents01 {
  background-color: #efefdc;
}
.contents01 .contents_banner_icon {
  top: 25px;
  right: 66px;
}
.contents_body_inwrap {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

@media only screen and (max-width: 768px) {
  .contents01 .contents_banner_icon {
    width: 110px;
    top: 0px;
    right: -20px;
  }
  .contents_body_inwrap {
    order: 2;
  }
}

/* contents02
================================= */
.contents02 {
  background-color: #f0f0f0;
}
.contents02 .contents_banner_icon {
  top: 25px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .contents02 .contents_banner_icon {
    width: 110px;
    top: 0px;
    right: -20px;
  }
}

/* contents03
================================= */
.contents03 {
  background-color: #e3e0c6;
}
.contents03 .contents_banner_icon {
  top: 25px;
  right: 20px;
}
.contents03_shikihai {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.contents03_title {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
  .contents03 .contents_banner_icon {
    width: 110px;
    top: 0px;
    right: -20px;
  }
  .contents03_shikihai {
    margin-top: 20px;
    row-gap: 15px;
  }
  .contents03_title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
