@charset "UTF-8";

.bg-gray{
  background-color: #f1f1f1;
}
@media all and (-ms-high-contrast:none) {
.contents__hukkou,.contents__kankou,
.section__btn,.article-btn__list,.pagenation-btn__list,.pagenation-btn__back{
font-family: "メイリオ", Meiryo, sans-serif !important;
}
}

.italic{
  font-style: italic;
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* -------------------- common -------------------- */
.section-inner {
}
.section__ttl {
  font-size: 300%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 4.166%;
}
.section__ttl span {
  padding-bottom: 5px;
  border-bottom: 2px solid #008fd4;
  line-height: 1.5;
}
.is--IE .section__ttl span {
  line-height: 1.8;
  padding-bottom: 0;
}
.section__btn {
  width: 290px;
  height: 50px;
  margin-top: 15px;
}
.section__btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #ffffff;
  background-color: #008fd4;
  font-weight: bold;
  text-align: center;
  font-size: 160%;
  box-sizing: border-box;
  border: 1px solid #008fd4;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  vertical-align: middle;
}
.no-touchevents .section__btn a:hover {
  background-color: #ffffff;
  color: #008fd4;
}
.section__btn a::after {
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  background: url(../img/common/cmn_ic_arrow_bw.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
}
.section__btn--new-window a::after {
  width: 20px;
  height: 15px;
  background: url(../img/common/cmn_ic_newwindow.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
}
.no-touchevents .section__btn a:hover::after {
  background-position: 0 -5px;
}
.no-touchevents .section__btn--new-window a:hover::after {
  background-position: 0 -15px;
}

/* -------------------- main -------------------- */
.main {
  width: 100%;
  background-color: #f1f1f1;
}


/* -------------------- hero -------------------- */
.hero {
}
.hero{
  margin: 0 auto;
  padding-top: 12.887%;
  box-sizing: border-box;
  position: relative;
}
.hero.fukushima{
  background: url(../img/japan_detail/main_img_fukushima.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  background-size: cover;
}
.hero.miyagi{
  background: url(../img/japan_detail/main_img_miyagi.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  background-size: cover;
}
.hero.iwate{
  background: url(../img/japan_detail/main_img_iwate.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  background-size: cover;
}
.hero-wrapper {
  width: 70.278%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 6%;
  text-align: right;
}
.hero__ttl {
  color: #000000;
  font-weight: bold;
  font-size: 280%;
  display: inline-block;
  text-align: left;
}
.contents__hukkou::before{
  opacity: 0.8;
  content: "Reconstruction";
  background-color: #20a657;
  color: #ffffff;
  font-size: 70%;
  padding: 0.1% 1.4%;
  display: block;
  text-align: center;
  width: 160px;
}
.contents__kankou::before{
  opacity: 0.8;
  content: "Tourism";
  background-color: #005bad;
  color: #ffffff;
  font-size: 70%;
  padding: 0.1% 1.4%;
  display: block;
  text-align: center;
  width: 95px;
}

/* -------------------- white-wrapper -------------------- */
.white-wrapper {
  width: 70.278%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
}


/* -------------------- note -------------------- */
.note {
}
.note .section-inner {
  width: 76.089%;
  margin: 0 auto;
  text-align: center;
  padding-top: 3.906%;
  padding-bottom: 5.906%;
}
.note__ttl {
  font-size: 240%;
  line-height: 2;
  color: #20a657;
}
.note__copy {
  margin-top: 1.906%;
  font-size: 150%;
  line-height: 2;
  font-weight: bold;
}


/* -------------------- article -------------------- */
.article .section-wrapper {
}
.article .section-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 76.089%;
  margin: 0 auto;
}
.article-detail{
  margin-bottom: 12.166%;
}

.article-detail__img {

}
.article-detail__img img {
  width: 100%;
  height: auto;
}
.article-detail--right .article-detail__img {
  width: 50%;
  float: left;
  margin-right: 4.166%;
}
.article-detail--left .article-detail__img {
  width: 50%;
  float: right;
  margin-left: 4.166%;
}
.article-detail--center .article-detail__img {
  width: 100%;
  margin-bottom: 2.166%;
}
.article-detail--contents--2  .article-detail__img li{
  width: 49.12%;
  float: left;
  margin-bottom: 2.166%;
}
.article-detail--contents--2 .article-detail__img li:last-child {
  margin-left: 1.625%;
}
.article-detail--contents--3  .article-detail__img li{
  width: 32.39%;
  float: left;
  margin-bottom: 2.166%;
}
.article-detail--contents--3 .article-detail__img li:not(:last-child){
  margin-right: 1.325%;
}
.article-detail__box {
    width: 100%;
}
.article-detail--right .article-detail__box {
  width: 45.680%;
  float: left;
}
.article-detail--left .article-detail__box {
  width: 45.680%;
  float: right;
}

.article-detail__ttl {
  font-size: 200%;
  font-weight: bold;
  color: #20a657;
  line-height: 1;
  padding-bottom: 1%;
}

.article-project__txt {
  font-size: 150%;
  margin-top: 5px;
  line-height: 1.8;
}


.article-detail--contents--1 .movie__list .movie__box{
  width: 100%;
  margin: 0 auto;
}
.movie__img{
 position: relative;
 width: 100%;
 height: auto;
 line-height: 0;
 overflow: hidden;
}
.movie__img img{
 width: 100%;
 height: auto;
}
.item__icon{
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  width: 64px;
  height: 64px;
}



.small{
  font-size: 120%;
  color: #3e3e3e;
}
.img_only{
  margin-bottom: -1%;
}
.link a{
  color: #005bad;
  font-weight: bold;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link a::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../img/common/cmn_ic_newwindow_blue.png) 0 0 no-repeat;
  margin-left: 6px;
  margin-top: 8px;
}
.link a:hover{
  color: #d6d6d6;
  font-weight: bold;
}


/* -------------------- pagenation-article -------------------- */

.pagenation-article .section-inner {
  padding-top: 0;
  padding-bottom: 8.166%;
  text-align: center;
}
.article-btn__list li{
  display: inline-block;
}
.article-btn__list li:not(:last-child){
  margin-right: 2%;
}
.article-btn__item {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #20a657;
}
.article-btn__item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 220%;
  font-weight: bold;
  color: #20a657;
  line-height: 45px;
  text-align: center;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.article-btn__now a{
  background-color: #20a657;
  color: #ffffff;
}
.article-btn__item a:after {
  content: '';
  display: block;
  width: 262px;
  height: 59px;
  box-sizing: border-box;
}
.no-touchevents .article-btn__item a:hover {
  background-color: #20a657;
  color: #ffffff;
}
.no-touchevents .article-btn__item a:hover::after {
  border-color: #ffffff;
}

/* -------------------- writer -------------------- */

.writer .section-wrapper {
  width: 72.089%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #20a657;
  padding: 0 3.859%;
  margin-bottom: 5.166%;
}
.writer .section-inner {
  width: 100%;
  height: auto;
}
.writer .section-inner .writer-detail__img {
  width: 24%;
  float: left;
  margin-right: 4.166%;
}
.writer-detail__img img {
  width: 100%;
  height: auto;
}
.writer .section-inner .writer-detail__img {
  width: 24%;
  float: left;
  margin-right: 4.166%;
}
.writer__ttl{
  color: #20a657;
  font-size: 140%;
  font-weight: bold;
}
.writer__ttl .name{
  font-size: 160%;
}
.writer__txt{
  font-size: 140%;
  margin-top: 5px;
  line-height: 1.8;
}

/* -------------------- pagenation -------------------- */
.pagenation .section-wrapper {
  width: 70.278%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 3.166%;
  margin-bottom: 4.166%;
}
.pagenation .section-inner {
  padding-top: 0;
  font-weight: bold;
}
.pagenation-btn__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pagenation-btn__item {
}
.pagenation-btn__item--prev,
.pagenation-btn__item--next {
  width: 168px;
  height: 65px;
}
.pagenation-btn__item--prev {
  float: left;
}
.pagenation-btn__item--next {
  float: right;
}
.pagenation-btn__item--prev a,
.pagenation-btn__item--next a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #20a657;
  font-size: 180%;
  line-height: 65px;
  text-align: center;
  position: relative;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #ffffff;
}
.pagenation-btn__item--prev a::after,
.pagenation-btn__item--next a::after {
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  background: url(../img/common/cmn_ic_arrow_gw.png) 0 -5px no-repeat;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -3px;

}
.pagenation-btn__item--prev a::after {
  background: url(../img/common/cmn_ic_arrow_gw_l.png) 0 -5px no-repeat;
  left: 11px;
}
.no-touchevents .pagenation-btn__item--prev a:hover,
.no-touchevents .pagenation-btn__item--next a:hover {
  background-color: #20a657;
  color: #ffffff;
}
.no-touchevents .pagenation-btn__item--prev a:hover::after,
.no-touchevents .pagenation-btn__item--next a:hover::after {
  background-position: 0 0;
}
.pagenation-btn__back {
  width: 268px;
  height: 65px;
  margin: 0 auto;
}
.pagenation-btn__back a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #20a657;
  font-size: 180%;
  line-height: 65px;
  text-align: center;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  background-color: #ffffff;
}
.pagenation-btn__back a:after {
  content: '';
  display: block;
  width: 262px;
  height: 59px;
  box-sizing: border-box;
  border: 1px solid #20a657;
  position: absolute;
  top: 2px;
  left: 2px;
}
.no-touchevents .pagenation-btn__back a:hover {
  background-color: #20a657;
  color: #ffffff;
}
.no-touchevents .pagenation-btn__back a:hover::after {
  border-color: #ffffff;
}

/* -------------------- contact -------------------- */
.contact .section-inner {
  padding-top: 0;
  text-align: center;
}
.contact__txt {
  font-size: 140%;
  font-weight: bold;
}
.no-touchevents .contact__txt a:hover {
  text-decoration: underline;
}

/* -------------------- share -------------------- */
.share-wrapper{
  background-color: #ffffff;
}


}


/* ==========================================================================
   responsive ajustment
   ======================================================================= */
@media all and (min-width: 768px) and (max-width: 1024px){

  /* -------------------- pagenation -------------------- */
  .pagenation .section-inner {
    padding-top: 0;
    padding-bottom: 10.714%;
    font-weight: bold;
  }
  .pagenation-btn__list {
  }
  .pagenation-btn__item {
    margin-bottom: 7.142%;
  }
  .pagenation-btn__item--prev,
  .pagenation-btn__item--next {
    width: 116px;
    height: 45px;
  }
  .pagenation-btn__item--prev {
    float: left;
  }
  .pagenation-btn__item--next {
    float: right;
  }
  .pagenation-btn__item--prev a,
  .pagenation-btn__item--next a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #20a657;
    font-size: 120%;
    line-height: 45px;
    text-align: center;
    position: relative;
  }
  .pagenation-btn__back {
    width: 185px;
    height: 45px;
    margin: 0 auto;
  }
  .pagenation-btn__back a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #20a657;
    font-size: 120%;
    line-height: 45px;
    text-align: center;
    position: relative;
  }
  .pagenation-btn__back a:after {
    content: '';
    display: block;
    width: 179px;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #20a657;
    position: absolute;
    top: 2px;
    left: 2px;
  }

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- common -------------------- */
.section-inner {
}
.section__ttl {
  font-size: 190%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 7.142%;
  line-height: 1.7;
}
.section__ttl span {
  padding-bottom: 5px;
  border-bottom: 2px solid #008fd4;
  line-height: 1.5;
}
.is--IE .section__ttl span {
  padding-bottom: 0;
  line-height: 1.8;
}
.section__btn {
  width: 250px;
  height: 50px;
  margin: 7.142% auto 0;
}
.section__btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #ffffff;
  background-color: #008fd4;
  font-weight: bold;
  text-align: center;
  font-size: 140%;
  position: relative;
}
.section__btn a::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/common/cmn_ic_arrow_white_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
}
.section__btn--new-window a::after {
  width: 20px;
  height: 14px;
  background: url(../img/common/cmn_ic_newwindow_white_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
}

/* -------------------- hero -------------------- */
.hero {
  margin-top: 60px;
}
.hero {
  padding-top: 28.375%;
  padding-left: 5%;
  padding-right: 5%;
  max-height: 400px;
  box-sizing: border-box;
  position: relative;
}
.hero.fukushima{
  background: url(../img/japan_detail/main_img_sp_fukushima.jpg) no-repeat;
  background-size: cover;
}
.hero.miyagi{
  background: url(../img/japan_detail/main_img_sp_miyagi.jpg) no-repeat;
  background-size: cover;
}
.hero.iwate{
  background: url(../img/japan_detail/main_img_sp_iwate.jpg) no-repeat;
  background-size: cover;
}
.hero-wrapper {
  padding-bottom: 6%;
  text-align: left;
}
.hero__ttl {
  color: #000000;
  font-weight: bold;
  font-size: 200%;
  padding-bottom: 10px;
  text-align: left;
  display: inline-block;
}
.contents__hukkou::before{
  opacity: 0.8;
  content: "Reconstruction";
  background-color: #20a657;
  color: #ffffff;
  font-size: 80%;
  padding: 0.1% 2.3%;
  display: block;
  width: 140px;
  text-align: center;
}
.contents__kankou::before{
  opacity: 0.8;
  content: "Tourism";
  background-color: #005bad;
  color: #ffffff;
  font-size: 80%;
  padding: 0.1% 2.3%;
  display: block;
  width: 90px;
  text-align: center;
}

/* -------------------- white-wrapper -------------------- */
.white-wrapper {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
}


/* -------------------- note -------------------- */
.note {
}
.note .section-inner {
  padding-top: 7.142%;
  padding-bottom: 7.142%;
}
.note__ttl{
  font-size: 150%;
  font-weight: bold;
  color: #20a657;
  text-align: center;
}
.note__copy {
  margin-top: 3.906%;
  font-size: 130%;
  line-height: 1.7;
  font-weight: bold;
}


/* -------------------- article -------------------- */
.article .section-wrapper {
  padding: 0 0;
}
.article .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.article-detail{
  padding: 0 20px;
  margin-bottom: 20.166%;
}
.article-detail__img img {
  width: 100%;
  height: auto;
}
.article-detail__ttl {
  font-size: 160%;
  font-weight: bold;
  color: #20a657;
  line-height: 1.7;
  margin-top: 10px;
}
.article-project__txt {
  font-size: 130%;
  line-height: 1.8;
  margin-top: 3.166%;
}
.small{
  font-size: 120%;
  color: #3e3e3e;
}
.article-detail__img li{
  margin-bottom: 10px;
}
.img_only{
  margin-bottom: 10px;
}
.link a{
  color: #005bad;
  font-weight: bold;
}
.link a::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../img/common/cmn_ic_newwindow_blue.png) 0 0 no-repeat;
  margin-left: 6px;
  margin-top: 8px;
}
.movie__img {
  position: relative;
}
.movie__img img {
  width: 100%;
  height: auto;
}
.movie__img .item__icon img {
  width: 20%;
  height: auto;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  width: 42px;
  height: 42px;
}

/* -------------------- writer -------------------- */

.writer .section-wrapper {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #20a657;
  padding: 0 3.859%;
  margin-bottom: 12.166%;
}
.writer .section-inner {
  width: 90%;
  height: auto;
  margin:  0 auto;
}
.writer .section-inner .writer-detail__img {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 3.859%
}
.writer-detail__img img {
  width: 100%;
  height: auto;
}

.writer__ttl{
  color: #20a657;
  font-size: 140%;
  font-weight: bold;
}
.writer__ttl .name{
  font-size: 150%;
}
.writer__txt{
  font-size: 120%;
  margin-top: 5px;
  line-height: 1.8;
}


/* -------------------- pagenation-article -------------------- */

.pagenation-article .section-inner {
  padding-top: 0;
  padding-bottom: 12.166%;
  text-align: center;
}
.article-btn__list li{
  display: inline-block;
}
.article-btn__list li:not(:last-child){
  margin-right: 3%;
}
.article-btn__item {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #20a657;
}
.article-btn__item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 160%;
  font-weight: bold;
  color: #20a657;
  line-height: 40px;
  text-align: center;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.article-btn__now a{
  background-color: #20a657;
  color: #ffffff;
}
.article-btn__item a:after {
  content: '';
  display: block;
  width: 262px;
  height: 59px;
  box-sizing: border-box;
}

/* -------------------- pagenation -------------------- */
.pagenation .section-inner {
  padding-top: 8.166%;
  padding-bottom: 16.714%;
  font-weight: bold;
}
.pagenation-btn__list {
}
.pagenation-btn__item {
  margin-bottom: 7.142%;
}
.pagenation-btn__item--prev,
.pagenation-btn__item--next {
  width: 116px;
  height: 45px;
}
.pagenation-btn__item--prev {
  float: left;
}
.pagenation-btn__item--next {
  float: right;
}
.pagenation-btn__item--prev a,
.pagenation-btn__item--next a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #20a657;
  font-size: 120%;
  line-height: 45px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.pagenation-btn__item--prev a::after,
.pagenation-btn__item--next a::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/common/cmn_ic_arrow_green_sp.png) 0 -5px no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
}
.pagenation-btn__item--prev a::after {
  background: url(../img/common/cmn_ic_arrow_green_l_sp.png) 0 -5px no-repeat;
  background-size: 100% auto;
  left: 11px;
}
.pagenation-btn__back {
  width: 185px;
  height: 45px;
  margin: 0 auto;
}
.pagenation-btn__back a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #20a657;
  font-size: 120%;
  line-height: 45px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.pagenation-btn__back a:after {
  content: '';
  display: block;
  width: 179px;
  height: 39px;
  box-sizing: border-box;
  border: 1px solid #20a657;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* -------------------- contact -------------------- */
.contact .section-inner {
  padding-top: 0;
  padding-bottom: 10.714%;
  text-align: center;
}
.contact__txt {
  font-size: 110%;
  font-weight: bold;
}

/* -------------------- share -------------------- */
.share-inner{
  background-color: #ffffff;
}

}
