.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*notes*/
header {
  background: center center / cover url(../img/0000.jpg) no-repeat;
}
header .header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 86px 5%;
}
header .header__wrap div {
  text-align: center;
  width: 49.00%;
}
h1 {
  margin-bottom: 4em;
}
header a img {
  filter: drop-shadow(0 6px 0 rgba(17,91,66,0.16));
  width: 65.30%;
}
header a img:hover {
  filter: saturate(50%);
}
header .item {
  width: 46.6%;
}

/*notes*/
.s01__wrap {
  background: bottom center / cover url(../img/0100.jpg) no-repeat;
  padding: 100px 5%;
}
h2 {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap h2 span {
  color: #e5354f;
  font-size: 6.4rem;
}
.s01__wrap ul {
  margin: auto;
  max-width: 34em;
}
.s01__wrap li {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.s01__wrap li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.svg) no-repeat;
  width: 26px;
  height: 24px;
  top: .3em;
  left: 0;
}
.s01__wrap li span {
  background: linear-gradient(transparent 72%, #ffeb00 0%);
  color: #e5354f;
}
.s01__wrap .txt {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-top: 2em;
  text-align: center;
}
.s01__wrap .txt span {
  font-size: 4.6rem;
}
.s01__wrap .txt span span {
  color: #e5354f;
  font-weight: 900;
}

/*notes*/
.s02__wrap {
  background: #fafafa;
  padding: 100px 5%;
}
.s02__wrap h2 {
  font-weight: 700;
  line-height: 1;
}
.s02__wrap h2 span {
  color: #e5354f;
}
.s02__wrap h2 span span {
  font-size: 6.4rem;
}
.s02__wrap .b1__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 950px;
}
.s02__wrap .b1__wrap li {
  width: 26.31%;
}
.s02__wrap h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: .5em 0;
  text-align: center;
}
.s02__wrap h3 span {
  color: #e5354f;
}
.s02__wrap div {
  margin-top: 5em;
}
.s02__wrap div p:nth-of-type(1) {
  background: center center / contain url(../img/0204.svg) no-repeat;
  font-size: 3.2rem;
  font-weight: 700;
  margin: auto;
  max-width: 535px;
  text-align: center;
}
.s02__wrap div p:nth-of-type(2) {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}
.s02__wrap div p:nth-of-type(2) span {
  color: #e5354f;
}
.s02__wrap div p:nth-of-type(2) span span {
  font-size: 7.2rem;
}
.s02__wrap div ul {
  font-size: 1.4rem;
  margin: auto;
  max-width: 36em;
}

/*notes*/
.s03__wrap {
  padding: 100px 5% 60px;
}
.s03__wrap h2 .ex1 {
  color: #e5354f;
  font-size: 5.4rem;
}
.s03__wrap h2 .ex2 {
  font-size: 5.4rem;
  padding-top: .4em;
  background-repeat: repeat-x;
  background-size: 1em .5em;
  background-image: radial-gradient(.1em .1em at center center,#2e3840,#2e3840 100%,transparent);
}
.s03__wrap .b1__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1000px;
}
.s03__wrap .b1__wrap img {
  border-radius: 20px;
  width: 46.00%;
}
.s03__wrap .b1__wrap .b1 {
  width: 46.00%;
}
.s03__wrap .b1__wrap .b1 div {
  align-items: center;
  display: flex;
}
.s03__wrap .b1__wrap .b1 div p:nth-of-type(1) {
  color: #e5354f;
  font-size: 1.4rem;
  font-weight: 700;
}
.s03__wrap .b1__wrap .b1 div p:nth-of-type(2) {
  color: #e5354f;
  font-size: 4.6rem;
  margin-right: .2em;
}
.s03__wrap h3 {
  font-size: 2.2rem;
}
.s03__wrap .b1__wrap .b1 span {
  font-weight: 700;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}
.s03__wrap ul li {
  margin-bottom: 4em;
  width: 32.00%;
}
.s03__wrap ul li img {
  border-radius: 20px;
}
.s03__wrap ul li div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s03__wrap ul li div p:nth-of-type(1) {
  color: #e5354f;
  font-size: 1.4rem;
  font-weight: 700;
}
.s03__wrap ul li div p:nth-of-type(2) {
  color: #e5354f;
  font-size: 4.6rem;
  line-height: 1.5;
}
.s03__wrap ul li h3 {
  margin-bottom: .5em;
  text-align: center;
}

/*notes*/
.s04__wrap {
  background: #f1f1f1;
  padding: 100px 5%;
  text-align: center;
}
.s04__wrap h2 {
  font-weight: 700;
}
.s04__wrap h2 span {
  color: #e5354f;
}
.s04__wrap h2 span span {
  font-size: 7.4rem;
}
.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 880px;
}
.s04__wrap ul li {
  background: #fff;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
  margin-bottom: 40px;
  padding: 1em 0;
  width: 47.72%;
}
.s04__wrap ul li h3 {
  color: #806666;
  font-size: 2.8rem;
}
.s04__wrap ul li:nth-child(2) h3 {
  color: #667466;
}
.s04__wrap ul li:nth-child(2) h3 {
  color: #808066;
}
.s04__wrap ul li:nth-child(2) h3 {
  color: #666680;
}
.s04__wrap ul li .txt1 {
  background: #ffd5d6;
  color: #806666;
  font-size: 2.0rem;
  font-weight: 700;
  margin: .2em 0;
}
.s04__wrap ul li:nth-child(2) .txt1 {
  background: #b5dfc9;
  color: #667466;
}
.s04__wrap ul li:nth-child(3) .txt1 {
  background: #ffe9aa;
  color: #808066;
}
.s04__wrap ul li:nth-child(4) .txt1 {
  background: #cfc1df;
  color: #666680;
}
.s04__wrap ul li div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s04__wrap ul li div p:nth-of-type(1) {
  align-items: center;
  background: #e5354f;
  border-radius: 2em;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin-right: .5em;
  width: 6em;
}
.s04__wrap ul li div p:nth-of-type(2) {
  color: #e5354f;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.s04__wrap ul li div p:nth-of-type(2) span {
  font-size: 5.0rem;
}
.s04__wrap ul li .txt2 {
  font-size: 2.0rem;
  font-weight: 700;
}
.s04__wrap .btn {
  background: #e5354f;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  filter: drop-shadow(0 6px 0 rgba(17,91,66,0.16));
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  max-width: 320px;
  padding: .5em 0;
  text-align: center;
  transition: 0.3s;
}
.s04__wrap .btn:hover {
  filter: saturate(50%);
}

/*notes*/
.s05__wrap {
  background: top center / cover url(../img/0500.jpg) no-repeat;
  padding: 100px 5% 0;
  text-align: center;
}
.s05__wrap h2 span {
  color: #e5354f;
  font-size: 5.4rem;
  font-weight: 900;
}
.s05__wrap .txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5em;
}
.s05__wrap a img {
  filter: drop-shadow(0 6px 0 rgba(17,91,66,0.16));
  margin-top: 3em;
  max-width: 400px;
}
.s05__wrap a img:hover {
  filter: saturate(50%);
}
.s05__wrap .cp {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 12em;
}

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

/*notes*/
header .header__wrap {
  display: block;
  padding: 46px 5%;
}
header .header__wrap div {
  width: 100%;
}
h1 {
  margin-bottom: 2em;
}
header a img {
  margin-top: 1em;
  width: 80%;
}

/*notes*/
.s01__wrap {
  background: bottom left / cover url(../img/0100.jpg) no-repeat;
  padding: 50px 5%;
}
h2 {
  font-size: 2.6rem;
}
.s01__wrap h2 span {
  font-size: 3.6rem;
}
.s01__wrap ul {
  max-width: 24em;
}
.s01__wrap li {
  font-size: 1.6rem;
}
.s01__wrap li:before {
  width: 20px;
  height: 18px;
  top: .2em;
}
.s01__wrap .txt {
  font-size: 2.0rem;
  letter-spacing: 0;
}
.s01__wrap .txt span {
  font-size: 2.6rem;
}

/*notes*/
.s02__wrap {
  padding: 50px 5%;
}
.s02__wrap h2 span span {
  font-size: 4.6rem;
}
.s02__wrap .b1__wrap {
  display: block;
}
.s02__wrap .b1__wrap li {
  margin: 0 auto 2em;
  width: 100%;
}
.s02__wrap .b1__wrap li:last-child {
  margin: auto;
}
.s02__wrap .b1__wrap li img {
  display: block;
  margin: auto;
  width: 50%;
}
.s02__wrap h3 {
  font-size: 2.0rem;
}
.s02__wrap div p:nth-of-type(1) {
  font-size: 2.0rem;
}
.s02__wrap div p:nth-of-type(2) {
  font-size: 2.6rem;
  line-height: 1;
  margin-top: .5em;
}
.s02__wrap div p:nth-of-type(2) span span {
  font-size: 5.2rem;
}
.s02__wrap div ul {
  font-size: 1.2rem;
}

/*notes*/
.s03__wrap {
  padding: 50px 5% 30px;
}
.s03__wrap h2 {
  line-height: 1.6;
}
.s03__wrap h2 .ex1 {
  font-size: 3.4rem;
}
.s03__wrap h2 .ex2 {
  font-size: 3.4rem;
}
.s03__wrap .b1__wrap {
  display: block;
  margin-bottom: 3em;
}
.s03__wrap .b1__wrap img {
  width: 100%;
}
.s03__wrap .b1__wrap .b1 {
  width: 100%;
}
.s03__wrap .b1__wrap .b1 div {
  display: block;
}
.s03__wrap .b1__wrap .b1 div div {
  display: flex;
  justify-content: center;
}
.s03__wrap .b1__wrap .b1 div p:nth-of-type(1) {
  font-size: 1.0rem;
}
.s03__wrap .b1__wrap .b1 div p:nth-of-type(2) {
  font-size: 3.6rem;
}
.s03__wrap h3 {
  font-size: 2.0rem;
  margin-bottom: .5em;
  text-align: center;
}
.s03__wrap ul {
  display: block;
  width: 100%;
}
.s03__wrap ul li {
  margin-bottom:2em;
  width: 100%;
}
.s03__wrap ul li img {
  display: block;
  margin: auto;
  width: 60%;
}
.s03__wrap ul li div p:nth-of-type(1) {
  font-size: 1.0rem;
}
.s03__wrap ul li div p:nth-of-type(2) {
  font-size: 3.6rem;
}
.s03__wrap ul li p:nth-of-type(1) {
  text-align: center;
}

/*notes*/
.s04__wrap {
  padding: 50px 8%;
}
.s04__wrap h2 span span {
  font-size: 5.4rem;
}
.s04__wrap ul {
  display: block;
}
.s04__wrap ul li {
  margin-bottom: 20px;
  width: 100%;
}
.s04__wrap ul li h3 {
  font-size: 2.0rem;
}
.s04__wrap ul li .txt1 {
  font-size: 1.6rem;
  margin: .5em 0;
  padding: .3em 0;
}
.s04__wrap ul li div p:nth-of-type(1) {
  font-size: 1.2rem;
}
.s04__wrap ul li div p:nth-of-type(2) {
  font-size: 2.6rem;
}
.s04__wrap ul li div p:nth-of-type(2) span {
  font-size: 4.0rem;
}
.s04__wrap ul li .txt2 {
  font-size: 1.6rem;
}
.s04__wrap .btn {
  font-size: 2.0rem;
  max-width: 80%;
}

/*notes*/
.s05__wrap {
  background: center center / cover url(../img/0500_sp.jpg) no-repeat;
  padding: 50px 5% 0;
}
.s05__wrap h2 span {
  font-size: 4.6rem;
}
.s05__wrap .txt {
  font-size: 2.0rem;
  margin-top: 2em;
}
.s05__wrap a img {
  max-width: 80%;
}
.s05__wrap .cp {
  font-size: 1.2rem;
  margin-top: 6em;
}
}