.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #222;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #222;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header {
  background: url(../img/0000.webp);
}
header .header__top__wrap {
  position: fixed;
  top: 0;
  background:rgba(255,255,255,0.8);
  padding: 1rem;
  width: 100%;
  z-index: 2;
}
header .header__top__wrap div {
  align-items: center;
  display: flex;
  margin: auto;
  width: 110rem;
}
header .header__top__wrap .logo {
  width: 20rem;
}
header .header__top__wrap nav {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  margin-left: auto;
}
header .header__top__wrap nav ul {
  display: flex;
}
header .header__top__wrap nav ul li {
  font-weight: 500;
  margin-right: 2em;
}
.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #088dc5, #10658a);
  border-radius: .4rem;
  font-weight: 700;
  height: 5rem;
  width: 16rem;
}
a.btn:link,a.btn:visited {
  color: #fff;
  text-decoration: none;
}
header .header__main__wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
header .header__main__wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}
header .header__main__wrap div {
  position: relative;
  padding: 26rem 0 20rem;
  z-index: 1;
}
h1 {
  filter: drop-shadow(0 0 1.6rem rgba(0,0,0,1));
  font-size: 5.2rem;
}
header .header__main__wrap p {
  filter: drop-shadow(0 0 .4rem rgba(0,0,0,1));
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 7rem;
}

/*notes*/
.s01__wrap {
  padding: 4rem 0 8rem;
}
.s01__wrap .btn__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s01__wrap .btn {
  height: 5.4rem;
  width: 32rem;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 9rem auto 0;
  width: 98rem;
}
.s01__wrap ul li {
  background: #f5f4ec;
  border-radius: 1rem;
  padding: 3rem 0 2.4rem;
  text-align: center;
  width: 20rem;
}
.s01__wrap ul li img {
  width: 13rem;
}
.s01__wrap ul li h3 {
  line-height: 1.4;
}
.s01__wrap ul li h3 span {
  color: #ff9900;
}

/*notes*/
.s02__wrap .box__wrap {
  background: center center / cover url(../img/0201.webp) no-repeat;
  padding: 10rem 0;
}
.s02__wrap .box__wrap:nth-child(2) {
  background: center center / cover url(../img/0202.webp) no-repeat;
}
.s02__wrap .box__wrap:nth-child(3) {
  background: center center / cover url(../img/0203.webp) no-repeat;
}
.s02__wrap .box__wrap .box {
  margin: auto;
  width: 100rem;
}
.s02__wrap .box__wrap .box div {
  width: 38rem;
}
.s02__wrap .box__wrap div h3 {
  color: #3e4e66;
  font-size: 3.0rem;
  line-height: 1.3;
  margin-bottom: .75em;
}
.s02__wrap .box__wrap:nth-child(2) .box div {
  margin-left: auto;
}

/*notes*/
.s03__wrap {
  background: #f5f4ec;
  padding: 9rem 0;
}
h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
h2 span {
  display: block;
  color: #ff9900;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-top: 1.5em;
}
.s03__wrap .slider__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 99rem;
}
.s03__wrap .slider__wrap .slide {
  margin: 0 1.5rem;
  text-align: center;
  width: 30rem;
}
.s03__wrap .slider__wrap .slide h3 {
  color: #ff9900;
  font-size: 2.0rem;
  line-height: 1.3;
  margin: .5em 0;
}
.prev-arrow,
.next-arrow {
  margin-top: 11%;
  height: 6rem;
  width: 2rem;
}

/*notes*/
.s04__wrap {
  padding: 9rem 0;
}
.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 105rem;
}
.s04__wrap ul li {
  margin: 0 .5rem 4rem;
  text-align: center;
  width: 14rem;
}
.s04__wrap ul li h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: .5em 0;
}
.s04__wrap ul li p {
  font-size: 1.3rem;
  line-height: 1.3;
}
.s04__wrap p.t1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

/*notes*/
.s05__wrap {
  background: left center / cover url(../img/0500.webp) no-repeat;
  padding: 9rem 0;
}
.s05__wrap .box__wrap {
  display: flex;
  margin: auto;
  width: 100rem;
}
.s05__wrap .box__wrap div,
.s05__wrap .box__wrap ul {
  width: 50rem;
}
.s05__wrap .box__wrap .box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s05__wrap h2 {
  color: #fff;
}
.s05__wrap .box__wrap li {
  align-items: center;
  display: flex;
  color: #fff;
  margin-bottom: 4rem;
}
.s05__wrap .box__wrap li:last-child {
  margin-bottom: 0;
}
.s05__wrap .box__wrap li img {
  margin-right: 1rem;
  width: 12rem;
}
.s05__wrap .box__wrap li div {
  width: 37rem;
}
.s05__wrap .box__wrap li div div {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s05__wrap .box__wrap li div div p {
  display: table;
  border-bottom: .1rem solid #ff9900;
  color: #ff9900;
  line-height: 1.3;
  margin-right: 1em;
}
.s05__wrap .box__wrap li div div p span {
  font-size: 3.0rem;
}
.s05__wrap .box__wrap li div div h3 {
  font-size: 1.8rem;
}
.s05__wrap .box__wrap li div p {
  font-size: 1.5rem;
}

/*notes*/
.s06__wrap {
  padding: 9rem 0;
}
.acc__wrap {
  margin: auto;
  max-width: 74rem;
  padding-bottom: 1em;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1.5em;
  padding-right: 2.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #ff9900;
  border-radius: .6rem;
  color: #fff;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 3.6rem;
  justify-content: center;
  margin-right: .5em;
  width: 3.6rem;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 1rem;
  width: 2rem;
  height: .1rem;
  transform: rotate(90deg);
  background: #222;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 1rem;
  width: 2rem;
  height: .1rem;
  background: #222;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #222;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  background: #fff;
  border: .1rem solid #222;
  border-radius: 1rem;
  margin-bottom: 2.5em;
  padding: 1em;
}

/*notes*/
.s07__wrap {
  background: #f5f4ec;
  padding: 9rem 0;
}
form {
  margin: auto;
  max-width: 60rem;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.6rem;
}
form .item__wrap {
  font-weight: 700;
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #ff9900;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form input[type=text],
form textarea {
  background: #fff;
  border: .1rem solid #ddd;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 65%;
}
.radio__wrap {
  margin-top: .25em;
}
.radio__wrap div {
  align-items: baseline;
  display: flex;
  margin: .3em 0;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
form input[type=submit] {
  background: #ff9900;
  border: none;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: .5em auto 0;
  max-width: 28rem;
  padding: 1em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #c16900;
}
form .t1 {
  margin-top: 1.5em;
  text-align: center;
}

/*notes*/
.s08__wrap {
  padding: 9rem 0;
}
.s08__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 94rem;
}
dl {
  font-size: 1.5rem;
  width: 46rem;
}
dl div {
  border-bottom: .025rem solid #2e3840;
  display: flex;
  padding: .75em 0;
}
dl div:last-child {
  border-bottom: none;
}
dt {
  font-weight: 700;
  max-width: 10em;
  width: 100%;
}
iframe {
  height: 43rem;
  width: 43rem;
}

/*notes*/
footer {
  padding: 3rem 0 .5em;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: 0 1.5em;
}
footer .logo {
  margin: 4rem auto;
  width: 26rem;
}
footer p {
  font-size: 1.2rem;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}

/*notes*/
header {
  
}
header .header__top__wrap {
  box-sizing: border-box;
}
header .header__top__wrap div {
  width: 100%;
}
header .header__top__wrap .logo {
  width: 13rem;
}
header .header__top__wrap nav {
  font-size: 1.3rem;
}
header .header__top__wrap nav ul {
  display: none;
}
.btn {
  height: 4rem;
  width: 14rem;
}
header .header__main__wrap div {
  padding: 16rem 0 10rem;
}
h1 {
  font-size: 3.2rem;
  line-height: 1.3;
}
header .header__main__wrap p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 7rem;
}

/*notes*/
.s01__wrap {
  padding: 2rem 4% 4rem;
}
.s01__wrap .btn__wrap {
  display: block;
  width: 100%;
}
.s01__wrap .btn {
  font-size: 1.3rem;
  margin: 1rem auto;
  height: 5rem;
  width: 80%;
}
.s01__wrap ul {
  flex-wrap: wrap;
  margin: 5rem auto 0;
  width: 100%;
}
.s01__wrap ul li {
  margin: 2%;
  padding: 2rem 0 2.4rem;
  width: 46%;
}
.s01__wrap ul li img {
  width: 11rem;
}
.s01__wrap ul li h3 {
  font-size: 1.3rem;
}

/*notes*/
.s02__wrap .box__wrap {
  background: center center / cover url(../img/0201_sp.webp) no-repeat;
  padding: 10rem 0;
}
.s02__wrap .box__wrap:nth-child(2) {
  background: center center / cover url(../img/0202_sp.webp) no-repeat;
}
.s02__wrap .box__wrap:nth-child(3) {
  background: center center / cover url(../img/0203_sp.webp) no-repeat;
}
.s02__wrap .box__wrap .box {
  box-sizing: border-box;
  padding: 0 4%;
  width: 100%;
}
.s02__wrap .box__wrap .box div {
  width: 100%;
}
.s02__wrap .box__wrap div h3 {
  font-size: 2.4rem;
}

/*notes*/
.s03__wrap {
  padding: 5rem 0;
}
h2 {
  font-size: 2.4rem;
}
h2 span {
  font-size: 1.2rem;
}
.s03__wrap .slider__wrap {
  width: 90%;
}
.s03__wrap .slider__wrap .slide {
  width: 100%;
}
.s03__wrap .slider__wrap .slide h3 {
  font-size: 1.8rem;
}
.prev-arrow,
.next-arrow {
  margin-top: 33%;
  height: 4.2rem;
  width: 1.4rem;
}

/*notes*/
.s04__wrap {
  padding: 5rem 4%;
}
.s04__wrap ul {
  width: 100%;
}
.s04__wrap ul li {
  width: 30%;
}
.s04__wrap ul li h3 {
  font-size: 1.3rem;
}
.s04__wrap ul li p {
  font-size: 1.1rem;
}
.s04__wrap p.t1 {
  font-size: 1.8rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 4%;
}
.s05__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s05__wrap .box__wrap div,
.s05__wrap .box__wrap ul {
  width: 100%;
}
.s05__wrap .box__wrap li {
  margin-bottom: 3rem;
}
.s05__wrap .box__wrap li img {
  width: 8rem;
}
.s05__wrap .box__wrap li div {
  width: 100%;
}
.s05__wrap .box__wrap li div div p {
  font-size: 1.3rem;
}
.s05__wrap .box__wrap li div div p span {
  font-size: 2.4rem;
}
.s05__wrap .box__wrap li div div h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}
.s05__wrap .box__wrap li div p {
  font-size: 1.4rem;
}

/*notes*/
.s06__wrap {
  padding: 5rem 4%;
}
.acc__wrap {
  margin: auto;
  max-width: 74rem;
  padding-bottom: 1em;
}
.acc__wrap .question {
  font-size: 1.6rem;
}
.acc__wrap .question p:nth-of-type(1) {
  font-size: 2.2rem;
  height: 3.2rem;
  width: 3.2rem;
}
.acc__wrap .answer {
  font-size: 1.3rem;
}

/*notes*/
.s07__wrap {
  padding: 5rem 4%;
}
form {
  max-width: 100%;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  width: 100%;
}
form input[type=text],
form textarea {
  padding: 3.5%;
  width: 100%;
}
form input[type=submit] {
  font-size: 1.8rem;
  max-width: 24rem;
}
form .t1 {
  font-size: 1.3rem;
}

/*notes*/
.s08__wrap {
  padding: 5rem 4%;
}
.s08__wrap .box__wrap {
  display: block;
  width: 100%;
}
dl {
  font-size: 1.4rem;
  width: 100%;
}
dl div {
  display: block;
}
iframe {
  height: 30rem;
  width: 100%;
}

/*notes*/
footer ul {
  display: block;
  font-size: 1.3rem;
}
footer ul li {
  margin: .5em;
}
footer .logo {
  margin: 2rem auto;
  width: 22rem;
}
footer p {
  font-size: 1.0rem;
}
}
