/* ------------------------------
 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: 110px;
}
main section.s03 .wrapper .msg01 {
  width: 365px;
  display: block;
  margin: 90px auto 0;
}
main section.s03 .wrapper .t01 {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  margin-top: 15px;
}
main section.s03 .wrapper dl {
  width: 800px;
  margin: 30px auto 0;
  border: 3px solid #77cfed;
}
main section.s03 .wrapper dl dt {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  line-height: 100%;
  padding: 20px 0;
  background-color: #77cfed;
  position: relative;
}
main section.s03 .wrapper dl dd {
  background-color: #fff;
}
main section.s03 .wrapper dl dd ul li {
  border-bottom: 1px solid #77cfed;
  position: relative;
}
main section.s03 .wrapper dl dd ul li:last-child {
  border: none;
}
main section.s03 .wrapper dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #403634;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 40px;
}

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: 60px;
  }
  main section.s03 .wrapper .msg01 {
    width: 185px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
  }
  main section.s03 .wrapper dl {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    border: 2px solid #77cfed;
  }
  main section.s03 .wrapper dl dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 100%;
    padding: 15px 0;
    background-color: #77cfed;
  }
  main section.s03 .wrapper dl dd ul li {
    border-bottom: 1px solid #77cfed;
  }
  main section.s03 .wrapper dl dd ul li:last-child {
    border: none;
  }
  main section.s03 .wrapper dl dd ul li a {
    display: block;
    text-decoration: none;
    color: #403634;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 15px;
  }
  .scroll-to-top {
      right: 35px;
      padding: 8px 13px;
      font-size: 12px;
  }
}