/* ------------------------------
 common - width: all
------------------------------ */
html {
  color: #363537;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

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;
}

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;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}
a {
  cursor: pointer;
  text-decoration: none;
  color:unset;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.1em;
}

.fadein {
  opacity: 0;
}
.fadein.effected {
  -webkit-animation: fadeInUpSlight 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeInUpSlight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpSlight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 860px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  @-webkit-keyframes fadeInUpSlight {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeInUpSlight {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
header.scrolled {
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);

}
header .wrapper {
  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;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
    transition: all 1s;
}
header.scrolled .wrapper {
  height:60px;
}
header .wrapper .logo {
  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;
  text-decoration: none;
  gap:20px;
}
header .wrapper .logo img {
  width:16vw;
  max-width: 190px;
  display: block;
  transition: all 1s;
}
header.scrolled .wrapper .logo img {
  width:14vw;
    max-width: 120px;
}
header .wrapper .logo h1 {
  max-width: 253px;
  text-align: right;
  color: #363537;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-top: 43px;
  transition: all 1s;
}
header.scrolled .wrapper .logo h1 {
  font-size:10px;
    padding-top: 23px;
}
header .wrapper .btn01 {
  width: 220px;
  display: block;
  background-color: #363537;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 16px 0;
    transition: all 1s;
}
header.scrolled .wrapper .btn01 {
  width:180px;
  font-size:14px;
}
header .wrapper .btn01 img {
  width: 31px;
  vertical-align: top;
  margin: 3px 0 0 7px;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  overflow: hidden;
}
main section.s01 .wrapper {
  position: relative;
  height:100vh;
  overflow-y: hidden;
}
main section.s01 .wrapper .msg01 {
  width: 7.1%;
  display: block;
  position: absolute;
  top: 15vw;
  right: 6%;
}
main section.s01 .wrapper .msg02 {
  width: 6.3%;
  display: block;
  position: absolute;
  top: 15vw;
  right: 17%;
}
main section.s01 .wrapper .tokkyo {
  width: 16.2%;
  max-width: 220px;
  display: block;
  position: absolute;
  bottom: 7%;
  left: 50px;
}
main section.s01 .wrapper .btn01 {
  width: 340px;
  display: block;
  background-color: #363537;
  text-decoration: none;
  border-radius: 50px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  margin: 0 auto;
  padding-left: 40px;
}
main section.s01 .wrapper .btn01 img {
  width: 43px;
  vertical-align: top;
  margin: 7px 0 0 20px;
}
main section.s01 .wrapper .bg {
  position: relative;
  width: 100%;
  height:100%;
  display: block;
  object-fit: cover;
  z-index: -1;
}
main section.s02 {
  padding: 85px 0 220px;
}
main section.s02 .wrapper .t01 {
  padding-top: 130px;
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 3;
  letter-spacing: 0.3em;
  background-image: url(../images/s0201.svg);
  background-size: 260px auto;
  background-repeat: no-repeat;
  background-position: right 50.5% top 250px;
}
main section.s02 .wrapper .t01::before {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  background-color: #363537;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s02 .wrapper .msg01 {
  width: 760px;
  display: block;
  margin: 60px auto 0;
}
main section.s03 .wrapper .photobox {
  position: relative;
}
main section.s03 .wrapper .photobox .t01 {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
main section.s03 .wrapper .photobox + .photobox {
  margin-top: 340px;
}
main section.s03 .wrapper .photobox.photobox01 {
  padding: 0 50px;
}
main section.s03 .wrapper .photobox.photobox01 .msg {
  width: 143px;
  display: block;
  position: absolute;
  top: -120px;
  right: 200px;
}
main section.s03 .wrapper .photobox.photobox01 .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .photobox.photobox01 .t01 {
  text-align: right;
}
main section.s03 .wrapper .photobox.photobox02 {
  padding-right: 100px;
}
main section.s03 .wrapper .photobox.photobox02 .msg {
  width:80%;
  max-width: 1107px;
  display: block;
  position: absolute;
  top: -150px;
  right: calc(15vw + 10px);
}
main section.s03 .wrapper .photobox.photobox02 .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .photobox.photobox02 .t01 {
  padding-left: 150px;
}
main section.s03 .wrapper .photobox.photobox03 {
  padding-left: 200px;
}
main section.s03 .wrapper .photobox.photobox03 .msg {
  width: 207px;
  display: block;
  position: absolute;
  top: -150px;
  left: 150px;
}
main section.s03 .wrapper .photobox.photobox03 .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .photobox.photobox03 .t00 {
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  top: -270px;
  left: 150px;
}
main section.s03 .wrapper .photobox.photobox03 .t01 {
  padding-right: 125px;
  text-align: right;
}
main section.s03 .wrapper .photobox.photobox04 {
  padding-right: 200px;
}
main section.s03 .wrapper .photobox.photobox04 .msg {
  width: 297px;
  display: block;
  position: absolute;
  top: -70px;
  right: 125px;
}
main section.s03 .wrapper .photobox.photobox04 .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .photobox.photobox04 .t00 {
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  top: -190px;
  right: 125px;
}
main section.s03 .wrapper .photobox.photobox04 .t01 {
  padding-left: 100px;
}
main section.s04 {
  padding: 150px 0 110px;
}
main section.s04 .wrapper h2 {
  text-align: center;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.3em;
}
main section.s04 .wrapper .msg01 {
  width: 779px;
  display: block;
  margin: 75px auto 0;
}
main section.s04 .wrapper .moviebox {
  max-width: 1200px;
  margin: 250px auto 0;
  position: relative;
}
main section.s04 .wrapper .moviebox .photo01 {
  width: 326px;
  display: block;
  position: absolute;
  top: -315px;
  left: 0;
}
main section.s04 .wrapper .moviebox .photo02 {
  width: 312px;
  display: block;
  position: absolute;
  top: -334px;
  right: 0;
}
main section.s04 .wrapper .moviebox .t02 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.3em;
}
main section.s04 .wrapper .moviebox video {
  width: 100%;
  display: block;
}
main section.s05 {
  padding: 200px 0 55px;
  background-image: url(../images/s0501.png);
  background-size: 20px auto;
  background-position: center center;
}
main section.s05 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main section.s05 .wrapper h3 {
  position: relative;
  padding-left: 150px;
}
main section.s05 .wrapper h3 span {
  font-size: 40px;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
}
main section.s05 .wrapper h3 img {
  width: 395px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  padding:0 3vw;
}
main section.s05 .wrapper ul li {
  width: calc((100% - 70px) / 3);
  border: 1px solid #aaa;
  position: relative;
  padding: 40px 15px 30px;
}
main section.s05 .wrapper ul li .t01 {
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  font-size: 22px;
}
main section.s05 .wrapper ul li .t01::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
main section.s05 .wrapper ul li .t01 img {
  display: block;
  height: 59px;
  margin: 0 auto 30px;
}
main section.s05 .wrapper ul li .box02 {
  height: 44px;
  margin-top: 25px;
}
main section.s05 .wrapper ul li .box02 img {
  height: 44px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper ul li .photo {
  width: 100%;
  display: block;
  margin-top: 30px;
}
main section.s05 .wrapper ul li .t02 {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  margin-top: 15px;
}
main section.s05 .wrapper ul li .t03 {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
main section.s05 .wrapper .t04 {
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.3em;
  font-size: 40px;
  font-weight: 500;
}
main section.s05 .wrapper .table {
  width: 100%;
  display: block;
  margin-top: 45px;
}
main section.s06 {
  padding-top: 80px;
}
main section.s06 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main section.s06 .wrapper h4 {
  width: 965px;
  display: block;
  margin: 0 auto;
}
main section.s06 .wrapper h4 img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
main section.s06 .wrapper ul li {
  width: 669px;
}
main section.s06 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s07 {
  padding: 250px 0 60px;
}
main section.s07 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main section.s07 .wrapper h5 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  margin-top: 30px;
}
main section.s07 .wrapper ul {
  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: 100px 66.6666666667px;
  margin-top: 55px;
  padding:0 3vw;
}


main section.s07 .wrapper ul li {
  width: calc((100% - 200px) / 4);
}
main section.s07 .wrapper ul li .photo {
  width: 100%;
  display: block;
}
main section.s07 .wrapper ul li .t02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
main section.s07 .wrapper ul li .t02 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
main section.s07 .wrapper ul li .t03 {
  font-size: 16px;
  line-height: 1.2;

  margin-top: 10px;
}
main section.s07 .wrapper ul li .t04 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
main section.s07 .wrapper ul li .t04 span {
  font-size: 11px;
}
main section.s07 .wrapper ul li .catbox {
  font-size: 0;
  letter-spacing: 0;
}
main section.s07 .wrapper ul li .catbox p {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #686769;
  color: #686769;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  margin: 5px 5px 0 0;
}
main section.s07 .wrapper ul li .catbox p.cat02 {
  background-color: #686769;
  color: #fff;
}
main section.s07 .wrapper ul li .catbox p.cat03 {
  background-color: #333;
  color: #fff;
}
main section.s07 .wrapper ul li .catbox p.cat04 {
  background-color: #f4aaaa;
    color: #fff;
  border:none;

}
main section.s07 .wrapper ul li .btn {
  display: block;
  background-image: url(../images/icon_arrow02.png);
  background-size: 22px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 15px;
  margin-top: 15px;
  color: #363537;
  text-align: center;
  border: 1px solid #363537;
}
main section.s08 {
  padding: 100px 0 150px;
}
main section.s08 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main section.s08 .wrapper h6 {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 40px;
  font-weight: 500;
}
main section.s08 .wrapper .faqlist {
  margin-top: 30px;
  padding:0 4vw;
}
main section.s08 .wrapper .faqlist li {
  padding: 40px 0;
  border-bottom: 1px solid #0f95b2;
}
main section.s08 .wrapper .faqlist li .dl_q {
  color: #0f95b2;
  padding-bottom: 10px;
}
main section.s08 .wrapper .faqlist li .dl_a dt {
  padding-left: 5px;
}
main section.s08 .wrapper .faqlist 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;
}
main section.s08 .wrapper .faqlist li dl dt {
  width: 70px;
  font-size: 60px;
  line-height: 1;
}
main section.s08 .wrapper .faqlist li dl dd {
  width: calc(100% - 70px);
  padding-right: 50px;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 20px;
  font-weight: 500;
}
main section.s08 .wrapper .faqlist li .dl_q dd {
  font-size:20px;
}
main section.s09 {
  background-color: #d8eaea;
}
main section.s09 .wrapper {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding-top: 1px;
}
main section.s09 .wrapper h6 {
  width: 263px;
  position: absolute;
  top: -110px;
  right: 0;
}
main section.s09 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s09 .wrapper .photo {
  width: 596px;
  display: block;
  margin: -50px auto 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

footer {
  background-color: #a0a3a3;
  padding: 80px 3vw 40px;
}
footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
footer .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;
}
footer .wrapper .box01 .left {
  width: 50%;
}
footer .wrapper .box01 .left .t01 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3em;
}
footer .wrapper .box01 .left .t02 {
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
footer .wrapper .box01 .left .card {
  width: 322px;
  display: block;
  margin-top: 10px;
}
footer .wrapper .box01 .left .t03 {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}
footer .wrapper .box01 .left dl {
  width: 300px;
  margin-top: 20px;
}
footer .wrapper .box01 .left dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
footer .wrapper .box01 .left dl dd {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-top: 5px;
}
footer .wrapper .box01 .right {
  width: 50%;
  padding-top: 100px;
}
footer .wrapper .box01 .right ul {
  width: 335px;
}
footer .wrapper .box01 .right ul li {
  border-top: 1px solid #fff;
}
footer .wrapper .box01 .right ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 16px 5px;
}
footer .wrapper .box01 .right .t04 {
  font-size: 10px;
  color: #fff;
  margin-top: 30px;
}
footer .wrapper .box01 .right .t05 {
  font-size: 8px;
  color: #fff;
  margin-top: 5px;
}
footer .wrapper .logo {
  width: 112px;
  display: block;
  margin: 80px auto 0;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 8px;
  color: #fff;
  margin-top: 40px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 1000000;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    transition: all none;
  }
  header .wrapper {
    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;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 79px 0 20px;
    position: relative;
  }
  header .wrapper .logo {
    width: 100px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .logo h1 {
    width: 100%;
    text-align: center;
    color: #363537;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 1.7px;
    padding-top: 4px;
  }
  header .wrapper .btn01 {
    width: 120px;
    display: block;
    background-color: #363537;
    text-decoration: none;
    border-radius: 50px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    font-weight: bold;
  }
  header .wrapper .btn01 img {
    width: 17px;
    vertical-align: top;
    margin: 3px 0 0 4px;
  }
  header .ham {
    width: 44px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    z-index: 1000;
  }
  header .spmenu {
    position: absolute;
    background-color: #a0a3a3;
    padding: 20px 20px 30px;
    top: 60;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li + li {
    border-top: 1px solid #ccc;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 14px 5px;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 10px auto 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  header.scrolled .wrapper .logo h1{
    font-size:7px;
    padding-top:4px;
  }
  header.scrolled .wrapper .btn01{
    width:120px;
    font-size: 11px;
  }
  header.scrolled .wrapper .logo img{
    width:100%;
    max-width: unset;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .msg01 {
    width: 16%;
    display: block;
    position: absolute;
    top: 14%;
    right: 10%;
  }
  main section.s01 .wrapper .msg02 {
    width: 14.2%;
    display: block;
    position: absolute;
    top: 14%;
    right: auto;
    left: 10%;
  }
  main section.s01 .wrapper .tokkyo {
    width: 36.5%;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 20px;
  }
  main section.s01 .wrapper .btn01 {
    width: 264px;
    display: block;
    background-color: #363537;
    text-decoration: none;
    border-radius: 50px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 21px 0;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: -86px;
    left: 0;
    margin: 0 auto;
    padding-left: 10px;
  }
  main section.s01 .wrapper .btn01 img {
    width: 30px;
    vertical-align: top;
    margin: 7px 0 0 10px;
  }
  main section.s01 .wrapper .bg {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding: 105px 20px 0;
  }
  main section.s02 .wrapper .t01 {
    padding-top: 100px;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.3em;
    background-image: url(../images/s0201.svg);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: right 50.5% top 165px;
  }
  main section.s02 .wrapper .t01::before {
    content: "";
    display: block;
    width: 1px;
    height: 92px;
    background-color: #363537;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper .msg01 {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s03 {
    padding-top: 100px;
  }
  main section.s03 .wrapper .photobox {
    position: relative;
  }
  main section.s03 .wrapper .photobox .t01 {
    font-size: 8px;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
  main section.s03 .wrapper .photobox + .photobox {
    margin-top: 90px;
  }
  main section.s03 .wrapper .photobox.photobox01 {
    padding: 0 20px;
  }
  main section.s03 .wrapper .photobox.photobox01 .msg {
    width: 66px;
    display: block;
    position: absolute;
    top: -50px;
    right: 40px;
  }
  main section.s03 .wrapper .photobox.photobox01 .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .photobox.photobox01 .t01 {
    text-align: right;
  }
  main section.s03 .wrapper .photobox.photobox02 {
    padding-right: 20px;
  }
  main section.s03 .wrapper .photobox.photobox02 .t02 {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.2;
  }
  main section.s03 .wrapper .photobox.photobox02 .photo {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s03 .wrapper .photobox.photobox02 .t01 {
    padding-left: 20px;
  }
  main section.s03 .wrapper .photobox.photobox03 {
    margin-top: 150px;
    padding-left: 40px;
  }
  main section.s03 .wrapper .photobox.photobox03 .msg {
    width: 77px;
    display: block;
    position: absolute;
    top: -50px;
    left: 20px;
  }
  main section.s03 .wrapper .photobox.photobox03 .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .photobox.photobox03 .t00 {
    font-size: 12px;
    position: absolute;
    top: -80px;
    left: 20px;
  }
  main section.s03 .wrapper .photobox.photobox03 .t01 {
    padding-right: 20px;
    text-align: right;
  }
  main section.s03 .wrapper .photobox.photobox04 {
    padding-right: 40px;
    margin-top: 150px;
  }
  main section.s03 .wrapper .photobox.photobox04 .msg {
    width: 109px;
    display: block;
    position: absolute;
    top: -40px;
    right: 20px;
  }
  main section.s03 .wrapper .photobox.photobox04 .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .photobox.photobox04 .t00 {
    font-size: 12px;
    position: absolute;
    top: -80px;
    right: 20px;
  }
  main section.s03 .wrapper .photobox.photobox04 .t01 {
    padding-left: 20px;
  }
  main section.s04 {
    padding: 100px 5px 60px;
  }
  main section.s04 .wrapper h2 {
    text-align: left;
    font-size: 31px;
    line-height: 2;
    letter-spacing: 0.3em;
    padding-left: 35px;
  }
  main section.s04 .wrapper .msg01 {
    width: 779px;
    display: block;
    margin: 75px auto 0;
  }
  main section.s04 .wrapper .t01 {
    font-size: 14px;
    line-height: 2.2;
    padding-left: 35px;
    margin-top: 20px;
    letter-spacing: 0.3em;
  }
  main section.s04 .wrapper .moviebox {
    width: 100%;
    margin: 150px auto 0;
    position: relative;
  }
  main section.s04 .wrapper .moviebox .photo01 {
    width: 138px;
    display: block;
    position: absolute;
    top: -131px;
    left: 0;
  }
  main section.s04 .wrapper .moviebox .photo02 {
    width: 141px;
    display: block;
    position: absolute;
    top: -151px;
    right: 0;
  }
  main section.s04 .wrapper .moviebox .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  main section.s04 .wrapper .moviebox video {
    width: 100%;
    display: block;
  }
  main section.s05 {
    padding: 80px 20px 40px;
    background-image: url(../images/s0501.png);
    background-size: 14px auto;
    background-position: center center;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper h3 {
    position: relative;
    width: 335px;
    margin: 0 auto;
    padding-left: 0;
  }
  main section.s05 .wrapper h3 span {
    font-size: 20px;
    line-height: 1;
    display: block;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
  }
  main section.s05 .wrapper h3 img {
    width: 230px;
    display: block;
    margin-left: 95px;
  }
  main section.s05 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    border: none;
    position: relative;
    padding: 30px 0 0;
  }
  main section.s05 .wrapper ul li + li {
    margin-top: 30px;
  }
  main section.s05 .wrapper ul li.li02 .t01 img {
    margin-top: 5px;
  }
  main section.s05 .wrapper ul li.li02 .box02 {
    margin-top: -23px;
  }
  main section.s05 .wrapper ul li .t01 {
    text-align: left;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
    font-size: 20px;
  }
  main section.s05 .wrapper ul li .t01::after {
    display: none;
  }
  main section.s05 .wrapper ul li .t01 img {
    height: 51px;
    margin: -25px 10px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  main section.s05 .wrapper ul li .box02 {
    height: auto;
    margin-top: 25px;
  }
  main section.s05 .wrapper ul li .box02 img {
    height: 23px;
    display: block;
    margin: 0;
    padding-left: 77px;
  }
  main section.s05 .wrapper ul li .photo {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li .t02 {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li .t03 {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }
  main section.s05 .wrapper .t04 {
    text-align: center;
    margin-top: 100px;
    letter-spacing: 0.3em;
    font-size: 23px;
    font-weight: 500;
  }
  main section.s05 .wrapper .table {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  main section.s06 {
    padding-top: 80px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper h4 {
    width: 965px;
    display: block;
    margin: 0 auto;
  }
  main section.s06 .wrapper h4 img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper ul {
    display: block;
    margin: 0;
  }
  main section.s06 .wrapper ul li {
    width: 100%;
  }
  main section.s06 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s07 {
    padding: 90px 10px 0;
  }
  main section.s07 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper h5 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.3em;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
    margin-top: 20px;
  }
  main section.s07 .wrapper ul {
    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: 40px 20px;
    margin-top: 35px;
    padding:0;
  }
  main section.s07 .wrapper ul li {
    width: calc(50% - 10px);
  }
  main section.s07 .wrapper ul li .photo {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper ul li .t02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  main section.s07 .wrapper ul li .t02 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  main section.s07 .wrapper ul li .t03 {
    font-size: 10px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 8px;
  }
  main section.s07 .wrapper ul li .t04 {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 500;
  }
  main section.s07 .wrapper ul li .t04 span {
    font-size: 10px;
  }
  main section.s07 .wrapper ul li .catbox {
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s07 .wrapper ul li .catbox p {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #686769;
    color: #686769;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    margin: 5px 5px 0 0;
  }
  main section.s07 .wrapper ul li .catbox p:last-child {
    margin-right: 0;
  }
  main section.s07 .wrapper ul li .catbox p.cat02 {
    background-color: #686769;
    color: #fff;
  }
  main section.s07 .wrapper ul li .btn {
    display: block;
    background-image: url(../images/icon_arrow02.png);
    background-size: 15px auto;
    background-position: center right 14px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    padding: 10px 0;
    border-radius: 55px;
    margin-top: 10px;
    color: #363537;
    text-align: center;
    border: 1px solid #363537;
  }
  main section.s08 {
    padding: 80px 20px 100px;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper h6 {
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 32px;
    font-weight: 500;
  }
  main section.s08 .wrapper .faqlist {
    margin-top: 20px;
  }
  main section.s08 .wrapper .faqlist li {
    padding: 20px 0;
    border-bottom: 1px solid #0f95b2;
  }
  main section.s08 .wrapper .faqlist li .dl_q {
    color: #0f95b2;
    padding-bottom: 15px;
  }
  main section.s08 .wrapper .faqlist li .dl_a dt {
    padding-left: 3px;
  }
  main section.s08 .wrapper .faqlist li .dl_a dd {
    padding-right: 0;
    padding-top: 5px;
  }
  main section.s08 .wrapper .faqlist 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;
  }
  main section.s08 .wrapper .faqlist li dl dt {
    width: 45px;
    font-size: 40px;
    line-height: 1;
  }
  main section.s08 .wrapper .faqlist li dl dd {
    width: calc(100% - 45px);
    padding-right: 50px;
    font-size: 14px;
    line-height: 1.45;
    padding-top: 10px;
    font-weight: 500;
  }
  main section.s09 {
    background-color: #d8eaea;
  }
  main section.s09 .wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 1px;
  }
  main section.s09 .wrapper h6 {
    width: 125px;
    position: absolute;
    top: -35px;
    right: 20px;
  }
  main section.s09 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s09 .wrapper .photo {
    width: 192px;
    display: block;
    margin: -30px 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  footer {
    background-color: #a0a3a3;
    padding: 50px 20px 40px;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .box01 {
    display: block;
  }
  footer .wrapper .box01 .left {
    width: 100%;
  }
  footer .wrapper .box01 .left .t01 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
  }
  footer .wrapper .box01 .left .t02 {
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
  }
  footer .wrapper .box01 .left .card {
    width: 322px;
    display: block;
    margin-top: 10px;
  }
  footer .wrapper .box01 .left .t03 {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }
  footer .wrapper .box01 .left dl {
    width: 300px;
    margin-top: 20px;
  }
  footer .wrapper .box01 .left dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  footer .wrapper .box01 .left dl dd {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px;
  }
  footer .wrapper .box01 .right {
    width: 100%;
    padding-top: 50px;
  }
  footer .wrapper .box01 .right ul {
    width: 100%;
  }
  footer .wrapper .box01 .right ul li {
    border-top: 1px solid #fff;
  }
  footer .wrapper .box01 .right ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 16px 5px;
  }
  footer .wrapper .box01 .right .t04 {
    font-size: 10px;
    color: #fff;
    margin-top: 30px;
  }
  footer .wrapper .box01 .right .t05 {
    font-size: 8px;
    color: #fff;
    margin-top: 5px;
  }
  footer .wrapper .logo {
    width: 112px;
    display: block;
    margin: 40px auto 0;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 8px;
    color: #fff;
    margin-top: 40px;
  }
}