@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: 25px 0 365px;
  background: url(../img/mv_bg.jpg) no-repeat bottom center;
  background-size: 1920px;
}
@media screen and (min-width: 1920px) {
  .mv {
    background-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .mv {
    padding: 4.6666666667vw 0 53.8666666667vw;
    background: url(../img/mv_bg_sp.jpg) no-repeat bottom center;
    background-size: 100%;
  }
}

.mv-head {
  text-align: center;
}

.mv-subtitle {
  text-align: center;
}

.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: #002c6f;
}
@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;
}
.article-content:nth-of-type(1) .content-head::before {
  background: url("../img/no_1.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(2) .content-head::before {
  background: url("../img/no_2.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(3) .content-head::before {
  background: url("../img/no_3.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(4) .content-head::before {
  background: url("../img/no_4.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(5) .content-head::before {
  background: url("../img/no_5.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(6) .content-head::before {
  background: url("../img/no_6.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(7) .content-head::before {
  background: url("../img/no_7.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(8) .content-head::before {
  background: url("../img/no_8.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(9) .content-head::before {
  background: url("../img/no_9.png") no-repeat center center;
  background-size: contain;
}
.article-content:nth-of-type(10) .content-head::before {
  background: url("../img/no_10.png") no-repeat center center;
  background-size: contain;
}

.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-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;
  padding-left: 80px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .content-head {
    padding-left: 60px;
  }
}
.content-head::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 65px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .content-head::before {
    width: 48px;
    height: 60px;
  }
}
.content-head .subtitle {
  display: 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::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#448ae5), to(#9fd9ea));
  background: linear-gradient(to right, #448ae5, #9fd9ea);
}
.content-head .maintitle .inner {
  position: relative;
  z-index: 1;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .list-small_pht {
    margin-top: 1rem;
  }
}
.list-small_pht .item-list-pht {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
}
.list-small_pht .item-list-pht img {
  border-radius: 20px;
}

.list-pht-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.list-pht-caption .item-pht-caption {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-top: 30px;
  text-align: center;
}
.list-pht-caption .item-pht-caption .pht img {
  border-radius: 20px;
}
.list-pht-caption .item-pht-caption .caption {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .list-pht-caption .item-pht-caption .caption {
    text-align: left;
    font-size: 0.8125rem;
  }
}

.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;
  margin-top: 20px;
}
.head-voice:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .head-voice {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}
.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: #002c6f;
  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: url(../img/pattern_02.png);
}
@media screen and (max-width: 640px) {
  .area-link {
    padding: 1.5rem 0;
  }
}

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