@media screen and (min-width: 836px) {
    .sp-only {
        display: none !important;
    }
}
@media screen and (max-width: 835px) {
    .pc-only {
        display: none !important;
    }
}
body {
    position: relative;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
input {
    outline: none;
}
dl {
        margin-block-start: 0em;
    margin-block-end: 0em;
}

@media screen and (min-width: 836px) {
  .contents {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .mv {
    width: 100%;
    position: relative;
  }
  .mv picture, .mv img {
    width: 100%;
  }
  .mv .logo {
    position: absolute;
    width: 21.8%;
    left: 4.5%;
    top: 4.5%;
  }
  .mv .logo .en {
    width: 100%;
    display: block;
  }
  .mv .logo .ja {
    width: 25.1%;
    margin-top: 12px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .mv .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: white;
    font-size: 3.5vw;
    line-height: 1.4;
    position: absolute;
    left: 5%;
    top: 60%;
    /*writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;*/
  }
  .mv .title span {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: white;
    font-size: 1.35vw;
    line-height: 1.7;
    display: block;
  }
  .mv .name-box {
    display: inline-flex;
    position: absolute;
    left: 5%;
    top: 80%;
    /*display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
  }
  .mv .name-box span {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6vw;
    font-weight: 300;
    color: white;
    /*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
  }
  .mv .name-box .name {
    font-size: 2.38vw;
    line-height: 1.6;
  }
  .mv .name-box2 {
    display: inline-flex;
    position: absolute;
    left: 5%;
    bottom: 7%;
    /*display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
  }
  .mv .name-box2 span {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2vw;
    font-weight: 300;
    color: white;
    /*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
  }
}
  @media screen and (max-width: 835px) {
    .contents {
      padding-top: 50px;
      padding-bottom: 0;
    }
    .mv {
      width: auto;
      height: auto;
      position: relative;
    }
    .mv > picture {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center;
    }
    .mv > picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center;
    }
    .mv .logo {
      position: absolute;
      width: 35.9%;
      top: 4%;
      left: 4%;
    }
    .mv .logo .en {
      width: 100%;
      display: block;
    }
    .mv .logo .ja {
      width: 75%;
      margin-top: 10px;
      margin-left: 0;
      margin-right: auto;
      display: block;
    }
    .mv .logo picture, .mv .logo img {
      width: 100%;
    }
    .mv .title {
      font-family: "Noto Serif JP", serif;
      font-weight: 300;
      color: white;
      font-size: 5.30vw;
      line-height: 1.4;
      position: absolute;
      left: 5%;
      top: 58.0%;
        margin-right: 2%;
    }
    .mv .title span {
      font-family: "Roboto Condensed", "Noto Serif JP", serif;
      font-weight: 500;
      color: white;
      font-size: 3vw;
      line-height: 1.7;
      display: block;
    }
    .mv .name-box {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: absolute;
      left: 5%;
      top: 79.0%;
    }
    .mv .name-box span {
      display: block;
      font-family: "Noto Serif JP", serif;
      font-size: 12px;
      font-weight: 300;
      color: white;
    }
    .mv .name-box2 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: absolute;
      left: 5.8%;
      bottom: 5%;
    }
    .mv .name-box2 span {
      display: block;
      font-family: "Noto Serif JP", serif;
      font-size: 12px;
      font-weight: 300;
      color: white;
    }
    .mv .name-box .post {
      font-size: 1.19vw;
      line-height: 1.6;
    }
    .mv .name-box .name {
      font-size: 5.38vw;
      line-height: 1.6;
    }
  }
    
    
    
    
    
@media screen and (min-width: 836px) {
  .article-box {
    width: 100%;
    padding-bottom: 50px;
    background-color: #ffffff;
  }
  .article-box .read-box {
    margin-right: auto;
    margin-left: auto;
    margin-top: 43px;
    width: 57%;
  }
  .article-box .read-box .caption {
    font-size: 20px;
    line-height: 1.75;
    color: #000;
    font-weight: 500;
  }
  .article-box .read-box .credit {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    color: #000;
    font-weight: 400;
  }
  .article-box .hosoku {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 300;
      display: block;
      margin: 20px 0 0;
    }
.article-box .text-box {
    margin-right: auto;
    margin-left: auto;
    width: 57%;
  }
  .article-box .title {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 36px;
    line-height: 1.667;
    font-weight: 500;
    margin-top: 80px;
  }
  .article-box .talk {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 0;
  }
  .article-box .talk dt {
    flex-basis: 3%;
      margin-right: 3%;
      white-space: nowrap;
  }
  .article-box .talk dt.interviewee {
    font-weight: bold;
    color: #317000;
  }
  .article-box .talk dd {
    flex-basis: 90%;
    margin-bottom: 30px;
  }
  .article-box .talk dd:last-child {
    margin-bottom: 0;
  }
  .article-box > .img-box {
    margin-right: auto;
    margin-left: auto;
    width: 57%;
    max-width: 960px;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
  }
  .article-box img.img {
    width: 100%;
    display: block;
  }
  .article-box img.img75 {
    height: 75%;
      width: auto;
      margin: 0 auto;
    display: block;
  }
  .article-box .bkg {
    background: #eff5eb;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    padding: 1% 1% 2.5%;
  }

.article-box .column-box {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 1480px;
}    

.article-box .column-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
}    
.article-box .Center {
    display: flex;
    align-items: center;
}    
.article-box .Bottom {
    display: flex;
    align-items: flex-end;
}

.article-box .column-L50 {
        width: 48%;
    }  
.article-box .column-R50 {
        width: 48%; 
    }  
    
.article-box .column-L60 {
        width: 58%;
    }  
.article-box .column-R40 {
        width: 38%; 
    }  
.article-box .column-L70 {
        width: 68%;
    }  
.article-box .column-R30 {
        width: 28%; 
    }  
    
.article-box .column-L40 {
        width: 38%;
    }  
.article-box .column-R60 {
        width: 58%; 
    }  
.article-box .column-L30 {
        width: 28%;
    }  
.article-box .column-R70 {
        width: 68%; 
    }  

.article-box .first {
        order : 1; 
}
.article-box .second {
        order : 2; 
}    
    .article-box .imgcaption {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
        display: block;
        margin: 5px 0 0;
    font-weight: 300;
    }
  .article-box > .profile-box {
    margin-right: auto;
    margin-left: auto;
    width: 57%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 50px;
  }
  .article-box > .profile-box .img-box {
    width: 46.8%;
    margin-right: 20px;
  }
  .article-box > .profile-box .img-box .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .article-box > .profile-box .text-box {
    width: calc(53.2% - 20px);
    padding-top: 15px;
    font-weight: 300;
    margin-top: 0;
  }
  .article-box > .profile-box .text-box .title {
    font-size: 30px;
    line-height: 1;
    color: #317000;
    font-weight: 400;
    margin-top: 0;
  }
  .article-box > .profile-box .text-box .name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
  }
  .article-box > .profile-box .text-box .description {
    font-size: 14px;
    color: #000;
    line-height: 1.714;
    font-weight: 300;
    margin-top: 25px;
  }
}
@media screen and (max-width: 835px) {
    .article-box .text-box .talk dl {
      flex-flow: column;
    }
  .article-box {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #ffffff;
  }
  .article-box .read-box {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
  .article-box .read-box .caption {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
  }
  .article-box .read-box .credit {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #000;
    font-weight: 400;
  }
  .article-box .hosoku {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 300;
      display: block;
      margin: 20px 0 0;
    }
.article-box > .text-box {
    margin-right: auto;
    margin-left: auto;
    margin-top: 46px;
    width: 92%;
    max-width: none;
    position: relative;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
  }
  .article-box > .text-box.caption {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    font-weight: 300;
  }
  .article-box > .text-box.credit {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    font-weight: 300;
    margin-top: 10px;
  }
  .article-box .title {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .article-box > .text-box .text {
    margin-top: 20px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
  }
  .article-box > .text-box .link {
    display: inline;
    position: relative;
    text-decoration: underline;
    color: #000;
    -webkit-transition: color 0.1s ease, -webkit-text-decoration 0.1s ease;
    transition: color 0.1s ease, -webkit-text-decoration 0.1s ease;
    transition: color 0.1s ease, text-decoration 0.1s ease;
    transition: color 0.1s ease, text-decoration 0.1s ease, -webkit-text-decoration 0.1s ease;
  }
  .article-box > .text-box .link:hover {
    color: #0078ff;
    text-decoration: none;
  }
  .article-box > .text-box .link .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15px;
    margin-left: 5px;
  }
  .article-box > .text-box .link .icon img {
    width: 100%;
  }
  .article-box > .text-box + .img-box {
    margin-top: 22px;
  }
  .article-box > .img-box {
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: none;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
  }
  .article-box .img {
    width: 100%;
    display: block;
  }
  .article-box img.img75 {
    width: 75%;
      height: auto;
      margin: 0 auto;
    display: block;
  }

.article-box > .img-box .img-caption {
    font-size: 14px;
    line-height: 2.143;
    color: #000;
    text-align: right;
    display: block;
    width: 100%;
  }
    
  .article-box .talk {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 0;
  }
  .article-box .talk dt {
    flex-basis: 10%;
      margin-right: 3%;
      white-space: nowrap;
  }
  .article-box .talk dt.interviewee {
    font-weight: bold;
    color: #317000;
  }
  .article-box .talk dd {
    flex-basis: 87%;
    margin-bottom: 30px;
  }
    
.article-box .column-box {
    width: 92%;
    margin: 40px auto 20px;
}    
.article-box .column-L50, .article-box .column-R50, .article-box .column-L60, .article-box .column-R40, .article-box .column-L70, .article-box .column-R30, .article-box .column-L40, .article-box .column-R60, .article-box .column-L30, .article-box .column-R70 {
    width: 100%;
    margin: 0 auto;
    }  
.article-box .Center, .article-box .Bottom {
    width: 100%;
    margin: 0 auto;
}    

    .article-box .bkg {
    background: #eff5eb;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
    padding: 3% 0 5%;
  }
   
    .article-box .imgcaption {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
        display: block;
        margin: 5px 0 0;
    font-weight: 300;
    }
    
  .article-box > .profile-box {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    margin-top: 50px;
  }
  .article-box > .profile-box .img-box {
    margin-right: auto;
    margin-left: auto;
    width: 65%;
  }
  .article-box > .profile-box .img-box .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .article-box > .profile-box .text-box {
    width: 100%;
    padding-top: 15px;
    font-weight: 300;
  }
  .article-box > .profile-box .text-box .title {
    font-size: 16px;
    line-height: 1;
    color: #317000;
    font-weight: 400;
  }
  .article-box > .profile-box .text-box .name {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
  }
  .article-box > .profile-box .text-box .description {
    font-size: 12px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 10px;
  }
}
    
