/* ------------------------------
 width: all
------------------------------ */
main .section_wrapper {
  background-image: url(../../../images/sw0602.jpg);
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
}
main .ttlbox {
  background-image: url(../../../images/rf0301.jpg);
  background-size: cover;
  background-position: center center;
  padding: 35px 0;
}
main .ttlbox .ttl {
  text-align: center;
  font-size: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: 5px;
}
main .ttlbox p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  margin-top: 12px;
}
main section.s01 .wrapper .fade {
  height: 424px;
  background-image: url("../../../images/bg_se_f01.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: background-image 1s ease-in-out;
}
main section.s01 .wrapper .photobox h2 {
  width: 210px;
  margin: 17px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section.s01 .wrapper .photobox h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .pagemenu {
  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;
  width: 1000px;
  margin: 0 auto;
}
main section.s01 .wrapper .pagemenu li {
  width: 333px;
}
main section.s01 .wrapper .pagemenu li:nth-child(2) {
  width: 318px;
}
main section.s01 .wrapper .pagemenu li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-image: url(../../../images/qa0101.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 21px 0;
  font-weight: 500;
  color: #fff;
}
main section.s01 .wrapper .pagemenu li a img {
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 40px;
}
main section.s02 {
  padding-bottom: 80px;
}
main section.s02 .wrapper {
  width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
main section.s02 .wrapper .pagemenu02 {
  width: 58px;
  position: fixed;
  top: 50%;
  right: -10px;
  z-index: 10;
  margin-top: -150px;
}
main section.s02 .wrapper .pagemenu02 li + li {
  margin-top: 5px;
}
main section.s02 .wrapper .pagemenu02 li a {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .pagemenu02 li a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper h3 {
  width: 364px;
}
main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .t01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  font-style: italic;
}
main section.s02 .wrapper .t02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 10px;
}
main section.s02 .wrapper dl {
}
main section.s02 .wrapper dl dd ul {
  padding-top: 30px;
  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;
}
main section.s02 .wrapper dl dd ul li{
width: calc((100% - 75px)/6);
  background-color: #fff;
  border: 1px solid #00b1e3;
  border-top: 5px solid #00b1e3;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  }
main section.s02 .wrapper dl dd ul li.active {
  background-image: url(../../../images/se0202.jpg);
  background-size: cover;
}
main section.s02 .wrapper dl dd ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  display: block;
  color: #00b1e3;
  }
main section.s02 .wrapper dl dd ul li.active a {
  color: #fff;
}
main section.s03 {
  padding-bottom: 90px;
}
main section.s03 .wrapper .box01 {
  width: 800px;
  margin: 60px auto 0;
  position: relative;
}
main section.s03 .wrapper .box01 .t01 {
  font-size: 44px;
  font-weight: bold;
  line-height: 190%;
}
main section.s03 .wrapper .box01 .photo01 {
  width: 330px;
  display: block;
  position: absolute;
  top: 70px;
  right: -100px;
}
main section.s03 .wrapper .box01 .t02 {
  font-size: 16px;
  line-height: 185%;
  font-weight: 400;
  margin-top: 20px;
  width: 520px;
}
main section.s03 .wrapper .box01 ul {
  width: 700px;
  margin-top: 30px;
}
main section.s03 .wrapper .box01 ul li {
  margin-top: 55px;
}
main section.s03 .wrapper .box01 ul li a{
color: #333;
text-decoration: none;
}
main section.s03 .wrapper .box01 ul li dl dt {
  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;
  background-color: #d9edf7;
  border-top: 8px solid #6fc8e6;
  padding: 10px 0;
}
main section.s03 .wrapper .box01 ul li dl dt .num {
  font-size: 33px;
  font-weight: bold;
  line-height: 100%;
  width: 75px;
  text-align: center;
  border-right: 1px solid #403634;
}
main section.s03 .wrapper .box01 ul li dl dt .t03 {
  width: calc(100% - 75px);
  padding-left: 20px;
  font-size: 21px;
  line-height: 33px;
}
main section.s03 .wrapper .box01 ul li dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 20px;
}
main section.s03 .wrapper .box01 ul li dl dd.dd01 {
  width: 500px;
}
main section.s04 {
  padding-bottom: 100px;
}
main section.s04 .wrapper .t01 {
  width: 800px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 185%;
  font-weight: 400;
}
main section.s04 .wrapper .btn01 {
  width: 408px;
  display: block;
  margin: 50px auto 0;
}
main section.s04 .wrapper .btn01 img {
  width: 100%;
  display: block;
}

footer .wrapper .contactbox {
  background-image: url(../../../images/bg_contactbox02.jpg);
}
.scroll-to-top {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0080ab;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    z-index: 1000;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main .section_wrapper {
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
  }
  main .ttlbox {
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
  }
  main .ttlbox .ttl {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  main .ttlbox p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    margin-top: 9px;
  }
  main section.s01 .wrapper .photobox {
    height: 40vw;
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 .wrapper .photobox h2 {
    width: 130px;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper .pagemenu {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  main section.s01 .wrapper .pagemenu li {
    width: 100% !important;
  }
  main section.s01 .wrapper .pagemenu li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .pagemenu li a {
    width: 100%;
    display: block;
    text-decoration: none;
    background-image: url(../../../images/qa0101.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    color: #fff;
  }
  main section.s01 .wrapper .pagemenu li a img {
    width: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
  }
  main section.s02 {
    padding-bottom: 30px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 40px 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main section.s02 .wrapper .pagemenu02 {
    width: 40px;
    top: auto;
    margin-top: 0;
    right: -10px;
    bottom: 20px;
    z-index: 1000;
  }
  main section.s02 .wrapper .pagemenu02 li + li {
    margin-top: 5px;
  }
  main section.s02 .wrapper .pagemenu02 li a {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .pagemenu02 li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper h3 {
    width: 182px;
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .t01 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    font-style: italic;
  }
  main section.s02 .wrapper .t02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s02 .wrapper dl {
    display: block;
    margin-top: 10px;
  }
  main section.s02 .wrapper dl dt {
    width: 100%;
  }
  main section.s02 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper dl dd {
    width: 100%;
  }
  main section.s02 .wrapper dl dd ul {
    padding-top: 0px;
    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;
  }
  main section.s02 .wrapper dl dd ul li {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0 !important;
    height: 50px;
  }
  main section.s02 .wrapper dl dd ul li:nth-child(even) {
    margin-right: 0 !important;
  }
  main section.s02 .wrapper dl dd ul li.active a {
    color: #fff;
    background-image: url(../../../images/se0202.jpg);
    background-size: 100% 100%;
  }
  main section.s02 .wrapper dl dd ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    text-align: center;
    display: block;
    color: #00b1e3;
  }
  main section.s03 {
    padding-bottom: 50px;
  }
  main section.s03 .wrapper .box01 {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
    position: relative;
  }
  main section.s03 .wrapper .box01 .t01 {
    font-size: 22px;
    font-weight: bold;
    line-height: 190%;
  }
  main section.s03 .wrapper .box01 .photo01 {
    width: 330px;
    position: static;
    margin: 0 auto;
    display: none;
  }
  main section.s03 .wrapper .box01 .t02 {
    font-size: 14px;
    line-height: 185%;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
  }
  main section.s03 .wrapper .box01 ul {
    width: 100%;
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 ul li {
    margin-top: 25px;
  }
  main section.s03 .wrapper .box01 ul li dl dt {
    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;
    background-color: #d9edf7;
    border-top: 5px solid #6fc8e6;
    padding: 10px 0;
  }
  main section.s03 .wrapper .box01 ul li dl dt .num {
    font-size: 22px;
    font-weight: bold;
    line-height: 90%;
    width: 50px;
    text-align: center;
    border-right: 1px solid #403634;
  }
  main section.s03 .wrapper .box01 ul li dl dt .t03 {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  main section.s03 .wrapper .box01 ul li dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s03 .wrapper .box01 ul li dl dd.dd01 {
    width: 100%;
  }
  main section.s04 {
    padding-bottom: 50px;
  }
  main section.s04 .wrapper .t01 {
    width: 100%;
    padding: 0 20px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 185%;
    font-weight: 400;
  }
  main section.s04 .wrapper .btn01 {
    width: 286px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s04 .wrapper .btn01 img {
    width: 100%;
    display: block;
  }
  .scroll-to-top {
      right: 35px;
      padding: 8px 13px;
      font-size: 12px;
  }
}