html {
	scroll-behavior: smooth;
}
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
}
body{
text-align: center;
height: 100%;
width: 100%;
margin: 0 auto;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
line-height: 160%;
-webkit-text-size-adjust: 100%;
}
h1{
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
}
h2{
  font-size: 2rem;
  line-height: 160%;
}
h3{
  font-size: 1.2rem;
  line-height: 160%;
}
span,p{
  font-size: 1rem;
  color:#333333;
  line-height: 160%;
}
strong{
  font-weight: bold;
  text-align: left;
  color:#333333;
  line-height: 160%;
}
td{
  text-align: left;
  color:#333333;
  line-height: 160%;
}
li{
  list-style:none
}
a{
  text-decoration:none
}
#hyugashinwa_content{
  margin: 0 auto;
  width: 100%;
  text-align:center;
}
.width1000{
  max-width: 1000px;
  margin: 0 auto;
}
#content div.sub p{
color: #fff !important;
background: #0082c9;
padding:1rem 0;
font-size: 0.9rem;
}



/*TOPタイトル*/
#hyugashinwa_content .title-pc{
  display: block;
  position:relative;
  background-image: url(../img/subpage/hyugashinwa/top.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#hyugashinwa_content .title-sp{
  display: none;
}
#hyugashinwa_content .book-flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin:0 auto;
  padding: 45rem 0 3rem;
}
#hyugashinwa_content .book-flex .hi,
#hyugashinwa_content .book-flex .mu,
#hyugashinwa_content .book-flex .ka{
  position: relative;
}
#hyugashinwa_content .book-flex div img {
  width: 100%;
  z-index: 2;
  position: relative;
margin-top: -8rem;
transition: .2s;
}
#hyugashinwa_content .book-flex a:hover div img.book {
  opacity: 0.8;
  transition: .2s;
}
#hyugashinwa_content .book-flex a{ 
  flex-basis: 28%;
  transition: .2s;
}
#hyugashinwa_content  img.icon-hover{
  opacity: 0;
  transition: .2s;
  z-index: 3;
}
#hyugashinwa_content  a:hover img.icon-hover {
  opacity: 1;
  transition: .2s;
  z-index: 3;
}
#hyugashinwa_content .book-flex a:hover
.hi img.miyazakiken,
#hyugashinwa_content .book-flex a:hover .mu img.miyazakiken,
#hyugashinwa_content .book-flex a:hover .ka img.miyazakiken{
  top: -7rem;
  transition: .2s;
}
#hyugashinwa_content .hi img.miyazakiken {
  width: 50%;
  position: absolute;
  top: -4rem;
  left: 4.5rem;
  z-index: 1;
}
#hyugashinwa_content img.icon-hover {
  width: 80%;
    z-index: 3;
}
#hyugashinwa_content .ka img.miyazakiken {
width: 50%;
  position: absolute;
top: -4rem;
  left: 5rem;
  z-index: 1;
}
#hyugashinwa_content .mu img.miyazakiken {
  width: 60%;
    position: absolute;
    top: -4rem;
    left: 3.5rem;
    z-index: 1;
}
@media screen and ( max-width:481px ) {
 #hyugashinwa_content .title-pc {
  display: none;
 }

#hyugashinwa_content .title-sp{
     display: block;
      position: relative;
      background-image: url(../img/subpage/hyugashinwa/top-sp.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    #hyugashinwa_content .slider-2{
    padding: 20rem 0 0;
    width: 100%;
    }
#hyugashinwa_content .slider-2 .slick-slide {
  width: 500px;
  height: auto;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
#hyugashinwa_content .slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#hyugashinwa_content .slider-2 .slick-slide img.miyazakiken {
  display: none;
}
#hyugashinwa_content .slider-2 img.icon-hover {
  opacity: 0;
  transition: .2s;
}
#hyugashinwa_content .slider-2 a:hover img.icon-hover {
  opacity: 1;
  transition: .2s;
}
#hyugashinwa_content .prev-arrow,
#hyugashinwa_content .next-arrow {
  display: block;
width: 80px;
  height: 80px;
  transition: all .3s ease;
  cursor: pointer;
}

#hyugashinwa_content .prev-arrow {
  position: absolute;
  top: 60% !important;
  left: 0;
  z-index: 999;
}

#hyugashinwa_content .next-arrow {
  position: absolute;
  top: 60% !important;
 right: 0;
z-index: 999;
}
}

/***********本の内容 日向神話を”朗読劇”で わかりやすく伝える台本を制作しました。*************/
#hyugashinwa_content .daihon {
  margin: 3rem auto;
}
#hyugashinwa_content .daihon .content-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hyugashinwa_content .daihon .content-flex .text{
  flex-basis: 60%;
}
#hyugashinwa_content .daihon .content-flex .img {
  flex-basis: 35%;
}
#hyugashinwa_content .daihon .content-flex .img img {
  width: 100%;
}
#hyugashinwa_content .daihon h2{
color: #004f39;
font-weight: bold;
font-size: 2.5rem;
text-align: justify;
margin-bottom: 2rem;
}
#hyugashinwa_content .daihon h3 {
color: #c30d23;
font-weight: bold;
font-size: 1.8rem;
text-align: justify;
margin-bottom: 1rem;
}
#hyugashinwa_content .daihon h4{
  color: #004f39;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
}
#hyugashinwa_content .daihon h3::before{
  content:"";
  display: inline-block;
    width: 30px;
    height: 30px;
  background-image: url(../img/subpage/hyugashinwa/ichimatsu.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#hyugashinwa_content .daihon p,
#hyugashinwa_content .daihon ul{
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 1.5rem;
}
#hyugashinwa_content .daihon span{
  color: #004f39;
  font-weight: bold;
  padding-left: 0.5rem;
}
#hyugashinwa_content .daihon li {
  font-weight: bold;
    text-align: justify;
    font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-left: 1.5em;
    text-indent: -1.5em;
}

/*****************リンク集*******************/
#hyugashinwa_content .back{
  background-image: url(../img/subpage/hyugashinwa/cream-back-pc.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2rem;
}
#hyugashinwa_content .link{
  margin: 3rem auto;
  max-width: 1000px;
  margin: 0 auto;
}
#hyugashinwa_content .link .content-flex {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}
#hyugashinwa_content .link .content-flex .link-txt{
  flex-basis: 60%;
}
#hyugashinwa_content .link .content-flex .link-img {
  flex-basis: 30%;
  animation: fuwahuwa 2s ease-in-out infinite alternate;
}
@keyframes fuwahuwa {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px); /* 上に20px移動 */
  }
}
#hyugashinwa_content .link .content-flex .link-img img{
  width: 100%;
}

#hyugashinwa_content .link .title{
  text-align: justify;
  display: block;
  background: none;
  max-width: 350px;
}
#hyugashinwa_content .link .title h2{
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}
#hyugashinwa_content .link p {
  text-align: left;
  color: #000000 !important;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 2rem;
}
#hyugashinwa_content .link .title h2 img{
  width: 100%;
}
#hyugashinwa_content .link .content-flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#hyugashinwa_content .link .content-flex02 .link-content{
  flex-basis: 30%;
}
#hyugashinwa_content .link .content-flex02 .link-content a{
transition: .2s;
}
#hyugashinwa_content .link .content-flex02 .link-content a:hover img{
opacity: 0.7;
transition: .2s;
}
#hyugashinwa_content .link .content-flex02 .link-content img{
  width: 100%;
  padding:1rem 0;
}
#hyugashinwa_content .link p.sp-only {
  display: none;
}
@media screen and ( max-width:481px ) {
    #hyugashinwa_content .daihon{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  #hyugashinwa_content .daihon h2 {
      font-size: 2rem;
    }
#hyugashinwa_content .daihon .content-flex {
  display: block;
}
#hyugashinwa_content .link .content-flex02 {
  display: block;
}
#hyugashinwa_content .daihon h4 {
  color: #004f39;
  font-weight: bold;
  font-size: 0.95rem;
  text-align: center;
  padding: 1rem 0;
}
#hyugashinwa_content .link .title h2 img {
  width: 80%;
}
#hyugashinwa_content .link .content-flex {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}
#hyugashinwa_content .link {
padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#hyugashinwa_content .link p {
padding-bottom: 3rem;
}
#hyugashinwa_content .link .content-flex .link-img img {
  width: 80%;
}
#hyugashinwa_content .link p.sp-only{
display: block;
color: #442f32;
text-align: center;
padding: 0 2rem;
font-size: 1.2rem;
}
#hyugashinwa_content .link p.sp-only::after {
  content: "";
  display: inline-block;
  width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #442f32;
    border-right: 0;
    margin: 0 1rem;
}
#hyugashinwa_content .link p.sp-only::before {
  content: "";
  display: inline-block;
  width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #442f32;
    border-left: 0;
    margin: 0 1rem;
}
#hyugashinwa_content .link .slick-dots{
  display: flex;
    justify-content: center;
}
#hyugashinwa_content .link .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ffbf99;
  border:1px solid coral;
  border-radius: 50%;
  cursor: pointer;
}
#hyugashinwa_content .link .slick-dots li:hover,
#hyugashinwa_content .link .slick-dots li.slick-active{
background:#442f32;
border: 1px solid coral;
border-radius: 50%;
}
#hyugashinwa_content .link .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#hyugashinwa_content .back {
  background-image: url(../img/subpage/hyugashinwa/cream-back-sp.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2rem;
}
}
@media screen and ( min-width:769px ) {
  img.title01 {
    display:block;
    width: 100%;
      margin: 50px 0 auto;
      padding-top: 50px;
}
img.title01-sp{
  display:none;
  text-align: center;
  width:100%
}
}
@media screen and ( max-width:768px ) {
  #hyugashinwa_content01 p{
    color: #ffffff!important;
      text-align: left;
      font-size: 1rem;
      font-weight: bold;
      max-width: 360px;
      margin: 20px auto;
}
}
@media screen and ( min-width:769px ){
#hyugashinwa_content01 .present{
  display: flex;
    justify-content: center;
}
}
@media screen and ( max-width:768px ) {
  #hyugashinwa_content01 .present{
    display: block;
      justify-content: center;
  }
}
.present01 img,.present02 img{
  width: 95%;
}
p.text01{
  text-align: center;
  margin-top: 10px;
}
p.text02{
  font-size: 1.2rem;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}
/*募集要項*/
  .title02,.title03,.title04,.title05{
    max-width: 1000px;
    margin:0 auto;
    padding-bottom: 5rem;
  }
.title02 h2,.title04 h2,.title05 h2{
  color:#0082c9;
  padding:2rem 0;
  margin-bottom: 2rem;
  border-bottom: 3px solid #0082c9;
}
.title04 p {
  padding-bottom: 1rem;
}
.title02 span,.title04 span{
  text-align: left;
}
.title02 span.small, .title04 span.small {
  font-size: 0.9rem;
  font-weight: normal;
}
.title02 table{
  width: 100%;
  border-collapse: collapse;
}
.title02 td{
  padding:2rem 0;
  border: 1px solid #dddddd !important;
  position: relative;
  background-clip: padding-box !important;
}
.title02 strong.book-title {
  font-size: 1.2rem;
}
.title02 p.red {
    color: #e60012 !important;
		font-weight: bold;
    text-align: left;
    margin-top: 2rem;
}
.title02 td.title{
  padding: 1.5rem;
  background: #cddb24;
  width: 18%;
  vertical-align:middle
}
.title02 td.content{
  padding: 1.5rem;
    width: 40%;
    vertical-align: middle;
}
.title02 td.img {
    padding: 1.5rem;
    width: 20%;
    vertical-align: middle;
}
.title02 td.img img{
  width: 100%;
  height:auto;
}
.title02 td.button {
    padding: 3.5rem 1.5rem;
    width: auto;
    display: block;
    height: 155px;
}
.title02 section.button-03 {
    margin: 3.5rem auto;
}
.title02 strong.red{
  color:#e60012;
}
.title02 a {
    color: #0082c9 !important;
    font-size: 1rem !important;
}
.title02 a.button {
    color: #fff !important;
    font-size: 1rem !important;
    width: 100%;
}
.title02 a img {
  width: 2.5%;
}
.title03 h3 {
  text-align: left;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 1rem;
  margin: 1rem 0;
}
.title03 p{
text-align: left;
}
.title04 table{
  width: 100%;
  margin-bottom: 2rem;
}
.title04 p{
  font-weight: bold;
}
.title04 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0082c9;
  text-align: left;
}
.title04 tr{
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.title04 td.title {
  padding: 2rem;
  background: #0082c9;
  color: #fff;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.title04 td.title img {
  width: 30%;
  margin: 0 auto;
}
.title04 td.content{
  padding:2rem;
  width: 65%;
}
.title04 td.content a{
color:#0082c9 !important;
text-align: center;
}
.title04 td.content a img{
  width: 2%;
}
.title04 section.button-01 {
  width: 50%;
  margin:1rem 0;
}
.title04 a section.button-01 {
  color: #fff !important;
  width: 40%;
  padding: 1rem 0;
  margin: 1rem 0;
}
.title04 a section.button-01:hover{
  color: #0082c9 !important;
  transition: .1s;
}
.title04 span.red{
  color:#e60012;
  font-weight: bold;
}
@media screen and ( max-width:768px ){
	section.button-01 {
    width: 80%;
}
  ul.green-back{
    color: #000000;
    text-align: left;
    background-color: #deeab6;
    border-radius: 10px;
    padding: 2rem;
    margin: 5px;
  }
  img.button{
    width: 80%;
    margin: 50px 0;
  }
	section.button-03 {
    width: 90%;
}
}
  @media screen and ( max-width:768px ){
    img.title03-pc{
      display: none;
    }

    img.title03-sp {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
/*応募フォーム*/
span.required {
  color: #fff;
  background: #e60012;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.2rem 0.8rem;
  margin-right: 0.5rem;
}
p.name, p.email, p.q {
  text-align: left;
  font-family: "游ゴシック",sans-serif;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  width: 100%;
}
.title04 span.small br{
  display: none;
}
.title04 p.name br{
  display: none;
}
.wpcf7-form textarea {
  width: 100% !important;
  height: 200px;
  border: 2px solid #dddddd;
  border-radius: 7px;
  background-color: #f9f9f9;
}
.wpcf7-form input {
  width: 99% !important;
  border: 2px solid #dddddd;
  background-color: #f9f9f9;
  border-radius: 7px;
  padding: 15px 5px;
}
input {
    width: 23%;
    padding: 50px 0;
  }
.form_area {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.form_area small {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.title04 .pribacy{
  text-align: center;
  margin:0 auto;
}
.title04 .pribacy p{
  text-align: center;
  font-weight: normal;
}
.wpcf7-form input.wpcf7-submit {
  margin: 0.5em 0em !important;
  background-color: #fff !important;
  border: 1px solid #0082c9;
  border-radius: 5px !important;
  color: #0082c9 !important;
  width: 40% !important;
  font-size: 1.2rem;
  transition: 0.5s;
}
.wpcf7-form input.wpcf7-submit:hover {
  border: 1px solid #0082c9;
    background-color: #0082c9 !important;/* 背景の色 */
    color:#fff !important;/* 文字の色*/
  }

  .btn-submit {
      width: 100%;
      text-align: center;
  }
  div.wpcf7-mail-sent-ok {
    color: #e60012 !important;
    border: 2px solid #0082c9;
}
/*スマホ表示フォーム*/
@media screen and (max-width: 768px){
  input {
    width: 85%;
  padding: 50px 0;
    }
  }
/*お問合せ先*/
.title05 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0;
}
.title05 .title05-flex {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  max-width: 600px;
  margin: 1rem auto;
}
.title05 .title05-flex .img{
  flex-basis: 10%;
}
.title05 .title05-flex .img img{
  width: 65%;
}
.title05 .title05-flex .text01{
  text-align: left;
  flex-basis: 45%;
}
.title05 .title05-flex .text02{
  text-align: left;
  flex-basis: 45%;
}
.title05 .title05-flex .text01 a,
.title05 .title05-flex .text02 a {
  color: #0082c9 !important;
 font-size: 1.5rem;
 font-weight: bold;
 vertical-align: -webkit-baseline-middle;
}
.title05 .title05-flex .text01 a:hover,
.title05 .title05-flex .text02 a:hover {
  color: #0082c9 !important;
  transition: .1s;
}
/*スマホ版TOP*/
@media screen and ( max-width:820px ){
  #top-header {
    display: none;
}
}
@media screen and ( max-width:400px ){
  #hyugashinwa_content_00 {
    margin: 2rem auto;
    padding: 1rem;
    max-width: 400px;
}
#hyugashinwa_content_00 span {
    display: block;
    width: 20%;
    margin: 0 auto;
}
  #hyugashinwa_content_00 h2 {
    font-size: 1.2rem;
}
#hyugashinwa_content01 {
    background-image: url(../img/subpage/miyazaki-epb/green-back-sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 4rem;
    width: auto;
}
#hyugashinwa_content01 #hyugashinwa_content01-flex {
  display: block;
}
#hyugashinwa_content01 #hyugashinwa_content01-flex img {
  width: 50%;
  margin-top: -3rem;
}
#hyugashinwa_content01-img02 {
  display: none;
}
.title02, .title03, .title04, .title05 {
  margin: 2rem auto;
  padding: 1rem;
  max-width: 350px;
}
.title02 a img {
  width: 5%;
}
.title02 th,.title04 th{
  width:auto;
  display:block;
}
.title04 td.title img {
  display: none;
}
.title04 tr{
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.title02 td.title {
  display: block;
  padding: 1rem;
  background: #cddb24;
  width: auto;
}
.title02 td.img {
  display: block;
  padding: 1rem;
  width: auto;
}
.title02 td.button {
  display: block;
  padding: 1rem;
  width: auto;
}
.title04 td.title {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  width: auto;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.title04 td.title br {
  display: none;
}
.title04 p.name br{
  display: block;
}
.title04 span.small br{
  display: block;
}
.title04 td.content a img {
  width: 5%;
}
.title02 td.content,.title04 td.content {
  padding: 1rem;
  width:auto;
  display:block;
}
.title04 a section.button-01 {
  width: 100%;
}
.title05 .title05-flex {
  display: flex;
  flex-wrap: wrap;
}
.title05 .title05-flex .img {
  flex-basis: 20%;
}
.title05 .title05-flex .text01 {
  text-align: left;
  flex-basis: 80%;
}
.title05 .title05-flex .text02 {
  text-align: left;
  flex-basis: 80%;
}
.title05 .title05-flex .img img {
  width: 60%;
}
}
/*safari 調整*/
_::-webkit-full-page-media, _:future, :root section.button-01 {
  display: block;
  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,section.button-01 {
    display: block;
    }
}
