/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
}
.font01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: LINE Seed JP_OTF;
  font-weight: 400;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

* {
  letter-spacing: 0.05em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  * {
    letter-spacing: 1px;
  }
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header.scrolled .wrapper .ham {
  mix-blend-mode: difference;
}
header .wrapper .ham {
  width: 60px;
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
}
header .wrapper .spmenu {
  width: 400px;
  position: fixed;
  background-color: #ffff52;
  padding: 30px 40px;
  top: 0;
  right: 0;
  z-index: 100000;
  display: none;
}
header .wrapper .spmenu .spwrapper ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f05a24;
}
header .wrapper .spmenu .spwrapper ul li a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
header .wrapper .spmenu .close {
  width: 120px;
  margin: 30px auto 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}
header .wrapper .btn_request {
  width: 115px;
  display: block;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 100;
}
header .wrapper .btn_request img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper {
  height: 100vh;
  position: relative;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .photobox,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .photobox,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .photobox {
  -webkit-animation: kakudai 7s linear 0s normal both;
          animation: kakudai 7s linear 0s normal both;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
  width: 100%;
  height: 100vh;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@-webkit-keyframes kakudai {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kakudai {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
main section.s01 .wrapper .txtbox {
  width: 1200px;
  margin: -285px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
}
main section.s01 .wrapper .txtbox .t01 {
  font-weight: bold;
  font-size: 63px;
  color: #fff;
}
main section.s01 .wrapper .txtbox h1 {
  font-weight: 900;
  font-size: 120px;
  line-height: 120%;
  color: #ffff52;
  margin-top: 5px;
}
main section.s01 .wrapper .txtbox .t02 {
  font-size: 28px;
  font-weight: bold;
  color: #ffff52;
}
main section.s01 .wrapper .txtbox .label {
  width: 428px;
  display: block;
  margin-top: 20px;
}
main section.s01 .wrapper .scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 0 0 110px;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
}
main section.s01 .wrapper .scrollbar_04 {
  position: absolute;
  right: 47px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  z-index: 10000;
}
main section.s01 .wrapper .scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}
main section.s01 .wrapper .scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
          animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
main section.s02 {
  background-color: #ffff52;
  padding: 60px 0 150px;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s02 .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: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s02 .wrapper .box01 .data01 {
  width: 370px;
}
main section.s02 .wrapper .box01 .data02 {
  width: 381px;
}
main section.s02 .wrapper .box01 .chara {
  width: 366px;
}
main section.s02 .wrapper .box02 {
  background-color: #fff;
  padding: 70px 100px 100px;
  margin-top: 70px;
}
main section.s02 .wrapper .box02 h2 {
  text-align: center;
  font-size: 55px;
  color: #f05a24;
  font-weight: bold;
}
main section.s02 .wrapper .box02 .t01 {
  font-size: 20px;
  line-height: 170%;
  margin-top: 30px;
}
main section.s02 .wrapper .box02 .t01 span {
  font-size: 35px;
  font-weight: bold;
  color: #f05a24;
}
main section.s02 .wrapper .box02 .t02 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #f05a24;
  margin-top: 50px;
}
main section.s02 .wrapper .box02 table {
  width: 100%;
  margin-top: 25px;
  border: 3px solid #989898;
}
main section.s02 .wrapper .box02 table tr th {
  background-color: #ff921e;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 170%;
  padding: 20px 0;
  border: 1px solid #b2b2b2;
}
main section.s02 .wrapper .box02 table tr th.th01 {
  width: 210px;
}
main section.s02 .wrapper .box02 table tr th.th02 {
  width: 405px;
}
main section.s02 .wrapper .box02 table tr td {
  border: 1px solid #b2b2b2;
  font-size: 20px;
  line-height: 140%;
  vertical-align: middle;
  height: 80px;
  text-align: center;
}
main section.s02 .wrapper .box02 table tr td.td02 {
  background-color: #ffd4aa;
}
main section.s02 .wrapper .box02 .t03 {
  font-size: 20px;
  line-height: 170%;
  margin-top: 30px;
}
main section.s02 .wrapper .box02 .btn_request02 {
  width: 527px;
  display: block;
  margin: 50px auto 0;
}
main section.s02 .wrapper .box02 .btn_request02 img {
  width: 100%;
  display: block;
}
main section.s03 {
  padding: 120px 0;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s03 .wrapper h3 {
  text-align: center;
  font-size: 66px;
  font-weight: 900;
  color: #f05a24;
  line-height: 120%;
}
main section.s03 .wrapper .detailbox {
  border-radius: 25px;
  margin-top: 30px;
}
main section.s03 .wrapper .detailbox.detailbox01 {
  background-color: #E60012;
}
main section.s03 .wrapper .detailbox.detailbox01 .photobox img {
  width: 400px;
}
main section.s03 .wrapper .detailbox.detailbox02 {
  background-color: #00A0E9;
}
main section.s03 .wrapper .detailbox.detailbox02 .photobox img {
  width: 300px;
}
main section.s03 .wrapper .detailbox.detailbox03 {
  background-color: #f6921e;
}
main section.s03 .wrapper .detailbox.detailbox03 .photobox img {
  width: 400px;
}
main section.s03 .wrapper .detailbox 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;
  padding: 70px 40px 70px 60px;
}
main section.s03 .wrapper .detailbox dl dt h4 {
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 120%;
}
main section.s03 .wrapper .detailbox dl dd {
  width: 302px;
}
main section.s03 .wrapper .detailbox dl dd a {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .detailbox dl dd a img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .detailbox .photobox {
  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 .detailbox .photobox img {
  display: block;
}
main section.s03 .wrapper .detailbox .t01 {
  font-size: 18px;
  line-height: 190%;
  color: #fff;
  padding: 40px 70px;
}
main section.s03 .wrapper .btn_request02 {
  width: 527px;
  display: block;
  margin: 50px auto 0;
}
main section.s03 .wrapper .btn_request02 img {
  width: 100%;
  display: block;
}
main section.s04 {
  background-color: #ffff52;
  padding: 100px 0 130px;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s04 .wrapper h5 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 140%;
}
main section.s04 .wrapper .checklist {
  padding: 0 80px;
  margin-top: 30px;
}
main section.s04 .wrapper .checklist li {
  min-height: 63px;
  padding-left: 70px;
  background-image: url(../images/icon_check01.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  font-size: 28px;
  line-height: 160%;
  padding-top: 7px;
}
main section.s04 .wrapper .photolist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
main section.s04 .wrapper .photolist li {
  width: 25%;
}
main section.s04 .wrapper .photolist li img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .btn_voice {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 100%;
  background-color: #2e3191;
  width: 646px;
  border-radius: 100px;
  padding: 29px 0;
  margin: 50px auto 0;
}
main section.s05 {
  padding: 100px 0 100px;
}
main section.s05 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s05 .wrapper h6 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 140%;
}
main section.s05 .wrapper .qalist {
  margin-top: 20px;
}
main section.s05 .wrapper .qalist li {
  padding: 20px 0 10px;
}
main section.s05 .wrapper .qalist li + li {
  border-top: 1px solid #000;
}
main section.s05 .wrapper .qalist li dl {
  padding: 0 20px;
}
main section.s05 .wrapper .qalist li dl dt {
  min-height: 25px;
  padding-left: 50px;
  padding-bottom: 10px;
  background-image: url(../images/icon_q.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: top 10px left 15px;
  font-size: 18px;
  line-height: 240%;
  border-bottom: 2px dashed #808080;
}
main section.s05 .wrapper .qalist li dl dd {
  min-height: 23px;
  padding-left: 50px;
  padding-bottom: 10px;
  background-image: url(../images/icon_a.svg);
  background-size: auto 23px;
  background-repeat: no-repeat;
  background-position: top 20px left 15px;
  font-size: 18px;
  line-height: 240%;
  padding-top: 10px;
}
main section.s05 .wrapper .qalist li dl dd a {
  display: inline-block;
  text-decoration: none;
  color: #0071bb;
}
main section.s05 .wrapper .btn_schedule {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 100%;
  background-color: #2e3191;
  width: 646px;
  border-radius: 100px;
  padding: 29px 0;
  margin: 50px auto 0;
}
main section.s05 .wrapper .btn_request02 {
  width: 527px;
  display: block;
  margin: 50px auto 0;
}
main section.s05 .wrapper .btn_request02 img {
  width: 100%;
  display: block;
}
main section.s06 {
  background-color: #ffff52;
  padding: 120px 0 150px;
}
main section.s06 .wrapper h6 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 140%;
}
main section.s06 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  line-height: 240%;
  margin-top: 35px;
}
main section.s06 .wrapper .photobox {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 80px;
}
main section.s06 .wrapper .photobox img {
  vertical-align: top;
}
main section.s06 .wrapper .photobox img.photo01 {
  width: 454px;
}
main section.s06 .wrapper .photobox img.photo02 {
  width: 630px;
  margin-left: 30px;
}

footer {
  background-color: #f05a24;
}
footer .wrapper {
  padding: 60px 0;
}
footer .wrapper .t01 {
  font-size: 23px;
  text-align: center;
  color: #fff;
}
footer .wrapper .t02 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
footer .wrapper .t02 a {
  text-decoration: none;
  color: #fff;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header.scrolled .wrapper .ham {
    mix-blend-mode: difference;
  }
  header .wrapper .ham {
    width: 30px;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000;
    cursor: pointer;
  }
  header .wrapper .spmenu {
    width: 100%;
    position: fixed;
    background-color: #ffff52;
    padding: 20px 20px;
    top: 0;
    right: auto;
    left: 0;
    z-index: 100000;
    display: none;
    border: none;
  }
  header .wrapper .spmenu .spwrapper ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f05a24;
  }
  header .wrapper .spmenu .spwrapper ul li a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }
  header .wrapper .spmenu .close {
    width: 120px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
  }
  header .wrapper .btn_request {
    width: 115px;
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
  }
  header .wrapper .btn_request img {
    width: 100%;
    display: block;
  }
  header .wrapper .btn_request_sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    padding: 10px;
    z-index: 100000;
    background-color: #ffff52;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  header .wrapper .btn_request_sp.scrolled {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .wrapper .btn_request_sp a {
    width: 260px;
    margin: 0 auto;
    display: block;
    background-color: #f05a24;
    border-radius: 6px;
  }
  header .wrapper .btn_request_sp a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper {
    height: 100dvh;
    position: relative;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .photobox,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .photobox,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .photobox {
    -webkit-animation: kakudai 7s linear 0s normal both;
            animation: kakudai 7s linear 0s normal both;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    overflow: hidden;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
    width: 100%;
    height: 100dvh;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  @-webkit-keyframes kakudai {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes kakudai {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    margin: -115px auto 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0 20px;
  }
  main section.s01 .wrapper .txtbox .t01 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }
  main section.s01 .wrapper .txtbox h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    color: #ffff52;
    margin-top: 5px;
  }
  main section.s01 .wrapper .txtbox .t02 {
    width: 335px;
    font-size: 15px;
    font-weight: bold;
    color: #ffff52;
  }
  main section.s01 .wrapper .txtbox .label {
    width: 200px;
    display: block;
    margin-top: 10px;
  }
  main section.s01 .wrapper .scrollbar-text_04 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    padding: 0 0 70px;
    color: #fff;
    font-size: 10px;
    font-family: serif;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
  }
  main section.s01 .wrapper .scrollbar_04 {
    position: absolute;
    right: 25px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    z-index: 10000;
  }
  main section.s01 .wrapper .scrollbar_04::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: #fff;
  }
  main section.s01 .wrapper .scrollbar_04::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
            animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
  }
  @-webkit-keyframes circlemove {
    0% {
      bottom: 55px;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 55px;
    }
    100% {
      bottom: 0px;
    }
  }
  @-webkit-keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  main section.s02 {
    background-color: #ffff52;
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 .data01 {
    display: inline-block;
    width: 47%;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 .data02 {
    display: inline-block;
    width: 48%;
    margin-left: 5%;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 .chara {
    width: 280px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .box02 {
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box02 h2 {
    text-align: center;
    font-size: 22px;
    color: #f05a24;
    font-weight: bold;
  }
  main section.s02 .wrapper .box02 .t01 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .box02 .t01 span {
    font-size: 20px;
    font-weight: bold;
    color: #f05a24;
  }
  main section.s02 .wrapper .box02 .t02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #f05a24;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box02 table {
    width: 100%;
    margin-top: 25px;
    border: 1px solid #989898;
  }
  main section.s02 .wrapper .box02 table tr th {
    background-color: #ff921e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    padding: 5px 5px;
    border: 1px solid #b2b2b2;
  }
  main section.s02 .wrapper .box02 table tr th.th01 {
    width: 80px;
  }
  main section.s02 .wrapper .box02 table tr th.th02 {
    width: auto;
  }
  main section.s02 .wrapper .box02 table tr th.th03 {
    width: 80px;
  }
  main section.s02 .wrapper .box02 table tr td {
    border: 1px solid #b2b2b2;
    font-size: 13px;
    line-height: 140%;
    vertical-align: middle;
    height: auto;
    padding: 10px 5px;
    text-align: center;
  }
  main section.s02 .wrapper .box02 table tr td.td02 {
    background-color: #ffd4aa;
  }
  main section.s02 .wrapper .box02 .t03 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box02 .btn_request02 {
    width: 260px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .box02 .btn_request02 img {
    width: 100%;
    display: block;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #f05a24;
    line-height: 120%;
  }
  main section.s03 .wrapper .detailbox {
    border-radius: 15px;
    margin-top: 20px;
  }
  main section.s03 .wrapper .detailbox.detailbox01 {
    background-color: #E60012;
  }
  main section.s03 .wrapper .detailbox.detailbox01 .photobox img {
    width: 400px;
  }
  main section.s03 .wrapper .detailbox.detailbox02 {
    background-color: #00A0E9;
  }
  main section.s03 .wrapper .detailbox.detailbox02 .photobox img {
    width: 600px;
  }
  main section.s03 .wrapper .detailbox.detailbox03 {
    background-color: #f6921e;
  }
  main section.s03 .wrapper .detailbox.detailbox03 .photobox img {
    width: 400px;
  }
  main section.s03 .wrapper .detailbox dl {
    display: block;
    padding: 30px 20px 20px;
  }
  main section.s03 .wrapper .detailbox dl dt h4 {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
  }
  main section.s03 .wrapper .detailbox dl dd {
    width: 100%;
    margin-top: 8px;
  }
  main section.s03 .wrapper .detailbox dl dd a {
    width: 200px;
    display: inline-block;
  }
  main section.s03 .wrapper .detailbox dl dd a img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .detailbox .photobox {
    display: block;
  }
  main section.s03 .wrapper .detailbox .photobox img {
    width: 100% !important;
    display: block;
  }
  main section.s03 .wrapper .detailbox .t01 {
    font-size: 14px;
    line-height: 190%;
    color: #fff;
    padding: 20px 30px;
  }
  main section.s03 .wrapper .btn_request02 {
    width: 260px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s03 .wrapper .btn_request02 img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    background-color: #ffff52;
    padding: 50px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper h5 {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 140%;
  }
  main section.s04 .wrapper .checklist {
    padding: 0 20px;
    margin-top: 30px;
  }
  main section.s04 .wrapper .checklist li {
    min-height: 26px;
    padding-left: 35px;
    background-image: url(../images/icon_check01.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    font-size: 16px;
    line-height: 160%;
    padding-top: 2px;
  }
  main section.s04 .wrapper .checklist li + li {
    margin-top: 10px;
  }
  main section.s04 .wrapper .photolist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  main section.s04 .wrapper .photolist li {
    width: 50%;
  }
  main section.s04 .wrapper .photolist li img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .btn_voice {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    background-color: #2e3191;
    width: 320px;
    border-radius: 100px;
    padding: 18px 0;
    margin: 30px auto 0;
  }
  main section.s05 {
    padding: 50px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper h6 {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 140%;
  }
  main section.s05 .wrapper .qalist {
    margin-top: 10px;
  }
  main section.s05 .wrapper .qalist li {
    padding: 20px 0 10px;
  }
  main section.s05 .wrapper .qalist li + li {
    border-top: 1px solid #000;
  }
  main section.s05 .wrapper .qalist li dl {
    padding: 0;
  }
  main section.s05 .wrapper .qalist li dl dt {
    min-height: 20px;
    padding-left: 35px;
    padding-bottom: 10px;
    background-image: url(../images/icon_q.svg);
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: top 4px left 10px;
    font-size: 14px;
    line-height: 200%;
    border-bottom: 1px dashed #808080;
  }
  main section.s05 .wrapper .qalist li dl dd {
    min-height: 18px;
    padding-left: 35px;
    padding-bottom: 10px;
    background-image: url(../images/icon_a.svg);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: top 17px left 10px;
    font-size: 14px;
    line-height: 200%;
    padding-top: 10px;
  }
  main section.s05 .wrapper .qalist li dl dd a {
    display: inline-block;
    text-decoration: none;
    color: #0071bb;
    font-size: 14px;
  }
  main section.s05 .wrapper .btn_schedule {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    background-color: #2e3191;
    width: 320px;
    border-radius: 100px;
    padding: 18px 0;
    margin: 20px auto 0;
  }
  main section.s05 .wrapper .btn_request02 {
    width: 260px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s05 .wrapper .btn_request02 img {
    width: 100%;
    display: block;
  }
  main section.s06 {
    background-color: #ffff52;
    padding: 50px 20px;
  }
  main section.s06 .wrapper h6 {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 140%;
  }
  main section.s06 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 240%;
    margin-top: 25px;
    padding: 0px;
  }
  main section.s06 .wrapper .photobox {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
  }
  main section.s06 .wrapper .photobox img {
    vertical-align: top;
    display: block;
    margin: 0 auto;
  }
  main section.s06 .wrapper .photobox img.photo01 {
    width: 227px;
  }
  main section.s06 .wrapper .photobox img.photo02 {
    width: 315px;
    margin: 15px auto 0;
  }
  footer {
    background-color: #f05a24;
  }
  footer .wrapper {
    padding: 35px 20px 100px;
  }
  footer .wrapper .t01 {
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  footer .wrapper .t02 {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
  footer .wrapper .t02 a {
    text-decoration: none;
    color: #fff;
  }
}