.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #223229;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  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;
  }
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 2%;
  width: 100%;
  z-index: 2;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 120rem;
}
header .header__top div {
  align-items: center;
  display: flex;
  color: #124d94;
}
header .header__top div p:nth-child(1) {
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1;
}
header .header__top div p:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  margin: .5em 0 0 .5em;
}
header .header__top a {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #ff6e23 50%, #e14a23 50%, #ff8f23);
  border-radius: 2.8rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 1em;
  height: 5.6rem;
  width: 24rem;
}
header .header__top a:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 2.4rem;
  height: 1.9rem;
  top: 34%;
  left: 10%;
  filter: drop-shadow(.1rem .1rem .2rem rgba(0,0,0,0.32));
}
header .header__top a span {
  filter: drop-shadow(.1rem .1rem .2rem rgba(0,0,0,0.32));
}
header .header__main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  margin-top: 7rem;
  padding: 5rem 2%;
}
header .header__main {
  margin: auto;
  width: 110rem;
}
header .header__main .t1 {
  display: table;
  background: linear-gradient(transparent 95%, #124d94 0%);
  color: #124d94;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .75em;
}
header .header__main .h1__wrap {
  display: table;
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 7rem;
  padding: 2.4rem 3rem;
}
header .header__main .h1__wrap h1 {
  color: #124d94;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.3;
}
header .header__main .h1__wrap h1 span {
  color: #00aaba;
  font-size: 6.4rem;
}
header .header__main .h1__wrap h1 span:last-child {
  background: linear-gradient(transparent 90%, #ffde3e 0%);
  color: #ff6e23;
  font-size: 8.0rem;
  padding-bottom: -1rem;
}
header .header__main .box__wrap {
  margin: auto;
  width: 79rem;
}
header .header__main .box__wrap .item {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  color: #124d94;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 3rem;
  padding: 1rem;
  text-align: center;
}
header .header__main .box__wrap .item:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #fff;
}
header .header__main .box__wrap .item p:nth-child(2) {
  background: #ff6e23;
  border-radius: 1rem;
  color: #ffff2b;
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin: 0 .25em;
  padding: .1em .5em;
}
header .header__main .box__wrap .item p:nth-child(2) span {
  color: #ffff2b;
  font-size: 3.2rem;
}
header .header__main .box__wrap ul {
  display: flex;
  justify-content: space-between;
}
header .header__main .box__wrap ul li {
  width: 16rem;
}
header .header__main .box__wrap ul li img {
  border: .6rem solid #ffde3e;
  border-radius: 8rem;
  box-sizing: border-box;
}
header .header__main .box__wrap ul li h4 {
  position: relative;
  background: #ffde3e;
  border-radius: 2em;
  color: #124d94;
  font-size: 2.0rem;
  font-weight: 900;
  margin-top: -1.25em;
  padding: .25em 0;
  text-align: center;
  z-index: 1;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: #ffde3e;
  padding: 7rem 4%;
}
.s01__wrap h2,
.s02__wrap h2 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
.s01__wrap h2 span,
.s02__wrap h2 span {
  color: #124d94;
  font-size: 4.2rem;
  letter-spacing: .05em;
}
.s01__wrap h2 span span,
.s02__wrap h2 span span {
  font-size: 5.6rem;
}
.s01__wrap div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 70rem;
}
.s01__wrap div img {
  width: 27.5rem;
}
.s01__wrap div li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.s01__wrap div li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0102.webp) no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  top: 16%;
  left: 0;
}
.s01__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -8rem;
  border: 8rem solid transparent;
  border-top: 6rem solid #ffde3e;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.webp) no-repeat;
  padding: 9rem 0;
}
.s02__wrap h2 {
  margin-bottom: 1em;
}
.s02__wrap h2 span {
  color: #e50200;
}
.s02__wrap h2 .t1 {
  background: linear-gradient(transparent 80%, #ffde3e 0%);
}
.s02__wrap div {
  position: relative;
  background: #fff;
  border-radius: 4rem;
  filter: drop-shadow(0 0 .8rem rgba(156,255,196,0.64));
  margin: auto;
  padding: 3.4rem;
  text-align: center;
  width: 64rem;
}
.s02__wrap div:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201.webp) no-repeat;
  width: 13.6rem;
  height: 15rem;
  bottom: -25%;
  left: -15%;
}
.s02__wrap div h3 {
  color: #124d94;
  font-size: 3.0rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: .75em;
}
.s02__wrap div p {
  font-size: 2.0rem;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  background: center center / 2rem url(../img/0300.webp) repeat;
  padding: 7rem 0;
}
.s03__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2 {
  font-size: 2.0rem;
  letter-spacing: .075em;
  line-height: 1.4;
  margin-bottom:4em;
  text-align: center;
}
.s03__wrap h2 span,
.s04__wrap h2 span,
.s05__wrap h2 span,
.s06__wrap h2 span {
  display: block;
  color: #124d94;
  font-size: 8.6rem;
  font-weight: 100;
  letter-spacing: .05em;
}
.s03__wrap ul {
  margin: auto;
  max-width: 140rem;
}
.s03__wrap ul li {
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 4rem;
  width: 114rem;
}
.s03__wrap ul li:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0305.webp) no-repeat;
  width: 14.3rem;
  height: 15.2rem;
  bottom: -10%;
  right: 10%;
}
.s03__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.s03__wrap ul li:last-child {
  margin-bottom: 0;
}
.s03__wrap ul li img {
  margin-right: 2.4rem;
  width: 65.8rem;
}
.s03__wrap ul li:nth-child(even) img {
  margin-right: 0;
  margin-left: 2.4rem;
}
.s03__wrap ul li .box__wrap {
  width: 46rem;
}
.s03__wrap ul li .box__wrap h3 {
  border-left: .4rem solid #000;
  border-image: linear-gradient(to bottom, #00aaba, #124d94) 1;
  color: #124d94;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: .075em;
  margin-bottom: .75em;
  padding-left: .5em;
}
.s03__wrap ul li .box__wrap .t1 {
  font-size: 1.6rem;
  line-height: 2;
}
.s03__wrap ul li .box__wrap .price__wrap {
  display: table;
  background: #fff;
  border-radius: 3rem;
  filter: drop-shadow(0 0 1.2rem rgba(80,175,204,0.32));
  margin-top: 1em;
  margin-left: auto;
  padding: 1.5rem 3rem;
}
.s03__wrap ul li .box__wrap .price__wrap p:nth-child(1) {
  border-bottom: .2rem solid #e50200;
  color: #e50200;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: .1em;
  padding-bottom: .1em;
}
.s03__wrap ul li .box__wrap .price__wrap p:nth-child(1) span {
  font-size: 4.6rem;
  font-weight: 700;
}
.s03__wrap ul li .box__wrap .price__wrap p:nth-child(2) {
  font-size: 1.2rem;
  text-align: right;
}

/*notes*/
.s04__wrap {
  background: #fafafa;
  padding: 7rem 4%;
}
.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s04__wrap ul:after {
  content: '';
  display: block;
  width: 28rem;
}
.s04__wrap ul li {
  position: relative;
  margin-bottom: 6rem;
  width: 28rem;
}
.s04__wrap ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.s04__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0406.webp) no-repeat;
  width: 2rem;
  height: 2rem;
  top: 25%;
  right: -18%;
}
.s04__wrap ul li:last-child:before {
  display: none;
}
.s04__wrap ul li:nth-child(5):after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0407.webp) no-repeat;
  width: 14rem;
  height: 15rem;
  bottom: -10%;
  right: -40%;
}
.s04__wrap ul li h3 {
  font-size: 2.0rem;
  margin: .5em 0;
  text-align: center;
}
.s04__wrap ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
}

/*notes*/
.s05__wrap {
  position: relative;
  padding: 7rem 0;
}
.s05__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0501.webp) no-repeat;
  width: 23.3rem;
  height: 14.2rem;
  bottom: 5%;
  right: 5%;
}
.s05__wrap ul {
  margin: 0 auto 4rem;
  width: 62rem;
}
.s05__wrap ul:last-child {
  margin: auto;
}
.s05__wrap ul li {
  align-items: center;
  display: flex;
  margin-bottom: 1.2rem;
}
.s05__wrap ul li p:nth-child(1) {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #124d94;
  border-radius: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 100;
  margin-right: 2rem;
  height: 4rem;
  max-width: 4rem;
  width: 100%;
}
.s05__wrap ul li p:nth-child(2) {
  color: #124d94;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}
.s05__wrap ul li:nth-child(2) p:nth-child(1) {
  background: #ff6e23;
}
.s05__wrap ul li:nth-child(2) p:nth-child(2) {
  color: #223229;
  font-size: 1.8rem;
  font-weight: 500;
}

/*notes*/
.s06__wrap {
  background: #f3efe7;
  padding: 7rem 0;
}
form {
  margin: auto;
  max-width: 60rem;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.6rem;
}
form .item__wrap {
  margin-top: .65em;
  width: 35%;
}
form .item__wrap span {
  background: #ff6e23;
  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: #f3efe7;
  border: .1rem solid #223229;
  color: #333;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2.4%;
  width: 65%;
}
form .input__wrap:nth-child(7) div {
  display: flex;
  width: 65%;
}
form .input__wrap:nth-child(7) input[type=text] {
  padding: 3.4%;
  width: 30%;
}
form .t1 {
  margin: .65em 0 0 .65em;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
form input[type=submit] {
  background: #ff6e23;
  border: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 24rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #124d94;
}
::-webkit-input-placeholder {
  color: #b6b6b6;
}

/*notes*/
footer {
  background: #f3efe7;
  font-size: 1.2rem;
  padding: 5rem 0 .5rem;
  text-align: center;
}

.s07__wrap {
  padding: 9rem 0;
}
.s07__wrap div {
  position: relative;
  margin: 5rem auto 0;
  padding: 3.4rem;
  text-align: center;
  width: 120rem;
}
.s07__wrap div:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201.webp) no-repeat;
  width: 13.6rem;
  height: 15rem;
  bottom: -25%;
  left: 0;
}
.s07__wrap div h1 {
  color: #124d94;
  font-size: 3.0rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.s07__wrap div p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.s07__wrap div .btn_to_top {
  background: #ff6e23;
  border: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3em auto 0;
  max-width: 34rem;
  padding: .95em 0;
  transition: .4s;
  width: 100%;
}

.kusakari__wrap {
  padding-bottom: 80px;
}
.kusakari__wrap h2{
  color: #124d94;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
}
.kusakari__wrap video {
  width: 900px;
  margin: auto;
  display: block;
}

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

/*notes*/
header .header__top {
  width: 100%;
}
header .header__top div {
  display: block;
}
header .header__top div p:nth-child(1) {
  font-size: 2.8rem;
}
header .header__top div p:nth-child(2) {
  font-size: 1.5rem;
  margin: 0;
}
header .header__top a {
  border-radius: 2.1rem;
  font-size: 1.5rem;
  padding-left: 1em;
  height: 4.2rem;
  width: 18rem;
}
header .header__top a:before {
  width: 1.8rem;
  height: 1.4rem;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000_sp.webp) no-repeat;
  padding: 3rem 4%;
}
header .header__main {
  width: 100%;
}
header .header__main .t1 {
  font-size: 1.4rem;
  margin: 0 auto .75em;
}
header .header__main .h1__wrap {
  border-radius: 1rem;
  margin: 0 auto 6rem;
  padding: 1.2rem 1.5rem;
}
header .header__main .h1__wrap h1 {
  font-size: 2.4rem;
  text-align: center;
}
header .header__main .h1__wrap h1 span {
  font-size: 2.8rem;
}
header .header__main .h1__wrap h1 span:last-child {
  font-size: 3.6rem;
}
header .header__main .box__wrap {
  margin: auto;
  width: 80%;
}
header .header__main .box__wrap .item {
  display: block;
  box-sizing: border-box;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
  width: 100%;
}
header .header__main .box__wrap .item:before {
  margin-left: -1.0rem;
  border: 1.0rem solid transparent;
  border-top: 1.0rem solid #fff;
}
header .header__main .box__wrap .item p:nth-child(2) {
  font-size: 1.6rem;
}
header .header__main .box__wrap .item p:nth-child(2) span {
  font-size: 2.2rem;
}
header .header__main .box__wrap ul {
  flex-wrap: wrap;
}
header .header__main .box__wrap ul li {
  margin-bottom: 2%;
  width: 46%;
}
header .header__main .box__wrap ul li img {
  border: .4rem solid #ffde3e;
}
header .header__main .box__wrap ul li h4 {
  font-size: 1.4rem;
}

/*notes*/
.s01__wrap {
  padding: 4rem 4% 0;
}
.s01__wrap h2 {
  font-size: 1.8rem;
}
.s01__wrap h2 span,
.s02__wrap h2 span {
  font-size: 2.2rem;
}
.s01__wrap h2 span span,
.s02__wrap h2 span span {
  font-size: 3.0rem;
}
.s01__wrap div {
  display: block;
  width: 100%;
}
.s01__wrap div img {
  margin: auto;
  width: 20rem;
}
.s01__wrap div ul {
  display: table;
  margin: 0 auto 1em;
}
.s01__wrap div li {
  font-size: 1.6rem;
}
.s01__wrap div li:before {
  width: 1.8rem;
  height: 1.8rem;
}
.s01__wrap:before {
  margin-left: -4rem;
  border: 4rem solid transparent;
  border-top: 3rem solid #ffde3e;
}

/*notes*/
.s02__wrap {
  padding: 5rem 0 9rem;
}
.s02__wrap h2 {
  font-size: 2.2rem;
}
.s02__wrap div {
  border-radius: 3rem;
  box-sizing: border-box;
  padding: 2.8rem;
  width: 92%;
}
.s02__wrap div:before {
  width: 9.5rem;
  height: 10.5rem;
  bottom: -40%;
  left: 0;
}
.s02__wrap div h3 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
.s02__wrap div p {
  font-size: 1.5rem;
}

/*notes*/
.s03__wrap {
  padding: 5rem 0;
}
.s03__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2 {
  font-size: 1.4rem;
}
.s03__wrap h2 span,
.s04__wrap h2 span,
.s05__wrap h2 span,
.s06__wrap h2 span {
  font-size: 6.0rem;
}
.s03__wrap ul {
  max-width: 100%;
}
.s03__wrap ul li {
  display: block;
  width: 100%;
}
.s03__wrap ul li:nth-child(2):before {
  width: 10rem;
  height: 10.6rem;
  top: 28%;
  right: 5%;
}
.s03__wrap ul li img {
  margin-right: 0;
  width: 100%;
}
.s03__wrap ul li:nth-child(even) img {
  margin-left: 0;
}
.s03__wrap ul li .box__wrap {
  margin: 1em auto 0;
  width: 90%;
}
.s03__wrap ul li .box__wrap h3 {
  font-size: 2.4rem;
}
.s03__wrap ul li .box__wrap .t1 {
  font-size: 1.4rem;
  line-height: 2;
}
.s03__wrap ul li .box__wrap .price__wrap {
  margin: 1em auto 0;
}

/*notes*/
.s04__wrap {
  padding: 5rem 4% 7rem;
}
.s04__wrap ul {
  display: block;
  width: 100%;
}
.s04__wrap ul li {
  width: 100%;
}
.s04__wrap ul li:nth-child(4) {
  margin-bottom: 6rem;
}
.s04__wrap ul li:before {
  background: 100% / 100% url(../img/0406_sp.webp) no-repeat;
  width: 2.6rem;
  height: 1rem;
  top: auto;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s04__wrap ul li:last-child:before {
  display: none;
}
.s04__wrap ul li:nth-child(5):after {
  width: 9.8rem;
  height: 10.5rem;
  bottom: -40%;
  right: 0;
}
.s04__wrap ul li div {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s04__wrap ul li img {
  margin-right: 1em;
  width: 14rem;
}
.s04__wrap ul li h3 {
  font-size: 2.0rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 4% 12rem;
}
.s05__wrap:before {
  width: 16.3rem;
  height: 9.9rem;
  bottom: 3%;
  right: 10%;
}
.s05__wrap ul {
  margin: 0 auto 3rem;
  width: 100%;
}
.s05__wrap ul li p:nth-child(2) {
  font-size: 1.8rem;
}
.s05__wrap ul li:nth-child(2) p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*notes*/
.s06__wrap {
  padding: 7rem 4%;
}
form {
  max-width: 100%;
}
form .input__wrap {
  display: block;
  margin-bottom: 2rem;
}
form .item__wrap {
  margin-bottom: .5em;
  width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form textarea {
  padding: 4%;
  width: 100%;
}
form .input__wrap:nth-child(7) div {
  width: 100%;
}
form .input__wrap:nth-child(7) input[type=text] {
  padding: 4%;
  width: 35%;
}

.s07__wrap {
  padding: 5rem 0 9rem;
}
.s07__wrap div {
  padding: 5%;
  width: 90%;
}
.s07__wrap div:before {
  width: 9.5rem;
  height: 10.5rem;
  bottom: -20%;
  left: 10px;
}
.s07__wrap div h1 {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.s07__wrap div p {
  font-size: 1.5rem;
  text-align: left;
}
.s07__wrap div .btn_to_top {
  font-size: 1.6rem;
  margin: 2em auto 0;
  max-width: 100%;
  width: 100%;
}
.kusakari__wrap {
  padding-bottom: 40px;
}
.kusakari__wrap h2{
  margin-bottom: 15px;
  font-size: 22px;
}
.kusakari__wrap video {
  width: 90%;
}
}
.workslink{
	display: block;
	width: 900px;
	height: auto;
	margin: 50px auto;
}
@media screen and (max-width:560px){
.workslink{
	width: 90%;
	margin: 40px auto;
}
}