.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header {
  background: center center / cover url(../img/0000.png) no-repeat;
}
.header__top__wrap {
  background: #fff;
  padding: 0 2%;
}
.header__top {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1100px;
}
.header__top .logo {
  max-width: 160px;
  width: 100%;
}
.tel__wrap {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.tel__wrap .t1 {
  background: #d23320;
  border-radius: 2em;
  color: #fff;
  padding: 0 .75em;
}
.tel__wrap div {
  align-items: center;
  color: #d23320;
  display: flex;
  font-size: 3.4rem;
  font-weight: 700;
  margin-left: .25em;
}
.tel__wrap img {
  width: 20px;
}
.header__main__wrap {
  display: flex;
  margin: auto;
  max-width: 1300px;
}
.header__main {
  background: top left / 340px url(../img/0004.png) no-repeat;
  padding: 160px 0 30px 5%;
}
h1 {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.3;
  text-align: center;
}
h1 span {
  color: #e20401;
  display: block;
  font-size: 5.2rem;
}
.header__main__wrap .box__wrap {
  position: relative;
  background: #fff044;
  border: 6px solid #fff;
  border-radius: 24px;
  margin: 1em auto;
  max-width: 460px;
  padding: 1em;
  text-align: center;
}
.header__main__wrap .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0003.png) no-repeat;
  width: 538px;
  height: 186px;
  top: 0;
  left: -5%;
}
.header__main__wrap .box__wrap .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: .25em;
}
.header__main__wrap .box__wrap .t1a {
  font-size: 3.8rem;
}
.header__main__wrap .box__wrap .t1b {
  color: #e20401;
}
.header__main__wrap .box__wrap .t1c {
  font-size: 4.4rem;
}

/*notes*/
.s01__wrap {
  background: #f2f5f2;
  padding: 80px 5%;
  text-align: center;
}
.s01__wrap .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.s01__wrap .t1a {
  color: #e20401;
  font-size: 5.0rem;
}
.s01__wrap .t1b {
  background: linear-gradient(transparent 72%, #fff044 0%);
  color: #e20401;
  font-weight: 700;
}
.s01__wrap .t1c {
  font-size: 6.4rem;
}
.btn {
  display: block;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.16));
  margin: 40px auto 0;
  max-width: 480px;
  width: 100%;
}
.s01__wrap .t2 {
  font-size: 1.4rem;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200.png) no-repeat;
  background-color: #f2f5f2;
  padding: 120px 5% 80px;
}
.s02__wrap h2 {
  color: #ffe100;
  font-size: 3.8rem;
  margin-bottom: 1em;
  text-align: center;
}
.s02__wrap h2 span {
  position: relative;
  font-size: 5.6rem;
}
.s02__wrap h2 span:before{
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0207.png) no-repeat;
  width: 124px;
  height: 8px;
  top: -.2em;
  left: 0;
  right: 0;
  margin: auto;
}
.s02__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1060px;
}
.s02__wrap ul li {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 16px 30px 30px;
  width: 32.07%;
}
.s02__wrap ul li h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s03__wrap {
  background: top center / cover url(../img/0300.png) no-repeat;
  background-color: #0074a2;
  padding: 140px 5% 80px;
}
.s03__wrap .box1__wrap {
  align-items: center;
  display: flex;
  margin: 0 auto 40px;
  max-width: 900px;
}
.s03__wrap .box1__wrap div {
  font-weight: 700;
  text-align: center;
  width: 64.44%;
}
.s03__wrap .box1__wrap div .t1 {
  color: #0074a2;
  font-size: 3.8rem;
  line-height: 1.2;
}
.s03__wrap .box1__wrap div .t2 {
  font-size: 3.2rem;
  margin: .5em 0;
}
.s03__wrap .box1__wrap div .t3 {
  color: #e20401;
  font-size: 3.8rem;
  line-height: 1.1;
}
.s03__wrap .box1__wrap div .t3a {
  font-size: 5.6rem;
}
.s03__wrap .box1__wrap div .t3b {
  font-size: 9.0rem;
}
.s03__wrap .box1__wrap img {
  width: 35.55%;
}
.s03__wrap .t4 {
  color: #0074a2;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
.s03__wrap .box2__wrap {
  align-items: center;
  background: #fff;
  border: 5px solid #e2c901;
  border-radius: 40px;
  box-sizing: border-box;
  display: flex;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.08));
  justify-content: space-between;
  margin: 10px auto 40px;
  max-width: 900px;
  padding: 30px;
}
.s03__wrap .box2__wrap img {
  width: 36.58%;
}
.s03__wrap .box2__wrap div {
  font-size: 1.8rem;
  line-height: 2;
  width: 58.53%;
}
.s03__wrap .box2__wrap .t5 {
  color: #e20401;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .5em;
  text-align: center;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 740px;
}
.s03__wrap ul li {
  width: 27.02%;
}
.s03__wrap .t6 {
  font-size: 1.4rem;
  text-align: center;
}

/*notes*/
.s04__wrap {
  position: relative;
  background: top center / cover url(../img/0400.png) no-repeat;
  background-color: #f2f5f2;
  padding: 120px 5% 80px;
}
.s04__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0404.png) no-repeat;
  width: 212px;
  height: 282px;
  bottom: -20px;
  right: 10%;
}
.s04__wrap h2 {
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
.s04__wrap h2 span {
  color: #e20401;
  display: block;
  font-size: 5.6rem;
}
.s04__wrap .box1__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 850px;
}
.s04__wrap .box1__wrap img {
  filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.16));
  width: 42.35%;
}
.s04__wrap .box1__wrap p {
  font-size: 2.2rem;
  font-weight: 700;
  width: 52.94%;
}
.s04__wrap .box2__wrap {
  text-align: center;
}
.s04__wrap .box2__wrap img {
  width: 160px;
}
.s04__wrap .box2__wrap .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1em 0;
}
.s04__wrap .box2__wrap .t1 span {
  color: #e20401;
  font-size: 3.0rem;
}
.s04__wrap .box2__wrap .t2 {
  position: relative;
  color: #e20401;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.s04__wrap .box2__wrap .t2:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0403.png) no-repeat;
  width: 622px;
  height: 96px;
  top: .2em;
  left: 0;
  right: 0;
  margin: auto;
}

/*notes*/
.s05__wrap {
  position: relative;
  background: #f2f5f2;
  padding: 80px 5%;
}
.s05__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0502.png) no-repeat;
  width: 177px;
  height: 218px;
  bottom: 0;
  left: 10%;
}
.s05__wrap h2 {
  background: linear-gradient(transparent 82%, #fff044 0%);
  color: #e20401;
  display: table;
  font-size: 4.2rem;
  margin: 0 auto 1em;
}
.s05__wrap ul {
  display: table;
  margin: auto;
}
.s05__wrap ul li {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-left: 1.25em;
}
.s05__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0501.png) no-repeat;
  width: 25px;
  height: 23px;
  top: .3em;
  left: 0;
}
.s05__wrap ul li span {
  background: linear-gradient(transparent 72%, #fff044 0%);
  color: #d00;
  font-weight: 700;
}

/*notes*/
.s06__wrap {
  background: top center / cover url(../img/0600.png) no-repeat;
  padding: 80px 5%;
}
.s06__wrap h2 {
  font-size: 3.2rem;
  margin: 0 auto 1em;
  text-align: center;
}
.s06__wrap ul {
  margin: 0 auto 100px;
  max-width: 800px;
}
.s06__wrap ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.s06__wrap ul li img {
  width: 30%;
}
.s06__wrap ul li .box__wrap {
  width: 65%;
}
.s06__wrap ul li .box__wrap .h3__wrap {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s06__wrap ul li .box__wrap .h3__wrap div {
  align-items: center;
  background: #0074a2;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  height: 60px;
  justify-content: center;
  line-height: 1;
  margin-right: .75em;
  text-align: center;
  width: 60px;
}
.s06__wrap ul li .box__wrap .h3__wrap div span {
  display: block;
  font-size: 3.2rem;
}
.s06__wrap ul li .box__wrap .h3__wrap h3 {
  font-size: 2.4rem;
}
form {
  font-weight: 700;
  margin: auto;
  max-width: 600px;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}
form .item__wrap {
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #ff4e2d;
  border-radius: 4px;
  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: #f2f5f2;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 65%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 150px;
}
form input[type=submit] {
  background: linear-gradient(to right, #ff6320, #d33420);
  border: none;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  font-size: 2.6rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 430px;
  padding: 1em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: linear-gradient(to right, #d33420, #d33420);
}
::-webkit-input-placeholder {
  color: #b6b6b6;
}
.s06__wrap .t1 {
  font-size: 1.8rem;
  margin: 2em 0;
  text-align: center;
}
.s06__wrap .t1 a {
  color: #0074a2;
  text-decoration: underline;
}

/*notes*/
footer {
  font-size: 1.2rem;
  text-align: center;
}

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

/*notes*/
header {
  background: center center / cover url(../img/0000_sp.png) no-repeat;
}
.header__top__wrap {
  padding: 5px 2%;
}
.header__top .logo {
  max-width: 140px;
}
.tel__wrap div {
  font-size: 2.4rem;
}
.tel__wrap img {
  width: 14px;
}
.header__main {
  background: top left / 160px url(../img/0004.png) no-repeat;
  padding: 80px 2% 10px;
  width: 100%;
}
h1 {
  font-size: 2.3rem;
  letter-spacing: 0;
}
h1 span {
  font-size: 2.8rem;
}
.header__main__wrap .box__wrap {
  border: 4px solid #fff;
  border-radius: 18px;
  margin: 0 auto .5em;
  width: 80%;
}
.header__main__wrap .box__wrap:before {
  width: 100%;
  height: 126px;
  top: auto;
  bottom: -30px;
  left: 0;
}
.header__main__wrap .box__wrap {
  font-size: 1.3rem;
}
.header__main__wrap .box__wrap .t1 {
  font-size: 1.8rem;
}
.header__main__wrap .box__wrap .t1a {
  font-size: 2.4rem;
}
.header__main__wrap .box__wrap .t1c {
  font-size: 2.8rem;
}
.header__main__wrap .i1 {
  display: block;
  margin: auto;
  width: 60%;
}

/*notes*/
.s01__wrap {
  padding: 50px 5% 30px;
}
.s01__wrap .t1 {
  font-size: 2.0rem;
}
.s01__wrap .t1a {
  font-size: 3.0rem;
}
.s01__wrap .t1c {
  font-size: 4.4rem;
}
.btn {
  width: 90%;
}
.s01__wrap .t2 {
  font-size: 1.2rem;
}

/*notes*/
.s02__wrap {
  padding: 100px 5% 30px;
}
.s02__wrap h2 {
  font-size: 2.2rem;
}
.s02__wrap h2 span {
  font-size: 3.6rem;
}
.s02__wrap h2 span:before{
  width: 80px;
  top: -.3em;
}
.s02__wrap ul {
  display: block;
  width: 90%;
}
.s02__wrap ul li {
  width: 100%;
}

/*notes*/
.s03__wrap {
  padding: 100px 5% 30px;
}
.s03__wrap .box1__wrap {
  display: block;
}
.s03__wrap .box1__wrap div {
  width: 100%;
}
.s03__wrap .box1__wrap div .t1 {
  font-size: 2.4rem;
}
.s03__wrap .box1__wrap div .t2 {
  font-size: 1.8rem;
  margin: 1.5em 0;
}
.s03__wrap .box1__wrap div .t3 {
  font-size: 2.4rem;
}
.s03__wrap .box1__wrap div .t3a {
  font-size: 3.2rem;
}
.s03__wrap .box1__wrap div .t3b {
  font-size: 6.0rem;
}
.s03__wrap .box1__wrap img {
  display: block;
  margin: 1em auto;
  width: 60%;
}
.s03__wrap .t4 {
  font-size: 3.6rem;
}
.s03__wrap .box2__wrap {
  border: 3px solid #e2c901;
  border-radius: 20px;
  display: block;
  padding: 20px;
}
.s03__wrap .box2__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 60%;
}
.s03__wrap .box2__wrap div {
  font-size: 1.6rem;
  width: 100%;
}
.s03__wrap .box2__wrap .t5 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.s03__wrap ul li {
  width: 32%;
}
.s03__wrap .t6 {
  font-size: 1.2rem;
}

/*notes*/
.s04__wrap {
  padding: 100px 5% 0;
}
.s04__wrap:before {
  display: none;
}
.s04__wrap h2 {
  font-size: 2.2rem;
}
.s04__wrap h2 span {
  font-size: 3.6rem;
}
.s04__wrap .box1__wrap {
  display: block;
}
.s04__wrap .box1__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 60%;
}
.s04__wrap .box1__wrap p {
  font-size: 1.8rem;
  width: 100%;
}
.s04__wrap .box2__wrap img {
  width: 100px;
}
.s04__wrap .box2__wrap .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1em 0;
}
.s04__wrap .box2__wrap .t1 span {
  color: #e20401;
  font-size: 3.0rem;
}
.s04__wrap .box2__wrap .t2 {
  font-size: 2.2rem;
}
.s04__wrap .box2__wrap .t2:before {
  width: 100%;
  top: -.8em;
}
.s04__wrap .i1 {
  display: block;
  margin: auto;
  width: 40%;
}

/*notes*/
.s05__wrap {
  padding: 50px 5%;
}
.s05__wrap:before {
  display: none;
}
.s05__wrap h2 {
  font-size: 2.6rem;
}
.s05__wrap ul li {
  font-size: 1.8rem;
}
.s05__wrap ul li:before {
  width: 20px;
  height: 19px;
}

/*notes*/
.s06__wrap {
  padding: 50px 5% 100px;
}
.s06__wrap h2 {
  font-size: 2.2rem;
}
.s06__wrap ul li {
  display: block;
  margin-bottom: 20px;
}
.s06__wrap ul li img {
  display: block;
  margin: 0 auto 1em;
  width: 80%;
}
.s06__wrap ul li .box__wrap {
  width: 100%;
}
.s06__wrap ul li .box__wrap .h3__wrap div {
  font-size: 1.0rem;
  height: 50px;
  width: 50px;
}
.s06__wrap ul li .box__wrap .h3__wrap div span {
  font-size: 2.8rem;
}
.s06__wrap ul li .box__wrap .h3__wrap h3 {
  font-size: 2.2rem;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 4% 2%;
  width: 100%;
}
form input[type=submit] {
  font-size: 2.0rem;
  width: 90%;
}
.s06__wrap .t1 {
  font-size: 1.5rem;
}

/*notes*/
footer {
  font-size: 1.0rem;
}
}