/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 0;
}
main section .mainttlbox .en {
  width: 100%;
  display: block;
}
main section .mainttlbox .ttl {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}
main section .mainttlbox .ttl span {
  display: inline-block;
  position: relative;
}
main section .mainttlbox .ttl span::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ed6504;
  position: absolute;
  left: -65px;
  top: 50%;
}
main section.s01 {
  padding: 0 40px;
}
main section.s01 .wrapper {
  height: 846px;
  background-image: url(../images/tp0101.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  position: relative;
}
main section.s01 .wrapper h2 {
  font-size: 56px;
  line-height: 72px;
  font-weight: bold;
  position: absolute;
  top: 240px;
  left: 60px;
}
main section.s01 .wrapper .infobox {
  width: 870px;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  bottom: 200px;
  right: 0;
  padding: 40px 60px 40px 40px;
  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.s01 .wrapper .infobox .mainttlbox {
  width: 164px;
}
main section.s01 .wrapper .infobox .mainttlbox .ttl {
  margin-top: 6px;
}
main section.s01 .wrapper .infobox .mainttlbox .ttl span {
  font-size: 14px;
}
main section.s01 .wrapper .infobox ul {
  width: 556px;
}
main section.s01 .wrapper .infobox ul li {
  border-bottom: 1px solid #d9d9d9;
}
main section.s01 .wrapper .infobox ul li + li {
  margin-top: 15px;
}
main section.s01 .wrapper .infobox ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 8px 0;
}
main section.s01 .wrapper .infobox ul li a .date {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
}
main section.s01 .wrapper .infobox ul li a .cat {
  width: 90px;
}
main section.s01 .wrapper .infobox ul li a .cat span {
  background-color: #fff6ef;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 12px;
}
main section.s01 .wrapper .infobox ul li a .txt {
  width: calc(100% - 190px);
  font-size: 16px;
  line-height: 175%;
}
main section.s01 .wrapper .tpbnr {
  display: block;
  width: 480px;
  position: absolute;
  bottom: 80px;
  left: 60px;
}
main section.s01 .wrapper .tpbnr img {
  display: block;
  width: 100%;
}
main section.s02 {
  padding: 25px 40px 100px;
}
main section.s02 .wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
main section.s02 .wrapper .list01 {
  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 .list01 li {
  width: calc((100% - 45px) / 4);
}
main section.s02 .wrapper .list01 li a {
  width: 100%;
  height: 267px;
  padding: 50px 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;
  text-decoration: none;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
main section.s02 .wrapper .list01 li a:hover {
  background-color: #ed6504;
  opacity: 1;
}
main section.s02 .wrapper .list01 li a:hover .iconbox {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox01 {
  background-image: url(../images/icon_content0102.svg);
}
main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox02 {
  background-image: url(../images/icon_content0202.svg);
}
main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox03 {
  background-image: url(../images/icon_content0302.svg);
}
main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox04 {
  background-image: url(../images/icon_content0402.svg);
}
main section.s02 .wrapper .list01 li a:hover p {
  color: #fff;
}
main section.s02 .wrapper .list01 li a .iconbox {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .list01 li a .iconbox.iconbox01 {
  height: 64px;
  background-image: url(../images/icon_content0101.svg);
}
main section.s02 .wrapper .list01 li a .iconbox.iconbox02 {
  height: 74px;
  background-image: url(../images/icon_content0201.svg);
}
main section.s02 .wrapper .list01 li a .iconbox.iconbox03 {
  height: 60px;
  background-image: url(../images/icon_content0301.svg);
}
main section.s02 .wrapper .list01 li a .iconbox.iconbox04 {
  height: 54px;
  background-image: url(../images/icon_content0401.svg);
}
main section.s02 .wrapper .list01 li a p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}
main section.s02 .wrapper .t02 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 110px;
}
main section.s02 .wrapper .t03 {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
main section.s02 .wrapper .list02 {
  width: 440px;
  background-color: #fff6ef;
  border-radius: 20px;
  margin: 25px auto 0;
  padding: 25px 25px;
}
main section.s02 .wrapper .list02 li {
  min-height: 24px;
  background-image: url(../images/icon_check01.svg);
  background-size: 24px auto;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
  padding-left: 40px;
}
main section.s02 .wrapper .list02 li + li {
  margin-top: 25px;
}
main section.s02 .wrapper .t04 {
  text-align: center;
  font-size: 16px;
  line-height: 175%;
  margin-top: 20px;
}
main section.s02 .wrapper .t05 {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
  margin-top: 30px;
  font-weight: bold;
}
main section.s03 {
  background-color: #f5f5f5;
  padding: 90px 0;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s03 .wrapper .mainttlbox {
  width: 420px;
  margin: 0 auto;
}
main section.s03 .wrapper .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 60px;
  margin-top: 70px;
  /* 動画1つ */
  /* width: max-content;
  margin: 70px auto 0; */
}
main section.s03 .wrapper .list01 li {
  width: 360px;
}
main section.s03 .wrapper .list01 li .mvbox {
  width: 100% !important;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
}
main section.s03 .wrapper .list01 li .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main section.s03 .wrapper .list01 li p {
  font-size: 16px;
  line-height: 150%;
  margin-top: 8px;
}
main section.s03 .wrapper .btn_more {
  width: 151px;
  display: block;
  margin: 40px auto 0;
}
main section.s03 .wrapper .btn_more img {
  width: 100%;
  display: block;
}
main section.s04 {
  background-color: #fff6ef;
  padding: 90px 0;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s04 .wrapper .mainttlbox {
  width: 235px;
  margin: 0 auto;
}
main section.s04 .wrapper .t01 {
  margin-top: 40px;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  font-weight: bold;
}
main section.s04 .wrapper .t01::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #ed6504;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s04 .wrapper .t02 {
  font-size: 16px;
  line-height: 150%;
  margin-top: 45px;
}
main section.s04 .wrapper .t02 + .t02 {
  margin-top: 30px;
}
main section.s05 {
  padding: 90px 0;
}
main section.s05 .wrapper .mainttlbox {
  width: 233px;
  margin: 0 auto;
}
main section.s05 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 40px;
}
main section.s05 .wrapper ul {
  margin-top: 80px;
}
main section.s05 .wrapper ul li {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
main section.s05 .wrapper ul li:nth-child(even) {
  text-align: left;
}
main section.s05 .wrapper ul li:nth-child(even) .photobox .numbox {
  border-left: none;
  border-right: 2px solid #ed6504;
  top: 0;
  right: auto;
  left: 0;
}
main section.s05 .wrapper ul li:nth-child(even) .photobox .txtbox {
  right: -520px;
  left: auto;
}
main section.s05 .wrapper ul li .photobox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(50% + 80px);
  height: 631px;
  background-size: cover;
  background-position: center center;
}
main section.s05 .wrapper ul li .photobox.photobox01 {
  background-image: url(../images/tp0502.jpg);
}
main section.s05 .wrapper ul li .photobox.photobox02 {
  background-image: url(../images/tp0504.jpg);
}
main section.s05 .wrapper ul li .photobox.photobox03 {
  background-image: url(../images/tp0506.jpg);
}
main section.s05 .wrapper ul li .photobox .numbox {
  width: 160px;
  padding: 40px 0;
  border-left: 2px solid #ed6504;
  position: absolute;
  top: 0;
  right: 0;
}
main section.s05 .wrapper ul li .photobox .numbox img {
  width: auto;
  height: 76px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper ul li .photobox .txtbox {
  width: 600px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: -520px;
  margin-top: -160px;
  padding: 40px 50px;
  text-align: left;
}
main section.s05 .wrapper ul li .photobox .txtbox .t02 {
  padding-bottom: 15px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
main section.s05 .wrapper ul li .photobox .txtbox .t02::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #ed6504;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s05 .wrapper ul li .photobox .txtbox .t03 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 20px;
}
main section.s05 .wrapper .btn01 {
  width: 360px;
  padding: 38px 50px;
  border-radius: 20px;
  background-color: #ed6504;
  margin: 60px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main section.s06 {
  background-color: #F5F5F5;
  padding: 90px 0;
}
main section.s06 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s06 .wrapper .mainttlbox {
  width: 203px;
  margin: 0 auto;
}
main section.s06 .wrapper .list01 {
  width: 933px;
  margin: 70px 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;
}
main section.s06 .wrapper .list01 li {
  width: 277px;
  height: 317px;
  border: 3px solid #d9d9d9;
  background-color: #fff;
  padding-top: 35px;
  position: relative;
}
main section.s06 .wrapper .list01 li .step {
  background-color: #fff6ef;
  font-size: 20px;
  line-height: 100%;
  width: 91px;
  padding: 6px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
main section.s06 .wrapper .list01 li .iconbox {
  height: 102px;
  margin: 25px auto 0;
}
main section.s06 .wrapper .list01 li .iconbox.iconbox01 {
  width: 90px;
  padding-top: 6px;
}
main section.s06 .wrapper .list01 li .iconbox.iconbox02 {
  width: 100px;
  padding-top: 11px;
}
main section.s06 .wrapper .list01 li .iconbox.iconbox03 {
  width: 88px;
}
main section.s06 .wrapper .list01 li .iconbox img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .list01 li .t01 {
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  margin-top: 15px;
  padding: 0 20px;
}
main section.s06 .wrapper .list01 li .t01.t0102 {
  text-align: left;
}
main section.s06 .wrapper .list01 li .icon_arrow {
  width: 27px;
  display: block;
  position: absolute;
  top: 50%;
  right: -27px;
  margin-top: -46px;
}
main section.s06 .wrapper .box01 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 60px;
  padding: 40px 50px 50px;
}
main section.s06 .wrapper .box01 .t03 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ed6504;
}
main section.s06 .wrapper .box01 .t04 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}
main section.s06 .wrapper .box01 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: 25px;
}
main section.s06 .wrapper .box01 ul li {
  width: calc((100% - 60px) / 3);
}
main section.s06 .wrapper .box01 ul li .btn01 {
  width: 100%;
  padding: 38px 0 38px 70px;
  border-radius: 20px;
  background-color: #ed6504;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main section.s07 {
  background-color: #ffab6f;
  padding: 90px 0;
}
main section.s07 .wrapper .mainttlbox {
  width: 315px;
  margin: 0 auto;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 40px;
}
main section.s07 .wrapper .swiper-area01 {
  margin-top: 70px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 1200px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  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.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .photo {
  width: 672px;
  display: block;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox {
  width: calc(100% - 672px);
  padding-left: 50px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t02 span {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff6ef;
  padding: 8px 13px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t03 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-top: 25px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t03::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #ed6504;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t04 {
  font-size: 16px;
  line-height: 150%;
  margin-top: 50px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox .btn_more {
  width: 151px;
  display: inline-block;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox .btn_more img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul {
  font-size: 0;
  letter-spacing: 0;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
}
main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  background-image: url(../images/icon_pdf.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left 7px center;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  padding: 8px 8px 8px 30px;
}
main section.s07 .wrapper .swiper-button-prev {
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon_prev02.svg);
  top: auto !important;
  right: calc(50% + 538px) !important;
  bottom: 90px !important;
  left: auto !important;
  margin-top: 0 !important;
}
main section.s07 .wrapper .swiper-button-prev::after {
  display: none !important;
}
main section.s07 .wrapper .swiper-button-next {
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon_next02.svg);
  top: auto !important;
  left: calc(50% + 538px) !important;
  bottom: 90px !important;
  right: auto !important;
  margin-top: 0 !important;
}
main section.s07 .wrapper .swiper-button-next::after {
  display: none !important;
}
main section.s07 .wrapper .btn_more {
  width: 151px;
  display: block;
  margin: 60px auto 0;
}
main section.s07 .wrapper .btn_more img {
  width: 100%;
  display: block;
}
main section.s08 {
  background-color: #f5f5f5;
  padding: 90px 0;
}
main section.s08 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s08 .wrapper .infobox {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 60px 40px 50px;
  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.s08 .wrapper .infobox .mainttlbox {
  width: 230px;
}
main section.s08 .wrapper .infobox .mainttlbox .ttl {
  margin-top: 6px;
}
main section.s08 .wrapper .infobox .mainttlbox .ttl span {
  font-size: 14px;
}
main section.s08 .wrapper .infobox ul {
  width: 810px;
}
main section.s08 .wrapper .infobox ul li {
  border-bottom: 1px solid #d9d9d9;
}
main section.s08 .wrapper .infobox ul li + li {
  margin-top: 15px;
}
main section.s08 .wrapper .infobox ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 8px 0;
}
main section.s08 .wrapper .infobox ul li a .date {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
}
main section.s08 .wrapper .infobox ul li a .cat {
  width: 90px;
}
main section.s08 .wrapper .infobox ul li a .cat span {
  background-color: #fff6ef;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 12px;
}
main section.s08 .wrapper .infobox ul li a .txt {
  width: calc(100% - 190px);
  font-size: 16px;
  line-height: 175%;
}
main section.s08 .wrapper .infobox .btnbox {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
main section.s08 .wrapper .infobox .btnbox .btn_more {
  width: 151px;
  display: inline-block;
}
main section.s08 .wrapper .infobox .btnbox .btn_more img {
  width: 100%;
  display: block;
}
main section.s09 {
  padding: 200px 0 150px;
}
main section.s09 .wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
}
main section.s09 .wrapper .mainttlbox {
  width: 215px;
  margin: 0 auto;
}
main section.s09 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 100px;
}
main section.s09 .wrapper .t02 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 70px;
}
main section.s09 .wrapper .t03 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}
main section.s09 .wrapper .photo01 {
  width: 313px;
  display: block;
  position: absolute;
  top: -110px;
  left: 60px;
}
main section.s09 .wrapper .photo02 {
  width: 313px;
  display: block;
  position: absolute;
  top: 200px;
  right: 0;
}
main section.s09 .wrapper .photo03 {
  width: 313px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
}
main section.s10 {
  background-color: #fff6ef;
  padding: 90px 0;
}
main section.s10 .wrapper .mainttlbox {
  width: 186px;
  margin: 0 auto;
}
main section.s10 .wrapper .t01 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 150%;
}
main section.s10 .wrapper .bnrlist {
  width: 1000px;
  margin: 65px 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
main section.s10 .wrapper .bnrlist li {
  width: 480px;
}
main section.s10 .wrapper .bnrlist li a {
  width: 100%;
  display: block;
}
main section.s10 .wrapper .bnrlist li a img {
  width: 100%;
  display: block;
}
main section.s11 {
  padding: 90px 0;
  background-image: url(../images/tp1102.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s11 .wrapper .mainttlbox {
  width: 190px;
  margin: 0 auto;
}
main section.s11 .wrapper .mainttlbox .ttl {
  color: #fff !important;
}
main section.s11 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-top: 40px;
}
main section.s11 .wrapper .pdfbox {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
main section.s11 .wrapper .pdfbox .pdf {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
}
main section.s11 .wrapper .pdfbox .pdf a {
  display: block;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  background-image: url(../images/icon_pdf02.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left 7px center;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  padding: 8px 8px 8px 30px;
}
main section.s11 .wrapper .box01 {
  width: 1200px;
  margin: 120px auto 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 40px 50px 50px;
}
main section.s11 .wrapper .box01 .t03 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ed6504;
}
main section.s11 .wrapper .box01 .t04 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}
main section.s11 .wrapper .box01 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: 25px;
}
main section.s11 .wrapper .box01 ul li {
  width: calc((100% - 60px) / 3);
}
main section.s11 .wrapper .box01 ul li .btn01 {
  width: 100%;
  padding: 38px 0 38px 70px;
  border-radius: 20px;
  background-color: #ed6504;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main section.s12 {
  padding: 90px 0;
}
main section.s12 .wrapper {
  width: 1200px;
  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 section.s12 .wrapper .logobox {
  width: 480px;
}
main section.s12 .wrapper .logobox .logo {
  width: 100%;
  display: block;
}
main section.s12 .wrapper .logobox .logo img {
  width: 100%;
  display: block;
}
main section.s12 .wrapper .logobox .t01 {
  font-size: 24px;
  margin-top: 30px;
}
main section.s12 .wrapper .btnbox {
  width: 360px;
}
main section.s12 .wrapper .btnbox .btn01 {
  width: 360px;
  padding: 34px 70px;
  border-radius: 20px;
  text-align: right;
  border: 4px solid #000;
  background-color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_lock02.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: top 23px left 60px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main section.s12 .wrapper .btnbox .btn02 {
  width: 360px;
  padding: 34px 70px;
  border-radius: 20px;
  text-align: right;
  border: 4px solid #ed6504;
  background-color: #ed6504;
  margin: 20px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon_question02.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: top 33px left 70px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 0;
  }
  main section .mainttlbox .en {
    width: 100%;
    display: block;
  }
  main section .mainttlbox .ttl {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
  main section .mainttlbox .ttl span {
    display: inline-block;
    position: relative;
  }
  main section .mainttlbox .ttl span::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ed6504;
    position: absolute;
    left: -45px;
    top: 50%;
  }
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    height: calc(100vh - 80px);
    background-image: url(../images/tp0101.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    position: relative;
  }
  main section.s01 .wrapper h2 {
    font-size: 26px;
    line-height: 46px;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 40px;
  }
  main section.s01 .wrapper .infobox {
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    position: absolute;
    bottom: 100px;
    right: 0;
    padding: 25px 20px 25px 20px;
    display: block;
  }
  main section.s01 .wrapper .infobox .mainttlbox {
    width: 115px;
  }
  main section.s01 .wrapper .infobox .mainttlbox .ttl {
    margin-top: 4px;
  }
  main section.s01 .wrapper .infobox .mainttlbox .ttl span {
    font-size: 12px;
  }
  main section.s01 .wrapper .infobox ul {
    width: 100%;
    margin-top: 20px;
  }
  main section.s01 .wrapper .infobox ul li {
    border-bottom: 1px solid #d9d9d9;
  }
  main section.s01 .wrapper .infobox ul li + li {
    margin-top: 15px;
  }
  main section.s01 .wrapper .infobox ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s01 .wrapper .infobox ul li a .date {
    width: 90px;
    font-size: 13px;
    line-height: 25px;
  }
  main section.s01 .wrapper .infobox ul li a .cat {
    width: 90px;
  }
  main section.s01 .wrapper .infobox ul li a .cat span {
    background-color: #fff6ef;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 6px 8px;
  }
  main section.s01 .wrapper .infobox ul li a .txt {
    width: 100%;
    font-size: 14px;
    line-height: 175%;
    margin-top: 5px;
  }
  main section.s01 .wrapper .tpbnr {
  display: block;
  width: 280px;
  position: absolute;
  bottom: 16px;
  left: 40px;
}
main section.s01 .wrapper .tpbnr img {
  display: block;
  width: 100%;
}
  main section.s02 {
    padding: 25px 20px 50px;
  }
  main section.s02 .wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .list01 {
    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;
    gap: 20px;
  }
  main section.s02 .wrapper .list01 li {
    width: calc(50% - 10px);
  }
  main section.s02 .wrapper .list01 li a {
    width: 100%;
    height: 160px;
    padding: 15px 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;
    text-decoration: none;
    color: #000;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  main section.s02 .wrapper .list01 li a:hover {
    background-color: #ed6504;
    opacity: 1;
  }
  main section.s02 .wrapper .list01 li a:hover .iconbox {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox01 {
    background-image: url(../images/icon_content0102.svg);
  }
  main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox02 {
    background-image: url(../images/icon_content0202.svg);
  }
  main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox03 {
    background-image: url(../images/icon_content0302.svg);
  }
  main section.s02 .wrapper .list01 li a:hover .iconbox.iconbox04 {
    background-image: url(../images/icon_content0402.svg);
  }
  main section.s02 .wrapper .list01 li a:hover p {
    color: #fff;
  }
  main section.s02 .wrapper .list01 li a .iconbox {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .list01 li a .iconbox.iconbox01 {
    height: 51px;
    background-image: url(../images/icon_content0101.svg);
  }
  main section.s02 .wrapper .list01 li a .iconbox.iconbox02 {
    height: 59px;
    background-image: url(../images/icon_content0201.svg);
  }
  main section.s02 .wrapper .list01 li a .iconbox.iconbox03 {
    height: 48px;
    background-image: url(../images/icon_content0301.svg);
  }
  main section.s02 .wrapper .list01 li a .iconbox.iconbox04 {
    height: 43px;
    background-image: url(../images/icon_content0401.svg);
  }
  main section.s02 .wrapper .list01 li a p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
  }
  main section.s02 .wrapper .t02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
  }
  main section.s02 .wrapper .t03 {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .list02 {
    width: 100%;
    background-color: #fff6ef;
    border-radius: 10px;
    margin: 25px auto 0;
    padding: 20px 15px;
  }
  main section.s02 .wrapper .list02 li {
    min-height: 18px;
    background-image: url(../images/icon_check01.svg);
    background-size: 18px auto;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
  }
  main section.s02 .wrapper .list02 li + li {
    margin-top: 15px;
  }
  main section.s02 .wrapper .t04 {
    text-align: left;
    font-size: 14px;
    line-height: 175%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .t05 {
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    margin-top: 20px;
    font-weight: bold;
  }
  main section.s03 {
    background-color: #f5f5f5;
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .mainttlbox {
    width: 300px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .list01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 40px;
    /* 動画1つ */
    /* margin: 40px auto 0;
    width: auto; */
  }
  main section.s03 .wrapper .list01 li {
    width: calc(100% - 0px);
  }
  main section.s03 .wrapper .list01 li .mvbox {
    width: 100% !important;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
  }
  main section.s03 .wrapper .list01 li .mvbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main section.s03 .wrapper .list01 li p {
    font-size: 13px;
    line-height: 150%;
    margin-top: 5px;
  }
  main section.s03 .wrapper .btn_more {
    width: 120px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .btn_more img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    padding: 50px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper .mainttlbox {
    width: 164px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .t01 {
    margin-top: 30px;
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    font-weight: bold;
  }
  main section.s04 .wrapper .t01::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ed6504;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s04 .wrapper .t02 {
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
  }
  main section.s04 .wrapper .t02 + .t02 {
    margin-top: 20px;
  }
  main section.s05 {
    padding: 50px 0;
  }
  main section.s05 .wrapper .mainttlbox {
    width: 163px;
    margin: 0 auto;
  }
  main section.s05 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
  }
  main section.s05 .wrapper ul {
    margin-top: 40px;
  }
  main section.s05 .wrapper ul li {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s05 .wrapper ul li + li {
    margin-top: 200px;
  }
  main section.s05 .wrapper ul li:nth-child(even) {
    text-align: left;
  }
  main section.s05 .wrapper ul li:nth-child(even) .photobox .numbox {
    border-left: none;
    border-right: 2px solid #ed6504;
    top: 0;
    right: auto;
    left: 0;
  }
  main section.s05 .wrapper ul li:nth-child(even) .photobox .txtbox {
    right: -520px;
    left: auto;
  }
  main section.s05 .wrapper ul li .photobox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
  }
  main section.s05 .wrapper ul li .photobox.photobox01 {
    background-image: url(../images/tp0502.jpg);
  }
  main section.s05 .wrapper ul li .photobox.photobox02 {
    background-image: url(../images/tp0504.jpg);
  }
  main section.s05 .wrapper ul li .photobox.photobox03 {
    background-image: url(../images/tp0506.jpg);
  }
  main section.s05 .wrapper ul li .photobox .numbox {
    width: 100px;
    padding: 20px 0;
    border-left: 2px solid #ed6504;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s05 .wrapper ul li .photobox .numbox img {
    width: auto;
    height: 50px;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li .photobox .txtbox {
    width: calc(100% - 40px);
    min-height: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: auto;
    right: 0 !important;
    bottom: -170px;
    left: 0 !important;
    padding: 25px 20px;
    text-align: left;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li .photobox .txtbox .t02 {
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s05 .wrapper ul li .photobox .txtbox .t02::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ed6504;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s05 .wrapper ul li .photobox .txtbox .t03 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 20px;
  }
  main section.s05 .wrapper .btn01 {
    width: 240px;
    padding: 18px 20px 18px 35px;
    border-radius: 10px;
    background-color: #ed6504;
    margin: 210px auto 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  main section.s06 {
    background-color: #F5F5F5;
    padding: 50px 20px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper .mainttlbox {
    width: 142px;
    margin: 0 auto;
  }
  main section.s06 .wrapper .list01 {
    width: 100%;
    margin: 40px auto 0;
    display: block;
  }
  main section.s06 .wrapper .list01 li {
    width: 100%;
    height: auto;
    padding: 35px 0 25px;
    border: 3px solid #d9d9d9;
    background-color: #fff;
    position: relative;
  }
  main section.s06 .wrapper .list01 li + li {
    margin-top: 40px;
  }
  main section.s06 .wrapper .list01 li .step {
    background-color: #fff6ef;
    font-size: 18px;
    line-height: 100%;
    width: 91px;
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }
  main section.s06 .wrapper .list01 li .iconbox {
    height: auto;
    padding: 0 !important;
    margin: 25px auto 0;
  }
  main section.s06 .wrapper .list01 li .iconbox.iconbox01 {
    width: 70px;
    padding-top: 6px;
  }
  main section.s06 .wrapper .list01 li .iconbox.iconbox02 {
    width: 70px;
    padding-top: 11px;
  }
  main section.s06 .wrapper .list01 li .iconbox.iconbox03 {
    width: 60px;
  }
  main section.s06 .wrapper .list01 li .iconbox img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .list01 li .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    margin-top: 15px;
    padding: 0 20px;
  }
  main section.s06 .wrapper .list01 li .t01.t0102 {
    text-align: left;
  }
  main section.s06 .wrapper .list01 li .icon_arrow {
    width: 87px;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -26px;
    left: 0;
    margin: 0 auto;
  }
  main section.s06 .wrapper .box01 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 25px 20px;
  }
  main section.s06 .wrapper .box01 .t03 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ed6504;
  }
  main section.s06 .wrapper .box01 .t04 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
  }
  main section.s06 .wrapper .box01 ul {
    display: block;
    margin-top: 25px;
  }
  main section.s06 .wrapper .box01 ul li {
    width: 100%;
  }
  main section.s06 .wrapper .box01 ul li + li {
    margin-top: 10px;
  }
  main section.s06 .wrapper .box01 ul li .btn01 {
    width: 100%;
    padding: 18px 20px 18px 35px;
    border-radius: 10px;
    background-color: #ed6504;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  main section.s07 {
    padding: 50px 0;
  }
  main section.s07 .wrapper .mainttlbox {
    width: 220px;
    margin: 0 auto;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
  }
  main section.s07 .wrapper .swiper-area01 {
    margin-top: 40px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% - 80px);
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox {
    border-radius: 10px;
    padding: 20px;
    display: block;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .photo {
    width: 100%;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t02 span {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    background-color: #fff6ef;
    padding: 8px 13px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t03 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t03::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ed6504;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .t04 {
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox {
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox .btn_more {
    width: 130px;
    display: inline-block;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox .btnbox .btn_more img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul {
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 0 0;
  }
  main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .contentsbox .txtbox ul li a {
    display: block;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    background-image: url(../images/icon_pdf.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: left 7px center;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    padding: 8px 8px 8px 30px;
  }
  main section.s07 .wrapper .swiper-button-prev {
    display: block;
    width: 53px;
    height: 53px;
    background-image: url(../images/icon_prev02.svg);
    top: auto !important;
    right: auto !important;
    bottom: 50px !important;
    left: 20px !important;
    margin-top: 0 !important;
  }
  main section.s07 .wrapper .swiper-button-prev::after {
    display: none !important;
  }
  main section.s07 .wrapper .swiper-button-next {
    display: block;
    width: 53px;
    height: 53px;
    background-image: url(../images/icon_next02.svg);
    top: auto !important;
    left: auto !important;
    bottom: 50px !important;
    right: 20px !important;
    margin-top: 0 !important;
  }
  main section.s07 .wrapper .swiper-button-next::after {
    display: none !important;
  }
  main section.s07 .wrapper .btn_more {
    width: 130px;
    display: block;
    margin: 40px auto 0;
  }
  main section.s07 .wrapper .btn_more img {
    width: 100%;
    display: block;
  }
  main section.s08 {
    padding: 50px 20px;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper .infobox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    display: block;
  }
  main section.s08 .wrapper .infobox .mainttlbox {
    width: 161px;
    margin: 0 auto;
  }
  main section.s08 .wrapper .infobox .mainttlbox .ttl {
    margin-top: 6px;
  }
  main section.s08 .wrapper .infobox .mainttlbox .ttl span {
    font-size: 14px;
  }
  main section.s08 .wrapper .infobox ul {
    width: 100%;
    margin-top: 30px;
  }
  main section.s08 .wrapper .infobox ul li {
    border-bottom: 1px solid #d9d9d9;
  }
  main section.s08 .wrapper .infobox ul li + li {
    margin-top: 15px;
  }
  main section.s08 .wrapper .infobox ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s08 .wrapper .infobox ul li a .date {
    width: 90px;
    font-size: 13px;
    line-height: 25px;
  }
  main section.s08 .wrapper .infobox ul li a .cat {
    width: 90px;
  }
  main section.s08 .wrapper .infobox ul li a .cat span {
    background-color: #fff6ef;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 100%;
    padding: 6px 8px;
  }
  main section.s08 .wrapper .infobox ul li a .txt {
    width: 100%;
    font-size: 14px;
    line-height: 175%;
    margin-top: 5px;
  }
  main section.s08 .wrapper .infobox .btnbox {
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }
  main section.s08 .wrapper .infobox .btnbox .btn_more {
    width: 130px;
    display: inline-block;
  }
  main section.s08 .wrapper .infobox .btnbox .btn_more img {
    width: 100%;
    display: block;
  }
  main section.s09 {
    padding: 50px 20px 50px;
    position: relative;
    z-index: 2;
  }
  main section.s09 .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  main section.s09 .wrapper .mainttlbox {
    width: 150px;
    margin: 0 auto;
  }
  main section.s09 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 40px;
  }
  main section.s09 .wrapper .t02 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
  }
  main section.s09 .wrapper .t03 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
  }
  main section.s09 .wrapper .photo01 {
    width: 156.5px;
    display: block;
    position: absolute;
    top: -70px;
    left: -70px;
  }
  main section.s09 .wrapper .photo02 {
    width: 156.5px;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -80px;
    right: 0;
  }
  main section.s09 .wrapper .photo03 {
    display: none;
  }
  main section.s10 {
    padding: 50px 20px;
  }
  main section.s10 .wrapper .mainttlbox {
    width: 130px;
    margin: 0 auto;
  }
  main section.s10 .wrapper .t01 {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    line-height: 150%;
  }
  main section.s10 .wrapper .bnrlist {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s10 .wrapper .bnrlist li {
    width: 100%;
  }
  main section.s10 .wrapper .bnrlist li + li {
    margin-top: 15px;
  }
  main section.s10 .wrapper .bnrlist li a {
    width: 100%;
    display: block;
  }
  main section.s10 .wrapper .bnrlist li a img {
    width: 100%;
    display: block;
  }
  main section.s11 {
    padding: 50px 20px;
    background-image: url(../images/tp1102.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s11 .wrapper .mainttlbox {
    width: 133px;
    margin: 0 auto;
  }
  main section.s11 .wrapper .mainttlbox .ttl {
    color: #fff !important;
  }
  main section.s11 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin-top: 30px;
  }
  main section.s11 .wrapper .pdfbox {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s11 .wrapper .pdfbox .pdf {
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 0 0;
  }
  main section.s11 .wrapper .pdfbox .pdf a {
    display: block;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    background-image: url(../images/icon_pdf02.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: left 7px center;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    padding: 8px 8px 8px 30px;
  }
  main section.s11 .wrapper .box01 {
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
    padding: 25px 20px;
  }
  main section.s11 .wrapper .box01 .t03 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ed6504;
  }
  main section.s11 .wrapper .box01 .t04 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
  }
  main section.s11 .wrapper .box01 ul {
    display: block;
    margin-top: 25px;
  }
  main section.s11 .wrapper .box01 ul li {
    width: 100%;
  }
  main section.s11 .wrapper .box01 ul li + li {
    margin-top: 10px;
  }
  main section.s11 .wrapper .box01 ul li .btn01 {
    width: 100%;
    padding: 18px 20px 18px 35px;
    border-radius: 10px;
    background-color: #ed6504;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  main section.s12 {
    padding: 50px 20px;
  }
  main section.s12 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s12 .wrapper .logobox {
    width: 240px;
  }
  main section.s12 .wrapper .logobox .logo {
    width: 100%;
    display: block;
  }
  main section.s12 .wrapper .logobox .logo img {
    width: 100%;
    display: block;
  }
  main section.s12 .wrapper .logobox .t01 {
    font-size: 18px;
    margin-top: 20px;
  }
  main section.s12 .wrapper .btnbox {
    width: 260px;
    margin: 30px auto 0;
  }
  main section.s12 .wrapper .btnbox .btn01 {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: right;
    border: 4px solid #000;
    background-color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-image: url(../images/icon_lock02.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: top 15px left 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  main section.s12 .wrapper .btnbox .btn02 {
    width: 100%;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: top 22px left 40px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }
}