@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 3.125%;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.bold {
  font-weight: bold;
}

.mv {
  padding: 90px 0 67px;
  background: url(../img/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .mv {
    padding: 20% 0;
    background: url(../img/mv_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.mv-head {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mv-head img {
    width: 95%;
  }
}

.mv-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  background: #582f6e;
}
@media screen and (max-width: 640px) {
  .mv-date {
    display: block;
    text-align: center;
    font-size: 0.937rem;
  }
}
.mv-date .date-head {
  padding: 2px 24px;
  border: 1px solid #fff;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .mv-date .date-head {
    display: inline-block;
    margin-bottom: 0.625rem;
    padding: 2px 10px;
  }
}

.mv-lead {
  margin: 45px 0 70px;
  line-height: 2.25;
}
@media screen and (max-width: 640px) {
  .mv-lead {
    margin: 1.25rem 0 4.375rem;
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.mv-lead a {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mv-lead a:hover {
  border-bottom: none;
}

.article-content {
  padding: 80px 0 65px;
}
@media screen and (max-width: 640px) {
  .article-content {
    padding: 4.375rem 0;
  }
}
.article-content:nth-of-type(2n-1) {
  background: url(../img/pattern_01.png);
}
.article-content:nth-of-type(2n) .content-head {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.article-content:nth-of-type(2n) .content-pht {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin: 0 3.5% 0 0;
}
@media screen and (max-width: 640px) {
  .article-content:nth-of-type(2n) .content-pht {
    margin: 1rem 0 0.875rem;
  }
}
.article-content:nth-of-type(2n) .content-txt {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 640px) {
  .content-wrapper {
    display: block;
  }
}
.content-wrapper.single-col {
  display: block;
}

.content-wrapper-a {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.content-wrapper-a .list-small_pht {
  margin-top: 1rem;
}

.content-head {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (max-width: 640px) {
  .content-head {
    text-align: center;
  }
}
.content-head .subtitle {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .content-head .subtitle {
    font-size: 1.125rem;
  }
}
.content-head .maintitle {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .content-head .maintitle {
    font-size: 1.625rem;
  }
}
.content-head .maintitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 18, 18, 0.2)), to(rgba(255, 174, 0, 0.2)));
  background: linear-gradient(to right, rgba(255, 18, 18, 0.2), rgba(255, 174, 0, 0.2));
}

.content-pht {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 0 0 0 3.5%;
  overflow: hidden;
}
.content-pht img {
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .content-pht {
    margin: 1rem 0 0.875rem;
  }
}

.content-txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin: 40px 0 0 0;
  line-height: 2.13;
}
@media screen and (max-width: 640px) {
  .content-txt {
    margin: 0;
  }
}
.content-txt a {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content-txt a:hover {
  border-bottom: none;
}

.list-small_pht {
  margin-top: 25px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.5% 2.75% 31.5% 2.75% 31.5%;
  grid-template-columns: 31.5% 2.75% 31.5% 2.75% 31.5%;
}
@media screen and (max-width: 640px) {
  .list-small_pht {
    margin-top: 0;
    margin-bottom: 0.875rem;
  }
}
.list-small_pht .item-list-pht:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.list-small_pht .item-list-pht:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.list-small_pht .item-list-pht:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}

.l-voice {
  padding: 85px 0 80px;
  background: url(../img/voice_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .l-voice {
    padding: 1.25rem 0;
  }
}

.box-voice {
  padding: 50px 0 25px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .box-voice {
    padding: 1.5rem 0;
  }
}

.head-voice {
  text-align: center;
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .head-voice {
    font-size: 1.75rem;
  }
}
.head-voice span {
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .head-voice span {
    font-size: 0.937rem;
  }
}

.subhead-voice {
  margin-top: 45px;
  text-align: center;
  color: #582f6e;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .subhead-voice {
    margin-top: 1.5rem;
    font-size: 0.937rem;
  }
}

.head-img-voice {
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .head-img-voice img {
    width: 28.4%;
  }
}

.inner-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 640px) {
  .inner-voice {
    display: block;
    margin: 0;
    padding: 0 0.937rem;
  }
}

.detail-voice {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}
.detail-voice:nth-of-type(1) {
  padding: 0 3.5% 0 0;
  border-right: 1px solid #bfbfbf;
}
@media screen and (max-width: 640px) {
  .detail-voice:nth-of-type(1) {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #a59a7c;
  }
}
.detail-voice:nth-of-type(2) {
  padding: 0 0 0 3.5%;
}
@media screen and (max-width: 640px) {
  .detail-voice:nth-of-type(2) {
    padding: 0;
  }
}
.detail-voice .txt-voice {
  padding: 14px 0;
  font-size: 14px;
  line-height: 1.69;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 640px) {
  .detail-voice .txt-voice {
    border-color: #a59a7c;
  }
}
.detail-voice .txt-voice:last-child {
  border-bottom: none;
}

.area-link {
  padding: 40px 0;
  background: #ECF4F6;
}
@media screen and (max-width: 640px) {
  .area-link {
    padding: 1.5rem 0;
  }
}

.bnr-wrapper {
  text-align: center;
}