#container {
  background: #fffcdb; }

.information .bnr_interview {
  display: none; }

.overview {
  background: url("../img/interview/bg02.png") repeat-x center bottom;
  background-size: 1360px auto;
  position: relative;
  height: 540px; }
  .overview .inner {
    width: 90%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 0 55px; }
  .overview .comment {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 381px;
    width: 95%; }
    .overview .comment img {
      width: 100%;
      height: auto; }
  .overview .pageTitle {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2; }
  .overview .mainCopy {
    font-family: ten-mincho-text, serif;
    color: #006B4D;
    margin-top: 15px;
    position: relative;
    z-index: 2; }
    .overview .mainCopy .aw {
      background: linear-gradient(transparent 75%, #f2e44d 75%, #f2e44d 90%, transparent 90%); }
  .overview .detail {
    display: flex;
    flex-flow: row-reverse wrap; }
  .overview .mainLead {
    text-align: left;
    width: 69%;
    margin-top: 30px;
    position: relative;
    z-index: 2; }
  .overview .illust {
    width: 18%;
    margin: 20px 2.5% 0 0;
    position: relative;
    z-index: 2; }
    .overview .illust img {
      width: 100%;
      height: auto; }

#contents {
  width: 100%;
  max-width: 100%; }

.interview {
  margin-top: 70px; }
  .interview .title {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .interview .title img {
      margin-top: -15px; }
    .interview .title:before, .interview .title::after {
      content: "";
      background-color: #000;
      flex-grow: 1;
      height: 2px; }
    .interview .title::before {
      margin-right: 0.8em; }
    .interview .title::after {
      margin-left: 0.8em; }

.section {
  width: 100%;
  margin-top: 50px; }
  .section .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
    align-items: flex-start; }
  .section.borderBg {
    padding: 30px 0;
    background-image: repeating-linear-gradient(125deg, transparent, transparent 8px, white 8px, white 10px);
    background-size: auto auto; }
    .section.borderBg .inner {
      flex-flow: row wrap; }

#section01_01 .inner,
#section02_01 .inner {
  flex-flow: row wrap; }
#section01_01 .detail,
#section02_01 .detail {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-start; }
  #section01_01 .detail .img,
  #section02_01 .detail .img {
    margin-top: 20px;
    position: relative; }
    #section01_01 .detail .img img,
    #section02_01 .detail .img img {
      width: 100%;
      height: auto; }
    #section01_01 .detail .img .note,
    #section02_01 .detail .img .note {
      position: absolute; }

#section01_01 .bodyCopy {
  width: 52.61%; }
#section01_01 .img {
  width: 41.38%; }
  #section01_01 .img .note {
    left: 0;
    bottom: 0; }

#section01_02 .photo .note {
  width: 100%;
  text-align: right; }

#section01_03 .photo .note {
  right: 0;
  bottom: 0; }

#section02_01 .bodyCopy {
  width: 52.61%; }
#section02_01 .img {
  width: 39.67%; }
  #section02_01 .img .note {
    left: -10%;
    bottom: 20%; }

#section02_03 .photo .note {
  left: 5px;
  bottom: 5px;
  color: #fff; }

#section02_04 .photo .note {
  right: 0;
  top: 10%; }

#section01_01 .photo,
#section02_01 .photo {
  max-width: 297px;
  width: 29.7%; }
#section01_01 .copy,
#section02_01 .copy {
  width: 65%; }

#section01_03 .photo {
  max-width: 270px;
  width: 27%; }
#section01_03 .copy {
  width: 67.5%; }

#section01_02 .photo,
#section02_02 .photo,
#section02_03 .photo {
  max-width: 266px;
  width: 26.6%; }
#section01_02 .copy,
#section02_02 .copy,
#section02_03 .copy {
  width: 67.5%; }

#section02_03 .copy {
  width: 56.5%; }
#section02_03 .photo {
  width: 38.6%;
  max-width: 100%; }
  #section02_03 .photo .note {
    color: #000; }

#section02_04 .photo {
  max-width: 284px;
  width: 28.4%; }
#section02_04 .copy {
  width: 66.5%; }

.sectionCopy {
  text-align: left;
  padding: 0 0 15px 65px;
  position: relative;
  margin-top: 0;
  font-family: ten-mincho-text, serif;
  color: #006B4D;
  font-size: 24px;
  border-bottom: 1px solid #000; }
  .sectionCopy::before {
    position: absolute;
    left: 0;
    top: 45%;
    display: block;
    content: '';
    background: url(../img/common/mark01.png) no-repeat center center;
    background-size: 44px 25px;
    width: 44px;
    height: 25px;
    transform: translateY(-50%); }
  .sectionCopy::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    background-color: #f2e44d;
    height: 6px;
    width: 100%; }

.photo {
  position: relative; }
  .photo img {
    width: 100%;
    height: auto; }
  .photo .note {
    position: absolute; }
  .photo .name {
    font-family: ten-mincho-text, serif;
    font-size: 15px;
    margin-top: 10px; }
    .photo .name::before {
      width: 15px;
      height: 15px;
      border-radius: 15px;
      background-color: #b91837;
      display: inline-block;
      content: '';
      margin: 2px 5px 0 0; }

.bodyCopy {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px; }
  .bodyCopy + .note {
    margin-top: 20px; }

.returnTopBtn {
  position: relative;
  margin: 25px auto 0;
  max-width: 420px;
  width: 90%; }
  .returnTopBtn a .base {
    width: 100%; }
    .returnTopBtn a .base img {
      width: 100%;
      height: auto;
      transition: 200ms; }
  .returnTopBtn a .text {
    font-family: ten-mincho-text, serif;
    text-align: center;
    font-style: normal;
    font-size: 32px;
    font-feature-settings: "palt";
    color: #fff;
    display: block;
    width: 100%;
    letter-spacing: 0.15em;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%); }
  .returnTopBtn a .arrow {
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    width: 12px;
    height: auto; }
  .returnTopBtn a:hover .base img {
    filter: brightness(115%); }

.returnTopBtn + .note {
  max-width: 1000px;
  width: 90%;
  margin: 30px auto 0; }

@media screen and (max-width: 768px) {
  .overview {
    height: 500px; }
    .overview .inner {
      padding: 0 0 70px; }
    .overview .mainCopy {
      border-bottom: 0;
      max-width: 400px;
      margin: 10px auto 0; }
    .overview .detail {
      display: block; }
    .overview .mainLead {
      text-align: center;
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
      text-align: center; }
      .overview .mainLead .aw {
        display: inline-block; }
      .overview .mainLead br {
        display: block; }
    .overview .illust {
      width: 35%;
      min-width: 150px;
      margin: 0;
      position: absolute;
      bottom: -100px;
      left: 0;
      z-index: 0; }
      .overview .illust img {
        width: 100%;
        height: auto; }
    .overview .comment {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }

  .interview {
    margin-top: 50px; }
    .interview .title {
      display: block;
      text-align: center; }
      .interview .title:before, .interview .title::after {
        display: none; }

  .section {
    margin-top: 40px; }
    .section .inner .copy,
    .section .inner .photo {
      width: 100% !important; }
    .section .inner .photo {
      margin: 20px auto 0; }

  #section01_01,
  #section02_01 {
    margin-top: 0; }
    #section01_01 .inner .photo,
    #section02_01 .inner .photo {
      margin: 0 auto 30px; }
      #section01_01 .inner .photo .name,
      #section02_01 .inner .photo .name {
        text-align: center; }
    #section01_01 .inner .detail .bodyCopy,
    #section02_01 .inner .detail .bodyCopy {
      width: 100%; }
    #section01_01 .inner .detail .img,
    #section02_01 .inner .detail .img {
      max-width: 280px;
      width: 100%;
      margin: 25px auto 0; }

  #section01_03 .inner {
    padding-bottom: 50px;
    border-bottom: 2px solid #000; }

  .sectionCopy {
    font-size: 22px;
    padding: 0 0 15px 0;
    text-align: center;
    line-height: 1.4; }
    .sectionCopy::before {
      position: static;
      display: block;
      transform: translateY(0);
      margin: 0 auto 10px; }
    .sectionCopy::after {
      height: 4px; }

  .bodyCopy {
    font-size: 14px;
    margin-top: 15px; } }
@media screen and (max-width: 480px) {
  .overview .illust {
    bottom: -80px; }

  #section02_01 .img .note {
    left: 0; }

  .returnTopBtn a .text {
    font-size: 26px; }
  .returnTopBtn a .arrow img {
    height: 14px;
    width: auto; } }
.note_block {
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding-top: 20px; }
