@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
*, :before, :after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Shuei MaruGo B',sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.9;
  color: #464646;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}
.center{
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }
  .sp-br{
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
header {
  background-color: #40b7e4;
  padding: 32px 27px 35px 8px;
  margin-bottom: -20px;
  color: #ffe21b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .pcOnly{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
header a{
  font-family: 'A1 Gothic M',sans-serif;
  color: #fff;
  padding-right: 10px;
}
header div:first-of-type a{
  padding-left: 22px;
  padding-right: 0;
}
header div:first-of-type a img{
  padding-top: 13px;
}
header span{
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.top::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  height: 30px;
  background: url(../img/bg_nami-top.gif) repeat-x;
  background-size: 100% 100%;
}
.top{
  background: repeating-linear-gradient(-50deg, #fff578, #fff578 40px, #fff 15px, #fff 48px);
  padding-bottom: 100px;
  position: relative;
}
.top .inner{
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 84px;
  background-color: #fff;
}
.top h1{
  background-image: url(../img/img_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 960px;
  height: 540px;
  position: relative;
  margin: 0 auto 66px;
  text-indent: -9999px;
}
.top .yodogawa{
  max-width: 610px;
  width: 87.5%;
  margin: 0 auto;
  padding: 30px 0 100px;
}
.top .banner{
  text-align: center;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  header div {
    font-size: 1.6rem;
    padding-right: 15px;
  }
  .top{
    padding-bottom: 0;
  }
  .top h1{
    background-image: url(../img/img_main_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    height: 0;
    padding-top: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 5px 0 25px;
  }
  header h1{
    background-image: url(../img/img_main_sp.png);
    background-size: contain;
    width: 95.625%;
    height: 0;
    padding-top: 48.936%
  }
  header div:first-of-type a {
    padding-left: 10px;
  }
  header div:first-of-type a img {
    width: 75%;
    padding-top: 10px;
  }
  .top::before {
    position: absolute;
    top: -3px;
    height: 10px;
    background: url(../img/bg_nami-top_sp.gif);
    background-size: 100% 100%;
  }
  .top .inner{
    padding-top: 25px;
  }
  .top .yodogawa{
    padding: 20px 0 35px;
  }
  .top .banner {
    padding-bottom: 50px;
  }
}
.col-bl{
  color: #1089d9;
}
.col-r{
  color: #f33524;
}
#part1 {
  background: url(../img/bg_nami.gif);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
  padding: 60px 0 155px;
}
#part1 div.ttl {
  position: relative;
  display: inline-block;
  margin: 80px 0 30px;
  padding: 20px 110px;
  color: #fff;
  font-size: 2.5rem;
  background: #f05a24;
  border-radius: 10px;
}

#part1 div.ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f05a24;
}

#part1 div.ttl p {
  width: 100%;
  margin: 0;
  padding: 0;
}
#part1 div.ttl.blue{
  background: #1089d9;
}
#part1 div.ttl.blue:before{
  border-top: 15px solid #1089d9;
}
#part1 div.ttl.green{
  background: #2ab00d;
  padding: 20px;
}
#part1 div.ttl.green p{
  max-width: 660px;
}
#part1 div.ttl.green:before{
  border-top: 15px solid #2ab00d;
}
#part1 .txt::before{
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 74px;
  content: '';
}

#part1 .txt1::before{
  background: url(../img/p1_1.png) no-repeat;
  background-size: 100% 100%;
}
#part1 .txt2::before{
  background: url(../img/p1_2.png) no-repeat;
  background-size: 100% 100%;
}
#part1 .txt3::before{
  background: url(../img/p1_3.png) no-repeat;
  background-size: 100% 100%;
}
#part1 div.txt{
  background-color: #fff;
  max-width: 644px;
  width: 87.5%;
  margin: 65px auto 0;
  padding: 50px 0 35px;
  position: relative;
  text-align: left;
}
#part1 div.txt1 {
  border: solid #f05a24 10px;
}
#part1 div.txt2 {
  border: solid #1089d9 10px;
}
#part1 div.txt3 {
  border: solid #2ab00d 10px;
}
#part1 div p{
  max-width: 455px;
  width: 90%;
  margin: 0 auto 16px;
}
#part1 div p.pt{
  padding-top: 30px;
}
#part2 {
  background-image: url(../img/bg_illust-left.png),url(../img/bg_illust-right.png);
  background-position:left top,right top;
  background-repeat:no-repeat, no-repeat;
  background-size:472px auto;
}
#part2 p{
  width: 350px;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-left: 20px;
}
#part2 p img{
  width: 280px;
}
#part2 div.ttl{
  padding: 100px 0 65px
}
#part2 div.banner{
  padding: 20px 0 115px;
}
#part3{
  background-color: #40b75f;
  padding: 80px 0 60px;
}
#part3 h2{
  position: relative;
  top: 0;
  left: -30px;
  right: 0;
  margin: auto;
  width: 407px;
  height: 106px;
  content: '';
  background: url(../img/p3_ttl.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
#part3 .ttl{
  padding-bottom: 55px;
}
#part3 p{
  max-width: 450px;
  width: 87.5%;
  margin: 0 auto;
  color: #fff;
}
#part3 div{
  padding: 60px 0;
}
#part3 div.pt{
  padding: 45px 0;
}
#part4 {
  background-image: url(../img/bg_dot.png),url(../img/bg_dot.png);
  background-position:left top,right top;
  background-repeat:no-repeat, no-repeat;
  background-size:281px auto;
  padding: 105px 0;
}
#part4 p{
  max-width: 480px;
  width: 87.5%;
  margin: 0 auto;
  padding-bottom: 90px;
}
#part4 ul {
  max-width: 634px;
  width: 87.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#part4 ul li{
  width: 294px;
  border: #1089d9 solid;
  margin-bottom: 90px;
  padding: 25px 0 30px;
  color: #1089d9;
  line-height: 1.5;
}
#part4 ul li div:first-of-type{
  padding-bottom: 10px;
}
#part4 ul li a{
  color: #fff;
  font-size: 1.5rem;
  background-color: #1089d9;
  border: #1089d9 solid;
  border-radius: 25px;
  padding: 0 35px;
  margin-top: 20px;
  display: inline-block;
}
#part4 .ttl{
  font-size: 2rem;
  padding-bottom: 45px;
}
#part4 .banner{
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #part1 div p{
    white-space: normal;
  }
  #part2 {
    background-image: url(../img/bg_illust-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #part2 p{
    width: 87.5%;
    padding-left: 0;
  }
  #part2 p img{
    width: 100%;
  }
  #part4{
    background-image: none;
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  #part1{
    padding: 0 0 70px;
    background-size: auto;
  }
  #part1 div.ttl{
    width: 87.5%;
    padding: 22px 20px;
    margin: 60px 0 30px;
    font-size: 2rem;
    text-align: center;
  }
  #part1 div.txt1 {
    border: solid #f05a24 5px;
  }
  #part1 div.txt2 {
    border: solid #1089d9 5px;
  }
  #part1 div.txt3 {
    border: solid #2ab00d 5px;
  }
  #part1 div.txt{
    padding: 40px 0 20px;
  }
  #part1 .txt::before{
    top: -79px;
  }
  #part1 div p.center img{
    width: 110%;
  }
  #part1 div.ttl.green p {
    text-align: left;
  }
  #part2 div.ttl {
    padding: 70px 0 45px;
  }
  #part2 div.banner{
    width: 65%;
    padding: 30px 0 90px;
  }
  #part3{
    padding: 0 0 30px;
  }
  #part3 .ttl {
    padding: 70px 0 40px;
  }
  #part3 h2 {
    width: 87.5%;
    height: 0;
    left: 0;
    padding-top: 36.8%;
    background: url(../img/p3_ttl_sp.png) no-repeat;
    background-size: contain;
  }
  #part4 p {
    padding-bottom: 60px;
  }
  #part4 .ttl {
    padding-bottom: 30px;
  }
  #part4 ul li{
    width: 85.71%;
    margin: 0 auto 40px;
  }
  #part4 ul li div:first-of-type img{
    width: 220px;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer{
  padding: 50px 0 0;
  text-align: center;
  background-color: #40b7e4;
  position: relative;
}
footer::before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  height: 30px;
  background: url(../img/bg_nami-bottom.gif) repeat-x;
  background-size: 100% 100%;
}
.share {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.share, .share__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.share__mail, .share__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.share__list li {
  margin-right: 30px;
}
.share p{
  font-size: 1.4rem;
  padding-right: 35px;
}
.share__ttl {
  font-size: 1.6rem;
  margin-right: 1em;
  color: #FFFFFF;
}
.share__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.share__list li.home a {
  margin-left: 10px;
  display: table;
  vertical-align: middle;
}
.share__home{
  padding-top:10px;
}
.share a, .share p {
  color: #fff;
}
.share__list li a {
  font-size: 1.4rem;
}
.share__item.techo img{
  padding-top: 5px;
}
.copyright {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .05em;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 0;
  }
  .share__list li {
    margin-right: 15px;
  }
  .share p {
    padding-right: 15px;
  }
  .share {
    width: 90%;
    max-width: 570px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .share__mail, .share__sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 50%;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .share__sns {
    width: 70%;
  }
  .share__mail {
    width: 30%;
    margin-right: 0;
  }
  .share__mail p{
    padding-left: 5px;
  }
  .share__mail .share__list li{
    margin-right: 0;
  }
  .copyright {
    display: block;
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center;
    padding: 40px 0 25px;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  footer::before {
    top: -25px;
    height: 30px;
    background: url(../img/bg_nami-bottom_sp.gif) repeat-x;
    background-size: 100% 100%;
  }
  .share__list li.home{
    margin-top: 10px;
    margin-right: 0;
  }
  .share p {
    font-size: 1.1rem;
  }
  .share__list li a {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .share__item.techo{
    margin-right: 0;
  }
  .share__item.techo img {
    padding-top: 6px;
  }
  .share__home .share__list{
    display: block;
  }
}