@charset "UTF-8";
/* CSS Document */

article {
    max-width: 1200px;
    margin: 0 auto;
}

.information_title {
    text-align: center;
}

.information_title span {
    display: inline;
    background: linear-gradient(transparent 40%, #cde8f8 40%);
}
@media screen and (min-width:768px) {
  .information_title span {
    font-size: 18px;}
}
@media screen and (max-width:768px) {
    .information_title {
        font-size: 16px;
    }
}

.interview_item {
    margin-bottom: 50px;
}

.interview {
    width: 80%;
    margin: 3rem auto 0;
    display: table;
    position: relative;
}

#feature p.interview_title,
.interview_title {
  width: 80%;
  margin: 3rem auto 0;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
}

.interview_title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.interview_title span::before,
.interview_title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.interview_title span::before {
  right: 100%;
}

.interview_title span::after {
  left: 100%;
}

.thumb img {
    width: 80px;
}

.thumb {
    position: absolute;
}

.thumb.right_thmb {
    right: 0;
}

.thumb.thumb_usagi {
    bottom: -20px;
    left: 10px;
}

.thumb.thumb_usagi img {
    width: 60px;
}

.thumb.thumb_shiba {
    bottom: -20px;
}

.thumb.thumb_shiba img {
    width: 65px;
}

.thumb.thumb_wani {
    bottom: 0px;
    left: -30px;
}

.thumb.thumb_wani img {
    width: 110px;
}

.thumb.thumb_tori img {
    width: 100px;
}

.thumb.thumb_tori {
    right: -25px;
}

.thumb.thumb_shika {
    bottom: -10px;
    right: -10px;
}

.thumb.thumb_shika img {
    width: 90px;
}

.thumb.thumb_purei {
    bottom: -40px;
    left: 20px;
}

.thumb.thumb_purei img {
    width: 60px;
}

.thumb.thumb_oumu {
    bottom: -40px;
    left: 20px;
}

.thumb.thumb_oumu img {
    width: 50px;
}

.thumb.thumb_neko {
    bottom: -20px;
}

.comment {
    border-radius: 20px;
    padding: 20px;
    width: 85%;
    min-height: 75px;
    display: table-cell;
    vertical-align: middle;
}

.blue_box {
    background-color: #BBC3D5;
    float: right;
}

.green_box {
    background-color: #BBD5D0;
    float: left;
}

.light_green_box {
    background-color: #C9D5BB;
    float: right;
}

.orange_box {
    background-color: #D5C5BB;
    float: left;
}

#feature .note,
.story .note {
    width: 80%;
    margin: 1rem auto 0;
}

@media screen and (max-width:768px) {
    .thumb img {
        width: 80px;
    }

    .thumb.thumb_hitsuji {
        bottom: 0;
        left: -25px;
    }

    .thumb.thumb_usagi {
        bottom: 0;
        left: -5px;
    }

    .thumb.thumb_shiba img,
    .thumb.thumb_usagi img {
        width: 60px;
    }

    .thumb.thumb_shiba {
        bottom: 0;
    }

    .thumb.thumb_meganezaru {
        bottom: 0;
        left: -30px;
    }

    .thumb.thumb_tori {
        bottom: 0;
        right: -30px;
    }

    .thumb.thumb_tori img {
        width: 100px;
    }

    .thumb.thumb_shika {
        bottom: 0;
        right: -25px;
    }

    .thumb.thumb_shika img {
        width: 90px;
    }

    .thumb.thumb_wani {
        bottom: 0;
        left: -40px;
    }

    .thumb.thumb_wani img {
        width: 100px;
    }

    .thumb.thumb_purei {
        bottom: -10px;
        left: -10px;
    }

    .thumb.thumb_purei img {
        width: 60px;
    }

    .thumb.thumb_zou {
        bottom: -20px;
        right: -15px;
    }

    .thumb.thumb_oumu {
        left: 0px;
        bottom: -10px;
    }

    .thumb.thumb_oumu img {
        width: 50px;
    }

    .thumb.thumb_inu {
        bottom: 0px;
        left: -25px;
    }

    .thumb.thumb_ressa {
        bottom: 0px;
        right: -10px;
    }

    .thumb.thumb_neko {
        bottom: -20px;
    }
}







.office_info {
  width: 21em;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  background: #fafafa;
  border-radius: 3px;
  padding: 1em 4em;
  display: inline-block;
  margin-bottom: 20px;
}

.office_info dt {
  display: inline-block;
  width: 5em;
}

.office_info dd {
  display: inline-block;
  width: 8em;
}

#feature .office_info_title {
    margin-right: 0;
    margin-left: 0;
}

#feature {
    max-width: 960px;
    margin: 60px auto;
}
#feature h1 {
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width:961px) {
  #feature h1 {
    font-size: 28px;
    margin: 0 0 50px 0;
  }
  #feature .visual {
    width: 60%;
    border-radius: 10px;
    display: block;
    margin: 0 auto 60px auto;
  }
  #feature p {
    margin: 0 50px 2em 50px;
    line-height: 1.8em;
  }
  #feature .office_info {
    margin-left: 50px;
  }
  #feature p:last-of-type { margin-bottom: 0; }

  #feature .read_book {
    width: 278px;
    height: 189px;
    background: url("/fauna/story/images/read_off.png") no-repeat;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width:960px) {
  #feature h1 {
    font-size: 5vw;
    margin: 0 0 5.2vw 0;
  }
  #feature .visual {
    width: 60%;
    border-radius: 2.08vw;
    display: block;
    margin: 0 auto 6.25vw auto;
  }
  #feature p {
    margin: 0 5.2vw 2em 5.2vw;
    line-height: 1.8em;
  }
  #feature .office_info {
    margin-left: 5.2vw;
  }
  #feature p:last-of-type { margin-bottom: 0; }
  /* #feature .read_book {
    width: 28.96vw;
    height: 19.6875vw;
    background: url("/fauna/story/images/read_off.png") no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
  } */
}
/* #feature .read_book:hover {
  animation-name: readBook;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
}
@keyframes readBook {
  100% {
    background: url("/fauna/story/images/read_on.png") no-repeat;
    background-size: 100%;
  }
} */


.top_banner_ehon {
  display: block;
  width: 278px;
  animation: fadein 8s ease-in-out 0s forwards;
  margin: 10px auto 0;
  transition: .4s;
}
@media screen and (max-width:768px) {

.top_banner_ehon {
  width:60vw;
  animation: fadein 1s ease-in-out 0s forwards;
  margin: 20px auto 0;
}
#feature {
max-width: 100%;
margin: 8vw auto;
}
}

.ecological_survey {
  overflow: hidden;
  width: 96%;
  margin: 30px auto;
  background: url(/fauna/story/ehon/feature/images/ecological_survey/map_pattern.jpg) repeat top left;
  padding: 6.7vw 0 10.41vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
}
.ecological_survey h2,
.ecological_survey h3,
.ecological_survey h4,
.ecological_survey-pic,
.ecological_survey-section02-img01,
.ecological_survey-section02-img02,
.ecological_survey-section02-img03,
.ecological_survey-section02-img04,
.ecological_survey-section03 p {
  text-align: center;
}
.ecological_survey h2 img {
  width: 84%;
  height: auto;
}
.ecological_survey .ecological_survey-section01 {
  margin: 8.13vw 0 0;
}
.ecological_survey .ecological_survey-section01 h3 img {
  width: auto;
  height: 3.4vw;
}
.ecological_survey .ecological_survey-section01 p:first-of-type {
  width: 72.6%;
  margin: 3.39vw auto;
  padding-bottom: 2vw;
  font-size: 1.6vw;
  line-height: 4vw;
  background: url(/fauna/story/ehon/feature/images/ecological_survey/line_2.png) repeat top left / auto 4vw;
}
.ecological_survey-pic img {
  width: 87%;
  height: auto;
}
.ecological_survey .ecological_survey-section02 {
  margin: 6.77vw 0 0;
  padding-bottom: 9.33vw;
  background: url(/fauna/story/ehon/feature/images/ecological_survey/animalline_1.png) no-repeat bottom center / 56.66% auto;
}
.ecological_survey .ecological_survey-section02-last {
  background: none;
}
.ecological_survey .ecological_survey-section02 h4 {
  margin-bottom: 4.17vw;
}
.ecological_survey .ecological_survey-section02 h4 img {
  width: auto;
  height: 4.37vw;
}
.ecological_survey-section02-img01 img {
  width: 55.73%;
}
.ecological_survey-section02-img02 img,
.ecological_survey-section02-img03 img {
  width: 56.66%;
}
.ecological_survey-section02-img04 img {
  width: 72.81%;
}
.ecological_survey-section02-text {
  width: 56.66%;
  margin: 4.33vw auto 0;
  font-size: 1.6vw;
  line-height: 1.8;
}
.ecological_survey-section03 p img {
  width: 37%;
  height: auto;
}

@media screen and (max-width:768px){
  .ecological_survey {
    width: 100%;
    margin: 0 auto;
    padding: 13vw 0 20vw;
  }
  .ecological_survey h2 img {
    width: 94%;
    height: auto;
  }
  .ecological_survey .ecological_survey-section01 {
    margin: 10vw 0 0;
  }
  .ecological_survey .ecological_survey-section01 h3 img {
    width: auto;
    height: 7vw;
  }
  .ecological_survey .ecological_survey-section01 p:first-of-type {
    width: 86%;
    margin: 4.5vw auto;
    padding-bottom: 2vw;
    font-size: 3.4vw;
    line-height: 7.2vw;
    background: url(/fauna/story/ehon/feature/images/ecological_survey/line_2.png) repeat top left / 168% auto;
  }
  .ecological_survey-pic img {
    width: 96%;
    height: auto;
    margin-bottom: 10vw;
  }
  .ecological_survey .ecological_survey-section02 {
    margin: 15vw 0 0;
    padding-bottom: 15vw;
    background: url(/fauna/story/ehon/feature/images/ecological_survey/animalline_1.png) no-repeat bottom center / 70% auto;
  }
  .ecological_survey .ecological_survey-section02-last {
    background: none;
    margin-bottom: 5vw;
  }
  .ecological_survey .ecological_survey-section02 h4 {
    margin-bottom: 5.5vw;
  }
  .ecological_survey .ecological_survey-section02 h4 img {
    width: auto;
    height: 7vw;
  }
  .ecological_survey-section02-img01 img {
    width: 80%;
  }
  .ecological_survey-section02-img02 img,
  .ecological_survey-section02-img03 img {
    width: 80%;
  }
  .ecological_survey-section02-img04 img {
    width: 90%;
  }
  .ecological_survey-section02-text {
    width: 80%;
    margin: 5.5vw auto 0;
    font-size: 3.4vw;
  }
  .ecological_survey-section03 p img {
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .ecological_survey .ecological_survey-section01 p:first-of-type {
    font-size: 19px;
    line-height: 45px;
    background: url(/fauna/story/ehon/feature/images/ecological_survey/line_2.png) repeat top left / auto 45px;
  }
  .ecological_survey-section02-text {
    font-size: 19px;
  }
}

/* 5月リモートワークの秘密と秘訣 */
.remote_work {
  overflow: hidden;
  width: 96%;
  margin: 30px auto;
  background: url(/fauna/story/ehon/feature/images/remote_work/remote_pattern.png) repeat;
  padding: 6.7vw 0 10.41vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
}
.remote_work h2 {
  text-align: center;
}
.remote_work h2 img {
  width: 84%;
  height: auto;
}
.remote_work h3 {
  margin: 5vw 0 3vw;
}
.remote_work h3 img {
  overflow: hidden;
  clear: both;
  width: auto;
  height: 4vw;
}
.remote_work h3.line2 img {
  height: 8.8vw;
}
.remote_work h3,
.remote_work p {
  clear: both;
  width: 36vw;
  font-size: 1.6vw;
  line-height: 2.4vw;
  margin-bottom: 3vw;
}
.remote_work .remote_work-section01 h3,
.remote_work .remote_work-section01 p {
  float: left;
  margin-left: 9vw;
}
.remote_work .remote_work-section02 h3,
.remote_work .remote_work-section02 p {
  float: right;
  margin-right: 9vw;
}
.remote_work .remote_work-section01 .remote_work-img img {
  float: right;
}
.remote_work .remote_work-section02 .remote_work-img img {
  float: left;
}
.remote_work .img01 img {
  width: 32%;
  margin-top: -18vw;
  margin-right: 10vw;
}
.remote_work .img02 img {
  width: 40%;
  margin-top: -23vw;
  margin-left: 4vw;
}
.remote_work .img03 img {
  width: 45%;
  margin-top: -11vw;
  margin-right: 2vw;
}
.remote_work .img04 img {
  width: 41%;
  margin-top: -13vw;
  margin-left: 6vw;
}
.remote_work .img05 img {
  width: 39%;
  margin-top: -8vw;
  margin-right: 5vw;
}
.remote_work .remote_work-section03{
  clear: both;
  padding: 6.7vw 0 0;
  text-align: center;
}
.remote_work .remote_work-section03 img {
  width: 25%;
  height: auto;
}

@media screen and (min-width: 1100px) {
  .remote_work h3 img {
    height: 40px;
  }
  .remote_work h3.line2 img {
    height: 88px;
  }
  .remote_work h3,
  .remote_work p {
    width: 470px;
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 2vw;
  }
  .remote_work .remote_work-section01 h3,
  .remote_work .remote_work-section01 p {
    margin-left: 90px;
  }
  .remote_work .remote_work-section02 h3,
  .remote_work .remote_work-section02 p {
    margin-right: 90px;
  }
  .remote_work .img01 img {
    margin-top: -11vw;
    margin-right: 8vw;
  }
  .remote_work .img02 img {
    margin-top: -15vw;
  }
  .remote_work .img03 img {
    margin-top: -7vw;
  }
  .remote_work .img04 img {
    margin-top: -9vw;
    margin-left: 4vw;
  }
  .remote_work .img05 img {
    margin-top: -5vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width:768px){
  .remote_work {
    width: 100%;
    margin:0 auto;
    padding: 13vw 0;
  }
  .remote_work h2 img {
    width: 94%;
    height: auto;
  }
  .remote_work h3,
  .remote_work p {
    width: 42vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
    margin-bottom: 3vw;
  }
  .remote_work .remote_work-section01 .remote_work-img img,
  .remote_work .remote_work-section02 .remote_work-img img {
    float: none;
  }
  .remote_work .remote_work-section01 .remote_work-img {
    float: right;
  }
  .remote_work .remote_work-section02 .remote_work-img {
    float: left;
  }
  .remote_work .remote_work-section01 .img01 {
    margin-right: 20vw;
  }
  .remote_work .remote_work-section01 .img03 {
    margin-right: 25vw;
  }
  .remote_work .remote_work-section01 .img05 {
    margin-right: 20vw;
  }
  .remote_work .img01 img {
    width: 32vw;
  }
  .remote_work .img02 img {
    width: 40vw;
  }
  .remote_work .img03 img {
    width: 45vw;
  }
  .remote_work .img04 img {
    width: 41vw;
  }
  .remote_work .img05 img {
    width: 39vw;
  }
  .remote_work .remote_work-section03 {
    width: 40vw;
    margin: auto;
    padding-top: 10vw;
  }
  .remote_work .remote_work-section03 img {
    width: 40vw;
  }
}
@media screen and (max-width:640px){
  .remote_work {
    padding: 13vw 0 20vw;
  }
  .remote_work .remote_work-section01 h3,
  .remote_work .remote_work-section02 h3,
  .remote_work .remote_work-section01 p,
  .remote_work .remote_work-section02 p,
  .remote_work .remote_work-section01 .remote_work-img,
  .remote_work .remote_work-section02 .remote_work-img,
  .remote_work .remote_work-section01 .remote_work-img img,
  .remote_work .remote_work-section02 .remote_work-img img {
    float: none;
    width: 80%;
    margin: 5vw auto 3vw;
    font-size: 3.4vw;
    line-height: 1.6em;
  }
  .remote_work .remote_work-section01 .remote_work-img,
  .remote_work .remote_work-section02 .remote_work-img{
    text-align: center;
    margin: -4vw auto 0;
  }
  .remote_work .remote_work-section01 .remote_work-img img,
  .remote_work .remote_work-section02 .remote_work-img img {
    width: 60%
  }
  .remote_work h3 {
    text-align: center;
  }
  .remote_work h3 img {
    height: 7vw;
  }
  .remote_work h3.line2 img {
    height: 15vw;
  }
  .remote_work .remote_work-section03 {
    width: 54vw;
    margin: auto;
    padding-top: 20vw;
  }
  .remote_work .remote_work-section03 img {
    width: 54vw;
  }
}
