/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding-top: 40px;
}
main section.s01 .wrapper {
  padding-left: 100px;
}
main section.s01 .wrapper .box01 {
  position: relative;
}
main section.s01 .wrapper .box01 .mvbox {
  width: 100%;
  height: 523px;
  border-radius: 500px 0 0 0;
  overflow: hidden;
  background-color: #000;
}
main section.s01 .wrapper .box01 .mvbox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0.5;
}
main section.s01 .wrapper .box01 h2 {
  width: 397.5px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -178px auto 0;
}
main section.s01 .wrapper .box01 h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 .scroll {
  width: 28.5px;
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
}
main section.s01 .wrapper .box01 .scroll img {
  width: 100%;
  display: block;
}
main section.s02 {
  padding-left: 181px;
}
main section.s02 .wrapper {
  position: relative;
  height: 162px;
  background-color: #EBEBEB;
  padding-left: 150px;
}
main section.s02 .wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #B79D86;
  position: absolute;
  right: 0;
  bottom: 0;
}
main section.s02 .wrapper .icon {
  width: 162px;
  display: block;
  position: absolute;
  top: 0;
  left: -81px;
}
main section.s02 .wrapper .newslist01 {
  min-height: 162px;
  overflow: hidden;
  width: 800px;
  padding-top: 17px;
}
main section.s02 .wrapper .newslist01 li + li {
  margin-top: 15px;
}
main section.s02 .wrapper .newslist01 li a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  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 .newslist01 li a .cat {
  width: 140px;
  display: block;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  padding: 8px 5px;
}
main section.s02 .wrapper .newslist01 li a .date {
  font-size: 15px;
  width: 150px;
  padding-left: 20px;
}
main section.s02 .wrapper .newslist01 li a .txt {
  width: calc(100% - 290px);
  padding-left: 20px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main section.s03 {
  background-color: #F3F4F8;
  overflow: hidden;
  padding: 50px 0 60px;
}
main section.s03 .wrapper .ttlbox_en p {
  background-color: #F3F4F8;
}
main section.s03 .wrapper dl {
  width: 920px;
  margin: 40px auto 0;
  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.s03 .wrapper dl dt {
  width: 142px;
}
main section.s03 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper dl dd {
  width: calc(100% - 142px);
  padding-left: 50px;
}
main section.s03 .wrapper dl dd .t01 {
  font-size: 30px;
}
main section.s03 .wrapper dl dd .t02 {
  font-size: 15px;
  line-height: 2.4;
  margin-top: 10px;
}
main section.s03 .wrapper dl dd .more01 {
  text-align: right;
}
main section.s03 .wrapper dl dd .more01 a {
  display: inline-block;
  text-decoration: none;
  color: #1f1f1f;
  line-height: 1;
}
main section.s03 .wrapper dl dd .more01 a span {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1f1f1f;
  margin: 12px 8px 0 0;
}
main section.s03 .wrapper dl dd .more01 a img {
  width: 42px;
  vertical-align: top;
}
main section.s03 .wrapper .swiper-area01 {
  margin-top: 50px;
}
main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 261px;
}
main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s04 {
  overflow: hidden;
  padding: 50px 0 60px;
}
main section.s04 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s04 .wrapper h4 {
  font-size: 20px;
  margin-top: 20px;
}
main section.s04 .wrapper .t01 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
main section.s04 .wrapper .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;
  margin-top: 20px;
}
main section.s04 .wrapper .box01 .photo {
  width: 280px;
  display: block;
}
main section.s04 .wrapper .box01 ul {
  width: calc(100% - 330px);
}
main section.s04 .wrapper .box01 ul li + li {
  border-top: 1px solid #B79D86;
}
main section.s04 .wrapper .box01 ul li:first-child a dl dd .num {
  color: #fff !important;
  background-color: #B79D86 !important;
}
main section.s04 .wrapper .box01 ul li a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  pointer-events: none;
}
main section.s04 .wrapper .box01 ul li a:hover {
  opacity: 1;
}
main section.s04 .wrapper .box01 ul li a:hover dl dd .num {
  color: #fff;
  background-color: #B79D86;
}
main section.s04 .wrapper .box01 ul li a dl dd {
  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;
  background-image: url(../images/icon_arrow03.png);
  background-size: 18px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #F3F4F8;
  padding: 20px 45px 20px 15px;
  background-image: none !important;
}
main section.s04 .wrapper .box01 ul li a dl dd .num {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #B79D86;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding-top: 15px;
  letter-spacing: 0;
  padding-left: 2px;
  text-align: center;
  border: 1px solid #B79D86;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper .box01 ul li a dl dd .txtbox {
  width: calc(100% - 65px);
}
main section.s04 .wrapper .box01 ul li a dl dd .txtbox .t02 {
  font-size: 20px;
}
main section.s04 .wrapper .box01 ul li a dl dd .txtbox .t03 {
  font-size: 12px;
  letter-spacing: 0;
}
main section.s05 {
  background-color: #F3F4F8;
  overflow: hidden;
  padding: 50px 0 60px;
}
main section.s05 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s05 .wrapper .ttlbox_en p {
  background-color: #F3F4F8;
}
main section.s05 .wrapper h5 {
  font-size: 20px;
  margin-top: 20px;
}
main section.s05 .wrapper .t01 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
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;
  margin-top: 40px;
}
main section.s05 .wrapper ul li {
  width: 227px;
}
main section.s05 .wrapper ul li .detail {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s05 .wrapper ul li .detail img {
  width: 100%;
  display: block;
}
main section.s06 {
  background-image: url(../images/tp0601.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s06 .wrapper {
  width: 920px;
  margin: 0 auto;
  padding: 50px 0 80px;
  text-align: right;
}
main section.s06 .wrapper .txtbox {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #fff;
}
main section.s06 .wrapper .txtbox .t01 {
  font-size: 30px;
}
main section.s06 .wrapper .txtbox .t02 {
  font-size: 30px;
}
main section.s06 .wrapper .txtbox .t03 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
main section.s06 .wrapper .txtbox .t04 {
  text-align: right;
  margin-top: 15px;
}
main section.s06 .wrapper .txtbox .t04 a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
main section.s07 {
  background-color: #F3F4F8;
  overflow: hidden;
  padding: 50px 0 60px;
}
main section.s07 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s07 .wrapper .ttlbox_en p {
  background-color: #F3F4F8;
}
main section.s07 .wrapper h6 {
  font-size: 20px;
  margin-top: 20px;
}
main section.s07 .wrapper .works_slider_area {
  max-width: 920px;
  margin: 0 auto 0;
}
main section.s07 .wrapper .works_slider_area .t11 {
  background-image: url(../images/bd02.jpg);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  padding-bottom: 20px;
}
main section.s07 .wrapper .works_slider_area .t11 span {
  display: inline-block;
  vertical-align: top;
  background-color: #B79D86;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 {
  position: relative;
  margin-top: 10px;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper {
  position: relative;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 230px;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail .tmbbox {
  width: 100%;
  height: 150px;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail .tmbbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail .catbox {
  font-size: 0;
  letter-spacing: 0;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail .catbox p {
  display: inline-block;
  vertical-align: top;
  background-color: #3D485F;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  margin: 8px 8px 0 0;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail 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;
  margin-top: 5px;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail dl dt {
  font-size: 15px;
  width: calc(100% - 90px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #3D485F;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail dl dd {
  width: 80px;
  font-size: 10px;
  text-align: right;
  color: #3D485F;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_prev01.svg);
  margin: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: -92px !important;
  left: 0 !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-prev::after {
  display: none !important;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_next01.svg);
  margin: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: -92px !important;
  left: 80px !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-next::after {
  display: none !important;
}
main section.s07 .wrapper .works_slider_area .btnlist {
  margin-top: 47px;
  font-size: 0;
  letter-spacing: 0;
  padding-left: 180px;
}
main section.s07 .wrapper .works_slider_area .btnlist li {
  display: inline-block;
  vertical-align: top;
}
main section.s07 .wrapper .works_slider_area .btnlist li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  padding: 13px 15px;
  border-left: 1px solid #B7B7B7;
  color: #1f1f1f;
}
main section.s08 {
  overflow: hidden;
  padding: 50px 0 60px;
}
main section.s08 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s08 .wrapper h6 {
  font-size: 20px;
  margin-top: 20px;
}
main section.s08 .wrapper .newslist02 {
  margin-top: 10px;
}
main section.s08 .wrapper .newslist02 li {
  border-bottom: 1px solid #1f1f1f;
}
main section.s08 .wrapper .newslist02 li a {
  text-decoration: none;
  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;
  color: #1f1f1f;
}
main section.s08 .wrapper .newslist02 li a .date {
  width: 150px;
  font-size: 15px;
}
main section.s08 .wrapper .newslist02 li a .cat {
  width: 120px;
}
main section.s08 .wrapper .newslist02 li a .cat span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  vertical-align: top;
  background-color: #3D485F;
  padding: 5px 10px;
}
main section.s08 .wrapper .newslist02 li a .txt {
  width: calc(100% - 270px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  padding: 20px 50px 20px 0;
  background-image: url(../images/icon_arrow06.png);
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-position: center right 0;
}
main section.s08 .wrapper .more {
  margin-top: 20px;
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
main section.s08 .wrapper .more a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 15px;
  color: #3D485F;
  padding: 5px 0 5px 10px;
  border-left: 1px solid #3D485F;
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding-top: 0;
  }
  main section.s01 .wrapper {
    padding-left: 0;
  }
  main section.s01 .wrapper .box01 {
    position: relative;
  }
  main section.s01 .wrapper .box01 .mvbox {
    width: 100%;
    height: calc(100vh - 70px);
    border-radius: 0;
    overflow: hidden;
  }
  main section.s01 .wrapper .box01 .mvbox video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .box01 h2 {
    width: 239px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -144px auto 0;
  }
  main section.s01 .wrapper .box01 h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 .scroll {
    width: 18.5px;
    display: block;
    position: absolute;
    top: auto;
    left: 15px;
    bottom: 20px;
    z-index: 2;
  }
  main section.s01 .wrapper .box01 .scroll img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding: 20px 0;
    background-color: #B69C85;
  }
  main section.s02 .wrapper {
    position: relative;
    height: auto;
    background-color: transparent;
    padding-left: 0;
  }
  main section.s02 .wrapper::before {
    display: none;
  }
  main section.s02 .wrapper .t00 {
    color: #B69C85;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 15px;
  }
  main section.s02 .wrapper .t00 .span01 {
    font-size: 25px;
  }
  main section.s02 .wrapper .t00 .span02 {
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
  }
  main section.s02 .wrapper .newslist01 {
    min-height: 0;
    overflow: hidden;
    width: 100%;
    padding: 5px 15px 0;
  }
  main section.s02 .wrapper .newslist01 li {
    border-bottom: 1px solid #fff;
    margin: 0 !important;
  }
  main section.s02 .wrapper .newslist01 li a {
    display: block;
    text-decoration: none;
    color: #1f1f1f;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0;
  }
  main section.s02 .wrapper .newslist01 li a .cat {
    width: auto;
    display: inline-block;
    background-color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    padding: 5px 3px;
    margin-right: 15px;
    vertical-align: top;
  }
  main section.s02 .wrapper .newslist01 li a .date {
    font-size: 10px;
    width: 100px;
    padding-left: 0;
    color: #fff;
  }
  main section.s02 .wrapper .newslist01 li a .txt {
    width: 100%;
    color: #fff;
    padding-left: 0;
    font-size: 15px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  main section.s03 {
    background-color: #F3F4F8;
    overflow: hidden;
    padding: 40px 0;
  }
  main section.s03 .wrapper .ttlbox_en {
    padding-left: 15px;
  }
  main section.s03 .wrapper .ttlbox_en p {
    background-color: #F3F4F8;
  }
  main section.s03 .wrapper dl {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    position: relative;
  }
  main section.s03 .wrapper dl dt {
    width: 100px;
    opacity: 0.15;
    position: absolute;
    right: 15px;
    top: -10px;
  }
  main section.s03 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper dl dd {
    padding: 0 15px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  main section.s03 .wrapper dl dd .t01 {
    font-size: 20px;
  }
  main section.s03 .wrapper dl dd .t02 {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
  }
  main section.s03 .wrapper dl dd .more01 {
    text-align: right;
    margin-top: 10px;
  }
  main section.s03 .wrapper dl dd .more01 a {
    display: inline-block;
    text-decoration: none;
    color: #1f1f1f;
    line-height: 1;
  }
  main section.s03 .wrapper dl dd .more01 a span {
    display: inline-block;
    font-size: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #1f1f1f;
    margin: 6px 8px 0 0;
  }
  main section.s03 .wrapper dl dd .more01 a img {
    width: 31px;
    vertical-align: top;
  }
  main section.s03 .wrapper .swiper-area01 {
    margin-top: 35px;
  }
  main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 180px;
  }
  main section.s03 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    overflow: hidden;
    padding: 40px 15px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  main section.s04 .wrapper .t01 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s04 .wrapper .box01 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 .photo {
    display: none;
  }
  main section.s04 .wrapper .box01 ul {
    width: 100%;
  }
  main section.s04 .wrapper .box01 ul li + li {
    border: none;
    margin-top: 20px;
  }
  main section.s04 .wrapper .box01 ul li a {
    display: block;
    text-decoration: none;
    color: #1f1f1f;
  }
  main section.s04 .wrapper .box01 ul li a:hover {
    opacity: 1;
  }
  main section.s04 .wrapper .box01 ul li a:hover dl dd .num {
    color: #fff;
    background-color: #B79D86;
  }
  main section.s04 .wrapper .box01 ul li a dl dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 ul li a dl dd {
    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;
    background-image: url(../images/icon_arrow03.png);
    background-size: 18px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-color: #F3F4F8;
    padding: 15px 15px 15px 15px;
    margin-top: 0;
    background-image: none;
  }
  main section.s04 .wrapper .box01 ul li a dl dd .num {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #B79D86;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding-top: 15px;
    letter-spacing: 0;
    padding-left: 2px;
    text-align: center;
    border: 1px solid #B79D86;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #fff;
    background-color: #B79D86;
  }
  main section.s04 .wrapper .box01 ul li a dl dd .txtbox {
    width: calc(100% - 65px);
  }
  main section.s04 .wrapper .box01 ul li a dl dd .txtbox .t02 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box01 ul li a dl dd .txtbox .t03 {
    font-size: 12px;
    letter-spacing: 0;
  }
  main section.s05 {
    overflow: hidden;
    padding: 40px 15px;
    background-color: #fff;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper h5 {
    font-size: 20px;
    margin-top: 20px;
  }
  main section.s05 .wrapper .t01 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s05 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li .detail {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s05 .wrapper ul li .detail img {
    width: 100%;
    display: block;
  }
  main section.s06 {
    background-image: url(../images/tp0601_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: left;
  }
  main section.s06 .wrapper .txtbox {
    display: block;
    vertical-align: top;
    text-align: left;
    color: #fff;
  }
  main section.s06 .wrapper .txtbox .t01 {
    font-size: 20px;
  }
  main section.s06 .wrapper .txtbox .t02 {
    font-size: 20px;
  }
  main section.s06 .wrapper .txtbox .t03 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s06 .wrapper .txtbox .t04 {
    text-align: right;
    margin-top: 12px;
  }
  main section.s06 .wrapper .txtbox .t04 a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  main section.s07 {
    background-color: #F3F4F8;
    overflow: hidden;
    padding: 25px 15px;
  }
  main section.s07 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper .ttlbox_en p {
    background-color: #F3F4F8;
  }
  main section.s07 .wrapper h6 {
    font-size: 20px;
    margin-top: 20px;
  }
  main section.s07 .wrapper .works_slider_area {
    max-width: 920px;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .works_slider_area .t11 {
    background-size: 100% 2px;
    padding-bottom: 10px;
  }
  main section.s07 .wrapper .works_slider_area .t11 span {
    font-size: 15px;
    padding: 6px 8px;
    border-radius: 4px;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 {
    position: relative;
    margin-top: 15px;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 200px;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail .tmbbox {
    height: 135px;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper .swiper-wrapper .swiper-slide .works_detail dl dt {
    font-size: 12px;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-prev {
    width: 35px;
    height: 35px;
    bottom: -50px !important;
    left: 0 !important;
  }
  main section.s07 .wrapper .works_slider_area .swiper-area02 .swiper-button-next {
    width: 35px;
    height: 35px;
    bottom: -50px !important;
    left: 50px !important;
  }
  main section.s07 .wrapper .works_slider_area .btnlist {
    margin-top: 15px;
    font-size: 0;
    letter-spacing: 0;
    padding-left: 0;
  }
  main section.s07 .wrapper .works_slider_area .btnlist li {
    display: block;
    text-align: right;
  }
  main section.s07 .wrapper .works_slider_area .btnlist li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 7px 0;
    border: none;
    color: #1f1f1f;
  }
  main section.s08 {
    overflow: hidden;
    padding: 30px 15px;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper h6 {
    font-size: 20px;
    margin-top: 20px;
  }
  main section.s08 .wrapper .newslist02 {
    margin-top: 10px;
  }
  main section.s08 .wrapper .newslist02 li {
    border-bottom: 1px solid #1f1f1f;
  }
  main section.s08 .wrapper .newslist02 li a {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1f1f1f;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  main section.s08 .wrapper .newslist02 li a .date {
    width: 80px;
    font-size: 10px;
    padding-top: 0;
  }
  main section.s08 .wrapper .newslist02 li a .cat {
    width: 150px;
  }
  main section.s08 .wrapper .newslist02 li a .cat span {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    vertical-align: top;
    background-color: #3D485F;
    padding: 5px 10px;
  }
  main section.s08 .wrapper .newslist02 li a .txt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    padding: 0;
    background-image: none;
  }
  main section.s08 .wrapper .more {
    margin-top: 10px;
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s08 .wrapper .more a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 12px;
    color: #3D485F;
    padding: 5px 0 5px 10px;
    border-left: 1px solid #3D485F;
  }
}