/* ------------------------------
 width: all
------------------------------ */
header .logo_header {
  top: 75px;
}
header .gnav {
  top: 270px;
}

main .maincontents {
  padding-bottom: 0;
}
main section.s01 {
  height: 370px;
  overflow: hidden;
  padding-top: 40px;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 2700px;
  padding-right: 43px;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s02 {
  padding-top: 30px;
  position: relative;
}
main section.s02 .circle {
  width: 132px;
  display: block;
  position: absolute;
  top: -270px;
  left: calc(50% - 530px);
  z-index: 100;
  -webkit-animation: 7s linear infinite rotation1;
          animation: 7s linear infinite rotation1;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
main section.s02 .wrapper {
  margin-top: -250px;
}
main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 720px;
  height: 550px;
}
main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide img {
  width: 490px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide-active {
  z-index: 1;
}
main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide-active img {
  width: 950px;
  border-radius: 20px;
}
main section.s02 .wrapper .swiper-area02 .swiper-pagination {
  text-align: center;
  bottom: -60px;
}
main section.s02 .wrapper .swiper-area02 .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff !important;
  opacity: 1 !important;
}
main section.s02 .wrapper .swiper-area02 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffe100 !important;
}
main section.s03 {
  padding: 250px 40px 0;
}
main section.s03 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main section.s03 .wrapper .dl01 {
  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.s03 .wrapper .dl01 dt {
  width: 555px;
}
main section.s03 .wrapper .dl01 dt .mission {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .dl01 dt .our_mission {
  width: 346px;
  display: block;
  margin-top: 20px;
}
main section.s03 .wrapper .dl01 dt p {
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 50px;
}
main section.s03 .wrapper .dl01 dd {
  width: 600px;
  padding-top: 210px;
}
main section.s03 .wrapper .dl01 dd .t01 {
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0;
}
main section.s03 .wrapper .dl01 dd .btnbox {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 45px;
}
main section.s03 .wrapper .dl01 dd .btnbox a {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  padding: 22px 0;
}
main section.s03 .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: 120px;
}
main section.s03 .wrapper ul li {
  width: 29.3%;
  max-width: 410px;
}
main section.s03 .wrapper ul li:nth-child(1) {
  padding-top: 200px;
}
main section.s03 .wrapper ul li:nth-child(2) {
  padding-top: 100px;
}
main section.s03 .wrapper ul li .en {
  font-size: 60px;
  line-height: 100%;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  letter-spacing: 0;
}
main section.s03 .wrapper ul li .photo {
  width: 100%;
  display: block;
  border-radius: 18px;
  margin-top: -27px;
}
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: 20px;
}
main section.s03 .wrapper ul li dl dt {
  width: 120px;
  font-size: 24px;
  font-weight: bold;
}
main section.s03 .wrapper ul li dl dd {
  width: calc(100% - 120px);
  border-left: 1px solid #000;
  font-size: 16px;
  line-height: 170%;
  padding-left: 20px;
}
main section.s04 {
  margin-top: 110px;
  background-color: #fff;
}
main section.s04 .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;
}
main section.s04 .wrapper ul li {
  width: 50%;
  height: 500px;
}
main section.s04 .wrapper ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s05 {
  padding: 150px 0;
  background-color: #fff;
  overflow: hidden;
}
main section.s05 .photo01 {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(50% + 700px);
  margin-top: -225px;
}
main section.s05 .photo02 {
  display: block;
  position: absolute;
  top: 65px;
  left: calc(50% + 700px);
}
main section.s05 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s05 .wrapper .dl01 {
  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.s05 .wrapper .dl01 dt {
  width: 576px;
}
main section.s05 .wrapper .dl01 dt .parents {
  width: 576px;
  display: block;
}
main section.s05 .wrapper .dl01 dt .for {
  width: 346px;
  display: block;
  margin-top: 20px;
}
main section.s05 .wrapper .dl01 dt .photo03 {
  display: block;
  margin-top: 90px;
}
main section.s05 .wrapper .dl01 dd {
  width: 600px;
  padding-left: 80px;
}
main section.s05 .wrapper .dl01 dd .t01 {
  font-size: 20px;
  font-weight: bold;
}
main section.s05 .wrapper .dl01 dd ul {
  margin-top: 35px;
}
main section.s05 .wrapper .dl01 dd ul li {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 40px;
  background-image: url(../images/icon_check.svg);
  background-size: 28px auto;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  font-weight: 500;
}
main section.s05 .wrapper .dl01 dd .t02 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 30px;
}
main section.s05 .wrapper .dl01 dd .t03 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
  line-height: 170%;
}
main section.s05 .wrapper .dl01 dd .t04 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 20px;
}
main section.s06 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main section.s06 .wrapper ul li {
  width: 33.33%;
  height: 540px;
  padding-top: 230px;
  background-size: cover;
  background-position: center center;
}
main section.s06 .wrapper ul li.li01 {
  background-image: url(../images/photo_uno.jpg);
}
main section.s06 .wrapper ul li.li02 {
  background-image: url(../images/photo_okayama.jpg);
}
main section.s06 .wrapper ul li.li03 {
  background-image: url(../images/photo_kobe.jpg);
}
main section.s06 .wrapper ul li .t01 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
main section.s06 .wrapper ul li .link {
  text-align: center;
  margin-top: 15px;
}
main section.s06 .wrapper ul li .link a {
  min-width: 205px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-size: 16px;
  line-height: 100%;
  padding: 14px 35px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-radius: 7px;
}
main section.s07 {
  padding: 120px 0;
}
main section.s07 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s07 .wrapper .ttlbox {
  margin-bottom: 50px;
}
main section.s07 .wrapper .ttlbox .en {
  text-align: center;
  font-size: 58px;
  line-height: 100%;
  color: #fff;
  font-weight: 900;
}
main section.s07 .wrapper .ttlbox .subttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
main section.s07 .wrapper .qabox {
  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: 0 50px;
}
main section.s07 .wrapper .qabox .qalist {
  width: calc(50% - 25px);
}
main section.s07 .wrapper .qabox .qalist li {
  border-bottom: 1px solid #000;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  padding: 30px 80px 30px 0;
}
main section.s07 .wrapper .qabox .qalist li.opened .btn img.icon_qa_open {
  opacity: 0;
}
main section.s07 .wrapper .qabox .qalist li.opened .btn img.icon_qa_close {
  opacity: 1;
}
main section.s07 .wrapper .qabox .qalist li:nth-child(1) {
  border-top: 1px solid #000;
}
main section.s07 .wrapper .qabox .qalist li:hover {
  cursor: pointer;
  opacity: 0.6;
}
main section.s07 .wrapper .qabox .qalist li .q {
  font-size: 20px;
  font-weight: bold;
  line-height: 190%;
  letter-spacing: 0.5px;
}
main section.s07 .wrapper .qabox .qalist li .a {
  font-size: 16px;
  line-height: 28px;
  display: none;
  font-weight: 500;
  margin-top: 10px;
}
main section.s07 .wrapper .qabox .qalist li .btn {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8.5px;
}
main section.s07 .wrapper .qabox .qalist li .btn img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s07 .wrapper .qabox .qalist li .btn img.icon_qa_open {
  opacity: 1;
}
main section.s07 .wrapper .qabox .qalist li .btn img.icon_qa_close {
  opacity: 0;
}
main section.s08 {
  padding: 120px 0;
  background-color: #fff;
}
main section.s08 .wrapper {
  margin: 0 auto;
  position: relative;
}
main section.s08 .wrapper .ttlbox {
  margin-bottom: 50px;
}
main section.s08 .wrapper .ttlbox .en {
  text-align: center;
  font-size: 58px;
  line-height: 100%;
  color: #23af53;
  font-weight: 900;
}
main section.s08 .wrapper .ttlbox .subttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #23af53;
  margin-top: 10px;
}
main section.s08 .wrapper .btn01 {
  width: 280px;
  padding: 22px 0;
  position: absolute;
  top: 0;
  left: calc(50% + 320px);
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
  width: 440px;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #000;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 1px solid #23af53;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox .photo {
  display: none;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox .bg {
  width: 100%;
  display: block;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .date {
  font-size: 14px;
  font-weight: bold;
  color: #23af53;
  margin-top: 20px;
  letter-spacing: 0;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .t01 {
  font-size: 20px;
  line-height: 190%;
  min-height: 76px;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .catbox {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 20px;
}
main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .catbox p {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #23af53;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  padding: 7px 15px;
  color: #23af53;
  margin: 5px 5px 0 0;
}
main section.s09 {
  padding: 0 0 10px;
  background-color: #fff;
}
main section.s09 .wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
main section.s09 .wrapper .ttlbox {
  margin-bottom: 50px;
}
main section.s09 .wrapper .ttlbox .en {
  text-align: center;
  font-size: 58px;
  line-height: 100%;
  color: #23af53;
  font-weight: 900;
}
main section.s09 .wrapper .ttlbox .subttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #23af53;
  margin-top: 10px;
}
main section.s09 .wrapper .btn01 {
  width: 280px;
  padding: 22px 0;
  position: absolute;
  top: 0;
  left: calc(50% + 320px);
}
main section.s09 .wrapper .caution {
  text-align: center;
  font-size: 18px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header .logo_header {
    top: 10px;
  }
  main .maincontents {
    padding-bottom: 0;
  }
  main section.s01 {
    height: 150px;
    overflow: hidden;
    padding-top: 30px;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 800px;
    padding-right: 10px;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding-top: 20px;
    position: relative;
  }
  main section.s02 .circle {
    width: 70px;
    display: block;
    position: absolute;
    top: -115px;
    left: calc(50% - 180px);
    z-index: 100;
    -webkit-animation: 7s linear infinite rotation1;
            animation: 7s linear infinite rotation1;
  }
  @-webkit-keyframes rotation1 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }
  @keyframes rotation1 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }
  main section.s02 .wrapper {
    margin-top: -110px;
  }
  main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 250px;
    height: 174px;
  }
  main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide img {
    width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    right: -1000px;
    bottom: 0;
    left: -1000px;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide-active {
    z-index: 1;
  }
  main section.s02 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide-active img {
    width: 300px;
    border-radius: 10px;
  }
  main section.s02 .wrapper .swiper-area02 .swiper-pagination {
    text-align: center;
    bottom: -30px;
  }
  main section.s02 .wrapper .swiper-area02 .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: #fff !important;
    opacity: 1 !important;
  }
  main section.s02 .wrapper .swiper-area02 .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #ffe100 !important;
  }
  main section.s03 {
    padding: 70px 20px 0;
  }
  main section.s03 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .dl01 {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .dl01 dt {
    width: 100%;
  }
  main section.s03 .wrapper .dl01 dt .mission {
    width: auto;
    height: 40px;
    display: block;
  }
  main section.s03 .wrapper .dl01 dt .our_mission {
    width: 220px;
    display: block;
    margin-top: 10px;
  }
  main section.s03 .wrapper .dl01 dt p {
    font-size: 22px;
    line-height: 150%;
    font-weight: bold;
    margin-top: 20px;
  }
  main section.s03 .wrapper .dl01 dd {
    width: 100%;
    padding-top: 15px;
  }
  main section.s03 .wrapper .dl01 dd .t01 {
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0;
  }
  main section.s03 .wrapper .dl01 dd .btnbox {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 25px;
  }
  main section.s03 .wrapper .dl01 dd .btnbox a {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
  }
  main section.s03 .wrapper ul {
    display: block;
    margin-top: 50px;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    max-width: 100%;
    padding-top: 0 !important;
    margin-top: 30px;
  }
  main section.s03 .wrapper ul li .en {
    font-size: 40px;
    line-height: 100%;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    letter-spacing: 0;
  }
  main section.s03 .wrapper ul li .photo {
    width: 100%;
    display: block;
    border-radius: 4vw;
    margin-top: -19px;
  }
  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: 15px;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 100px;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s03 .wrapper ul li dl dd {
    width: calc(100% - 100px);
    border-left: 1px solid #000;
    padding-top: 2px;
    font-size: 14px;
    line-height: 170%;
    padding-left: 15px;
  }
  main section.s04 {
    margin-top: 50px;
  }
  main section.s04 .wrapper ul {
    display: block;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    height: auto;
  }
  main section.s04 .wrapper ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    display: block;
  }
  main section.s05 {
    padding: 50px 20px;
    background-color: #fff;
    overflow: hidden;
  }
  main section.s05 .photo01 {
    display: block;
    position: absolute;
    top: 50%;
    right: calc(50% + 700px);
    margin-top: -225px;
    display: none;
  }
  main section.s05 .photo02 {
    display: block;
    position: absolute;
    top: 65px;
    left: calc(50% + 700px);
    display: none;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper .dl01 {
    margin: 0 auto;
    display: block;
  }
  main section.s05 .wrapper .dl01 dt {
    width: 100%;
  }
  main section.s05 .wrapper .dl01 dt .parents {
    width: auto;
    height: 90px;
    display: block;
  }
  main section.s05 .wrapper .dl01 dt .for {
    width: 220px;
    display: block;
    margin-top: 10px;
  }
  main section.s05 .wrapper .dl01 dt .photo03 {
    display: block;
    margin: 30px auto 0;
  }
  main section.s05 .wrapper .dl01 dd {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  main section.s05 .wrapper .dl01 dd .t01 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.s05 .wrapper .dl01 dd ul {
    margin-top: 20px;
  }
  main section.s05 .wrapper .dl01 dd ul li {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    background-image: url(../images/icon_check.svg);
    background-size: 20px auto;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
  }
  main section.s05 .wrapper .dl01 dd .t02 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 20px;
  }
  main section.s05 .wrapper .dl01 dd .t03 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 170%;
  }
  main section.s05 .wrapper .dl01 dd .t04 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 15px;
  }
  main section.s06 .wrapper ul {
    display: block;
  }
  main section.s06 .wrapper ul li {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-size: cover;
    background-position: center center;
  }
  main section.s06 .wrapper ul li.li01 {
    background-image: url(../images/photo_uno.jpg);
  }
  main section.s06 .wrapper ul li.li02 {
    background-image: url(../images/photo_okayama.jpg);
  }
  main section.s06 .wrapper ul li.li03 {
    background-image: url(../images/photo_kobe.jpg);
  }
  main section.s06 .wrapper ul li .t01 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s06 .wrapper ul li .link {
    text-align: center;
    margin-top: 15px;
  }
  main section.s06 .wrapper ul li .link a {
    min-width: 155px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border-radius: 7px;
    letter-spacing: 0;
  }
  main section.s07 {
    padding: 50px 20px;
  }
  main section.s07 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper .ttlbox {
    margin-bottom: 35px;
  }
  main section.s07 .wrapper .ttlbox .en {
    text-align: center;
    font-size: 40px;
    line-height: 100%;
    font-weight: 900;
  }
  main section.s07 .wrapper .ttlbox .subttl {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s07 .wrapper .qabox {
    display: block;
  }
  main section.s07 .wrapper .qabox .qalist {
    width: 100%;
  }
  main section.s07 .wrapper .qabox .qalist + .qalist li {
    border-top: none !important;
  }
  main section.s07 .wrapper .qabox .qalist li {
    border-bottom: 1px solid #000;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    padding: 15px 40px 15px 0;
  }
  main section.s07 .wrapper .qabox .qalist li.opened .btn img.icon_qa_open {
    opacity: 0;
  }
  main section.s07 .wrapper .qabox .qalist li.opened .btn img.icon_qa_close {
    opacity: 1;
  }
  main section.s07 .wrapper .qabox .qalist li:nth-child(1) {
    border-top: 1px solid #000;
  }
  main section.s07 .wrapper .qabox .qalist li:hover {
    cursor: pointer;
    opacity: 1;
  }
  main section.s07 .wrapper .qabox .qalist li .q {
    font-size: 16px;
    font-weight: bold;
    line-height: 190%;
    letter-spacing: 0.5px;
  }
  main section.s07 .wrapper .qabox .qalist li .a {
    font-size: 14px;
    line-height: 24px;
    display: none;
    font-weight: 500;
    margin-top: 8px;
  }
  main section.s07 .wrapper .qabox .qalist li .btn {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8.5px;
  }
  main section.s07 .wrapper .qabox .qalist li .btn img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s07 .wrapper .qabox .qalist li .btn img.icon_qa_open {
    opacity: 1;
  }
  main section.s07 .wrapper .qabox .qalist li .btn img.icon_qa_close {
    opacity: 0;
  }
  main section.s08 {
    padding: 50px 0;
    background-color: #fff;
  }
  main section.s08 .wrapper {
    margin: 0 auto;
    position: relative;
  }
  main section.s08 .wrapper .ttlbox {
    margin-bottom: 35px;
  }
  main section.s08 .wrapper .ttlbox .en {
    text-align: center;
    font-size: 40px;
    line-height: 100%;
    font-weight: 900;
  }
  main section.s08 .wrapper .ttlbox .subttl {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s08 .wrapper .btn01 {
    width: 240px;
    padding: 15px 0;
    position: static;
    margin: 30px auto 0;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 1px solid #23af53;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox .photo {
    display: none;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .photobox .bg {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .date {
    font-size: 12px;
    font-weight: bold;
    color: #23af53;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .t01 {
    font-size: 16px;
    line-height: 25px;
    min-height: 50px;
    font-weight: bold;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .catbox {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.s08 .wrapper .swiper-area03 .swiper .swiper-wrapper .swiper-slide a .catbox p {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #23af53;
    border-radius: 50px;
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    padding: 3px 5px;
    color: #23af53;
    margin: 2px 2px 0 0;
  }
  main section.s09 {
    padding: 0 0 10px;
    background-color: #fff;
  }
  main section.s09 .wrapper {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  main section.s09 .wrapper .ttlbox {
    margin-bottom: 35px;
  }
  main section.s09 .wrapper .ttlbox .en {
    text-align: center;
    font-size: 40px;
    line-height: 100%;
    font-weight: 900;
  }
  main section.s09 .wrapper .ttlbox .subttl {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s09 .wrapper .btn01 {
    width: 240px;
    padding: 15px 0;
    position: static;
    margin: 30px auto 0;
  }
  main section.s09 .wrapper .caution {
    text-align: center;
    font-size: 14px;
  }
}