/* ------------------------------
 width: all
------------------------------ */
.contentsarea {
  overflow: hidden;
}

main .circle01 {
  display: block;
  position: absolute;
  top: -400px;
  right: calc(50% + 400px);
  z-index: 1;
}
main section.s01 .wrapper {
  padding-top: 100px;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 83px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 15px;
}
main section.s01 .wrapper .msg01 {
  width: 109.5px;
  display: block;
  margin: 20px auto 0;
}
main section.s01 .wrapper .photo {
  width: 191px;
  display: block;
  margin: 60px auto 0;
}
main section.s02 {
  padding-top: 70px;
  padding-bottom: 180px;
  background-image: url(../../images/po0202.png);
  background-size: 1008.5px auto;
  background-repeat: no-repeat;
  background-position: bottom -300px right calc(50% + 800px);
}
main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
main section.s02 .wrapper .msg02 {
  width: 560.75px;
  display: block;
}
main section.s02 .wrapper .t01 {
  width: 24.6px;
  height: 500px;
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
}
main section.s02 .wrapper .t01::after {
  content: "";
  display: block;
  width: 1px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 12px;
}
main section.s02 .wrapper .t01 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .t02 {
  font-size: 44px;
  font-weight: 500;
  line-height: 190%;
  color: #fff;
  letter-spacing: 10px;
  padding-left: 90px;
}
main section.s02 .wrapper .t03 {
  font-size: 16px;
  font-weight: bold;
  line-height: 260%;
  color: #fff;
  margin-top: 30px;
  padding-left: 90px;
}
main section.s02 ul {
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 50px auto 0;
  position: relative;
  z-index: 1000;
  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;
  position: relative;
  z-index: 10000;
}
main section.s02 ul li {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px 35px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
main section.s02 ul li.li01 img {
  width: 73%;
  margin-bottom: 50px;
}
main section.s02 ul li.li02 img {
  width: 90%;
  margin-bottom: 50px;
}
main section.s02 ul li.li03 img {
  width: 100%;
}
main section.s02 ul li img {
  display: block;
  margin: 0 auto;
}
main section.s02 ul p {
  font-size: 16px;
  font-weight: bold;
  line-height: 260%;
  margin-top: 30px;
}
main section.s03 {
  background-image: url(../../images/bg_stone.jpg);
  background-size: cover;
  background-position: center center;
  padding: 150px 0 0;
  height: 980px;
  border-bottom: 300px solid #225ea1;
}
main section.s03 .wrapper .ttlbox {
  width: 1100px;
  margin: 0 auto;
}
main section.s03 .wrapper .ttlbox .msg01 {
  width: 413.25px;
  display: block;
}
main section.s03 .wrapper .ttlbox h3 {
  font-size: 25px;
  font-weight: bold;
  color: #225ea1;
}
main section.s03 .wrapper ul {
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 70px auto 0;
  position: relative;
  z-index: 1000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
main section.s03 .wrapper ul li {
  width: 32%;
}
main section.s03 .wrapper ul li a {
  display: block;
  text-decoration: none;
}
main section.s03 .wrapper ul li a:hover {
  opacity: 1;
}
main section.s03 .wrapper ul li a:hover .photo {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}
main section.s03 .wrapper ul li .photobox {
  position: relative;
  background-color: #fff;
}
main section.s03 .wrapper ul li .photobox .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper ul li .photobox .label {
  width: 66.5px;
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
}
main section.s03 .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;
  margin-top: -50px;
  padding: 0 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper ul li dl dt {
  width: 50%;
}
main section.s03 .wrapper ul li dl dt img {
  display: block;
  height: 126px;
}
main section.s03 .wrapper ul li dl dd {
  padding-top: 40px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 170%;
}
main section.s04 {
  padding: 200px 0 0;
}
main section.s04 .wrapper .messagewrapper {
  background-image: url(../../images/po0323.png);
  background-size: 2107px auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: 70px;
  position: relative;
  z-index: 100;
}
main section.s04 .wrapper .messagebox {
  max-width: 1440px;
  padding: 150px 40px 0;
  margin: 0 auto;
}
main section.s04 .wrapper .messagebox .box01 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s04 .wrapper .messagebox .box01 .photo {
  width: 40%;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .messagebox .box01 .txtbox {
  width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 {
  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-left: 60px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dt {
  width: 235px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dt img {
  display: block;
  height: 126px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd {
  width: calc(100% - 235px);
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd p {
  font-size: 16px;
  font-weight: bold;
  line-height: 170%;
  color: #fff;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd p span {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  margin-top: 40px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px;
  width: calc(100% + 1px);
  margin-top: 50px;
  height: 680px;
  overflow-y: scroll;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl + dl {
  margin-top: 15px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dt {
  position: relative;
  font-size: 22px;
  line-height: 160%;
  color: #fff;
  padding: 10px 20px 10px 80px;
  background-color: rgba(255, 255, 255, 0.15);
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dt span {
  font-weight: 900;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  width: 50px;
  position: absolute;
  top: 9px;
  left: 25px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dd {
  position: relative;
  font-size: 16px;
  line-height: 210%;
  color: #fff;
  padding: 10px 20px 10px 80px;
  margin-top: 3px;
}
main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dd span {
  font-weight: 900;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  width: 50px;
  position: absolute;
  top: 9px;
  left: 25px;
}
main section.s04 .wrapper .messagebox .video {
  width: 100%;
  max-width: 1300px;
  display: block;
  margin: 60px auto 0;
}
/*youtube*/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  margin-top: 2rem;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*end-youtube*/
main section.s04 .wrapper .photolistbox {
  width: 1600px;
  max-width: calc(100% - 80px);
  margin: 60px auto 0;
  position: relative;
}
main section.s04 .wrapper .photolistbox 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;
}
main section.s04 .wrapper .photolistbox ul li {
  width: 32%;
}
main section.s04 .wrapper .photolistbox ul li img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .photolistbox .illust01 {
  width: 213px;
  display: block;
  position: absolute;
  bottom: -100px;
  left: -30px;
}
main section.s04 .wrapper .photolistbox .illust03 {
  width: 143px;
  display: block;
  position: absolute;
  bottom: -100px;
  right: 100px;
}
main section.s04 .wrapper .datawrapper {
  position: relative;
  z-index: 10;
  padding-top: 450px;
  margin-top: -200px;
  background-image: url(../../images/po0401.png);
  background-size: 730.5px auto;
  background-position: top 0 right calc(50% + 700px);
  background-repeat: no-repeat;
}
main section.s04 .wrapper .datawrapper .databox .box05 {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
main section.s04 .wrapper .datawrapper .databox .box05 .msg05 {
  display: block;
  width: 230.25px;
}
main section.s04 .wrapper .datawrapper .databox .box05 .t01 {
  width: 24.6px;
  height: 760px;
  position: absolute;
  top: 150px;
  left: 0;
}
main section.s04 .wrapper .datawrapper .databox .box05 .t01::before {
  content: "";
  display: block;
  width: 1px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 12px;
  background-color: #fff;
}
main section.s04 .wrapper .datawrapper .databox .box05 .t01 img {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s04 .wrapper .datawrapper .databox .box05 .list01 {
  padding-left: 90px;
  margin-top: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s04 .wrapper .datawrapper .databox .box05 .list01 li {
  width: calc(50% - 25px);
  height: 166px;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t02 {
  width: 100%;
  font-size: 31px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 170%;
}
main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t02 span {
  font-size: 25px;
}
main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t03 {
  width: 100%;
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
}
main section.s04 .wrapper .datawrapper .databox .data_photo {
  width: 1394px;
  display: block;
  max-width: calc(100% - 80px);
  margin: 80px auto 0;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox {
  width: 100%;
  margin: 0 auto;
  padding: 250px 0 200px;
  position: relative;
  z-index: 30;
  background-image: url(../../images/po0405.png);
  background-size: 1273.5px auto;
  background-position: top 0 left calc(50% + 900px);
  background-repeat: no-repeat;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slider img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .photo {
  padding: 15px 10px;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .photo img {
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots {
  bottom: -10px;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li {
  margin: 0;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li button:before {
  color: #d2ebee;
  font-size: 10px;
  opacity: 1 !important;
  width: 15px;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li.slick-active button:before {
  color: #1ea0a8 !important;
  opacity: 1 !important;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 60px;
  background-image: url(../../images/icon_prev01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-prev::before {
  display: none !important;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-next {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 60px;
  background-image: url(../../images/icon_next01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-next::before {
  display: none !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main .circle01 {
    width: 400px;
    display: block;
    position: absolute;
    top: -150px;
    left: auto;
    right: -250px;
    z-index: 1;
  }
  main section.s01 .wrapper {
    padding: 50px 20px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
  }
  main section.s01 .wrapper .msg01 {
    width: 70px;
    display: block;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .photo {
    width: 119px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .msg02 {
    width: 225px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 {
    padding: 20px 20px 50px;
    background-image: url(../../images/po0202.png);
    background-size: 1008.5px auto;
    background-repeat: no-repeat;
    background-position: bottom -300px right calc(50% + 800px);
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s02 .wrapper .msg02 {
    width: 200px;
    display: block;
  }
  main section.s02 .wrapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: #d1d149;
  }
  main section.s02 .wrapper .t02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 190%;
    color: #fff;
    letter-spacing: 5px;
    padding-left: 0;
    margin-top: 30px;
  }
  main section.s02 .wrapper .t03 {
    font-size: 14px;
    font-weight: 500;
    line-height: 260%;
    color: #fff;
    margin-top: 20px;
    padding-left: 0;
  }
  main section.s02 ul {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  main section.s02 ul li {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 45px 20px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-top: 20px;
  }
  main section.s02 ul li.li01 img {
    width: 51%;
    margin-bottom: 50px;
  }
  main section.s02 ul li.li02 img {
    width: 63%;
    margin-bottom: 50px;
  }
  main section.s02 ul li.li03 img {
    width: 70%;
  }
  main section.s02 ul li img {
    display: block;
    margin: 0 auto;
  }
  main section.s02 ul p {
    font-size: 14px;
    font-weight: 500;
    line-height: 260%;
    margin-top: 20px;
  }
  main section.s03 {
    background-image: url(../../images/bg_stone.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 20px 50px;
    height: auto;
    border: none;
  }
  main section.s03 .wrapper .ttlbox {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .ttlbox .msg01 {
    width: 110px;
    display: block;
  }
  main section.s03 .wrapper .ttlbox h3 {
    font-size: 20px;
    font-weight: bold;
    color: #225ea1;
  }
  main section.s03 .wrapper ul {
    width: 100%;
    max-width: 100%;
    margin: 70px auto 0;
    display: block;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 40px;
  }
  main section.s03 .wrapper ul li a {
    display: block;
    text-decoration: none;
  }
  main section.s03 .wrapper ul li a:hover {
    opacity: 1;
  }
  main section.s03 .wrapper ul li a:hover .photo {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.6;
  }
  main section.s03 .wrapper ul li .photobox {
    position: relative;
    background-color: #fff;
  }
  main section.s03 .wrapper ul li .photobox .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper ul li .photobox .label {
    width: 40px;
    display: block;
    position: absolute;
    top: -20px;
    left: 20px;
  }
  main section.s03 .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;
    margin-top: 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #225ea1;
    padding: 30px 20px;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 50%;
    margin-top: -110px;
  }
  main section.s03 .wrapper ul li dl dt img {
    display: block;
    height: 80px;
  }
  main section.s03 .wrapper ul li dl dd {
    padding-top: 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 170%;
  }
  main section.s04 {
    padding: 0 0 0;
  }
  main section.s04 .wrapper .messagewrapper {
    background-image: url(../../images/po0323.png);
    background-size: 1000px auto;
    background-position: top 0 center;
    background-repeat: no-repeat;
    margin-top: 70px;
    position: relative;
    z-index: 100;
  }
  main section.s04 .wrapper .messagebox {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .messagebox .box01 {
    display: block;
  }
  main section.s04 .wrapper .messagebox .box01 .photo {
    width: 100%;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 {
    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: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dt {
    width: 50%;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dt img {
    display: block;
    height: 80px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd {
    width: 50%;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd p {
    font-size: 14px;
    font-weight: bold;
    line-height: 170%;
    color: #fff;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .dl01 dd p span {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    margin-top: 20px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: 100%;
    margin-top: 20px;
    height: 380px;
    overflow-y: scroll;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl + dl {
    margin-top: 10px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dt {
    position: relative;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    padding: 7px 10px 7px 40px;
    background-color: rgba(255, 255, 255, 0.15);
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dt span {
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    width: 40px;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dd {
    position: relative;
    font-size: 14px;
    line-height: 210%;
    color: #fff;
    padding: 7px 10px 7px 40px;
    margin-top: 2px;
  }
  main section.s04 .wrapper .messagebox .box01 .txtbox .qabox dl dd span {
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    width: 50px;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  main section.s04 .wrapper .messagebox .video {
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s04 .wrapper .photolistbox {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding: 0 20px;
  }
  main section.s04 .wrapper .photolistbox ul {
    display: block;
  }
  main section.s04 .wrapper .photolistbox ul li {
    width: 100%;
    margin-top: 20px;
  }
  main section.s04 .wrapper .photolistbox ul li img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .photolistbox .illust01 {
    width: 111px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: -15px;
  }
  main section.s04 .wrapper .photolistbox .illust03 {
    width: 80px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 30px;
  }
  main section.s04 .wrapper .datawrapper {
    position: relative;
    z-index: 10;
    padding-top: 250px;
    margin-top: -150px;
    background-image: url(../../images/po0401.png);
    background-size: 400px auto;
    background-position: top 0 right calc(50% + 200px);
    background-repeat: no-repeat;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .msg05 {
    display: block;
    width: 80px;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 h5 {
    font-size: 20px;
    color: #d1d149;
    margin-top: 5px;
    font-weight: bold;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .t01 {
    width: 24.6px;
    height: 760px;
    position: absolute;
    top: 150px;
    left: 0;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .t01::before {
    content: "";
    display: block;
    width: 1px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 12px;
    background-color: #fff;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .t01 img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .list01 {
    padding-left: 0px;
    margin-top: 30px;
    display: block;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .list01 li {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    display: block;
    margin-top: 15px;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t02 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 170%;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t02 span {
    font-size: 14px;
  }
  main section.s04 .wrapper .datawrapper .databox .box05 .list01 li .t03 {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
  }
  main section.s04 .wrapper .datawrapper .databox .data_photo {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 20px;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    z-index: 30;
    padding: 70px 0 100px;
    position: relative;
    z-index: 30;
    background-image: url(../../images/po0405.png);
    background-size: 400px auto;
    background-position: top 0 left calc(50% + 200px);
    background-repeat: no-repeat;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slider {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    z-index: 30;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slider img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .photo {
    width: 200px;
    padding: 10px 5px;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .photo img {
    display: block;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots {
    bottom: -10px;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li {
    margin: 0;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li button:before {
    color: #d2ebee;
    font-size: 10px;
    opacity: 1 !important;
    width: 15px;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-dots li.slick-active button:before {
    color: #1ea0a8 !important;
    opacity: 1 !important;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 20px;
    background-image: url(../../images/icon_prev01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-prev::before {
    display: none !important;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    background-image: url(../../images/icon_next01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main section.s04 .wrapper .datawrapper .databox .sliderbox .slick-next::before {
    display: none !important;
  }
}