@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
a:link {
  color: #ff9933;
  text-decoration: none;
}
a:visited {
  color: #ff9933;
  text-decoration: none;
}
a:hover {
  color: #fff100;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 100%;
}
body {
/*  background-color: #af3c3c;*/
background: #FFF;
animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
/*font-family: serif;*/
font-family: inherit;
color: #282828;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.exLink:after {
  margin: 0 3px;
  vertical-align: middle;
  content: '\f08e';
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
ul, li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
br.sp {
  display: none;
}
.note {
  font-size: 85%;
  padding-left: 1em;
}
.note::before {
  content: '※';
  margin-left: -1em;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

/* ヘッダー
 * --------------------------------------------------------*/
/*.head {
  width: 860px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}*/


/*ヨドガワ
 * --------------------------------------------------------*/
/*.yodogawa {
width: 840px;
text-align: center;
margin:0 auto;
overflow: hidden;
padding-bottom: 30px;
}
.yodogawa .left {
width: 120px;
float:left;
}
.yodogawa .right {
width: 720px;
float:right;
}
.yodogawa .left li {
  float: left;
  list-style-type: none;
}*/


/*もくじ
 * --------------------------------------------------------*/
/* .mokuji_title {
   text-align: center;
   font-size: 36px;
   line-height: 1.5em;
   font-family: "Reimin Y20 Medium JIS2004";
   margin: 0 auto;
   padding-top: 15px;
   padding-bottom: 30px;
   color: #000 !important;
 }
 .mokuji_date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  color: #666 !important;
}*/


/*タイトル
 * --------------------------------------------------------*/
/*.title {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}*/


/*対談
 * --------------------------------------------------------*/
 .conv {
  width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}
h3 {
  font-size: 2em;
  text-align: center;
  color: #134398;
  font-family: 'Zen Maru Gothic N B',sans-serif;
  line-height: 1.3;
}
.conv dl {
  padding-bottom: 35px;
}
.conv dt {
  float: left;
  clear: both;
  font-family: "Reimin Y20 Medium JIS2004";
  text-align: left;
  font-weight: bold;
  line-height: 1.4em;
  padding-top: 5px;
}
.sage {
  margin-left: -8px;
}
.conv dd {
  margin-left: 80px;
  text-align: left;
}
.conv .photo {
  width: 600px;
  margin-left: -50px;
  margin-bottom: 40px;
}
.cap {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  color: #666;
  text-align: left;
}
.end {
  text-align: center;
  line-height: 1.6em;
  padding: 30px 0;
  color: inherit;
}
.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
  color: #f5e7e7;
}
.white {
/*  width: 700px;*/
  width: 71%;
  /*text-align: center;*/
  text-align: left;
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #f5e7e7;*/
  background-color: #FFF;
/*  margin-top: 25px;
  margin-bottom: 50px;*/
  box-shadow: 30px 0px 50px -20px dimgrey;
}
.pageback {
  text-align: center;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*INFO
 * --------------------------------------------------------*/
.info {
  width: 55%;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.info_title {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Reimin Y20 Medium JIS2004";
  line-height: 1.9em;
  color: #f5e7e7;
  padding-bottom: 20px;
}
.info_photo {
  width: 500px;
  margin: 0 auto;
  padding-top: 40px;
}

/*ライン
 * --------------------------------------------------------*/
 .border_dot {
   border: dashed 0.5px #fff;
   width: 840px;
   margin: 0 auto;
 }


/*ナビゲーション
 * --------------------------------------------------------*/
.navi {
/*  width: 760px;*/
  width: 75%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-bottom: 5px solid #D73B16;
  border-top: 5px solid #D73B16;
}

.navi img {
  height: 90px;
}

.navi ul {
  display: flex;
  justify-content: space-around;
  padding: 7% 0;
}

.navi li {
  text-align: center;
  width: 33.3%;
}

/*フッター
 * --------------------------------------------------------*/
 #footer {
   /*width: 760px;*/
   width: 100%;
   /*clear: both;*/
   height: auto;
   padding-left: 40px;
   padding-top: 40px;
   margin: 0 auto;
   overflow: hidden;
   background: #013D20;
 }

 #footer ul {
  display: flex;
  justify-content: center;
 }

#footer li {
  /*float: left;*/
  float: none;
  margin-right: 30px;
  list-style-type: none;
  position: relative;
}

.mail {
  padding-top: 15px;
  margin-left: 80px;
}
.home {
  padding-top: 12px;
  margin-right: 0px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #f5e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
}


/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .wrapper {
    width: 100%;
  }

  #navi {
    width: 95%;
    clear: both;
    text-align: center;
    margin-top: -6px;
    margin-bottom: -3px;
  }

  #navi img {
    height: 80px;
  }

  .yodogawa {
    width: 94%;
  }
  .yodogawa .left {
    width: 80px;
  }
  .yodogawa .right {
    width: 500px;
  }

  #footer {
    width: 96%;
    padding-left: 0px;
  }
  #footer ul {
    display: flex;
    justify-content: center;
  }
  #footer .mail {
    margin-left: 0px;
  }
  #footer .home {
    margin-right: 0px;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: "";
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.br {
    display: inherit;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 95%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 88%;
  margin:0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
¦ -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
  .yodogawa .left {
  width: 65%;
  float:none;
  text-align: left;
  }
  .yodogawa .right {
  width: 100%;
  float:none;
  padding-bottom: 20px;
  }
  .yodogawa .right img {
  width: 100%;
  }


  /*スマホ対応 もくじ
   * --------------------------------------------------------*/
   .mokuji_title {
     font-size: 20px;
     padding-top: 5px;
     padding-bottom: 15px;
   }
   .mokuji_date {
    font-size: 13px;
    padding-bottom: 20px;
  }


  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .title {
    width: 90%;
    padding-top: 15px;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .conv {
    width: 88%;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .conv dt {
    width: 100%;
    float: none;
  }
  .conv dd {
    width: 100%;
    margin-left: 0;
  }
  .conv dl {
    padding-bottom: 10px;
  }
  .conv .photo {
    width: 100%;
    margin: 0 auto;
  }
  .cap {
    font-size: 14px;
  }
  .end {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .date {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .white {
    /*width: 95%;*/
    width: 94%;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .pageback {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }


  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .info {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .info_title {
    font-size: 22px;
  }
  .info_photo {
    width: 85%;
    margin: 0 auto;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  /*スマホ対応　ナビゲーション
   * --------------------------------------------------------*/
  .navi {
    width: 95%;
    clear: both;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navi img {
    height: 60px;
  }

  .navi ul {
    padding-left: 0px;
  }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }

/*  #footer ul {
    display: block;
  }*/
  #footer ul {
    justify-content: center;
  }

  #footer li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
  }

  #footer li img {
    width: auto;
    height: 40px;
  }

  #footer .mail img {
    width: 50%;
    height: 50%;
  }
  #footer .home img {
    width: 50%;
    height: 50%;
  }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}




/*ダーウィンの贈り物はじまる　追加分
* --------------------------------------------------------*/

/*共通*/
header {
  background: #013D20;
  padding: 1.25rem 0rem;
  display: flex;
  justify-content: space-around;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999999;
}
header h1 {
  background-image: url(../images/logo_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  min-height: 45px;
  width: 700px;
}
.school201903__readWrap p {
  color: #5A2816;
  line-height: 1.8;
  font-family: 'Zen Maru Gothic N B',sans-serif;
  margin-top: 0;
}
.school201903__bannerBox {
  padding-bottom: 3em;
}
.school201903__bannerBox ul {
  text-align: center;
}
.school201903__bannerBox ul li:first-child {
  padding-bottom: 3em;
}
.school201903__bannerBox ul li a img {
  width: 480px;
  max-width: 100%;
}
.school201903__micontxt:after {
  content: "感想を送る";
  color: #FFF;
  font-size: 10px;
  position: absolute;
  top: 55px;
  left: 0;
  text-align: center;
  font-family: 'Zen Maru Gothic N B',sans-serif;
}
.school201903__hicontxt:after {
  content: "ほぼ日ホームへ";
  color: #FFF;
  font-size: 10px;
  position: absolute;
  top: 55px;
  left: 0;
  width: 80px;
  font-family: 'Zen Maru Gothic N B',sans-serif;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.school201903__snsList {
  display: flex;
}
.school201903__snsList li {
  display: inline-block;
  margin-right: 1em;
}
.school201903__snsList li:first-child {
  margin-right: 2em;
}
.txtbig {
  font-size: 40px;
}
.photo {
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}

/*INDEX*/
.school201903__eyeCatcher {
  border-bottom: 2px solid #013D20;
  padding-top: 89px;
}
.school201903__eyeCatcher img {
  width: 100%;
}
.school201903__readWrap.index {
  padding-right: 6em;
}
.school201903__readWrap .school201903__lineBox {
  display: inline;
  position: relative;
  color: #013D20;
  font-family: 'Zen Maru Gothic N B',sans-serif;
  font-size: 150%;
  letter-spacing: 5px;
}
.school201903__lineBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #FFFF00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.school201903__container {
  display: flex;
  justify-content: center;
  padding: 5em 0 4em;
}
.school201903__navBox {
  margin-top: 1em;
}
.school201903__navBox ul li .ttlStyle {
  background: #E33828;
  color: #FFF;
  border-radius: 5px;
  padding: .3em .5em;
  display: inline-block;
  font-family: 'Zen Maru Gothic N B',sans-serif;
}
.school201903__navBox ul li {
  margin-bottom: 8%;
}
.school201903__navBox ul li p {
  color: #013D20;
}
.school201903__navBox ul li p.fFamily {
  margin: 10px 0 8px;
  font-family: 'Zen Maru Gothic N B',sans-serif;
}

/*series　1*/
.school201903no1__backgroundimg {
  background-image: url(../images/background01.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  display: block;
  background-color: #D6DB00;
}
.school201903__h2title {
  text-align: center;
  max-width: 100%;
}
.school201903__h2title h2 img {
  width: 755px;
  max-width: 100%;
  margin: 0 auto;
}
p.school201903__readWrap {
  color: #5A2816;
  line-height: 1.8;
  font-family: 'Zen Maru Gothic N B',sans-serif;
  margin: 0 auto;
  font-size: 100%;
/*  margin-top: 0;*/
}
.school201903__mainwrap dl {
  display: flex;
}
.school201903__mainwrap dt,
.school201903__mainwrap dd {
  display: inline-block;
}
.school201903__mainwrap dt {
  vertical-align: top;
  color: #134398;
  width: 8%;
  font-family: inherit;
}
.school201903__mainwrap dd {
  margin-left: 40px;
}


/*series　3*/
.school201903no2__backgroundimg {
  background-image: url(../images/background03.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  display: block;
  background-color: #FFFFDA;
}
.school201904__iconposition {
  position: relative;
}
.school201904__headerarea {
  padding-top: 13%;
}
.school201903__h2title {
  padding-right: 1em;
  padding-left: 1em;
}
.notice {
  border: 15px solid #9ccc65;
  padding: 1em 2em;
  margin: 5% auto 10%;
  border-radius: 25px;
}
.notice p {
  line-height: 1.8;
}
.school201904__headerwrap {
  display: flex;
}

.disabled div {
  background: #bdbdbd!important;
}
.disabled p {
  color: #bdbdbd!important;
}
.disabled a {
  pointer-events: none;
}
.photo.school201904__imgbox {
  text-align: center;
}
.photo.school201904__imgbox img {
  width: 60%;
  max-width: 100%;
  height: auto;
}
.school201904__imgbox2 {
  display: flex;
}
.school201904__imgbox2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.konoha {
  width: 70%;
  margin: 0 auto;
  text-align: right;
}
.konoha img {
  width: 137px;
  max-width: 100%;
  height: auto;
}
br.spbr {
  display: none;
}

.yokoku3_profile {
  display: flex;
  align-items: flex-start;
}
.yokoku3_profile img {
  width: 214px;
  max-width: 100%;
  height: auto;
  padding: 1em 1em 0 0;
  box-sizing: border-box;
}
.yokoku3_profile li {
  text-align: left;
  font-size: 100%;
}
.yokoku3_profile ul {
  margin-top: 10px;
}
.yokoku3_profile ul li:first-child {
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .yokoku3_profile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .yokoku3_profile img {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .yokoku3_profile ul {
    margin-top: 10px;
  }
  .yokoku3_profile ul li:first-child {
    font-weight: bold;
    margin-bottom: 8px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {}

@media only screen and (max-width: 640px) {
  /*共通*/
  header {
    background: #013D20;
    padding: 10px;
    flex-wrap: wrap;
    z-index: 9999;
    justify-content: flex-start;
  }
  header h1 {
    background-image: url(../images/logo_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    min-height: 80px;
    width: 700px;
  }
  .school201903__snsList img {
    width: 40px;
  }
  .school201903__container {
    flex-direction: column;
    padding: 2em;
  }
  .school201903__readWrap {
    padding-right: 0;
  }
  .school201903__bannerBox ul li:first-child {
    padding-bottom: 10px;
  }
  .school201903__bannerBox ul li a img {
    width: 250px;
  }
  .school201903__micontxt:after {
    top: 44px;
    left: -5px;
    width: 50px;
    text-align: left;
  }
  .school201903__hicontxt:after {
    top: 44px;
    left: -13px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br {
    display: block;
  }
  br.br {
    display: none;
  }
  br.spbr {
    display: block;
  }
  .txtbig {
    font-size: 1.6rem;
  }
  .school201903__snsList li:first-child {
    margin-right: 1em;
  }
  /*INDEX*/
  .school201903__eyeCatcher {
    padding-top: 143px;
  }
  .school201903__readWrap.index {
    padding-right: 0;
  }
  .school201903__readWrap .school201903__lineBox {
    font-size: 1.4rem;
  }
  /*20190328*/
  .school201903no1__backgroundimg {
    background: #D6DB00;
  }
  .school201903__sptitle {
    position: relative;
  }
  .school201903__mainwrap dt {
    width: 50px;
  }
  .school201903__mainwrap dd {
    width: 87%;
    margin-left: 15px;
  }
  h3 {
    font-size: 1.5rem;
  }
  .white {
    box-shadow: none;
    padding: 0;
  }
  /*20190401*/
  .school201903no2__backgroundimg {
    background: #FFFF33;
  }

  .school201903__h2title {
    padding-right: 0;
    padding-left: 0;
  }
  .yokoku3_profile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .yokoku3_profile img {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }


  /*series　2*/
  .school201904__headerarea {
    padding-top: 145px;
  }
  .school201903__h2title h2 {
    margin: 0 -200%;
    padding: 0 197%;
  }
  .konoha img {
    width: 30%;
    max-width: 100%;
    height: auto;
  }
  p.school201903__readWrap {
    font-size: 3.7vw;
  }
}