@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#contents-in {
  margin-bottom: 0;
}

.kaitori-btn {
  position: absolute;
  bottom: 5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.kaitori-btn a {
  position: relative;
  display: inline-block;
  padding: .7em 2.5em .4em 1.2em;
  background: #c84b31;
  border-radius: 5px;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}
.kaitori-btn a span {
  display: block;
  line-height: 1.4;
  font-size: .5em;
}
.kaitori-btn a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  content: "\f101";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  font-size: 1.3em;
  color: #fff;
  line-height: 1;
  transition: .2s;
  animation: arr 1.5s infinite;
}
.kaitori-btn a:hover {
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05, 1.05);
}

@keyframes arr {
  0% {
    transform: translate(0, -50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(10px, -50%);
    opacity: 0;
  }
}
/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
#mainvisual .bg-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  background-position: center center;
  background-size: cover;
}
#mainvisual .bg-slider .inblock .catch-area {
  padding-top: 7em;
}
#mainvisual .bg-slider .inblock .catch-area h1 {
  margin-bottom: 10px;
  width: 85%;
}
#mainvisual .bg-slider .inblock .catch-area .s-title {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
#mainvisual .bg-slider .inblock .catch-area .text {
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px white;
  position: relative;
  color: #000;
}
#mainvisual .bg-slider .inblock .catch-area .text:after {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  filter: blur(10px);
  background: #fff;
  border-radius: 20px;
  width: 110%;
  height: 140%;
  z-index: -1;
  opacity: .5;
}

/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.intro {
  margin-bottom: 5em;
  padding-top: 7em;
  background: url(../image/top/bg_book.png) no-repeat left -5em top 2em;
}
.intro h2 {
  text-align: center;
}
.intro h2 span {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 2em;
  font-size: 2.2em;
  font-weight: bold;
}
.intro h2 span:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background-image: url(../image/top/icon_book.png);
  width: 55px;
  height: 60px;
}
.intro .intro-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.intro .intro-in .text {
  width: 50%;
}
.intro .intro-in .text .read span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f2ecda 60%);
}
.intro .intro-in .photo {
  width: 45%;
  text-align: center;
}
.intro .ex-book {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
}
.intro .photo-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro .photo-area li {
  width: 24%;
}

/* -------------------------------------------- */
/* why */
/* -------------------------------------------- */
.why {
  background: #f0eee9;
  padding: 3em 0;
}
.why .icon {
  margin-bottom: 10px;
}
.why h2 {
  margin-bottom: 1em;
  padding-bottom: 1.2em;
  background: url(../image/top/fukidashi.png) center bottom no-repeat;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.why h2 .s-title {
  font-size: .8em;
}
.why .why-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why .why-area .box {
  width: 48.5%;
  background: #fff;
  border-left: 3px solid #c84b31;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.why .why-area .box h3 {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
}
.why .why-area .box h3:before {
  display: inline-block;
  content: "\f058";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: 5px;
  color: #c84b31;
  font-size: 1.2em;
  vertical-align: middle;
}
.why .why-area .box dl {
  display: flex;
  justify-content: space-between;
}
.why .why-area .box dl dt {
  width: 40%;
}
.why .why-area .box dl dd {
  width: 55%;
}

/* -------------------------------------------- */
/* feature */
/* -------------------------------------------- */
.feature {
  margin-bottom: 3em;
  padding: 5em 0;
  background: url(../image/top/bg_service.jpg) repeat;
}
.feature h2 {
  text-align: center;
}
.feature h2 span {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 2.2em;
  font-weight: bold;
}
.feature h2 span em {
  position: absolute;
  top: -.5em;
  left: -1.5em;
  line-height: 1;
}
.feature .feature-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.feature .feature-area .block {
  width: 31%;
  margin: 0 1% 2em;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  padding: 2em 1.5em 1.5em;
}
.feature .feature-area .block .num {
  position: absolute;
  top: -.4em;
  left: .5em;
  font-size: 2.6em;
  color: #c84b31;
  line-height: 1;
  letter-spacing: -.5px;
}
.feature .feature-area .block dl dt {
  margin-bottom: 1em;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .feature-area .block dl dt img {
  max-height: 110px;
  max-width: 130px;
}
.feature .feature-area .block dl .ttl {
  margin-bottom: .4em;
  font-size: 1.25em;
  font-weight: bold;
  color: #c84b31;
  text-align: center;
  line-height: 1.4;
}
.feature .bn-wrap .bn-syucyou {
  margin-bottom: 1.5em;
}
.feature .bn-wrap .bn-bulk dt {
  margin-bottom: .5em;
}
.feature .bn-wrap .bn-bulk dd {
  font-size: 1.1em;
  font-weight: bold;
}

/* -------------------------------------------- */
/* flow */
/* -------------------------------------------- */
.flow-step {
  margin-bottom: 3em;
}
.flow-step h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
}
.flow-step h2 span {
  display: block;
  font-size: .6em;
}
.flow-step h2 span strong {
  color: #e7783a;
}
.flow-step .bn-area {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.flow-step .bn-area li {
  margin: 0 1%;
}

/* -------------------------------------------- */
/* movie */
/* -------------------------------------------- */
.movie {
  margin-bottom: 5em;
  max-width: 800px;
}

/* -------------------------------------------- */
/* volunteer */
/* -------------------------------------------- */
.volunteer {
  background: #fcefec;
  margin-bottom: 5em;
  padding: 3em 0;
}
.volunteer .inblock {
  max-width: 850px;
}
.volunteer h2 {
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.volunteer h2 span {
  display: block;
  margin-bottom: 10px;
}
.volunteer .omoi-btn {
  margin-bottom: 1.5em;
  text-align: center;
}
.volunteer .omoi-btn a {
  display: inline-block;
  background: #db6f76;
  padding: .5em 1em;
  width: 100%;
  max-width: 350px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.volunteer .omoi-btn a:hover {
  text-decoration: none;
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.volunteer .donation {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding: 1.5em;
}
.volunteer .donation .txt {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #db6f76;
}
.volunteer .req-btn {
  text-align: center;
}
.volunteer .req-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  padding: .5em 2em .4em 1em;
  background: #c84b31;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}
.volunteer .req-btn a span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.volunteer .req-btn a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  font-size: 1.3em;
  transition: .2s;
}
.volunteer .req-btn a:hover {
  text-decoration: none;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.volunteer .req-btn a:hover:after {
  right: 10px;
}

/* -------------------------------------------- */
/* news */
/* -------------------------------------------- */
.news {
  margin-bottom: 5em;
}
.news .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1em;
}
.news .title h2 {
  background: url(../image/top/icon_news.png) no-repeat top 0.2em left;
  padding-left: 2.2em;
  font-size: 1.5em;
  font-weight: bold;
  color: #765f2f;
}
.news .title .link {
  text-align: right;
}
.news .title .link a {
  font-size: 0.9em;
  text-decoration: underline;
}
.news .title .link a:hover {
  text-decoration: none;
}
.news .detail dl {
  display: flex;
  padding: .8em;
  border-bottom: 1px dashed #acacac;
}
.news .detail dl:first-child {
  border-top: 1px dashed #acacac;
}
.news .detail dl dt {
  width: 10%;
  min-width: 110px;
  color: #765f2f;
  letter-spacing: 0px;
}
.news .detail dl dd {
  width: 90%;
  padding-left: 2em;
}
.news .detail dl dd a {
  display: block;
  position: relative;
  padding-right: 1em;
}
.news .detail dl dd a:hover {
  text-decoration: underline;
}
.news .detail dl dd a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "\f105";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-left: 0.5em;
}

/* -------------------------------------------- */
/* strengthen */
/* -------------------------------------------- */
.strengthen {
  margin-bottom: 5em;
  padding: 4em 0;
  background: url(../image/top/bg_recommend.jpg) repeat;
}
.strengthen .fukidashi-t {
  margin-bottom: .5em;
  padding-bottom: 1em;
  background: url(../image/top/fukidashi.png) center bottom no-repeat;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.strengthen .fukidashi-t span {
  color: #c84b31;
}
.strengthen .read {
  font-weight: bold;
}
.strengthen .r-block .r-box {
  position: relative;
  margin-bottom: 3em;
  padding: 35px 1.5% 0;
}
.strengthen .r-block .r-box .genre-btn {
  position: absolute;
  top: 0;
  left: auto;
  display: inline-block;
}
.strengthen .r-block .r-box .genre-btn a {
  padding: .4em;
  font-size: .8em;
  background: #f5a535;
  color: #fff;
  border-radius: 3px;
  font-feature-settings: "palt";
}
.strengthen .r-block .r-box .genre-btn a:hover {
  text-decoration: none;
  opacity: .8;
}
.strengthen .r-block .r-box .photo {
  margin-bottom: .5em;
}
.strengthen .r-block .r-box .photo img {
  width: 100%;
  height: 16vw;
  max-height: 280px;
}
.strengthen .r-block .r-box dl dt {
  background: #c84b31;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: .2em .5em;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.strengthen .r-block .r-box dl dt span {
  display: inline-block;
  padding-left: 5px;
  font-size: 1.3em;
}
.strengthen .r-block .r-box dl .b-title {
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.4;
}
.strengthen .r-block .r-box dl .genre-link span {
  display: inline-block;
}
.strengthen .r-block .r-box dl .genre-link span a {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: .7em;
}
.strengthen .r-block .r-box dl .genre-link span a:hover {
  text-decoration: none;
  border-color: #765f2f;
}
.strengthen .slick-slide div {
  display: flex;
  align-items: flex-start;
}
.strengthen .slick-next:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
.strengthen .slick-prev:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}

/* -------------------------------------------- */
/* notsupport */
/* -------------------------------------------- */
.notsupport {
  margin-bottom: 5em;
}
.notsupport h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.notsupport h2 i {
  color: #c84b31;
}
.notsupport .read a {
  font-weight: bold;
  text-decoration: underline;
}
.notsupport .read a:hover {
  text-decoration: none;
}
.notsupport .not-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.notsupport .not-block .n-box {
  width: 23%;
  margin-bottom: 2em;
}
.notsupport .not-block .n-box dt {
  margin-bottom: .5em;
}
.notsupport .not-block .n-box dd {
  font-size: .9em;
  line-height: 1.4;
  text-align: center;
}
.notsupport .base-btn a {
  max-width: 350px;
}

/* -------------------------------------------- */
/* blog */
/* -------------------------------------------- */
.blog {
  background: url(../image/top/bg_hougan.jpg) repeat;
  padding: 4em 0;
}
.blog h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  background: url(../image/top/bg_blog_t.png) no-repeat center bottom;
  padding-right: 1em;
}
.blog .entry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.blog .entry article {
  width: 23.5%;
  background: #f9f5ea;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.blog .entry article .photo {
  margin-bottom: .5em;
  overflow: hidden;
}
.blog .entry article .photo img {
  height: 12vw;
  width: 100%;
  transition: 1s all;
}
.blog .entry article .photo img:hover {
  transform: scale(1.1, 1.1);
}
.blog .entry article h3 {
  margin-bottom: 1em;
}
.blog .entry article h3 a {
  font-size: .9em;
  text-decoration: underline;
}
.blog .entry article h3 a:hover {
  text-decoration: none;
}
.blog .entry article .date {
  margin-top: auto;
  font-size: .8em;
  color: #765f2f;
}

/*===========================================================================*/
/*   media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  /* -------------------------------------------- */
  /* strengthen */
  /* -------------------------------------------- */
  .strengthen .r-block .r-box .photo img {
    height: 28vw;
    max-height: 340px;
  }

  /* -------------------------------------------- */
  /* recommend
  /* -------------------------------------------- */
  .recommend {
    margin-bottom: 1em;
  }
  .recommend .inner {
    width: 95%;
    margin: 0 auto;
  }
  .recommend .inner article {
    width: 48%;
    margin-right: 4%;
  }
  .recommend .inner article:nth-child(3n) {
    margin-right: 4%;
  }
  .recommend .inner article:nth-child(2n) {
    margin-right: 0;
  }

  /* -------------------------------------------- */
  /* blog
  /* -------------------------------------------- */
  .blog .entry article .photo a img {
    height: 15vw;
  }
}
/*===========================================================================*/
/*   media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  .kaitori-btn {
    bottom: 3em;
  }
  .kaitori-btn a {
    font-size: 1.8em;
  }

  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual .bg-slider {
    height: 75vh;
  }
  #mainvisual .bg-slider .inblock .catch-area {
    padding-top: 5em;
  }

  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro {
    padding-top: 5em;
  }
  .intro h2 span {
    font-size: 2em;
  }

  /* -------------------------------------------- */
  /* feature */
  /* -------------------------------------------- */
  .feature .feature-area .block {
    padding: 2em 1em 1em;
  }
  .feature .feature-area .block dl .ttl {
    font-size: 1.1em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .kaitori-btn a {
    font-size: 1.5em;
  }

  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual .bg-slider {
    height: 65vh;
  }
  #mainvisual .bg-slider .inblock .catch-area {
    padding-top: 3em;
  }
  #mainvisual .bg-slider .inblock .catch-area h1 {
    width: 90%;
  }
  #mainvisual .bg-slider .inblock .catch-area .s-title {
    font-size: 4vw;
  }

  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro {
    background-size: 350px;
  }
  .intro h2 span {
    font-size: 1.8em;
    padding-left: 2.5em;
  }
  .intro h2 span .nl {
    display: block;
  }

  /* -------------------------------------------- */
  /* why */
  /* -------------------------------------------- */
  .why .icon img {
    width: 100px;
  }
  .why h2 {
    font-size: 1.6em;
  }
  .why h2 .s-title {
    font-size: .7em;
  }
  .why .why-area .box {
    padding: 1em;
  }
  .why .why-area .box:last-child {
    margin-bottom: 0;
  }
  .why .why-area .box h3 {
    font-size: 1.1em;
  }
  .why .why-area .box dl {
    display: block;
  }
  .why .why-area .box dl dt {
    width: 100%;
    margin-bottom: .5em;
    text-align: center;
  }
  .why .why-area .box dl dd {
    width: 100%;
  }

  /* -------------------------------------------- */
  /* feature */
  /* -------------------------------------------- */
  .feature h2 span {
    font-size: 2em;
  }
  .feature h2 span em {
    width: 70px;
  }
  .feature .feature-area .block {
    width: 48%;
  }

  /* -------------------------------------------- */
  /* flow */
  /* -------------------------------------------- */
  .flow-step h2 {
    font-size: 2em;
  }
  .flow-step .bn-area {
    display: block;
  }
  .flow-step .bn-area li {
    margin: 0;
    text-align: center;
  }
  .flow-step .bn-area li:first-child {
    margin-bottom: .5em;
  }

  /* -------------------------------------------- */
  /* volunteer  */
  /* -------------------------------------------- */
  .volunteer h2 {
    font-size: 1.8em;
  }
  .volunteer h2 span img {
    width: 50px;
  }
  .volunteer .donation {
    padding: 1em;
  }
  .volunteer .donation .txt {
    font-size: 1em;
    text-align: left;
  }
  .volunteer .donation .txt br {
    display: none;
  }

  /* -------------------------------------------- */
  /* news */
  /* -------------------------------------------- */
  .news .title {
    display: block;
  }
  .news .title h2 {
    line-height: 1.4;
  }

  /* -------------------------------------------- */
  /* strengthen */
  /* -------------------------------------------- */
  .strengthen {
    margin-bottom: 3em;
  }
  .strengthen .fukidashi-t {
    font-size: 2em;
  }
  .strengthen .r-block .r-box .photo img {
    height: 35vw;
  }

  /* -------------------------------------------- */
  /* notsupport */
  /* -------------------------------------------- */
  .notsupport {
    margin-bottom: 3em;
  }
  .notsupport h2 {
    font-size: 1.8em;
  }
  .notsupport .not-block .n-box {
    width: 48%;
    text-align: center;
  }

  /* -------------------------------------------- */
  /* blog */
  /* -------------------------------------------- */
  .blog {
    padding: 3em 0;
  }
  .blog h2 {
    font-size: 2em;
  }
  .blog .entry article {
    width: 48.5%;
  }
  .blog .entry article .photo a img {
    height: 35vw;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .kaitori-btn a {
    font-size: 1.3em;
  }

  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual .bg-slider {
    height: 42vh;
  }
  #mainvisual .bg-slider .inblock .catch-area {
    padding-top: 2em;
  }
  #mainvisual .bg-slider .inblock .catch-area h1 {
    width: 100%;
    max-width: 280px;
  }
  #mainvisual .bg-slider .inblock .catch-area .s-title {
    font-size: 1.1em;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px white;
  }

  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro {
    margin-bottom: 2em;
    padding-top: 2em;
    background-size: 200px;
    background-position: left -3em top 1em;
  }
  .intro h2 span {
    font-size: 1.4em;
    padding-left: 1.8em;
    letter-spacing: -.5px;
  }
  .intro h2 span:before {
    left: -5px;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .intro .intro-in {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .intro .intro-in .photo {
    width: 100%;
    margin-bottom: 1em;
  }
  .intro .intro-in .text {
    width: 100%;
  }
  .intro .intro-in .text .read:first-child {
    margin-bottom: 1em;
  }
  .intro .photo-area li {
    width: 48%;
    margin-bottom: 1em;
  }
  .intro .kaitori-btn {
    position: static;
    transform: none;
  }

  /* -------------------------------------------- */
  /* why */
  /* -------------------------------------------- */
  .why .icon img {
    padding-left: 1em;
  }
  .why h2 {
    padding-bottom: 1.5em;
    font-size: 1.4em;
    background-size: 150px;
  }
  .why h2 .s-title {
    display: block;
    margin-top: 10px;
    font-size: .6em;
  }
  .why .why-area {
    display: block;
  }
  .why .why-area .box {
    width: 100%;
    margin-bottom: 1em;
  }

  /* -------------------------------------------- */
  /* feature */
  /* -------------------------------------------- */
  .feature {
    padding: 3em 0;
  }
  .feature h2 span {
    margin-bottom: 1em;
    padding-left: .5em;
    font-size: 1.5em;
  }
  .feature h2 span em {
    top: -1em;
    left: -1em;
  }
  .feature .feature-area {
    display: block;
  }
  .feature .feature-area .block {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .feature .feature-area .block .num {
    font-size: 2.2em;
  }
  .feature .feature-area .block dl dt {
    height: auto;
  }
  .feature .feature-area .block dl dt img {
    max-height: 100px;
    max-width: 100px;
  }
  .feature .bn-wrap .bn-bulk dd {
    font-size: 1em;
  }

  /* -------------------------------------------- */
  /* flow */
  /* -------------------------------------------- */
  .flow-step h2 {
    font-size: 1.6em;
  }

  .movie {
    margin-bottom: 3em;
  }

  /* -------------------------------------------- */
  /* volunteer  */
  /* -------------------------------------------- */
  .volunteer {
    margin-bottom: 3em;
  }
  .volunteer h2 {
    font-size: 1.4em;
  }
  .volunteer .read {
    text-align: left;
  }
  .volunteer .req-btn a {
    font-size: 1.4em;
  }
  .volunteer .req-btn a span {
    font-size: .9rem;
  }
  .volunteer .req-btn a:after {
    font-size: 1.1em;
  }

  /* -------------------------------------------- */
  /* news */
  /* -------------------------------------------- */
  .news {
    margin-bottom: 3em;
  }
  .news .title h2 {
    background-size: 35px;
    font-size: 1.3em;
  }
  .news .detail dl {
    display: block;
  }
  .news .detail dl dt {
    width: 100%;
    font-size: .9em;
  }
  .news .detail dl dd {
    width: 100%;
    padding-left: 0;
  }

  /* -------------------------------------------- */
  /* strengthen */
  /* -------------------------------------------- */
  .strengthen .fukidashi-t {
    font-size: 1.5em;
    background-size: 140px;
  }
  .strengthen .r-block .r-box {
    margin-bottom: 1.5em;
    padding: 35px 2.5% 0;
  }
  .strengthen .r-block .r-box .photo img {
    height: 55vw;
  }
  .strengthen .r-block .r-box dl dt {
    font-size: .8em;
  }
  .strengthen .slick-next {
    top: 45%;
    right: -20px;
  }
  .strengthen .slick-prev {
    top: 45%;
    left: -20px;
  }

  /* -------------------------------------------- */
  /* notsupport */
  /* -------------------------------------------- */
  .notsupport h2 {
    font-size: 1.5em;
  }
  .notsupport .read {
    text-align: left;
  }

  /* -------------------------------------------- */
  /* blog */
  /* -------------------------------------------- */
  .blog h2 {
    font-size: 1.6em;
    background-size: 170px;
  }
  .blog .read {
    text-align: left;
  }
}
