.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h2 {
  color: #0cb096;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
}
h2 p {
  color: #213340;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1em;
}
.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 1000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*notes*/
header .header__main__wrap {
  padding-top: 56px;
}
/*slick*/
.slick-next {
  right: 30px!important;
}
.slick-prev {
  left: 30px!important;
}
.slick-next:before {
  background: url(../img/arrow_r.svg)!important;
  background-size: 30px!important;
}
.slick-prev:before {
  background: url(../img/arrow_l.svg)!important;
  background-size: 30px!important;
}
.slick-arrow {
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.3));
  width: 30px!important;
  height: 58px!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;
}
.slick-dots li button:before {
  color: #0cb096!important;
  font-size: 1rem!important;
}
.slick-dots li {
  width: 60px!important;
}
.slick-dots {
  bottom: -30px!important;
}

/*notes*/
.s01__wrap {
  background: #fff;
  padding: 100px 4% 50px;
}
.s01__wrap .b1__wrap {
  margin: auto;
  max-width: 800px;
}
.s01__wrap .b1__wrap .b1 {
  display: flex;
  justify-content: space-between;
}
.s01__wrap .b1__wrap .t1 {
  color: #0cb096;
  font-size: 2.2rem;
  max-width: 18.75%;
}
.s01__wrap .b1__wrap ul {
  max-width: 81.25%;
  width: 100%;
}
.s01__wrap .b1__wrap li {
  align-items: center;
  border-bottom: .5px solid #cbcbcb;
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.s01__wrap .b1__wrap li .t2 {
  color: #0cb096;
  font-size: 1.4rem;
  margin-right: 3em;
}
.s01__wrap .b1__wrap .t3 {
  border-bottom: 1px solid #0cb096;
  font-size: 1.4rem;
  margin-left: auto;
  max-width: 132px;
  text-align: right;
  width: 100%;
}

/*notes*/
.s02__wrap {
  background: center center / auto no-repeat url("../img/0200.jpg");
  padding: 50px 4%;
}
.s02__wrap .b1__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.s02__wrap .b1__wrap .b1 {
  max-width: 40%;
}
.s02__wrap .b1__wrap .t1 {
  border-bottom: 1px solid #0cb096;
  font-size: 1.4rem;
  margin-top: .5em;
  margin-left: auto;
  margin-bottom: 2em;
  max-width: 12em;
  text-align: right;
  width: 100%;
}
.s02__wrap .b1__wrap .fadein:last-of-type .t1 {
  margin-bottom: 0;
}
.s02__wrap .b1__wrap .b2 {
  max-width: 56%;
}

/*notes*/
.s03__wrap {
  background: #fff;
  margin: auto;
  max-width: 1400px;
  padding: 50px 0;
}
.s03__wrap .b1__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 80px;
  max-width: 1160px;
}
.s03__wrap .b1__wrap:nth-child(2) {
  margin-right: auto;
  margin-bottom: 0;
}
.s03__wrap .b1__wrap .b1 {
  max-width: 18.10344827%;
  width: 100%;
}
.s03__wrap .b1__wrap .t1 {
  color: #0cb096;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: auto;
  writing-mode: vertical-rl;
}
.s03__wrap .b1__wrap .btn {
  align-items: center;
  background: #0cb096;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  margin-top: 2em;
  height: 56px;
}
.s03__wrap .b1__wrap .b2 {
  max-width: 77.58620689%;
}
.s03__wrap .b1__wrap .b2 p {
  margin-top: 1em;
}
.s03__wrap .b1__wrap:nth-child(2) .b2 p {
  text-align: right;
}

/*notes*/
.s04__wrap {
  background: #f8f8f8;
  margin: auto;
  padding: 50px 4% 20px;
}
.s04__wrap .b1__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto 0;
  max-width: 980px;
}
.s04__wrap .b1__wrap div {
  margin: 0 1.3% 8%;
  max-width: 30.61224489%;
}
.s04__wrap .b1__wrap .t1 {
  border-bottom: 1px solid #0cb096;
  font-size: 1.4rem;
  margin-top: .5em;
  margin-left: auto;
  max-width: 132px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
h2 {
  font-size: 2.4rem;
  letter-spacing: .1em;
}
h2 p {
  font-size: 1.0rem;
}

/*notes*/
/*slick*/
.slick-next {
  right: 10px!important;
}
.slick-prev {
  left: 10px!important;
}
.slick-next:before {
  background-size: 15px!important;
}
.slick-prev:before {
  background-size: 15px!important;
}
.slick-arrow {
  width: 15px!important;
  height: 29px!important;
}
.slick-dots li {
  width: 20px!important;
}
.slick-dots li:first-child {
  margin-left: 10px!important;
}

/*notes*/
.s01__wrap {
  padding: 50px 4%;
}
.s01__wrap .b1__wrap .b1 {
  display: block;
}
.s01__wrap .b1__wrap ul {
  margin-top: 1.5em;
  max-width: 100%;
}
.s01__wrap .b1__wrap li .t2 {
  font-size: 1.2rem;
  margin-right: 1.5em;
}

/*notes*/
.s02__wrap {
  padding: 50px 4%;
}
.s02__wrap .b1__wrap {
  display: block;
}
.s02__wrap .b1__wrap .b1 {
  max-width: 100%;
}
.s02__wrap .b1__wrap .b2 {
  max-width: 100%;
}

/*notes*/
.s03__wrap {
  padding: 50px 4%;
}
.s03__wrap .b1__wrap {
  display: block;
  margin-bottom: 60px;
}
.s03__wrap .b1__wrap .b1 {
  max-width: 100%;
  width: 100%;
}
.s03__wrap .b1__wrap .t1 {
  font-size: 2.2rem;
  margin-bottom: .5em;
  text-align: center;
  writing-mode: horizontal-tb;
}
.s03__wrap .b1__wrap .btn {
  font-size: 1.4rem;
  margin: 1em auto 0;
  max-width: 60%;
}
.s03__wrap .b1__wrap .b2 {
  max-width: 100%;
}
.s03__wrap .b1__wrap:nth-child(2) .b2 p {
  text-align: left;
}

/*notes*/
.s04__wrap {
  padding: 50px 4%;
}
.s04__wrap .b1__wrap {
  display: block;
}
.s04__wrap .b1__wrap div {
  margin: 0 auto 2em;
  max-width: 60%;
}
.s04__wrap .b1__wrap div img {
  width: 100%;
}
}