@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: 15px 0 28px;
  background: url(../img/mv_bg.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .mv {
      padding: 1.3% 0 2.6%;
      background: url(../img/mv_bg_sp.jpg) no-repeat center center;
      background-size: cover; } }

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

.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: #c00; }
  @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: .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: .875rem;
      line-height: 1.85; } }
  .mv-lead a {
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .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 .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-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; }
  @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::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: -webkit-linear-gradient(left, rgba(255, 18, 18, 0.2), rgba(255, 174, 0, 0.2));
      background: -o-linear-gradient(left, rgba(255, 18, 18, 0.2), 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 .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: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .content-txt a:hover {
      border-bottom: none; }

.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: #c00;
  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; }
