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

/*notes*/
header {
  background: bottom center / cover url(../img/0000.webp) no-repeat;
  padding-bottom: 3%;
}
header .top__wrap {
  display: flex;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.32));
  justify-content: flex-end;
  margin: auto;
  max-width: 1200px;
  padding: 1%;
}
header .top__wrap img {
  margin-left: 10px;
  width: 200px;
}
header h1 {
  margin: auto;
  max-width: 1054px;
}
header .btn {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.32));
  margin: -32px auto 0;
  max-width: 280px;
}

/*notes*/
.s01__wrap {
  background: bottom center / cover url(../img/0100.webp) no-repeat;
  padding: 80px 5%;
  text-align: center;
}
.s01__wrap .t1 {
  color: #2b65b3;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: .25em;
}
h2 {
  color: #0b3059;
  font-family: 'Noto Serif JP';
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
.s01__wrap .t2 {
  font-size: 1.8rem;
}
.s01__wrap .btn,
.s02__wrap .btn {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.32));
  margin: 40px auto 0;
  max-width: 280px;
}

/*notes*/
.s02__wrap {
  padding: 80px 5%;
}
.s02__wrap h2 {
  line-height: 1.1;
  margin-bottom: 2em;
}
.s02__wrap h2 span {
  color: #d0a73a;
}
.s02__wrap h2 span .t1 {
  font-size: 10rem;
}
.s02__wrap h2 span .t2 {
  font-size: 6.4rem;
}
.s02__wrap .box1__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 960px;
}
.s02__wrap .box1__wrap li {
  text-align: center;
  width: 16.66%;
}
.s02__wrap .box1__wrap li p {
  color: #0b3059;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: .75em;
}
.s02__wrap .box2__wrap {
  margin: 80px auto 0;
  max-width: 980px;
}
.s02__wrap .box2__wrap li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.s02__wrap .box2__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}
.s02__wrap .box2__wrap li img {
  width: 36.73%;
}
.s02__wrap .box2__wrap li div {
  width: 59.18%;
}
.s02__wrap .box2__wrap li div img {
  width: 140px;
}
.s02__wrap .box2__wrap li div h3 {
  color: #0b3059;
  font-family: 'Noto Serif JP';
  font-size: 2.8rem;
  font-weight: 500;
  margin: .25em 0 .75em;
}
.s02__wrap .box2__wrap li div p span {
  color: #d0a73a;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  background: #edf4f5;
  padding: 80px 5%;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5em;
  max-width: 760px;
}
.s03__wrap ul li {
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.08));
  padding: 20px;
  width: 47.36%;
}
.s03__wrap ul li .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: .75em;
}
.s03__wrap ul li .box__wrap img {
  width: 43.75%;
}
.s03__wrap ul li .box__wrap .box {
  width: 50%;
}
.s03__wrap ul li .box__wrap .box div {
  align-items: center;
  display: flex;
}
.s03__wrap ul li .box__wrap .box div p:nth-child(1) {
  background: #0b3059;
  color: #fff;
  font-size: 1.4rem;
  margin-right: .5em;
  text-align: center;
  width: 4em;
}
.s03__wrap ul li .box__wrap .box div p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
}
.s03__wrap ul li .box__wrap .box .t1 {
  font-size: 1.4rem;
  font-weight: 700;
}
.s03__wrap ul li .box__wrap .box .t2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.s03__wrap h3 {
  color: #d0a73a;
  font-family: 'Noto Serif JP';
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

/*notes*/
.s04__wrap {
  background: #163e5d;
  padding: 90px 5%;
}

/*notes*/
footer {
  background: #163e5d;
  padding: 10px 5%;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 1.2rem;
}



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

/*notes*/
header {
  background: bottom center / cover url(../img/0000_sp.webp) no-repeat;
  padding-bottom: 6%;
}
header .top__wrap {
  padding: 2%;
}
header .top__wrap img {
  width: 120px;
}
header .btn {
  margin: -24px auto 0;
  max-width: 60%;
}

/*notes*/
.s01__wrap {
  padding: 50px 5%;
}
.s01__wrap .t1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2.6rem;
  letter-spacing: 0;
}
.s01__wrap .t2 {
  font-size: 1.6rem;
  text-align: left;
}
.s01__wrap .btn,
.s02__wrap .btn {
  display: block;
  max-width: 70%;
}

/*notes*/
.s02__wrap {
  padding: 50px 5%;
}
.s02__wrap h2 {
  font-size: 2.0rem;
}
.s02__wrap h2 span .t1 {
  font-size: 6.4rem;
}
.s02__wrap h2 span .t2 {
  font-size: 3.2rem;
}
.s02__wrap .box1__wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.s02__wrap .box1__wrap li {
  margin: 2%;
  width: 29%;
}
.s02__wrap .box1__wrap li p {
  font-size: 1.0rem;
  margin-top: 1em;
}
.s02__wrap .box2__wrap {
  margin: 60px auto 0;
}
.s02__wrap .box2__wrap li {
  display: block;
}
.s02__wrap .box2__wrap li img {
  width: 100%;
}
.s02__wrap .box2__wrap li div {
  margin-top: 1em;
  width: 100%;
}
.s02__wrap .box2__wrap li div img {
  width: 140px;
}
.s02__wrap .box2__wrap li div h3 {
  font-size: 2.2rem;
}

/*notes*/
.s03__wrap {
  padding: 50px 5%;
}
.s03__wrap ul {
  display: block;
  margin: 0 auto 3em;
}
.s03__wrap ul li {
  margin-top: 20px;
  width: 100%;
}
.s03__wrap h3 {
  font-size: 2.2rem;
}

/*notes*/
.s04__wrap {
  padding: 50px 5%;
}

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