@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto:400,700");
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("/chugaku/merit/local/fonts/YakuHanJP-Regular.eot");
  src: url("/chugaku/merit/local/fonts/YakuHanJP-Regular.woff2") format("woff2"), url("/chugaku/merit/local/fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("/chugaku/merit/local/fonts/YakuHanJP-Bold.eot");
  src: url("/chugaku/merit/local/fonts/YakuHanJP-Bold.woff2") format("woff2"), url("/chugaku/merit/local/fonts/YakuHanJP-Bold.woff") format("woff");
}
/* =========================================================
 general
========================================================= */
#cnt-goukaku {
  text-align: center;
}
#cnt-goukaku * {
  font-family: YakuHanJP,'Roboto', "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
#cnt-goukaku h2, #cnt-goukaku h3, #cnt-goukaku h4, #cnt-goukaku h5, #cnt-goukaku h6, #cnt-goukaku p, #cnt-goukaku dl, #cnt-goukaku ul, #cnt-goukaku ol, #cnt-goukaku li, #cnt-goukaku dt, #cnt-goukaku dd, #cnt-goukaku figure {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
}
#cnt-goukaku img {
  max-width: 100%;
  vertical-align: bottom;
}
#cnt-goukaku a {
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
#cnt-goukaku a:hover img {
  opacity: 1;
}
#cnt-goukaku article {
  padding-bottom: 6rem;
  text-align: left;
}
#cnt-goukaku section {
  padding: 0;
}
#cnt-goukaku .mb0 {
  margin-bottom: 0 !important;
}
#cnt-goukaku .kern {
  letter-spacing: -1px;
}
#cnt-goukaku .kern * {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #cnt-goukaku .fs {
    font-size: 1.2rem !important;
  }
}
#cnt-goukaku p.attention, #cnt-goukaku ul.attention li {
  font-size: 1.3rem;
  text-indent: -1em;
  margin-left: 1em;
}
#cnt-goukaku ul.attention {
  list-style: none;
}
#cnt-goukaku .results-list dt {
  color: #126dc0;
  font-weight: 700;
  line-height: 1;
}
#cnt-goukaku .results-list dd {
  padding-top: 1.2rem;
  padding-bottom: 25px;
}
#cnt-goukaku .results-list dd:last-child {
  padding-bottom: 0;
}
#cnt-goukaku .results-list ul {
  font-size: 0;
}
#cnt-goukaku .results-list li {
  display: inline-block;
}
#cnt-goukaku .results-list li:after {
  display: inline-block;
  content: "/";
  padding: 0 5px;
}
#cnt-goukaku .results-list li:last-child:after {
  display: none;
}
#cnt-goukaku .results-list li a {
  color: #126dc0;
  text-decoration: underline;
}
#cnt-goukaku .results-list li a:hover {
  color: #000;
  text-decoration: none;
}
#cnt-goukaku .results-list li a i {
  display: inline-block;
  width: 1.8rem;
  margin-left: 3px;
  vertical-align: text-bottom;
}
#cnt-goukaku .results-list li a i img {
  width: 100%;
  height: auto;
}
#cnt-goukaku .date {
  margin-top: 1em;
  color: #666;
  font-size: 1.3rem;
  text-align: right;
  line-height: 1;
}
#cnt-goukaku i.icon-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cnt-goukaku i.icon-arrow.white {
  border-color: #fff;
}
#cnt-goukaku .button {
  padding-top: 30px;
  text-align: center;
}
#cnt-goukaku .button a {
  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;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0px 0px #000;
          box-shadow: 0px 5px 0px 0px #000;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .button a {
    max-width: 400px;
  }
}
#cnt-goukaku .button.btn-2018 {
  margin-bottom: 60px;
  padding-top: 0;
}
#cnt-goukaku .button.btn-2018 a {
  background: #126dc0;
  -webkit-box-shadow: 0px 5px 0px 0px #0d4d88;
          box-shadow: 0px 5px 0px 0px #0d4d88;
}
#cnt-goukaku .button.btn-2018 a:hover {
  background-color: #147ad7;
}
#cnt-goukaku .challenge-course {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background: rgba(11, 181, 204, 0.1);
  text-align: center;
}
#cnt-goukaku .challenge-course h2 {
  position: relative;
  padding-top: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .challenge-course h2 {
    font-size: 2.4rem;
  }
}
#cnt-goukaku .challenge-course h2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url("/chugaku/merit/local/images/goukaku/challenge-bg.png") repeat top left;
  background-size: 64px;
  z-index: -1;
}
#cnt-goukaku .challenge-course h2 figure {
  display: block;
  width: 200px;
  margin: 20px auto;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .challenge-course h2 figure {
    width: 300px;
  }
}
#cnt-goukaku .challenge-course .button a {
  background: #0bb5cc;
  -webkit-box-shadow: 0px 5px 0px 0px #088192;
          box-shadow: 0px 5px 0px 0px #088192;
}
#cnt-goukaku .challenge-course .button a:hover {
  background-color: #0ccae4;
}

/* =========================================================
 contents style
========================================================= */
#cnt-goukaku .hero-img {
  position: relative;
  margin-bottom: 6rem;
  background: #fff4f5;
  background-size: auto 100%;
  text-align: center;
}
#cnt-goukaku .hero-img.pagetitle {
  margin-bottom: 0;
}
#cnt-goukaku .hero-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
}
#cnt-goukaku .anchor-bnr {
  text-align: center;
}
#cnt-goukaku .anchor-bnr a:hover {
  opacity: .6;
}
#cnt-goukaku .flash h3 {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #cnt-goukaku .flash h3 img {
    max-width: 400px;
  }
}
#cnt-goukaku .flash dt {
  padding: 1rem;
  background: #e5eeff;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .flash dl {
    padding: 30px;
    border: 2px solid #126dc0;
    border-radius: 4px;
    background: rgba(18, 109, 192, 0.03);
  }
  #cnt-goukaku .flash dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  #cnt-goukaku .flash dl dt, #cnt-goukaku .flash dl dd {
    line-height: 1.6;
  }
  #cnt-goukaku .flash dl dt {
    float: left;
    width: 4.5em;
    padding: 0;
    background: none;
    text-align: right;
  }
  #cnt-goukaku .flash dl dd {
    margin: 0 0 10px 4.5em;
    padding: 0 0 0 1em;
  }
  #cnt-goukaku .flash dl dd:last-child {
    margin-bottom: 0;
  }
}
#cnt-goukaku .results {
  background: #e5eeff;
}
#cnt-goukaku .results h3 {
  margin-bottom: 1.5rem;
  background: #126dc0;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
#cnt-goukaku .results h3 span {
  display: inline-block;
  position: relative;
  padding: 1rem 1rem 1rem 9rem;
  font-weight: 700;
  line-height: 1;
}
#cnt-goukaku .results h3 i {
  position: absolute;
  width: 7.5rem;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
#cnt-goukaku .results .notes {
  margin-bottom: 5px;
  color: #126dc0;
  font-size: 1.2rem;
}
#cnt-goukaku .results .notes i {
  display: inline-block;
  width: 1.4rem;
  margin-right: .5rem;
  vertical-align: text-bottom;
}
#cnt-goukaku .results .notes i img {
  width: 100%;
  height: auto;
}
#cnt-goukaku .results section {
  overflow: hidden;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
#cnt-goukaku .results section h4 {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 1.5rem;
}
#cnt-goukaku .results section h4:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
#cnt-goukaku .results section .inner {
  display: none;
  padding: 1.5rem;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
}
#cnt-goukaku .results section .inner.open {
  display: block;
}
#cnt-goukaku .results section dt {
  padding-bottom: .5rem;
  border-bottom: 1px solid #126dc0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .results section dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  #cnt-goukaku .results section dl dt, #cnt-goukaku .results section dl dd {
    line-height: 1.6;
  }
  #cnt-goukaku .results section dl dt {
    float: left;
    width: 4.5em;
    padding: 0;
    border: none;
    text-align: right;
  }
  #cnt-goukaku .results section dl dd {
    margin: 0 0 10px 4.5em;
    padding: 0 0 0 1em;
  }
  #cnt-goukaku .results section dl dd:last-child {
    margin-bottom: 0;
  }
}
#cnt-goukaku .results section li {
  font-size: 1.4rem;
}
#cnt-goukaku .results section a {
  font-size: 1.6rem;
}
#cnt-goukaku .results section.on h4:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#cnt-goukaku .interview {
  background: #fff4f5;
}
#cnt-goukaku .interview.interview-all {
  padding-top: 30px;
  background: #e5eeff;
}
#cnt-goukaku .interview .attention {
  margin-top: 3rem;
  color: rgba(0, 0, 0, 0.6);
}
#cnt-goukaku .interview h3 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #d85761;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #cnt-goukaku .interview h3 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #cnt-goukaku .interview .interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cnt-goukaku .interview .item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #cnt-goukaku .interview .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-top: 20px;
  }
}
#cnt-goukaku .interview .item:last-child {
  margin-bottom: 0;
}
#cnt-goukaku .interview .item a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
#cnt-goukaku .interview .item a:after {
  content: " ";
  display: block;
  clear: both;
}
#cnt-goukaku .interview .item a:hover {
  opacity: .7;
}
#cnt-goukaku .interview .item i.ribbon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
}
#cnt-goukaku .interview .item h4 {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 26px;
  padding: 0 5px 0 30px;
  background: #d85761;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item h4 {
    font-size: 1.5rem;
    height: 30px;
    padding-left: 35px;
    line-height: 30px;
  }
}
#cnt-goukaku .interview .item h4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 13px solid #d85761;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #d85761;
  border-left: 5px solid #d85761;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item h4:after {
    border-width: 15px 7px 15px 5px;
  }
}
#cnt-goukaku .interview .item h4 small {
  margin-right: 3px;
  font-size: 1rem;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item h4 small {
    font-size: 1.2rem;
  }
}
#cnt-goukaku .interview .item h4 i {
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item h4 i {
    width: 40px;
  }
}
#cnt-goukaku .interview .item p {
  color: #000;
  letter-spacing: 0;
}
#cnt-goukaku .interview .item .more {
  display: block;
  margin-top: 1.5rem;
  color: #d85761;
  font-size: 1.3rem;
  text-align: right;
  line-height: 1;
}
#cnt-goukaku .interview .item .more i {
  border-color: #d85761;
}
#cnt-goukaku .interview .item.item-l a {
  padding: 2rem;
}
#cnt-goukaku .interview .item.item-l h4 {
  margin-bottom: 5px;
  -webkit-transform: translate(0, -13px);
          transform: translate(0, -13px);
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item.item-l h4 {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
#cnt-goukaku .interview .item.item-l p {
  font-size: 1.8rem;
}
#cnt-goukaku .interview .item.item-s a {
  padding: 1.5rem;
}
#cnt-goukaku .interview .item.item-s h4 {
  margin-bottom: 10px;
}
#cnt-goukaku .interview .item.item-s hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 0;
  font-size: 0;
}
#cnt-goukaku .interview .item.item-s figure {
  float: left;
  width: 100px;
}
#cnt-goukaku .interview .item.item-s figure img {
  border-radius: 100%;
}
#cnt-goukaku .interview .item.item-s .txt {
  margin-left: 115px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview .item.item-s p {
    font-size: 1.8rem;
  }
}
#cnt-goukaku .interview .button a {
  background: #d85761;
  -webkit-box-shadow: 0px 5px 0px 0px #c42e39;
          box-shadow: 0px 5px 0px 0px #c42e39;
}
#cnt-goukaku .interview .button a:hover {
  background-color: #df747c;
}
#cnt-goukaku .intro {
  background: #fff4f5;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .intro {
    padding-bottom: 50px;
  }
}
#cnt-goukaku .hero-card {
  text-align: center;
}
#cnt-goukaku .hero-card .inner {
  position: relative;
  max-width: 750px;
  margin: auto;
}
#cnt-goukaku .hero-card i.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 95px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card i.ribbon {
    width: 190px;
  }
}
#cnt-goukaku .hero-card dl {
  position: relative;
  border-radius: 4px;
  margin: -30px 15px 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl {
    margin: -80px 10% 0;
    padding: 2rem;
  }
}
#cnt-goukaku .hero-card dl dt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30px;
  padding: 0 5px;
  background: #126dc0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl dt {
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
  }
}
#cnt-goukaku .hero-card dl dt:before, #cnt-goukaku .hero-card dl dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
#cnt-goukaku .hero-card dl dt:before {
  left: -16px;
  border-top: 15px solid #126dc0;
  border-right: 10px solid #126dc0;
  border-bottom: 15px solid #126dc0;
  border-left: 7px solid transparent;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl dt:before {
    left: -24px;
    border-width: 20px 10px 20px 15px;
  }
}
#cnt-goukaku .hero-card dl dt:after {
  right: -16px;
  border-top: 15px solid #126dc0;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #126dc0;
  border-left: 10px solid #126dc0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl dt:after {
    right: -24px;
    border-width: 20px 15px 20px 10px;
  }
}
#cnt-goukaku .hero-card dl dt small {
  margin-right: 5px;
  font-size: 1rem;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl dt small {
    font-size: 1.4rem;
  }
}
#cnt-goukaku .hero-card dl dd.copy {
  margin-top: 1em;
}
@media (min-width: 768px) {
  #cnt-goukaku .hero-card dl dd.copy {
    font-size: 1.8vw;
  }
}
@media (min-width: 992px) {
  #cnt-goukaku .hero-card dl dd.copy {
    font-size: 1.6vw;
  }
}
@media (min-width: 1400px) {
  #cnt-goukaku .hero-card dl dd.copy {
    font-size: 2.4rem;
  }
}
#cnt-goukaku .hero-card dl dd.name {
  margin-top: .5em;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-card dl dd.name {
    font-size: 1.4rem;
  }
}
#cnt-goukaku .hero-slide {
  padding-bottom: 30px;
  background: #fff4f5;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-slide {
    padding-bottom: 60px;
  }
}
#cnt-goukaku .hero-slide .hero-card {
  opacity: 1;
}
#cnt-goukaku .hero-slide .hero-card a {
  display: block;
  color: #000;
  text-decoration: none;
}
#cnt-goukaku .hero-slide .hero-card a:hover {
  opacity: .8;
}
#cnt-goukaku .hero-slide .hero-card.swiper-slide-active {
  opacity: 1;
}
#cnt-goukaku .hero-slide .swiper-pagination {
  position: static;
  padding-top: 15px;
  font-size: 0;
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-slide .swiper-pagination {
    padding-top: 30px;
  }
}
#cnt-goukaku .hero-slide .swiper-pagination span {
  width: 20px;
  height: 5px;
  background: #666;
  line-height: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .hero-slide .swiper-pagination span {
    width: 40px;
    height: 8px;
  }
}
#cnt-goukaku .hero-slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #126dc0;
}
#cnt-goukaku .cnt-parent {
  padding: 20px;
  border-bottom: 1px dotted #126dc0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent {
    padding: 30px 0;
  }
}
#cnt-goukaku .cnt-parent .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent .inner {
    width: 750px;
    margin: auto;
  }
}
#cnt-goukaku .cnt-parent figure {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent figure {
    width: 200px;
  }
}
#cnt-goukaku .cnt-parent figure img {
  border-radius: 100%;
}
#cnt-goukaku .cnt-parent dl {
  padding-left: 15px;
  width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent dl {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent dt {
    font-size: 2rem;
  }
}
#cnt-goukaku .cnt-parent dd {
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: right;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .cnt-parent dd {
    font-size: 1.4rem;
  }
}
#cnt-goukaku .interview-body {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
#cnt-goukaku .interview-body section {
  padding-bottom: 70px;
}
#cnt-goukaku .interview-body section:last-child {
  padding-bottom: 0;
}
#cnt-goukaku .interview-body h2 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview-body h2 {
    font-size: 2rem;
  }
}
#cnt-goukaku .interview-body h3 {
  margin-bottom: 3rem;
  color: #666;
  font-weight: 700;
}
#cnt-goukaku .interview-body h3:before {
  content: "ー";
}
#cnt-goukaku .interview-body figure + h3 {
  margin-top: 3rem;
}
#cnt-goukaku .interview-body p {
  margin-bottom: 1.5em;
  word-break: normal;
}
#cnt-goukaku .interview-body p:last-child {
  margin-bottom: 0;
}
#cnt-goukaku .interview-body .name {
  font-weight: 700;
  color: #126dc0;
}
#cnt-goukaku .interview-body .name:after {
  content: ":";
  padding: 0 5px;
}
#cnt-goukaku .interview-body .name.parent {
  color: #d85761;
}
#cnt-goukaku .interview-body strong {
  color: #126dc0;
  font-weight: 700;
}
#cnt-goukaku .interview-body .fz-large {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview-body .fz-large {
    font-size: 2rem;
  }
}
#cnt-goukaku .interview-body figure {
  position: relative;
  max-width: 750px;
  margin: 1.5rem -15px;
  text-align: center;
}
#cnt-goukaku .interview-body figure:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #cnt-goukaku .interview-body figure {
    margin: 1.5rem auto 3rem;
  }
}
#cnt-goukaku .interview-body figure img {
  max-height: 480px;
}
#cnt-goukaku .interview-body figure img.shadow {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #cnt-goukaku .interview-body figure .mh-s {
    max-height: 350px;
  }
}
#cnt-goukaku .interview-body figcaption {
  color: #666;
  text-align: left;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #cnt-goukaku .interview-body figcaption {
    padding: 0 1em;
  }
}
#cnt-goukaku .interview-body .ttl-ribbon {
  position: relative;
  width: calc(100% - 32px );
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  background: #126dc0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview-body .ttl-ribbon {
    width: calc(100% - 48px );
    height: 50px;
    line-height: 50px;
  }
}
#cnt-goukaku .interview-body .ttl-ribbon:before, #cnt-goukaku .interview-body .ttl-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
#cnt-goukaku .interview-body .ttl-ribbon:before {
  left: -16px;
  border-top: 21px solid #126dc0;
  border-right: 10px solid #126dc0;
  border-bottom: 21px solid #126dc0;
  border-left: 10px solid transparent;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview-body .ttl-ribbon:before {
    left: -24px;
    border-width: 25px 10px 25px 15px;
  }
}
#cnt-goukaku .interview-body .ttl-ribbon:after {
  right: -16px;
  border-top: 21px solid #126dc0;
  border-right: 10px solid transparent;
  border-bottom: 21px solid #126dc0;
  border-left: 10px solid #126dc0;
}
@media only screen and (min-width: 992px) {
  #cnt-goukaku .interview-body .ttl-ribbon:after {
    right: -24px;
    border-width: 25px 15px 25px 10px;
  }
}

/* =========================================================
 custom cnt-chugaku
========================================================= */
/* title
--------------------------------------------------------- */
#cnt-goukaku .cnt-chugaku h2, #cnt-goukaku .cnt-chugaku h3, #cnt-goukaku .cnt-chugaku h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#cnt-goukaku .cnt-chugaku h2.def, #cnt-goukaku .cnt-chugaku h3.def, #cnt-goukaku .cnt-chugaku h4.def {
  padding: 0;
  border: none;
  background: none;
}
#cnt-goukaku .cnt-chugaku h2 {
  font-size: 1.953em;
}
@media (min-width: 992px) {
  #cnt-goukaku .cnt-chugaku h2 {
    line-height: 1.2;
  }
}
#cnt-goukaku .cnt-chugaku h2 small {
  display: block;
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}
#cnt-goukaku .cnt-chugaku h3 {
  margin-bottom: 15px;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-chugaku h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #cnt-goukaku .cnt-chugaku h3 {
    margin-bottom: 35px;
  }
}
#cnt-goukaku .cnt-chugaku h4 {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 6px solid #1a38bf;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-chugaku h4 {
    padding-left: 15px;
  }
}

/* box
--------------------------------------------------------- */
#cnt-goukaku .cnt-chugaku .cnt-inner {
  width: calc(100% - 30px);
  margin: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-chugaku .cnt-inner {
    width: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  #cnt-goukaku .cnt-chugaku .cnt-inner {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* flex
--------------------------------------------------------- */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .item-flex:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .item-flex {
    width: calc(50% - 15px);
  }
  .item-flex:nth-of-type(n + 3) {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .item-flex {
    width: calc(50% - 25px);
  }
  .item-flex.flex-txt {
    width: calc(60% - 25px);
  }
  .item-flex.flex-img {
    width: calc(40% - 25px);
  }
}
/* text
--------------------------------------------------------- */
#cnt-goukaku .cnt-chugaku strong {
  font-weight: 600;
}

/* =========================================================
	interview
========================================================= */
#cnt-goukaku .cnt-interview .hgroup {
  background: #e54957;
}
#cnt-goukaku .cnt-interview .hgroup:after {
  background: #e54957;
}
#cnt-goukaku .cnt-interview .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cnt-goukaku .cnt-interview .item .inner {
  position: relative;
  border: 1px solid #e5e5e5;
  background: url("/chugaku/merit/local/images/tokushin/interview-bg.png");
  background-size: 6px auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 575px) {
  #cnt-goukaku .cnt-interview .item .inner {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  #cnt-goukaku .cnt-interview .item .inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-interview .item .inner {
    padding: 25px;
  }
}
#cnt-goukaku .cnt-interview .item .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -4%;
  left: -4%;
  width: 52.5%;
  height: 54%;
  background: url("/chugaku/merit/local/images/tokushin/interview-bg-sakura.png") no-repeat top left;
  background-size: 100% auto;
  z-index: 1;
}
#cnt-goukaku .cnt-interview .item h4 {
  position: relative;
  z-index: 10;
}
@media (max-width: 575px) {
  #cnt-goukaku .cnt-interview .item h4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  #cnt-goukaku .cnt-interview .item h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-interview .item h4 {
    margin-bottom: 20px;
  }
}
#cnt-goukaku .cnt-interview .item figure {
  margin: 0;
}
#cnt-goukaku .cnt-interview .item figure img {
  border: 1px solid #e5e5e5;
}
#cnt-goukaku .cnt-interview .item .comment {
  margin: 0;
  color: #333333;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  #cnt-goukaku .cnt-interview .item .comment {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  #cnt-goukaku .cnt-interview .item .comment {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-interview .item .comment {
    margin-top: 25px;
  }
}
#cnt-goukaku .cnt-interview .item .comment i {
  display: inline-block;
  color: #266eb0;
  font-weight: 600;
}
#cnt-goukaku .cnt-interview .item .comment i:after {
  display: inline-block;
  content: ":";
  margin: 0 5px;
}
#cnt-goukaku .cnt-interview .item .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  text-align: right;
}
@media (max-width: 575px) {
  #cnt-goukaku .cnt-interview .item .btn-more {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  #cnt-goukaku .cnt-interview .item .btn-more {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #cnt-goukaku .cnt-interview .item .btn-more {
    margin-top: 25px;
  }
}
#cnt-goukaku .cnt-interview .item .btn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e54957;
  background: #fff;
  color: #e54957;
  vertical-align: middle;
}
@media (max-width: 575px) {
  #cnt-goukaku .cnt-interview .item .btn-more a {
    height: 28px;
    padding: 0 25px 0 20px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) {
  #cnt-goukaku .cnt-interview .item .btn-more a {
    height: 38px;
    padding: 0 30px 0 25px;
    border-radius: 20px;
  }
}
#cnt-goukaku .cnt-interview .item .btn-more a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e54957;
  border-right: 1px solid #e54957;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.all-interview{
  text-align: center;
  margin-top: 50px;
}