.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp-fixed-contact-wrap {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #000;
  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.6;
  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: #333;
  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;
  }
  footer .box__wrap .item2__wrap p.tel {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
  }
}

/*notes*/
header .top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .top__wrap .box__wrap {
  display: flex;
  margin: auto;
  max-width: 120rem;
  padding: 1.2rem 5%;
}
h1 {
  background: linear-gradient(90deg, #00c3da, #0098d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.2rem;
}
h1 a {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(90deg, #00c3da, #0098d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
header .top__wrap .box__wrap .item__wrap {
  display: flex;
  margin-left: auto;
}
header .top__wrap .box__wrap .item__wrap .tel__wrap {
  margin-right: 2rem;
}
header .top__wrap .box__wrap .item__wrap .tel__wrap p:nth-child(1) {
  position: relative;
  color: #00b0e9;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}
header .top__wrap .box__wrap .item__wrap .tel__wrap p:nth-child(1):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 1.6rem;
  height: 2.0rem;
  top: 18%;
  left: -9%;
}
header .top__wrap .box__wrap .item__wrap .tel__wrap p:nth-child(2) {
  font-size: 1.2rem;
}
header .h_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff9a00, #ff4e00);
  box-sizing: border-box;
  border-radius: .6rem;
  color: #fff;
  filter: drop-shadow(0 .2rem .2rem rgba(0,0,0,0.32));
  font-weight: 700;
  padding-left: 2em;
  width: 18rem;
  height: 4.6rem;
}
header .h_btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 2.2rem;
  height: 1.8rem;
  top: 28%;
  left: 18%;
}
header .nav__wrap {
  background: linear-gradient(to right, #00c3da, #0098d6);
  color: #fff;
}
header .nav__wrap nav ul {
  display: flex;
  justify-content: center;
  padding: .5em;
}
header .nav__wrap nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 1em;
}
header .main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  margin-top: 12rem;
  padding: 6rem 5%;
}
header .main__wrap .box__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 700;
  margin: auto;
  width: 110rem;
}
header .main__wrap .box__wrap p:nth-child(1) {
  display: table;
  background: #00b0e9;
  color: #faeea3;
  font-size: 2.4rem;
  letter-spacing: .075em;
  padding: .05em 1em;
  transform: skewX(160deg);
}
header .main__wrap .box__wrap p:nth-child(1) span {
  display: block;
  transform: skewX(-160deg);
}
header .main__wrap .box__wrap p:nth-child(2) {
  color: #ff6c00;
  font-size: 4.0rem;
  letter-spacing: .025em;
  line-height: 1.1;
}
header .main__wrap .box__wrap p:nth-child(2) span {
  font-size: 8.0rem;
  font-weight: 500;
}
header .main__wrap .box__wrap p:nth-child(3) {
  font-size: 4.6rem;
  letter-spacing: .05em;
  line-height: 1.2;
}
header .main__wrap .box__wrap p:nth-child(3) span {
  color: #00b0e9;
  font-size: 5.4rem;
  font-weight: 900;
}
header .main__wrap .box__wrap p:nth-child(4),
header .main__wrap .box__wrap .hero__lead {
  font-size: 2.2rem;
  margin-bottom: 3em;
}
header .main__wrap .box__wrap .hero__lead {
  margin-top: 0.8em;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff9a00, #ff4e00);
  box-sizing: border-box;
  border-radius: .6rem;
  color: #fff;
  filter: drop-shadow(0 .2rem .2rem rgba(0,0,0,0.32));
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2em;
  width: 26rem;
  height: 5.6rem;
}
header .main__wrap .box__wrap .btn {
  margin-bottom: 1em;
}
.btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 2.2rem;
  height: 1.8rem;
  top: 32%;
  left: 14%;
}
a.btn:link,a.btn:visited {
  color: #fff;
}
header .main__wrap .box__wrap img {
  width: 56rem;
}
header .bottom__wrap {
  display: flex;
  overflow: hidden;
  background: #f9fbfc;
}
.bnr__wrap {
  display: flex;
  animation: scroll-left 60s infinite linear .1s both;
}
.bnr {
  margin: 0 .5rem;
  width: 180rem;
}
.bnr img {
  display: block;
  height: auto;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*notes*/
.s01__wrap {
  padding: 9rem 5%;
}
.h2__wrap {
  margin-bottom: 1.5em;
  text-align: center;
}
.h2__wrap p {
  color: #00b0e9;
  font-weight: 300;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
h2 {
  font-size: 3.6rem;
}
h2 span {
  color: #00b0e9;
  font-size: 4.0rem;
}
h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s01__wrap ul li {
  width: 30rem;
}
.s01__wrap ul li h4 {
  color: #00b0e9;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: .75em 0;
  text-align: center;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.webp) no-repeat;
  padding: 6rem 5%;
}
.s02__wrap .box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s02__wrap .box__wrap h2 {
  color: #fff;
  text-align: center;
}
.s02__wrap .box__wrap h2 span {
  color: #fff3b1;
  font-size: 5.2rem;
}
.s02__wrap ul {
  width: 59rem;
}
.s02__wrap ul li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3em;
  margin-bottom: 2rem;
  padding: 1rem;
}
.s02__wrap ul li:last-child {
  margin-bottom: 0;
}
.s02__wrap ul li p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b0e9;
  border-radius: 3rem;
  color: #fff;
  font-size: 4.6rem;
  margin-right: .25em;
  width: 6rem;
  height: 6rem;
}
.s02__wrap ul li p:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.s02__wrap ul li p:nth-child(2) span {
  color: #00b0e9;
  font-size: 3.2rem;
}
.s02__wrap ul li p:nth-child(2) span span {
  font-size: 2.2rem;
}
.s02__wrap ul li:last-child p:nth-child(2) span {
  font-size: 2.6rem;
  font-weight: 900;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.webp) no-repeat;
  padding: 4rem 5% 5rem;
}
.s03__wrap div {
  margin: auto;
  width: 80rem;
}
.s03__wrap div p:nth-child(1) {
  background: linear-gradient(90deg, #00c3da, #0098d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.s03__wrap div p:nth-child(1) span {
  font-size: 8.0rem;
}
.s03__wrap div p:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}
.s03__wrap div p:nth-child(2) span {
  font-size: 2.8rem;
}

/*notes*/
.s04__wrap {
  padding: 9rem 5%;
}
.s04__wrap .slider {
  filter: drop-shadow(0 .8rem 1.6rem rgba(0,176,233,0.16));
  margin: auto;
  width: 88rem;
}
.s04__wrap .slider .slide {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4rem;
  width: 88rem;
}
.s04__wrap .slider .slide img {
  width: 44rem;
}
.s04__wrap .slider .slide div {
  padding: 4rem;
}
.s04__wrap .slider .slide div p:nth-child(1) {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.s04__wrap .slider .slide div p:nth-child(1):after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid .1rem #000;
  bottom: -.45em;
  width: 6%;
}
.s04__wrap .slider .slide div h4 {
  color: #00b0e9;
  font-size: 2.2rem;
}
.s04__wrap .slider .slide div h5 {
  font-weight: 500;
  margin-bottom: 2em;
}
/*slick*/
.slick-next {
  right: -8rem!important;
}
.slick-prev {
  left: -8rem!important;
}
.slick-prev:before {
  background: url(../img/0404.webp)!important;
  background-size: 6rem!important;
}
.slick-next:before {
  background: url(../img/0405.webp)!important;
  background-size: 6rem!important;
}
.slick-arrow {
  top: 50%!important;
  width: 6rem!important;
  height: 6rem!important;
  z-index: 2!important;
}
.slick-arrow:before {
  position: absolute;
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
  opacity: 1!important;
}
.s04__wrap .btn {
  margin: 6rem auto 0;
  width: 30rem;
}
.s04__wrap .btn:before {
  left: 11%;
}

/*notes*/
.s05__wrap {
  background: linear-gradient(45deg, #d5e7ea, #fff, #d5e7ea);
  padding: 9rem 5%;
}
.s05__wrap .h2__wrap p {
  display: table;
  border-bottom: .1rem solid #00b0e9;
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .075em;
  margin: auto;
  padding: 0 .5em;
}
.s05__wrap .h2__wrap h2 {
  color: #00b0e9;
  line-height: 1.3;
}
.s05__wrap .h2__wrap h2 span {
  font-size: 5.6rem;
}
.s05__wrap h3 {
  font-size: 1.8rem;
}
.s05__wrap ul {
  margin: 6rem auto 0;
  width: 100rem;
}
.s05__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.s05__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s05__wrap ul li:last-child {
  margin-bottom: 0;
}
.s05__wrap ul li img {
  width: 40rem;
}
.s05__wrap ul li .box__wrap {
  width: 54rem;
}
.s05__wrap ul li .box__wrap .item__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.s05__wrap ul li .box__wrap .item__wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #00b0e9;
  border-radius: 1rem;
  margin-right: .75em;
  width: 8rem;
  height: 8rem;
}
.s05__wrap ul li .box__wrap .item__wrap div p {
  color: #00b0e9;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.s05__wrap ul li .box__wrap .item__wrap div p span {
  font-size: 4.6rem;
  font-weight: 400;
}
.s05__wrap ul li .box__wrap .item__wrap h4 {
  color: #00b0e9;
  font-size: 2.8rem;
  line-height: 1.3;
}

/*notes*/
.s06__wrap {
  padding: 9rem 5%;
}
.s06__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s06__wrap ul li {
  width: 22rem;
}
.s06__wrap ul li h4 {
  color: #00b0e9;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
}
.s06__wrap ul li img {
  margin: .5em 0;
}
.s06__wrap ul li p {
  font-size: 1.5rem;
}

/*notes*/
.s07__wrap {
  background: #fff;
  border-radius: 8rem;
  box-sizing: border-box;
  filter: drop-shadow(0 .8rem 1.6rem rgba(0,176,233,0.16));
  margin: 0 auto 9rem;
  padding: 6rem;
  width: 70rem;
}
.s07__wrap h3 {
  font-size: 2.0rem;
}
.s07__wrap .box__wrap p:nth-child(1) {
  background: #00b0e9;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: auto;
  text-align: center;
  width: 40rem;
}
.s07__wrap .box__wrap p:nth-child(2) {
  color: #00b0e9;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.s07__wrap .box__wrap p:nth-child(2) span {
  font-size: 6.4rem;
  font-weight: 400;
}
.s07__wrap ul {
  display: table;
  margin: 1em auto;
}
.s07__wrap li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1.5em;
}
.s07__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0701.webp) no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  top: 12%;
  left: 0;
}
.s07__wrap .btn {
  margin: 1em auto 2em;
  width: 30rem;
}
.s07__wrap .btn:before {
  left: 11%;
}
.s07__wrap .item__wrap p:nth-child(1) {
  background: #d1e8ec;
  border-radius: 2em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.s07__wrap .item__wrap p:nth-child(2) {
  display: table;
  margin: 1em auto;
}
.s07__wrap .item__wrap p:nth-child(3) {
  display: table;
  font-size: 1.4rem;
  margin: auto;
}

/*notes*/
.s08__wrap {
  background: linear-gradient(90deg, #dcf4f7, #fff5ee);
  padding: 9rem 5%;
}
.s08__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6rem;
  width: 108rem;
}
.s08__wrap ul li {
  width: 24rem;
}
.s08__wrap ul li img {
  filter: drop-shadow(0 .8rem 1.6rem rgba(0,176,233,0.32));
  margin-bottom: 1em;
  width: 24rem;
}
.s08__wrap ul li .name {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.s08__wrap ul li .post {
  color: #00b0e9;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .75em;
  text-align: center;
}
.s08__wrap ul li div {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}
.s08__wrap ul li div p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: .1rem solid #00b0e9;
  border-radius: .4rem;
  color: #00b0e9;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 .5em .4rem 0;
  width: 4rem;
}
.s08__wrap ul li .comment {
  font-size: 1.5rem;
  margin-top: 1em;
}
.s08__wrap .box__wrap {
  background: #fff;
  border: .2rem solid #00b0e9;
  border-radius: 2rem;
  margin: auto;
  width: 76rem;
}
.s08__wrap .box__wrap p:nth-child(1) {
  display: table;
  background: #00b0e9;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  margin: -.8em auto 1em;
  padding: .25em .75em;
}
.s08__wrap .box__wrap p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em;
  text-align: center;
}

/*notes*/
.s09__wrap {
  padding: 9rem 5%;
}
.faq__wrap {
  margin: auto;
  max-width: 72rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 2.5em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b0e9;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #00b0e9;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #00b0e9;
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que.open:before {
  background: #00b0e9;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: -.5em;
  margin-bottom: 3em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6c00;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}

/*notes*/
.s10__wrap {
  padding: 9rem 5%;
}
.s10__wrap .box__wrap {
  background: #fff;
  border-radius: 4rem;
  box-sizing: border-box;
  filter: drop-shadow(0 .8rem 1.6rem rgba(0,176,233,0.16));
  margin: 0 auto 6rem;
  padding: 4rem;
  width: 76rem;
}
.s10__wrap .box__wrap div {
  margin-bottom: 1.5em;
  text-align: center;
}
.s10__wrap .box__wrap div p:nth-child(1) {
  font-size: 2.0rem;
  font-weight: 700;
}
.s10__wrap .box__wrap div p:nth-child(2) {
  position: relative;
  display: table;
  color: #00b0e9;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: auto;
}
.s10__wrap .box__wrap div p:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 2.4rem;
  height: 3.2rem;
  top: 18%;
  left: -9%;
}
.s10__wrap .box__wrap div p:nth-child(3) {
  font-size: 1.4rem;
}
form {
  margin: auto;
  max-width: 68rem;
}
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: #d00;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form .item__wrap span.any {
  background: #f5f5f1;
  color: #333;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #eaf6f9;
  border: .1rem solid #eaf6f9;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 65%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
.checkbox__wrap {
  margin-top: .25em;
  width: 65%;
}
.checkbox__wrap div {
  align-items: baseline;
  display: flex;
  font-weight: 700;
  margin: .5em 0;
}
form input[type=submit] {
  background: #f10033;
  border: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 1em auto 0;
  max-width: 30rem;
  padding: .85em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #9dadad;
}
.s10__wrap .txt {
  font-size: 1.5rem;
  text-align: center;
}
.s10__wrap .txt span {
  font-size: 1.2rem;
}
.s10__wrap .formrun-embed__wrap {
  margin-top: 2rem;
  width: 100%;
}
.s10__wrap .formrun-embed__wrap iframe {
  display: block;
  min-height: 400px;
  border: none;
}

/* thanks page */
.thanks__wrap {
  margin-top: 12rem;
  padding: 4rem 5% 6rem;
  min-height: 60vh;
}
.thanks__inner {
  margin: 0 auto;
  max-width: 68rem;
}
.thanks__wrap .thanks__h2 {
  margin-bottom: 2rem;
}
.thanks__wrap .thanks__h2 p {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .25em;
  color: #00b0e9;
  margin-bottom: 0.5em;
}
.thanks__wrap .thanks__h2 h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #000;
}
.thanks__box {
  background: #fff;
  border-radius: 4rem;
  box-sizing: border-box;
  filter: drop-shadow(0 .8rem 1.6rem rgba(0,176,233,0.16));
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
}
.thanks__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.thanks__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.thanks__note {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.thanks__tel-block {
  width: 100%;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.thanks__tel-block .thanks__tel,
.thanks__tel-block .thanks__hours {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.thanks__tel {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0.1rem;
  margin-top: 0;
  color: #00b0e9;
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: content-box;
}
.thanks__tel:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0004.webp) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.thanks__tel-block .thanks__hours {
  font-size: 1.4rem;
  margin-bottom: 0;
  width: fit-content;
}
.thanks__btn-wrap {
  margin-top: 2rem;
}
.thanks__btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

/*notes*/
footer {
  background: linear-gradient(90deg, #003c60, #00283c);
  color: #fff;
  padding: 5rem 5% 1rem;
}
footer .box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
footer .box__wrap .item1__wrap {
  font-weight: 700;
}
footer .box__wrap .item1__wrap p:nth-child(1) {
  font-size: 3.6rem;
}
footer .box__wrap .item1__wrap p:nth-child(2) {
  font-size: 2.2rem;
}
footer .box__wrap .item1__wrap p:nth-child(3) {
  font-size: 1.8rem;
}
footer .box__wrap .item2__wrap {
  width: 35rem;
}
footer .box__wrap .item2__wrap h4 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: .75em;
}
footer .box__wrap .item2__wrap h4:after {
  content: '';
  border-top: .01rem solid #fff;
  flex-grow: 1;
  margin-left: 1em;
}
footer .box__wrap .item2__wrap dl {
  margin-bottom: 2em;
}
footer .box__wrap .item2__wrap dl div {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
footer .box__wrap .item2__wrap dl div dt {
  width: 5em;
}
footer .box__wrap .item2__wrap .tel {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 2rem;
}
footer .box__wrap .item2__wrap .tel:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0004.webp) no-repeat;
  width: 1.8rem;
  height: 2.4rem;
  top: 20%;
  left: 0;
}
footer .box__wrap .item2__wrap .hours {
  font-size: 1.3rem;
}
footer .copy {
  font-size: 1.2rem;
  text-align: right;
  margin: 5em auto 0;
  width: 100rem;
}










@media screen and (max-width:749px){
.bnr {
  width: 140rem;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.sp-fixed-contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 6.3rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  align-items: end;
  gap: .4rem;
  padding: 1rem 2%;
  background: #fff;
  box-sizing: border-box;
}
.sp-fixed-contact-wrap__consult {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
}
.sp-fixed-contact-wrap__consult .h_btn.consult_btn {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.sp-fixed-contact-wrap__img {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 0;
  width: 8.5rem;
  z-index: 1;
}
.sp-fixed-contact-wrap__img img {
  display: block;
  width: 8.5rem;
  height: auto;
  object-fit: contain;
}
.sp-fixed-contact-wrap .h_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #00c3da, #0098d6);
  box-sizing: border-box;
  border-radius: .6rem;
  color: #fff;
  filter: drop-shadow(0 .2rem .2rem rgba(0,0,0,0.32));
  font-weight: 700;
  font-size: 1.05rem;
  padding-left: 0.6em;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 4.6rem;
  text-decoration: none;
  line-height: 1.2;
  min-width: 0;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
}
.sp-fixed-contact-wrap .h_btn.tel_btn {
  background: linear-gradient(to right, #ff9a00, #ff4e00);
  min-width: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  gap: 0.4rem;
  justify-content: center;
}
.sp-fixed-contact-wrap .h_btn.consult_btn {
  font-size: 1.0rem;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 4.6rem;
  padding: 0 .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
}
.sp-fixed-contact-wrap .h_btn.line_btn {
  background: linear-gradient(to right, #00d63a, #00a82d);
  width: 100%;
  min-width: 0;
  padding: 0;
  font-size: 1.0rem;
}
.sp-fixed-contact-wrap .h_btn.line_btn:before {
  display: none;
}
.sp-fixed-contact-wrap .h_btn.line_btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.sp-fixed-contact-wrap .h_btn.consult_btn .consult_btn__text {
  line-height: 1.2;
}
.sp-fixed-contact-wrap .h_btn.consult_btn:before {
  display: none;
}
.sp-fixed-contact-wrap .h_btn.consult_btn .consult_btn__icon {
  display: block;
  flex-shrink: 0;
  width: 2.0rem;
  height: 1.7rem;
  background: 100% / 100% url(../img/0002.webp) no-repeat;
}
.sp-fixed-contact-wrap .h_btn.consult_btn .consult_btn__text {
  line-height: 1.2;
  text-align: left;
}
.sp-fixed-contact-wrap .h_btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 2.2rem;
  height: 1.8rem;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
}
.sp-fixed-contact-wrap .h_btn.tel_btn:before {
  background: 100% / 100% url(../img/0004.webp) no-repeat;
  width: 1.8rem;
  height: 2.4rem;
  position: static;
  left: auto;
  top: auto;
  transform: none;
  flex-shrink: 0;
  margin: 0;
}
body {
  font-size: 1.5rem;
  padding-bottom: 7rem;
}

/*notes*/
header .top__wrap .box__wrap {
  padding: 1.1rem 3%;
}
h1 {
  font-size: 2.4rem;
}
header .h_btn {
  margin: 0 auto 8rem;
}
header .nav__wrap {
  background: linear-gradient(to right, #00c3da, #0098d6);
  color: #000;
}
header .nav__wrap nav ul {
  display: block;
  padding: 8rem 0 1rem;
}
header .nav__wrap nav ul li {
  margin: 1em;
}
header .nav__wrap nav ul li a {
  color: #000;
  font-size: 1.6rem;
}
header .main__wrap {
  background: center center / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 6rem;
  padding: 2rem 5%;
}
header .main__wrap .box__wrap {
  display: block;
  width: 100%;
}
header .main__wrap .box__wrap p:nth-child(1) {
  font-size: 1.6rem;
  padding: .15em 1em;
}
header .main__wrap .box__wrap p:nth-child(2) {
  font-size: 2.8rem;
}
header .main__wrap .box__wrap p:nth-child(2) span {
  font-size: 5.6rem;
}
header .main__wrap .box__wrap p:nth-child(3) {
  font-size: 3.2rem;
}
header .main__wrap .box__wrap p:nth-child(3) span {
  font-size: 3.8rem;
}
header .main__wrap .box__wrap p:nth-child(4),
header .main__wrap .box__wrap .hero__lead {
  font-size: 1.5rem;
  margin-bottom: 3em;
}
header .main__wrap .box__wrap .hero__lead {
  margin-top: 0.8em;
}
header .main__wrap .box__wrap .btn {
  margin: auto;
}
header .main__wrap .box__wrap img {
  margin-bottom: 1em;
  width: 100%;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 1rem;
  top   : 1.4rem;
  width : 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 3.0rem;
  height  : 0.1rem;
  left    : 1.3rem;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: .5rem;
}
.hamburger span:nth-child(2) {
  top: 1.5rem;
}
.hamburger span:nth-child(3) {
  top: 2.5rem;
}
.hamburger.active span:nth-child(1) {
  top : 1.5rem;
  left: 1.3rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  padding: 0 0 3rem;
  -webkit-overflow-scrolling: touch;
}
.globalMenuSp.active {
  transform: translateY(0%);
}
.globalMenuSp .menu-sp-btn {
  margin-top: 3rem;
}
.globalMenuSp .menu-sp-tel {
  margin-top: -4.3rem; /* 0remでも余白が大きい場合は、-1rem や -1.5rem にするとさらに詰まります */
  margin-bottom: 1.5em;
  text-align: center;
  padding: 0 2rem;
}
.globalMenuSp .menu-sp-tel p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
.globalMenuSp .menu-sp-tel p:nth-child(2) {
  position: relative;
  display: table;
  color: #00b0e9;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 1rem auto;
}
.globalMenuSp .menu-sp-tel p:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 1.7rem;
  height: 2.2rem;
  top: 18%;
  left: -9%;
}
.globalMenuSp .menu-sp-tel p:nth-child(3) {
  font-size: 1.2rem;
}

/*notes*/
.s01__wrap {
  padding: 5rem 5%;
}
.h2__wrap p {
  font-size: 1.2rem;
}
h2 {
  font-size: 2.6rem;
  line-height: 1.4;
}
h2 span {
  font-size: 2.8rem;
}
h3 {
  font-size: 1.6rem;
}
.s01__wrap ul {
  display: block;
  width: 30rem;
}
.s01__wrap ul li h4 {
  font-size: 2.0rem;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200_sp.webp) no-repeat;
  padding: 4rem 5%;
}
.s02__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s02__wrap .box__wrap h2 span {
  font-size: 3.6rem;
}
.s02__wrap ul {
  width: 100%;
}
.s02__wrap ul li {
  margin-bottom: 1.5rem;
  padding: .7rem;
}
.s02__wrap ul li p:nth-child(1) {
  font-size: 3.2rem;
  width: 4.2rem;
  height: 4.2rem;
}
.s02__wrap ul li p:nth-child(2) {
  font-size: 1.5rem;
}
.s02__wrap ul li p:nth-child(2) span {
  font-size: 2.2rem;
}
.s02__wrap ul li p:nth-child(2) span span {
  font-size: 1.5rem;
}
.s02__wrap ul li:last-child p:nth-child(2) span {
  font-size: 1.8rem;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300_sp.webp) no-repeat;
  padding: 2rem 5% 3rem;
}
.s03__wrap div {
  width: 100%;
}
.s03__wrap div p:nth-child(1) {
  font-size: 3.2rem;
}
.s03__wrap div p:nth-child(1) span {
  font-size: 5.6rem;
}
.s03__wrap div p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.6;
}
.s03__wrap div p:nth-child(2) span {
  font-size: 1.8rem;
}

/*notes*/
.s04__wrap {
  padding: 5rem 5%;
}
.s04__wrap .slider {
  width: 100%;
}
.s04__wrap .slider .slide {
  display: block;
  width: 100%;
}
.s04__wrap .slider .slide img {
  width: 100%;
}
.s04__wrap .slider .slide div {
  padding: 2rem;
}
.s04__wrap .slider .slide div p:nth-child(1) {
  font-size: 1.6rem;
}
.s04__wrap .slider .slide div h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: .5em;
}
.s04__wrap .slider .slide div h5 {
  font-size: 1.4rem;
}
/*slick*/
.slick-next {
  right: -1rem!important;
}
.slick-prev {
  left: -1rem!important;
}
.slick-prev:before {
  background-size: 4rem!important;
}
.slick-next:before {
  background-size: 4rem!important;
}
.slick-arrow {
  width: 4rem!important;
  height: 4rem!important;
}
.s04__wrap .btn {
  margin: 4rem auto 0;
}

/*notes*/
.s05__wrap {
  padding: 5rem 5%;
}
.s05__wrap .h2__wrap p {
  font-size: 1.8rem;
}
.s05__wrap .h2__wrap h2 span {
  font-size: 4.0rem;
}
.s05__wrap h3 {
  font-size: 1.6rem;
}
.s05__wrap ul {
  margin: 4rem auto 0;
  width: 100%;
}
.s05__wrap ul li {
  display: block;
  margin-bottom: 3rem;
}
.s05__wrap ul li img {
  display: block;
  margin: 0 auto 1em;
  width: 30rem;
}
.s05__wrap ul li .box__wrap {
  width: 100%;
}
.s05__wrap ul li .box__wrap .item__wrap {
  margin-bottom: 1.0em;
}
.s05__wrap ul li .box__wrap .item__wrap div {
  width: 5.6rem;
  height: 5.6rem;
}
.s05__wrap ul li .box__wrap .item__wrap div p {
  font-size: 1.2rem;
}
.s05__wrap ul li .box__wrap .item__wrap div p span {
  font-size: 3.2rem;
}
.s05__wrap ul li .box__wrap .item__wrap h4 {
  font-size: 2.0rem;
}

/*notes*/
.s06__wrap {
  padding: 5rem 5%;
}
.s06__wrap ul {
  display: block;
  width: 100%;
}
.s06__wrap ul li {
  margin-bottom: 1.5em;
  width: 100%;
}
.s06__wrap ul li:last-child {
  margin-bottom: 0;
}
.s06__wrap ul li h4 {
  font-size: 1.8rem;
  text-align: left;
}
.s06__wrap ul li img {
  margin: 0 1em 0 0;
  width: 46%;
}
.s06__wrap ul li div {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

/*notes*/
.s07__wrap {
  border-radius: 4rem;
  margin: 0 auto 5rem;
  padding: 1rem;
  width: 94%;
}
.s07__wrap h3 {
  font-size: 1.4rem;
}
.s07__wrap .box__wrap p:nth-child(1) {
  font-size: 1.5rem;
  width: 28rem;
}
.s07__wrap .box__wrap p:nth-child(2) {
  font-size: 1.8rem;
}
.s07__wrap .box__wrap p:nth-child(2) span {
  font-size: 4.4rem;
}
.s07__wrap li {
  font-size: 1.2rem;
}
.s07__wrap li:before {
  width: 1.2rem;
  height: 1.2rem;
}
.s07__wrap .item__wrap p:nth-child(1) {
  font-size: 1.2rem;
  padding: .25em;
}
.s07__wrap .item__wrap p:nth-child(2) {
  font-size: 1.1rem;
}
.s07__wrap .item__wrap p:nth-child(3) {
  font-size: 1.0rem;
}

/*notes*/
.s08__wrap {
  padding: 5rem 5%;
}
.s08__wrap ul {
  display: block;
  margin: 0 auto 8rem;
  width: 90%;
}
.s08__wrap ul li {
  margin-bottom: 2em;
  width: 100%;
}
.s08__wrap ul li img {
  display: block;
  margin: 0 auto 1em;
  width: 20rem;
}
.s08__wrap .box__wrap {
  width: 100%;
}
.s08__wrap .box__wrap p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: -1.8em auto 1em;
  padding: .5em 1.5em;
  text-align: center;
}
.s08__wrap .box__wrap p:nth-child(2) {
  font-size: 1.6rem;
  text-align: left;
}

/*notes*/
.s09__wrap {
  padding: 5rem 5%;
}
.faq__wrap .que {
  font-size: 1.8rem;
}
.faq__wrap .que p:nth-of-type(1) {
  font-size: 2.4rem;
  height: 3.2rem;
  max-width: 3.2rem;
}
.faq__wrap .ans {
  margin-bottom: 2em;
}
.faq__wrap .ans p:nth-of-type(1) {
  font-size: 2.4rem;
  height: 3.2rem;
  max-width: 3.2rem;
}

/*notes*/
.s10__wrap {
  padding: 5rem 5%;
}
.s10__wrap .box__wrap {
  padding: 3rem 2rem;
  width: 100%;
}
.s10__wrap .box__wrap div p:nth-child(1) {
  font-size: 1.8rem;
}
.s10__wrap .box__wrap div p:nth-child(2) {
  font-size: 3.0rem;
}
.s10__wrap .box__wrap div p:nth-child(2):before {
  width: 1.7rem;
  height: 2.2rem;
}
.s10__wrap .box__wrap div p:nth-child(3) {
  font-size: 1.2rem;
}
.thanks__wrap {
  margin-top: 6rem;
  padding: 3rem 5% 5rem;
}
.thanks__wrap .thanks__h2 p {
  font-size: 1.2rem;
  letter-spacing: .2em;
}
.thanks__wrap .thanks__h2 h2 {
  font-size: 2.0rem;
}
.thanks__box {
  padding: 3rem 2rem;
  border-radius: 2rem;
}
.thanks__lead {
  font-size: 1.6rem;
}
.thanks__text {
  font-size: 1.4rem;
}
.thanks__tel {
  font-size: 2.6rem;
}
.thanks__tel:before {
  width: 1.8rem;
  height: 1.8rem;
}
.thanks__hours {
  font-size: 1.2rem;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  margin-bottom: .5em;
  width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 4%;
  width: 100%;
}
.checkbox__wrap {
  width: 100%;
}
.s10__wrap .txt {
  font-size: 1.4rem;
}
.s10__wrap .txt span {
  font-size: 1.0rem;
}

/*notes*/
footer {
  padding: 5rem 5% 1rem;
}
footer .box__wrap {
  display: block;
  width: 100%;
}
footer .box__wrap .item1__wrap p:nth-child(1) {
  font-size: 2.6rem;
}
footer .box__wrap .item1__wrap p:nth-child(2) {
  font-size: 1.5rem;
}
footer .box__wrap .item1__wrap p:nth-child(3) {
  font-size: 1.2rem;
}
footer .box__wrap .item2__wrap {
  margin-top: 2em;
  width: 35rem;
}
footer .box__wrap .item2__wrap h4 {
  font-size: 1.2rem;
}
footer .box__wrap .item2__wrap dl {
  margin-bottom: 2em;
}
footer .box__wrap .item2__wrap dl div {
  font-size: 1.1rem;
}
footer .box__wrap .item2__wrap .tel,
footer .box__wrap .item2__wrap p.tel {
  font-size: 2.2rem;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
footer .box__wrap .item2__wrap .tel:before {
  width: 1.2rem;
  height: 1.6rem;
}
footer .box__wrap .item2__wrap .hours {
  font-size: 1.0rem;
}
footer .copy {
  font-size: 1.0rem;
  margin: 10em auto 0;
  width: 100%;
}
}

/* スマホ：フッター電話番号を白に（複数ブレークポイントで確実に） */
@media screen and (max-width: 749px),
       screen and (max-width: 767px),
       screen and (max-width: 480px) {
  footer .box__wrap .item2__wrap p.tel,
  footer p.tel {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
  }
}
