/* ------------------------------
 width: all
------------------------------ */
header {
  padding: 20px 40px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.16);
}
header .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .logo {
  width: 130px;
  display: block;
}
header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 160px);
  padding-left: calc(30% - 200px);
  padding-top: 1px;
}
header .wrapper .gnav ul {
  display: block;
}
header .wrapper .gnav ul li {
  display: inline-block;
  margin-right: 50px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #4D4D4D;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .wrapper .gnav ul li.change a {
  width: 227px;
  display: block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #4D4D4D;
  line-height: 13px;
  padding: 15px 0;
  border-radius: 30px;
}
header .wrapper .gnav ul li.change a:hover {
  background-color: #990A22;
  border: 1px solid #990A22;
  color: #fff;
}

main {
  margin: 0 auto;
  padding: 88px 0 0;
  max-width: 100%;
}
main section.s01 .wrapper {
  padding: 0 40px;
  max-width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s01 .wrapper dl dt {
  width: 65%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s01 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper dl dd {
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 30px;
}
main section.s01 .wrapper dl dd h2 {
  width: 72%;
  margin: 0 auto;
}
main section.s01 .wrapper dl dd h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper dl dd .t05 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin-top: 20px;
}
main section.s01 .wrapper dl dd ul {
  margin-top: -3px;
}
main section.s01 .wrapper dl dd ul li {
  margin-top: 25px;
}
main section.s01 .wrapper dl dd ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  padding: 14.5px 0 17.5px;
  color: #4D4D4D;
  border-radius: 30px;
}
main section.s01 .wrapper dl dd ul li.li01 a {
  border: none !important;
  color: #333 !important;
  background-color: #FDF74E !important;
}
main section.s01 .wrapper dl dd ul li.li02 a {
  border: 1px solid #4D4D4D;
  font-size: 14px;
  background-color: #F2F2F2;
  color: #4D4D4D;
}
main section.s01 .wrapper dl dd .t01 {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  line-height: 100%;
}
main section.s02 {
  padding-top: 200px;
  padding-bottom: 100px;
}
main section.s02 .wrapper {
  padding: 0 40px;
  max-width: 1080px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  text-align: center;
}
main section.s02 .wrapper h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
  border-bottom: 9px solid #4D4D4D;
}
main section.s02 .wrapper h3 span img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-top: 26px;
}
main section.s02 .wrapper ul {
  max-width: 850px;
  margin: 0 auto;
}
main section.s02 .wrapper ul li {
  margin-top: 85px;
}
main section.s02 .wrapper ul li:nth-child(even) dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s02 .wrapper ul li:nth-child(even) dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s02 .wrapper ul li:nth-child(2) dd .t03 {
  max-width: 500px;
}
main section.s02 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s02 .wrapper ul li dl dt {
  width: 30.6%;
}
main section.s02 .wrapper ul li dl dt img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}
main section.s02 .wrapper ul li dl dd {
  width: 69.4%;
  padding-left: 20px;
}
main section.s02 .wrapper ul li dl dd .t02 {
  font-size: 28px;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 170%;
}
main section.s02 .wrapper ul li dl dd .t03 {
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
}
main section.s05 {
  padding-top: 100px;
  padding-bottom: 100px;
}
main section.s05 .wrapper {
  padding: 0 40px;
  max-width: 1080px;
  margin: 0 auto;
}
main section.s05 .wrapper h4 {
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
}
main section.s05 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-top: 80px;
}
main section.s05 .wrapper ul li {
  width: 32.6%;
  margin-bottom: 16px;
  background-color: #FFF8E3;
  padding: 50px 10px 30px;
}
main section.s05 .wrapper ul li .photo {
  width: 112px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper ul li .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #9A7437;
  margin-top: 40px;
}
main section.s05 .wrapper ul li .t02 {
  color: #9A7437;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

footer {
  padding-top: 10px;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
}
footer .wrapper .box01 {
  background-color: #FDF74E;
  height: 472px;
  background-size: 100% 100%;
  margin-top: 140px;
  padding-top: 1px;
}
footer .wrapper .box01 dl {
  max-width: 717px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -105px;
}
footer .wrapper .box01 dl dt {
  width: 46.5%;
}
footer .wrapper .box01 dl dt img {
  width: 100%;
  display: block;
  max-width: 333px;
}
footer .wrapper .box01 dl dd {
  width: 50%;
  padding-left: 20px;
  padding-top: 60px;
}
footer .wrapper .box01 dl dd .box02 {
  max-width: 300px;
  margin: 0 auto;
}
footer .wrapper .box01 dl dd .box02 img {
  width: 218px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .box01 dl dd a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  padding: 14.5px 0 17.5px;
  color: #4D4D4D;
  border-radius: 30px;
  width: 300px;
  max-width: 100%;
  margin: 45px auto 0;
  background-color: #fff;
  border: 1px solid #fff;
}
footer .wrapper .box01 dl dd .t02 {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  color: #000;
}
footer .wrapper .box03 {
  max-width: 1080px;
  padding: 50px 40px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
footer .wrapper .box03 ul {
  width: 200px;
  margin-top: 30px;
}
footer .wrapper .box03 ul li + li {
  margin-top: 5px;
}
footer .wrapper .box03 ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #4D4D4D;
}
footer .wrapper .box03 .right {
  width: calc(100% - 200px);
  max-width: 350px;
  text-align: right;
}
footer .wrapper .box03 .right a {
  display: inline-block;
  vertical-align: top;
  width: 154px;
}
footer .wrapper .box03 .right a img {
  width: 100%;
  display: block;
}
footer .wrapper .box03 .right .copy {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 940px) {
  header {
    display: none;
  }
  main {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  main section.s01 .wrapper {
    padding: 0;
  }
  main section.s01 .wrapper dl {
    display: block;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
  }
  main section.s01 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    padding: 25px 25px 0;
  }
  main section.s01 .wrapper dl dd h2 {
    width: 96%;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl dd h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd .t05 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 100%;
  }
  main section.s01 .wrapper dl dd ul {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dd ul li {
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dd ul li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
    padding: 14.5px 0 17.5px;
    color: #4D4D4D;
    border-radius: 30px;
  }
  main section.s01 .wrapper dl dd ul li.li02 a {
    border: 1px solid #4D4D4D;
    font-size: 17px;
  }
  main section.s01 .wrapper dl dd .t01 {
    text-align: center;
    font-size: 10px;
    margin-top: 15px;
    line-height: 100%;
  }
  main section.s02 {
    padding: 70px 25px 100px;
  }
  main section.s02 .wrapper {
    padding: 0;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
  }
  main section.s02 .wrapper h3 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 1px 20px 1px;
    border-bottom: 7px solid #4D4D4D;
  }
  main section.s02 .wrapper h3 span img {
    width: 130px;
    display: block;
    margin: 0;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -30px;
  }
  main section.s02 .wrapper ul {
    max-width: 850px;
    margin: 0 auto;
  }
  main section.s02 .wrapper ul li {
    margin-top: 50px;
  }
  main section.s02 .wrapper ul li:nth-child(even) dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s02 .wrapper ul li:nth-child(even) dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s02 .wrapper ul li dl {
    display: block;
  }
  main section.s02 .wrapper ul li dl dt {
    width: 100%;
  }
  main section.s02 .wrapper ul li dl dt img {
    width: 173.3333333333px;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper ul li dl dd {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  main section.s02 .wrapper ul li dl dd .t02 {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    position: relative;
    padding-left: 20px;
  }
  main section.s02 .wrapper ul li dl dd .t02 span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper ul li dl dd .t03 {
    font-size: 14px;
    line-height: 150%;
    margin-top: 20px;
  }
  main section.s05 {
    padding: 40px 25px 20px;
  }
  main section.s05 .wrapper {
    padding: 0;
  }
  main section.s05 .wrapper h4 {
    font-weight: bold;
    font-size: 17px;
  }
  main section.s05 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    margin-bottom: 25px;
    padding: 40px 10px 40px;
  }
  main section.s05 .wrapper ul li .photo {
    width: 131.72px;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li .t02 {
    text-align: center;
    margin-top: 17px;
    font-size: 13px;
    line-height: 19px;
  }
  footer {
    padding-top: 55px;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
  }
  footer .wrapper .box01 {
    background-image: none;
    background-color: #fff;
    height: auto;
    margin-top: 45px;
    padding-top: 1px;
  }
  footer .wrapper .box01 dl {
    max-width: 100%;
    display: block;
    margin: 0;
    position: relative;
  }
  footer .wrapper .box01 dl dt {
    width: 100%;
  }
  footer .wrapper .box01 dl dt img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  footer .wrapper .box01 dl dd {
    width: 100%;
    padding: 0 25px 10px;
    position: absolute;
    right: 0;
    bottom: 15vw;
    left: 0;
  }
  footer .wrapper .box01 dl dd .box02 {
    max-width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .box01 dl dd .box02 img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .box01 dl dd a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
    padding: 14.5px 0 17.5px;
    color: #000;
    border-bottom: none;
    background-color: #FDF74E;
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0;
  }
  footer .wrapper .box01 dl dd a.btn02 {
    margin-top: 20px;
    color: #4D4D4D;
    background-color: #F2F2F2;
    border: 1px solid #4D4D4D;
  }
  footer .wrapper .box01 dl dd .t02 {
    text-align: center;
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
  }
  footer .wrapper .box03 {
    max-width: 1080px;
    padding: 1px 25px 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .wrapper .box03 ul {
    width: 120px;
    margin-top: 15px;
  }
  footer .wrapper .box03 ul li + li {
    margin-top: 3px;
  }
  footer .wrapper .box03 ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #4D4D4D;
  }
  footer .wrapper .box03 .right {
    width: calc(100% - 120px);
    text-align: right;
  }
  footer .wrapper .box03 .right a {
    display: inline-block;
    vertical-align: top;
    width: 92px;
  }
  footer .wrapper .box03 .right a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .box03 .right .copy {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    max-width: 100%;
    margin-top: 12px;
    font-size: 8px;
  }
}