.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #1d1d1f;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.3;
  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: #007aff;
  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 .header__top__wrap {
  position: fixed;
  top: 0;
  align-items: center;
  display: flex;
  justify-content:space-between;
  background: #fff;
  padding: 1rem 0;
  width: 100%;
  z-index: 2;
}
header .header__top__wrap .header__top {
  align-items: center;
  display: flex;
  margin: auto;
  width: 120rem;
}
header .header__top__wrap .header__top .logo {
  width: 18rem;
}
header .header__top__wrap .header__top .btn__wrap {
  display: flex;
  margin-left: auto;
}
header .header__top__wrap .header__top .btn__wrap .btn1 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 4rem;
  width: 16rem;
  border: .1rem solid #e4007f;
  border-radius: 2rem;
  color: #e4007f;
  font-weight: 700;
}
header .header__top__wrap .header__top .btn__wrap .btn2 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 4rem;
  width: 16rem;
  background: #007aff;
  border-radius: 2rem;
  color: #fff;
  font-weight: 700;
  margin-left: .8rem;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  margin-top: 6rem;
  padding: 14rem 0;
  text-align: center;
}
header .header__main__wrap .t1 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
header .header__main__wrap h1 {
  color: #007aff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .2em;
}
header .header__main__wrap h1 span {
  font-size: 4.6rem;
}
header .header__main__wrap ul {
  align-content: center;
  display: flex;
  justify-content: center;
  margin: 2em 0 4em;
}
header .header__main__wrap ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  background: center center / cover url(../img/0002.webp) no-repeat;
  margin: 0 .5rem;
  height: 8.6rem;
  width: 19rem;
}
header .header__main__wrap ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
}
header .header__main__wrap ul li p span {
  color: #e4007f;
  font-size: 2.6rem;
  letter-spacing: 0;
}
header .header__main__wrap ul li p span span {
  font-size: 4.0rem;
}
header .header__main__wrap ul li:nth-child(3) p {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
header .btn3 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 7rem;
  width: 30rem;
  background: #e4007f;
  border-radius: 3.5rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: auto;
}

/*notes*/
.s01__wrap {
  padding: 6rem 0;
}
.s01__wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap .slider__wrap {
  display: flex;
  overflow: hidden;
}
.slider {
  display: flex;
  animation: scroll-left 20s infinite linear .5s both;
}
.slide {
  width: 140rem;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*notes*/
.s02__wrap {
  background: top center / contain url(../img/0200.webp) no-repeat;
  padding: 9rem 0;
}
h2 {
  color: #007aff;
  font-size: 1.6rem;
  letter-spacing: .2em;
  margin-bottom: 5em;
  text-align: center;
}
h2 span {
  color: #1d1d1f;
  display: block;
  font-size: 6.0rem;
  font-weight: 100;
  letter-spacing: .1em;
  margin-bottom: .15em;
}
.s02__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 63rem;
}
.s02__wrap .box__wrap div {
  margin-bottom: 6rem;
  text-align: center;
  width: 30rem;
}
.s02__wrap .box__wrap div h3 {
  color: #007aff;
  font-size: 2.6rem;
  margin: .5em 0;
}
.s02__wrap .box__wrap div:nth-child(2) h3 {
  color: #e4007f;
}
.s02__wrap .box__wrap div:nth-child(3) h3 {
  color: #ffca00;
}
.s02__wrap .box__wrap div:nth-child(4) h3 {
  color: #7a4a2e;
}
.s02__wrap .box__wrap div p {
  font-size: 2.0rem;
  font-weight: 700;
  margin: .5em 0 .75em;
}
.s02__wrap .box__wrap div ul {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.s02__wrap .box__wrap div ul li {
  background: #007aff;
  border-radius: 2em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: .3rem;
  padding: .5em 1em;
}
.s02__wrap .box__wrap div:nth-child(2) ul li {
  background: #e4007f;
}
.s02__wrap .box__wrap div:nth-child(3) ul li {
  background: #ffca00;
}
.s02__wrap .box__wrap div:nth-child(4) ul li {
  background: #7a4a2e;
}

/*notes*/
.s03__wrap {
  padding: 0 0 10rem;
}
.s03__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 94rem;
}
.s03__wrap .box__wrap .box1 {
  align-items: flex-start;
  display: flex;
  background: top center / cover url(../img/0301.webp) no-repeat;
  box-sizing: border-box;
  padding: 3rem;
  height: 50rem;
  width: 30rem;
}
.s03__wrap .box__wrap .box1 div {
  color: #fff;
}
.s03__wrap .box__wrap .box1 div h3 {
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin: .25em 0 .25em;
}
.s03__wrap .box__wrap .box1 div p {
  font-size: 1.4rem;
}
.s03__wrap .box__wrap .box2 {
  background: top center / cover url(../img/0302.webp) no-repeat;
}
.s03__wrap .box__wrap .box3 {
  background: top center / cover url(../img/0303.webp) no-repeat;
}
.s03__wrap .t1 {
  background: linear-gradient(transparent 86%, #ffca00 0%);
  display: table;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 6rem auto 0;
  padding-bottom: .25em;
  text-align: center;
}

/*notes*/
.s04__wrap {
  position: relative;
  background: top center / cover url(../img/0401.webp) no-repeat;
  padding: 13rem 0;
  text-align: center;
  z-index: 4;
}
.s04__wrap h3 {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: .2em;
  margin-bottom: 1em;
}
.s04__wrap h3 span {
  border-bottom: 2px solid #ffca00;
  font-size: 3.2rem;
  letter-spacing: .05em;
}
.s04__wrap h3 span span {
  border-bottom: none;
  color: #ffca00;
  font-size: 4.6rem;
  font-weight: 900;
}
.s04__wrap .btn__wrap {
  margin: auto;
  width: 20rem;
}
.s04__wrap .btn__wrap .btn1 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 5rem;
  background: #ffca00;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.s04__wrap .btn__wrap .btn2 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 5rem;
  background: #fff;
  border-radius: 2.5rem;
  color: #007aff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

/*notes*/
.s05__wrap {
  background: top center / contain url(../img/0500.webp) no-repeat;
  padding: 6rem 0;
}
.s05__wrap ul {
  display: table;
  margin: auto;
}
.s05__wrap li {
  position: relative;
  color: #86868b;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 2em;
  padding-left: 1.75em;
}
.s05__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0501.webp) no-repeat;
  width: 2.8rem;
  height: 2.8rem;
  top: -5%;
  left: 0;
}
.s05__wrap li span {
  color: #e4007f;
}
.s05__wrap div {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 14.6rem;
  width: 66rem;
  background: 100% / 100% url(../img/0502.webp) no-repeat;
  color: #fff102;
  font-size: 3.2rem;
  letter-spacing: .2em;
  margin: auto;
}
.s05__wrap div:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0503.webp) no-repeat;
  width: 29.6rem;
  height: 41.5rem;
  top: -20.8rem;
  right: -23rem;
}

/*notes*/
.s06__wrap {
  background: #f0f3fa;
  padding: 10rem 0;
}
.s06__wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.s06__wrap ul li {
  position: relative;
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  filter: drop-shadow(.8rem .8rem .8rem rgba(0,0,0,0.04));
  margin: 3rem;
  padding: 5rem 4rem 4rem;
  width: 31rem;
}
.s06__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0601.webp) no-repeat;
  width: 10rem;
  height: 10rem;
  top: -2rem;
  left: -2rem;
}
.s06__wrap ul li:nth-child(2):before {
  background: 100% / 100% url(../img/0602.webp) no-repeat;
}
.s06__wrap ul:nth-child(3) li:nth-child(1):before {
  background: 100% / 100% url(../img/0603.webp) no-repeat;
}
.s06__wrap ul:nth-child(3) li:nth-child(2):before {
  background: 100% / 100% url(../img/0604.webp) no-repeat;
}
.s06__wrap ul:nth-child(3) li:nth-child(3):before {
  background: 100% / 100% url(../img/0605.webp) no-repeat;
}
.s06__wrap ul li p:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: right;
}
.s06__wrap ul li p:nth-child(2) {
  font-weight: 500;
  line-height: 2.2;
}
.s06__wrap ul li p:nth-child(2) span {
  color: #e4007f;
  font-weight: 700;
}

/*notes*/
.s07__wrap {
  background: top center / contain url(../img/0700.webp) no-repeat;
  padding: 10rem 0;
}
.s07__wrap h2 {
  margin-bottom: 2em;
}
.s07__wrap .txt {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6em;
  text-align: center;
}
.s07__wrap ul {
  margin: auto;
  width: 72rem;
}
.s07__wrap ul li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.s07__wrap ul li .nb {
  color: #007aff;
  font-size: 4.6rem;
  font-weight: 100;
}
.s07__wrap ul li:nth-child(2) .nb {
  color: #67a095;
}
.s07__wrap ul li:nth-child(3) .nb {
  color: #c9c42e;
}
.s07__wrap ul li:nth-child(4) .nb {
  color: #f3b016;
}
.s07__wrap ul li:nth-child(5) .nb {
  color: #e95f49;
}
.s07__wrap ul li:nth-child(6) .nb {
  color: #e4007f;
}
.s07__wrap ul li div {
  width: 44rem;
}
.s07__wrap ul li div h3 {
  font-size: 2.0rem;
  margin-bottom: 1em;
}
.s07__wrap ul li div p {
  line-height: 1.6;
}
.s07__wrap ul li div p:nth-child(3) {
  font-size: 1.2rem;
  margin-top: .5em;
}
.s07__wrap ul li img {
  width: 16rem;
}

/*notes*/
.s08__wrap {
  background: bottom center / contain url(../img/0800.webp) no-repeat;
  padding: 0 0 10rem;
  text-align: center;
}
.s08__wrap h3 {
  color: #ffca00;
  font-size: 3.0rem;
  letter-spacing: .075em;
  margin: 1em 0;
}
.s08__wrap h3:nth-child(4) {
  color: #007aff;
}
.s08__wrap h3:nth-child(7) {
  color: #e4007f;
}
.s08__wrap .item1 {
  margin: auto;
  width: 82rem;
}
.s08__wrap p {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.s08__wrap .item2 {
  width: 51rem;
}

/*notes*/
.s09__wrap {
  background: #f0f3fa;
  padding: 10rem 0;
}
.acc__wrap {
  margin: auto;
  max-width: 68rem;
  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.25em;
  padding-right: 2.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  border-radius: .6rem;
  color: #007aff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 400;
  justify-content: center;
  margin-right: .5em;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 30%;
  right: .9rem;
  width: 1.8rem;
  height: .2rem;
  transform: rotate(90deg);
  background: #86868b;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 30%;
  right: .9rem;
  width: 1.8rem;
  height: .2rem;
  background: #86868b;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #86868b;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  margin-bottom: .5em;
  line-height: 1.6;
  margin-bottom: 3em;
}

/*notes*/
.s10__wrap {
  position: relative;
  background: #fff;
  padding: 10rem 0;
}
form {
  margin: auto;
  max-width: 44rem;
}
form .input__wrap {
  margin-bottom: 1.6rem;
}
form .item__wrap {
  margin: .5em 0 .2em;
}
form .item__wrap span {
  color: #e4007f;
}
form .item__sub{
  font-size: 1rem;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f0f3fa;
  border: .1rem solid #f0f3fa;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}
.half__wrap {
  display: flex;
  justify-content: space-between;
}
.half__wrap div {
  width: 49%;
}
.half__wrap div input[type=text] {
  background: #f0f3fa;
  border: .1rem solid #f0f3fa;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 4%;
  width: 100%;
}
form select {
  background: #f0f3fa;
  border: .1rem solid #f0f3fa;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}
.checkbox__wrap {
  display: table;
  margin: auto;
}
.checkbox__wrap div {
  display: flex;
}
form input[type=submit] {
  height: 5rem;
  width: 24rem;
  background: #e4007f;
  border: none;
  border-radius: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2em auto 0;
  transition: .4s;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #aaa;
}

/*notes*/
footer {
  position: relative;
  background: #007aff;
  color: #fff;
  font-size: 1.2rem;
  margin-top: -7rem;
  padding: 4em 0 1em;
  text-align: center;
}
.floating__wrap {
  position: fixed;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  padding: 1rem 0;
  transition: 0.3s;
  width: 100%;
}
.floating__wrap .btn3 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 7rem;
  width: 30rem;
  background: #e4007f;
  border-radius: 3.5rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: auto;
}
.floating__wrap.fixed {
  opacity: 1;
  z-index: 9;
}





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

/*notes*/
header .header__top__wrap {
  box-sizing: border-box;
  padding: .8rem 2%;
}
header .header__top__wrap .header__top {
  width: 100%;
}
header .header__top__wrap .header__top .logo {
  width: 12rem;
}
header .header__top__wrap .header__top .btn__wrap .btn1 {
  height: 3.2rem;
  width: 10rem;
  font-size: 1.0rem;
}
header .header__top__wrap .header__top .btn__wrap .btn2 {
  height: 3.2rem;
  width: 10rem;
  font-size: 1.0rem;
  margin-left: .6rem;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 5rem;
  padding: 12rem 0 8rem;
}
header .header__main__wrap .t1 {
  font-size: 1.7rem;
}
header .header__main__wrap h1 {
  font-size: 2.0rem;
  letter-spacing: .05em;
}
header .header__main__wrap h1 span {
  font-size: 2.6rem;
}
header .header__main__wrap ul {
  margin: 1em 0 2em;
}
header .header__main__wrap ul li {
  background: center center / cover url(../img/0002.webp) no-repeat;
  margin: 0 .5rem;
  height: 4.6rem;
  width: 10rem;
}
header .header__main__wrap ul li p {
  font-size: .9rem;
}
header .header__main__wrap ul li p span {
  font-size: 1.4rem;
}
header .header__main__wrap ul li p span span {
  font-size: 2.0rem;
}
header .header__main__wrap ul li:nth-child(3) p {
  font-size: .8rem;
}

/*notes*/
.s01__wrap {
  padding: 5rem 0;
}
.s01__wrap h3 {
  font-size: 1.8rem;
}
.slide {
  width: 70rem;
}

/*notes*/
.s02__wrap {
  background: top center / contain url(../img/0200_sp.webp) no-repeat;
  padding: 7rem 0;
}
h2 {
  font-size: 1.4rem;
}
h2 span {
  font-size: 3.2rem;
}
.s02__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s02__wrap .box__wrap div {
  margin-bottom: 4rem;
  width: 100%;
}
.s02__wrap .box__wrap div img {
  margin: auto;
  width: 24rem;
}

/*notes*/
.s03__wrap {
  padding: 0 0 8rem;
}
.s03__wrap .box__wrap {
  display: block;
  width: 24rem;
}
.s03__wrap .box__wrap .box1 {
  margin-bottom: 2rem;
  padding: 2rem;
  height: 40rem;
  width: 24rem;
}
.s03__wrap .box__wrap .box1 div h3 {
  font-size: 2.2rem;
}
.s03__wrap .box__wrap .box1 div p {
  font-size: 1.2rem;
}
.s03__wrap .t1 {
  font-size: 2.0rem;
  letter-spacing: 0;
  margin: 4rem auto 0;
}

/*notes*/
.s04__wrap {
  background: bottom center / cover url(../img/0401_sp.webp) no-repeat;
  padding: 5rem 0 9rem;
}
.s04__wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 2em;
}
.s04__wrap h3 span {
  font-size: 2.4rem;
}
.s04__wrap h3 span span {
  font-size: 3.6rem;
}

/*notes*/
.s05__wrap {
  background: bottom center / contain url(../img/0500_sp.webp) no-repeat;
  padding: 5rem 4%;
}
.s05__wrap li {
  font-size: 1.5rem;
  margin-bottom: 2.25em;
}
.s05__wrap li:before {
  width: 2.0rem;
  height: 2.0rem;
  top: 0;
}
.s05__wrap div {
  height: 12.8rem;
  width: 27rem;
  background: 100% / 100% url(../img/0502_sp.webp) no-repeat;
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin-top: 2rem;
  padding-left: 2rem;
  text-align: center;
}
.s05__wrap div:before {
  display: none;
}

/*notes*/
.s06__wrap {
  padding: 6rem 4% 4rem;
}
.s06__wrap ul:nth-child(2) {
  margin-top: -3rem;
}
.s06__wrap ul li {
  border-radius: 20px;
  margin: 2rem 0;
  padding: 3rem 2rem 2rem;
  width: 100%;
}
.s06__wrap ul li:before {
  width: 7rem;
  height: 7rem;
  top: -2rem;
  left: 2rem;
}
.s06__wrap ul li p:nth-child(1) {
  font-size: 1.5rem;
  padding-left: 9rem;
  text-align: left;
}
.s06__wrap ul li p:nth-child(2) {
  font-size: 1.4rem;
}

/*notes*/
.s07__wrap {
  background: top center / contain url(../img/0700_sp.webp) no-repeat;
  padding: 6rem 0;
}
.s07__wrap h2 {
  margin-bottom: 3em;
}
.s07__wrap .txt {
  font-size: 1.0rem;
  line-height: 2;
}
.s07__wrap ul {
  width: 80%;
}
.s07__wrap ul li {
  align-items: flex-start;
  display: block;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.s07__wrap ul li .nb {
  font-size: 4.0rem;
  margin-right: 2rem;
}
.s07__wrap ul li div {
  width: 100%;
}
.s07__wrap ul li div h3 {
  font-size: 1.6rem;
  text-align: center;
}
.s07__wrap ul li div p {
  font-size: 1.4rem;
}
.s07__wrap ul li div p:nth-child(3) {
  font-size: 1.0rem;
}
.s07__wrap ul li img {
  margin: 0 6rem 2rem 0;
}
.s07__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*notes*/
.s08__wrap {
  background: bottom center / contain url(../img/0800_sp.webp) no-repeat;
  padding: 0 4% 6rem;
}
.s08__wrap h3 {
  font-size: 2.0rem;
}
.s08__wrap .item1 {
  width: 100%;
}
.s08__wrap p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.s08__wrap .item2 {
  width: 100%;
}

/*notes*/
.s09__wrap {
  padding: 6rem 4% 3rem;
}
.acc__wrap {
  max-width: 100%;
}
.acc__wrap .question {
  font-size: 1.6rem;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .answer {
  margin-bottom: 2em;
}

/*notes*/
.s10__wrap {
  padding: 6rem 4%;
}
form {
  max-width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 3%;
}
.half__wrap div input[type=text] {
  padding: 6%;
}

/*notes*/
footer {
  font-size: 1.0rem;
  margin-top: -3.2em;
  padding: 4em 0 2em;
}
}
