@media (min-width: 801px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .an40-int-section__top {
    transform: translateX(-40px);
  }
  .an40-int-section__person {
    width: 880px;
    margin-top: 20px;
    text-align: right;
  }
}
@media (max-width: 800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .an40-int-section__top {
    transform: translateX(0);
  }
  .an40-int-section__person {
    width: auto;
    margin-top: 20px;
    text-align: right;
  }
  .an40-int-section__cover {
    display: flex;
    flex-direction: column;
    background: #094;
  }
  .an40-int-section__cover .an40-int-section__cover--text {
    margin: 10px auto;
    text-align: center;
  }
  .an40-int-section__cover .an40-int-section__cover--text p {
    font-size: 4.25vw;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 0 #7d7d7d, -1px -1px 0 #7d7d7d, -1px 1px 0 #7d7d7d, 1px -1px 0 #7d7d7d, 0px 1px 0 #7d7d7d, 0-1px 0 #7d7d7d, -1px 0 0 #7d7d7d, 1px 0 0 #7d7d7d;
  }
  .an40-int-section__cover .an40-int-section__cover--text h2 img {
    width: 72.46vw;
  }
}
.an40-int-section__person > p {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  border-bottom: rgb(0, 153, 68) 2px solid;
}
.an40-int-section__txt {
  width: auto !important;
}

.an40-btn-trance {
  text-align: center;
  margin-top: 50px;
}
.an40-btn-trance--green {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .an40-btn-trance--green {
    margin-top: 60px;
  }
}
.an40-btn-trance a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid #009944;
  background: #fff;
  font-weight: bold;
  color: #009944;
}
.an40-btn-trance a::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  position: absolute;
  background-image: url(/library/kyousai/kokumin/40th/images/buttom_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
}
.an40-btn-trance--green p {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #009944;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 801px) {
  .an40-btn-trance a,
  .an40-btn-trance--green p {
    border-width: 2px;
    width: 320px;
    height: 60px;
    font-size: 20px;
    line-height: 1.35em;
    padding: 1% 1%;
  }
}
@media (max-width: 800px) {
  .lh-mulch {
    line-height: 7vw !important;
  }
  .an40-btn-trance a,
  .an40-btn-trance--green p {
    border-width: 0.5vw;
    max-width: 87.5vw;
    font-size: 5vw;
    line-height: 14vw;
    padding: 2.5% 2%;
  }
  .an40-btn-trance a {
    width: 80%;
  }
  .an40-btn-trance a::before {
    right: 14.49vw;
  }
  .an40-btn-trance--green p {
    width: 100%;
  }
}

.an40-int-section__sub {
  display: inline-block;
  position: relative;
  padding: 6px;
  margin-top: 80px;
  line-height: 1.08;
  font-size: 30px;
  font-weight: bold;
  color: #009944;
  padding-left: 20px;
  background: #fff;
}
.an40-int-section__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 30px;
  background-color: #009944;
}
@media (max-width: 800px) {
  .an40-int-section__sub {
    font-size: 5vw;
    margin-top: 35px;
  }
  .an40-int-section__sub::before {
    top: 2.66vw;
  }
  .an40-int-interview-float p:first-of-type {
    margin: 0 0 1.25vw;
  }
}
.an40-int-section__sub span {
  background: #fff;
}
.an40-int-interview-float {
  min-height: 214px;
}
.an40-int-interview-float > .an40-int-section__img {
  margin: 9px 10px 12px 30px;
  float: right;
}
@media (max-width: 800px) {
  .an40-int-interview-float > .an40-int-section__img {
    margin: 9px 10px 20px 9px;
  }
}
.an40-int-interview-float > .an40-int-section__img > img {
  box-shadow: 6px 6px 0 #009944;
}
.an40-int-section__video {
  text-align: center;
  margin-top: 65px;
}
@media (max-width: 800px) {
  .an40-int-section__video video,
  .an40-int-section__video iframe {
    width: 100%;
    /* height: auto; */
  }
}
@media (max-width: 500px) {
  .an40-int-section__video video,
  .an40-int-section__video iframe {
    width: 100%;
    height: 200px;
  }
}
.an40-int-section__video:first-of-type {
  margin-top: 0;
}
.an40-int-section__video a img {
  width: 100%;
  max-width: 640px;
}
.an40-int-section__video p {
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.an40-int-more {
  background-color: #f5f5f5;
  padding: 40px 0 55px;
  margin-bottom: 100px;
  border-top: solid #094;
}
.an40-int-more > .an40-int-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.an40-int-more h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  color: #009944;
}
.an40-int-more > .an40-int-section > .an40-int-text {
  margin: 25px 0 0;
  font-size: 17px;
  line-height: 1.8235294118;
}
.an40-int-more ul {
  margin: 50px auto 0;
  width: 550px;
}
@media (max-width: 800px) {
  .an40-int-more ul {
    width: auto;
  }
}
.an40-int-more .an40-int-section ul li {
  margin-bottom: 50px;
  max-width: 550px;
  background-color: #fff;
  position: relative;
}
.an40-int-more .an40-int-section ul li:last-of-type {
  margin-bottom: 0;
}
.an40-int-more .an40-int-section ul li .an40-int-more__cotent h4 {
  padding: 13px;
  text-align: center;
  color: #fff;
  background: #094;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .an40-int-more h3 {
    font-size: 5.8vw;
  }
  .an40-int-more .an40-int-section ul li .an40-int-more__cotent h4 {
    font-size: 4.35vw;
  }
}
.an40-int-more .an40-int-section ul li .an40-int-more__cotent .an40-int-more__text {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  line-height: 1.4;
}
.an40-int-more .an40-int-section ul li .an40-int-more__cotent .an40-btn-more {
  text-align: center;
}
.an40-int-more .an40-int-section ul li .an40-int-more__cotent .an40-btn-more a {
  position: relative;
  border: solid #009944 1px;
  background: #fff;
  font-weight: bold;
  color: #009944;
  font-size: 15px;
  min-width: 200px;
  margin-bottom: 29px;
  line-height: 1.5;
  padding: 10px 20px 10px 10px;
}
.an40-int-more .an40-int-section ul li .an40-int-more__cotent .an40-btn-more a::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  position: absolute;
  background-image: url(/library/kyousai/kokumin/40th/images/buttom_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
}
.an40-int-more .an40-int-section ul li a p {
  font-size: 20px;
  padding: 20px 55px 20px 20px;
  color: #009944;
}
