/* ------------------------------
 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 .subttlbox {
  background-color: #daedf7;
  border-top: 6px solid #6fc8e6;
  margin-bottom: 30px;
}
main .subttlbox dl {
  width: 800px;
  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;
  padding: 5px 0 10px;
}
main .subttlbox dl dt {
  width: 60px;
  font-size: 33px;
  font-weight: bold;
  line-height: 33px;
}
main .subttlbox dl dd {
  width: calc(100% - 60px);
  font-size: 22px;
  font-weight: 500;
}
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 {
  overflow: hidden;
  padding-bottom: 90px;
}
main section.s03 .wrapper .box01 {
  width: 800px;
  margin: 60px auto 0;
  position: relative;
  padding-right: 100px;
}
main section.s03 .wrapper .box01 .t01 {
  font-size: 44px;
  line-height: 190%;
  font-weight: bold;
  letter-spacing: 5px;
}
main section.s03 .wrapper .box01 .photo01 {
  width: 515px;
  display: block;
  position: absolute;
  top: -20px;
  right: -300px;
}
main section.s03 .wrapper .box01 ul {
  width: 420px;
  margin-top: 50px;
}
main section.s03 .wrapper .box01 ul li {
  border-bottom: 1px solid #ccc;
}
main section.s03 .wrapper .box01 ul li:last-child {
  border: none;
}
main section.s03 .wrapper .box01 ul li a{
color: #333;
text-decoration: none;
}
main section.s03 .wrapper .box01 ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-height: 70px;
}
main section.s03 .wrapper .box01 ul li dl dt {
  width: 80px;
  font-size: 44px;
  line-height: 100%;
  font-weight: bold;
}
main section.s03 .wrapper .box01 ul li dl dd {
  width: calc(100% - 80px);
  font-size: 21px;
  line-height: 150%;
}
main section.s03 .wrapper .box01 ul li dl dd span {
  display: block;
  font-size: 15px;
}
main section.s03 .wrapper .box01 .t02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
  margin-top: 50px;
}
main section.s04 {
  padding-bottom: 80px;
}
main section.s04 .wrapper .box01 {
  width: 800px;
  margin: 0 auto;
}
main section.s04 .wrapper .box01 .t01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
}
main section.s04 .wrapper .box01 .t02 {
  background-color: #00b1e3;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
  margin-top: 40px;
}
main section.s04 .wrapper .box01 .tablebox {
  margin-top: 10px;
}
main section.s04 .wrapper .box01 .tablebox table {
  width: 100%;
  background-color: #fff;
}
main section.s04 .wrapper .box01 .tablebox table tr td {
  width: 44%;
  border-bottom: 1px solid #8bc7e5;
  padding: 12px 20px;
}
main section.s04 .wrapper .box01 .tablebox table tr td:nth-child(1), main section.s04 .wrapper .box01 .tablebox table tr td:nth-child(2) {
  width: 28%;
  border-right: 1px solid #8bc7e5;
}
main section.s04 .wrapper .box01 .tablebox table tr td dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main section.s04 .wrapper .box01 .tablebox table tr td dl dt {
  width: 35px;
  font-size: 15px;
  line-height: 180%;
}
main section.s04 .wrapper .box01 .tablebox table tr td dl dd {
  width: calc(100% - 35px);
  font-size: 15px;
  line-height: 180%;
}
main section.s05 {
  padding-bottom: 80px;
}
main section.s05 .wrapper .box01 {
  width: 800px;
  margin: 0 auto;
}
main section.s05 .wrapper .box01 .t01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
}
main section.s05 .wrapper .box01 .t02 {
  background-color: #00b1e3;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
  margin-top: 40px;
}
main section.s05 .wrapper .box01 ul li {
  border-bottom: 1px solid #8bc7e5;
  padding: 15px 0 15px 250px;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
}
main section.s05 .wrapper .box01 ul li:last-child {
  border: none;
}
main section.s06 {
  padding-bottom: 90px;
  background-image: url(../../../images/bg_vihicle.jpg);
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
}
main section.s06 .wrapper .box01 {
  width: 800px;
  margin: 0 auto;
}
main section.s06 .wrapper .box01 .t01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
}
main section.s06 .wrapper .box01 .t02 {
  background-color: #00b1e3;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
  margin-top: 40px;
}
main section.s06 .wrapper .box01 ul li {
  border-bottom: 1px solid #8bc7e5;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
}
main section.s06 .wrapper .box01 ul li:last-child {
  border: none;
}
main section.s06 .wrapper .btn01 {
  width: 277px;
  display: block;
  margin: 60px auto 0;
}
main section.s06 .wrapper .btn01 img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .box02 {
  width: 800px;
  margin: 200px auto 0;
  position: relative;
}
main section.s06 .wrapper .box02 .t03 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 7px;
  padding-left: 20px;
}
main section.s06 .wrapper .box02 .photolist01 {
  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;
  width: 700px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
main section.s06 .wrapper .box02 .photolist01 li {
  width: 342px;
  position: relative;
  margin: 25px 16px 0 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
main section.s06 .wrapper .box02 .photolist01 li:nth-child(even) {
  margin-right: 0;
}
main section.s06 .wrapper .box02 .photolist01 li img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .box02 .photolist01 li img.photo01 {
  cursor: pointer;
}
main section.s06 .wrapper .box02 .photolist01 li p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #60b2e3;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  padding: 11px 0;
}
main section.s06 .wrapper .box02 .photolist01 li p.t00 {
  cursor: pointer;
}
main section.s06 .wrapper .box02 .photolist01 li .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000000000;
  display: none;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalbox {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents {
  width: 600px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .t01 {
  text-align: center;
  color: #60b2e3;
  background-color: #fff;
  position: static;
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .photo02 {
  width: 100%;
  display: block;
  margin-top: 20px;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .t02 {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  margin-top: 20px;
  position: static;
  background-color: #fff;
  color: #403634;
  padding: 0;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .icon_close_modal {
  width: 30px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .icon_close_modal:hover {
  opacity: 0.6;
}
main section.s06 .wrapper .box02 .msg01 {
  width: 563px;
  display: block;
  position: absolute;
  top: -60px;
  right: -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 .subttlbox {
    background-color: #daedf7;
    border-top: 4px solid #6fc8e6;
    margin-bottom: 20px;
  }
  main .subttlbox dl {
    width: 100%;
    padding: 5px 20px 10px;
    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;
  }
  main .subttlbox dl dt {
    width: 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
  }
  main .subttlbox dl dd {
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: 500;
  }
  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 {
    overflow: hidden;
    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;
    line-height: 190%;
    font-weight: bold;
    letter-spacing: 4px;
  }
  main section.s03 .wrapper .box01 .photo01 {
    position: static;
    width: 335px;
    margin: 20px auto 0;
  }
  main section.s03 .wrapper .box01 ul {
    width: 100%;
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 ul li {
    border-bottom: 1px solid #ccc;
  }
  main section.s03 .wrapper .box01 ul li:last-child {
    border: none;
  }
  main section.s03 .wrapper .box01 ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    min-height: 50px;
  }
  main section.s03 .wrapper .box01 ul li dl dt {
    width: 60px;
    font-size: 30px;
    line-height: 100%;
    font-weight: bold;
  }
  main section.s03 .wrapper .box01 ul li dl dd {
    width: calc(100% - 60px);
    font-size: 18px;
    line-height: 150%;
  }
  main section.s03 .wrapper .box01 ul li dl dd span {
    display: block;
    font-size: 12px;
  }
  main section.s03 .wrapper .box01 .t02 {
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
    margin-top: 10px;
  }
  main section.s04 {
    padding-bottom: 50px;
  }
  main section.s04 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s04 .wrapper .box01 .t01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
  }
  main section.s04 .wrapper .box01 .t02 {
    background-color: #00b1e3;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
    margin-top: 30px;
  }
  main section.s04 .wrapper .box01 .tablebox {
    margin-top: 5px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  main section.s04 .wrapper .box01 .tablebox table {
    width: 600px;
    background-color: #fff;
  }
  main section.s04 .wrapper .box01 .tablebox table tr td {
    width: 44%;
    border-bottom: 1px solid #8bc7e5;
    padding: 5px 10px;
    vertical-align: top;
  }
  main section.s04 .wrapper .box01 .tablebox table tr td:nth-child(1), main section.s04 .wrapper .box01 .tablebox table tr td:nth-child(2) {
    width: 28%;
    border-right: 1px solid #8bc7e5;
  }
  main section.s04 .wrapper .box01 .tablebox table tr td dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main section.s04 .wrapper .box01 .tablebox table tr td dl dt {
    width: 30px;
    font-size: 13px;
    line-height: 180%;
  }
  main section.s04 .wrapper .box01 .tablebox table tr td dl dd {
    width: calc(100% - 30px);
    font-size: 13px;
    line-height: 180%;
  }
  main section.s05 {
    padding-bottom: 50px;
  }
  main section.s05 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s05 .wrapper .box01 .t01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
  }
  main section.s05 .wrapper .box01 .t02 {
    background-color: #00b1e3;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
    margin-top: 20px;
  }
  main section.s05 .wrapper .box01 ul li {
    border-bottom: 1px solid #8bc7e5;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
  }
  main section.s05 .wrapper .box01 ul li:last-child {
    border: none;
  }
  main section.s06 {
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top 400px center;
    padding-bottom: 50px;
  }
  main section.s06 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s06 .wrapper .box01 .t01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
  }
  main section.s06 .wrapper .box01 .t02 {
    background-color: #00b1e3;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
    margin-top: 20px;
  }
  main section.s06 .wrapper .box01 ul li {
    border-bottom: 1px solid #8bc7e5;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
  }
  main section.s06 .wrapper .box01 ul li:last-child {
    border: none;
  }
  main section.s06 .wrapper .btn01 {
    width: 195px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s06 .wrapper .btn01 img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .box02 {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
    position: relative;
  }
  main section.s06 .wrapper .box02 .t03 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    padding-left: 0px;
  }
  main section.s06 .wrapper .box02 .photolist01 {
    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;
    width: 100%;
    margin-top: 5px;
    padding-right: 50px;
  }
  main section.s06 .wrapper .box02 .photolist01 li {
    width: calc(50% - 5px);
    position: relative;
    margin: 15px 10px 0 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  main section.s06 .wrapper .box02 .photolist01 li:nth-child(even) {
    margin-right: 0;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000000000;
    display: none;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalbox {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
    padding-top: 80px;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    position: relative;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .t01 {
    text-align: center;
    color: #60b2e3;
    background-color: #fff;
    position: static;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .photo02 {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .t02 {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    margin-top: 10px;
    position: static;
    background-color: #fff;
    color: #403634;
    padding: 0;
    text-align: left;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .icon_close_modal {
    width: 16px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s06 .wrapper .box02 .photolist01 li .modal .modalcontents .icon_close_modal:hover {
    opacity: 0.6;
  }
  main section.s06 .wrapper .box02 .photolist01 li img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .box02 .photolist01 li p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #60b2e3;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    padding: 8px 0;
  }
  main section.s06 .wrapper .box02 .msg01 {
    width: 243px;
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .scroll-to-top {
      right: 35px;
      padding: 8px 13px;
      font-size: 12px;
  }
}