.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #111;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  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: #111;
  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: top center / cover url(../img/0000.webp) no-repeat;
}
.header__top__wrap {
  padding: 1rem;
}
.header__top {
  margin: auto;
  width: 120rem;
}
.header__top .logo {
  width: 36rem;
}
.header__main__wrap {
  padding: 10rem 4%;
}
.header__main {
  margin: auto;
  width: 110rem;
}
.h1__wrap {
  position: relative;
  display: table;
}
.h1__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 11rem;
  height: 9.6rem;
  top: -10%;
  right: 0;
}
.header__main p:nth-child(2) {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.header__main p:nth-child(2) span:nth-child(1) {
  color: #3d62ad;
  font-size: 6.4rem;
  font-weight: 900;
}
.header__main p:nth-child(2) span:nth-child(3) {
  color: #ff6d17;
  font-size: 6.4rem;
  font-weight: 900;
}
h1 {
  color: #3d7dc8;
  font-size: 3.0rem;
}
.header__main p:nth-child(1) {
  display: table;
  background: #ff6d17;
  border-radius: 2em;
  color: #feff99;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 0 .75em;
}
.btn__wrap {
  display: flex;
  margin-top: 6rem;
}
.btn__wrap .btn {
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,0.24));
  margin-right: 2rem;
  width: 28.8rem;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.webp) no-repeat;
  padding: 8rem 4% 15rem;
}
h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  letter-spacing: .075em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  text-align: center;
}
h2 span {
  display: block;
  color: #3da7c8;
  font-family: Roboto;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.s01__wrap div {
  margin: auto;
  width: 70rem;
}
.s01__wrap div ul {
  display: table;
  margin-left: auto;
}
.s01__wrap div li {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .25em;
  padding-left: 1.5em;
}
.s01__wrap div li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 15%;
  left: 0;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.webp) no-repeat;
  color: #fff;
  padding: 8rem 4%;
}
.s02__wrap h2 span,
.s04__wrap h2 span {
  color: #fff;
}
.s02__wrap .box__wrap {
  margin: auto;
  width: 100rem;
}
.s02__wrap .box__wrap .box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.s02__wrap .box__wrap .box:nth-child(even) {
  flex-direction: row-reverse;
}
.s02__wrap .box__wrap .box:nth-child(odd) {
  margin: 5rem auto;
  width: 92rem;
}
.s02__wrap .box__wrap .box img {
  width: 40rem;
}
.s02__wrap .box__wrap .box:nth-child(2) img {
  width: 53rem;
}
.s02__wrap .box__wrap .box div {
  width: 48rem;
}
.s02__wrap .box__wrap .box:nth-child(2) div {
  width: 42rem;
}
.s02__wrap .box__wrap .box div h3 {
  border-left: .2rem solid #fff;
  color: #ffff79;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1em;
  padding: .25em;
}
.s02__wrap .box__wrap .box div span {
  color: #ffff79;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  padding: 8rem 4%;
}
.s03__wrap .box__wrap {
  margin: auto;
  width: 100rem;
}
.s03__wrap .box__wrap .box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  width: 92rem;
}
.s03__wrap .box__wrap .box:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.s03__wrap .box__wrap .box img {
  width: 40rem;
}
.s03__wrap .box__wrap .box div {
  width: 46rem;
}
.s03__wrap .box__wrap .box div div {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
}
.s03__wrap .box__wrap .box div div p {
  align-items: center;
  display: flex;
  justify-content: center;
  border: .1rem solid #3da7c8;
  margin-right: .75em;
  height: 6rem;
  width: 6rem;
}
.s03__wrap .box__wrap .box div div p span {
  color: #3da7c8;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.s03__wrap .box__wrap .box div div p span span {
  display: block;
  font-size: 1.2rem;
}
.s03__wrap .box__wrap .box div div h3 {
  color: #3d62ad;
  font-size: 2.6rem;
}
.s03__wrap .box__wrap .t1 span {
  background: linear-gradient(transparent 72%, #ffdb00 0%);
  font-weight: 700;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.webp) no-repeat;
  color: #fff;
  padding: 8rem 4%;
}
.s04__wrap h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
}
.s04__wrap div {
  margin: auto;
  width: 78rem;
}
.s04__wrap table {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em 0 1em;
  width: 100%;
}
.s04__wrap table th {
  color: #ffff79;
  padding: 1em;
}
.s04__wrap table tr:nth-child(n+2) th {
  text-align: left;
}
.s04__wrap table td {
  text-align: center;
}
.s04__wrap table tr {
  border-bottom: .1rem solid #fff;
}
.s04__wrap table tr:last-child {
  border-bottom: none;
}
.s04__wrap table td {
  border-left: .1rem solid #fff;
}
.s04__wrap table tr:nth-child(1) th:nth-child(n+2) {
  border-left: .1rem solid #fff;
}
.s04__wrap table span {
  font-size: 2.6rem;
}
.s04__wrap p {
  display: table;
  font-size: 1.4rem;
  margin-left: auto;
}

/*notes*/
.s05__wrap {
  padding: 8rem 4%;
}
.s05__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 92rem;
}
.s05__wrap .box__wrap div {
  width: 40rem;
}
.s05__wrap .box__wrap div h3 {
  color: #3d62ad;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: .75em 0;
  text-align: center;
}

/*notes*/
.s06__wrap {
  background: center center / cover url(../img/0600.webp) no-repeat;
  padding: 10rem 4%;
}
.s06__wrap .box__wrap {
  margin: auto;
  width: 92rem;
}
.s06__wrap .box__wrap div {
  display: table;
  background: #fff;
  border: .4rem solid #3d62ad;
  padding: 2em 3em;
}
.s06__wrap .box__wrap div p {
  color: #3d62ad;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

/*notes*/
.s07__wrap {
  padding: 8rem 4%;
}
.s07__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 92rem;
}
.s07__wrap .box__wrap iframe {
  width: 46rem;
}
.s07__wrap .box__wrap .box {
  width: 40rem;
}
.s07__wrap .box__wrap .box .logo {
  width: 28rem;
}
.s07__wrap .box__wrap .box .address {
  line-height: 1.6;
  margin: 1em 0;
}
.s07__wrap .box__wrap .box .tel__wrap {
  align-items: center;
  display: flex;
}
.s07__wrap .box__wrap .box .tel__wrap img {
  width: 2.4rem;
}
.s07__wrap .box__wrap .box .tel__wrap p {
  color: #3da7c8;
  font-size: 4.6rem;
  line-height: 1;
}
.s07__wrap .box__wrap .box .btn {
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,0.24));
  margin-top: 2em;
  width: 28.8rem;
}

/*notes*/
footer {
  background: center center / cover url(../img/0800.webp) no-repeat;
  padding: 16rem 4% 1rem;
}
footer .box__wrap {
  margin: auto;
  padding-left: 10rem;
  width: 52rem;
}
footer .box__wrap li {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .5em;
  padding-left: 1.25em;
}
footer .box__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0801.webp) no-repeat;
  width: 2.0rem;
  height: 2.0rem;
  top: 15%;
  left: 0;
}
footer .box__wrap p {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2em;
}
footer .btn__wrap {
  justify-content: center;
  margin-top: 5em;
}
footer .cr {
  font-size: 1.2rem;
  margin-top: 10rem;
  text-align: center;
}










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

/*notes*/
header {
  background: bottom center / cover url(../img/0000_sp.webp) no-repeat;
}
.header__top {
  width: 100%;
}
.header__top .logo {
  width: 22rem;
}
.header__main__wrap {
  padding: 2rem 4% 2rem;
}
.header__main {
  width: 100%;
}
.h1__wrap:before {
  width: 6.5rem;
  height: 5.8rem;
  top: -5%;
  right: 30%;
}
.header__main p:nth-child(1) {
  font-size: 2.0rem;
}
.header__main p:nth-child(2) {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: .25em;
}
.header__main p:nth-child(2) span:nth-child(1) {
  font-size: 4.2rem;
}
.header__main p:nth-child(2) span:nth-child(3) {
  font-size: 4.2rem;
}
h1 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: .5em;
}
.btn__wrap {
  display: block;
  margin: 8rem auto 0;
  width: 70%;
}
.btn__wrap .btn {
  margin-right: 0;
  margin-top: 1rem;
  width: 100%;
}

/*notes*/
.s01__wrap {
  background: bottom center / cover url(../img/0100_sp.webp) no-repeat;
  padding: 4rem 4% 20rem;
}
h2 {
  font-size: 2.4rem;
  letter-spacing: 0;
}
h2 span {
  font-size: 1.0rem;
}
.s01__wrap div {
  width: 100%;
}
.s01__wrap div ul {
  margin: auto;
}
.s01__wrap div li {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-left: 1.25em;
}
.s01__wrap div li:before {
  width: 1.8rem;
  height: 1.8rem;
  top: 25%;
}

/*notes*/
.s02__wrap {
  padding: 4rem 4%;
}
.s02__wrap .box__wrap {
  width: 100%;
}
.s02__wrap .box__wrap .box {
  display: block;
  margin-top: 3rem;
}
.s02__wrap .box__wrap .box:nth-child(odd) {
  margin: 3rem auto;
  width: 100%;
}
.s02__wrap .box__wrap .box img {
  width: 100%;
}
.s02__wrap .box__wrap .box:nth-child(2) img {
  width: 100%;
}
.s02__wrap .box__wrap .box div {
  margin-top: 1em;
  width: 100%;
}
.s02__wrap .box__wrap .box:nth-child(2) div {
  width: 100%;
}
.s02__wrap .box__wrap .box div h3 {
  font-size: 2.0rem;
}

/*notes*/
.s03__wrap {
  padding: 4rem 4%;
}
.s03__wrap .box__wrap {
  width: 100%;
}
.s03__wrap .box__wrap .box {
  display: block;
  margin-top: 3rem;
  width: 100%;
}
.s03__wrap .box__wrap .box img {
  width: 100%;
}
.s03__wrap .box__wrap .box div {
  margin-top: 1em;
  width: 100%;
}
.s03__wrap .box__wrap .box div div p {
  max-width: 6rem;
  width: 100%;
}
.s03__wrap .box__wrap .box div div h3 {
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  padding: 4rem 4%;
}
.s04__wrap h3 {
  font-size: 1.6rem;
}
.s04__wrap div {
  width: 100%;
}
.s04__wrap table {
  font-size: 1.3rem;
  line-height: 1.3;
}
.s04__wrap table th {
  padding: 2em .5em;
}
.s04__wrap table td {
  vertical-align: middle;
}
.s04__wrap table span {
  font-size: 2.2rem;
}
.s04__wrap p {
  font-size: 1.1rem;
}

/*notes*/
.s05__wrap {
  padding: 4rem 4%;
}
.s05__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s05__wrap .box__wrap div {
  margin-top: 3rem;
  width: 100%;
}
.s05__wrap .box__wrap div h3 {
  font-size: 2.0rem;
}

/*notes*/
.s06__wrap {
  background: bottom center / cover url(../img/0600_sp.webp) no-repeat;
  padding: 5rem 4% 16rem;
}
.s06__wrap .box__wrap {
  width: 100%;
}
.s06__wrap .box__wrap div {
  border: .2rem solid #3d62ad;
  padding: 1em ;
}
.s06__wrap .box__wrap div p {
  font-size: 1.6rem;
}

/*notes*/
.s07__wrap {
  padding: 4rem 4%;
}
.s07__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s07__wrap .box__wrap iframe {
  margin-bottom: 2em;
  width: 100%;
}
.s07__wrap .box__wrap .box {
  text-align: center;
  width: 100%;
}
.s07__wrap .box__wrap .box .address {
  line-height: 1.6;
  margin: 1em 0;
}
.s07__wrap .box__wrap .box .tel__wrap {
  justify-content: center;
}
.s07__wrap .box__wrap .box .tel__wrap img {
  width: 2.0rem;
}
.s07__wrap .box__wrap .box .tel__wrap p {
  font-size: 3.6rem;
}
.s07__wrap .box__wrap .box .btn {
  width: 70%;
}

/*notes*/
footer {
  background: bottom center / cover url(../img/0800_sp.webp) no-repeat;
  padding: 8rem 4% 1rem;
}
footer .box__wrap {
  padding-left: 0;
  width: 100%;
}
footer .box__wrap ul {
  display: table;
  margin: auto;
}
footer .box__wrap li {
  font-size: 1.6rem;
}
footer .box__wrap li:before {
  width: 1.8rem;
  height: 1.8rem;
}
footer .btn__wrap {
  margin-top: 3em;
}
footer .cr {
  font-size: 1.0rem;
  margin-top: 6rem;
}
}
