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

/*notes*/
.header__top__wrap {
  background: #fff;
  padding: 0 2%;
}
.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 10px 0;
}
.header__top .logo {
  width: 380px;
}
.header__top .btn {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  width: 220px;
}
.header__main__wrap {
  background: center center / 2500px url(../img/0000.png) no-repeat;
  padding: 64px 5%;
}
.header__main__wrap .header__main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 950px;
}
.header__main__wrap .header__main .box1__wrap {
  width: 58.94%;
  text-align: center;
}
h1 {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
h1 span {
  color: #fbed21;
  display: block;
  font-size: 4.6rem;
}
.header__main__wrap .header__main .box1__wrap ul {
  display: flex;
  justify-content: space-between;
}
.header__main__wrap .header__main .box1__wrap ul li {
  background: #fff;
  border-radius: 10px;
  color: #4990e2;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1em 0;
  width: 32.14%;
}
.header__main__wrap .header__main .box1__wrap ul li img {
  width: 64px;
}
.header__main__wrap .header__main .box1__wrap ul li span {
  color: #eb416e;
  font-weight: 700;
}
.header__main__wrap .header__main .box2__wrap {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 20px;
  width: 35.78%;
}
form .input__wrap {
  margin-bottom: 10px;
}
form input[type=text],
form input[type=mail],
form input[type=tel] {
  background: #ebf1f1;
  border: 1px solid #ebf1f1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 3%;
  width: 100%;
}
form input[type=submit] {
  background: #eb416e;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em auto 0;
  max-width: 220px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #afafaf;
}

/*notes*/
.s01__wrap {
  padding: 100px 5%;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
h2 span {
  color: #4990e2;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-top: 1em;
}
.s01__wrap .box__wrap {
  background: #fff;
  border-radius: 20px;
  display: flex;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.08));
  margin: auto;
  max-width: 1000px;
}
.s01__wrap .box__wrap div:nth-child(1) {
  background: #c8daed;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 50%;
}
.s01__wrap .box__wrap div:nth-child(1) img {
  width: 440px;
}
.s01__wrap .box__wrap div:nth-child(2) {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-weight: 700;
  padding: 40px;
  width: 50%;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.png) no-repeat;
  padding: 100px 5%;
}
.s02__wrap h2 {
  color: #fff;
}
.s02__wrap h2 span {
  color: #fff;
}
.s02__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 920px;
}
.s02__wrap ul li {
  background: #fff;
  border: 5px solid #0f2a78;
  border-radius: 20px;
  box-sizing: border-box;
  width: 30.43%;
}
.s02__wrap ul li h3 {
  position: relative;
  align-items: center;
  background: #0f2a78;
  border-radius: 10px 10px 0 0;
  color: #fbed21;
  display: flex;
  font-size: 2.2rem;
  height: 3.5em;
  justify-content: center;
  letter-spacing: .075em;
  line-height: 1.2;
  text-align: center;
}
.s02__wrap ul li h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #0f2a78;
}
.s02__wrap ul li img {
  display: block;
  margin: 2em auto 0;
  width: 118px;
}
.s02__wrap ul li p {
  padding: 20px;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.png) no-repeat;
  padding: 60px 5%;
}
.s03__wrap h2 {
  color: #fbed21;
  margin-bottom: .5em;
}
.s03__wrap p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}
.s03__wrap ul {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 580px;
}
.s03__wrap ul li {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16));
  width: 46.55%;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.png) no-repeat;
  padding: 100px 5%;
}
.s04__wrap div {
  background: #fff;
  border: 4px solid #0f2a78;
  border-radius: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  margin: auto;
  max-width: 460px;
  text-align: center;
}
.s04__wrap div span {
  color: #eb416e;
  font-size: 3.2rem;
}
.s04__wrap div span span {
  font-size: 5.6rem;
}

/*notes*/
.s05__wrap {
  background: center center / cover url(../img/0500.png) no-repeat;
  padding: 100px 5%;
}
.s05__wrap .txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}
.s05__wrap .txt span {
  background: linear-gradient(transparent 72%, #fbed21 0%);
  color: #eb416e;
  font-weight: 700;
  letter-spacing: .1em;
}
.s05__wrap .box__wrap {
  background: #fff;
  border: 1px solid #354659;
  display: flex;
  margin: auto;
  max-width: 700px;
}
.s05__wrap .box__wrap div {
  align-items: center;
  background: #354659;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 40%;
}
.s05__wrap .box__wrap ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
  width: 60%;
}
.s05__wrap .box__wrap ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 7%;
  width: 43%;
}
.s05__wrap .box__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0501.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: .3em;
  left: 0;
}

/*notes*/
.s06__wrap {
  background: #fafafa;
  overflow: hidden;
  padding: 100px 5%;
}
.s06__wrap ul {
  margin: auto;
  max-width: 920px;
}
.s06__wrap ul li {
  position: relative;
  align-items: flex-start;
  display: flex;
  margin-bottom: 100px;
}
.s06__wrap ul li img {
  border-radius: 10px;
  width: 41.30%;
}
.s06__wrap ul li div {
  position: absolute;
  right: 0;
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  box-sizing: border-box;
  filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.08));
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 30px;
  width: 600px;
}
.s06__wrap ul li div h3 {
  border-left: 3px solid #4990e2;
  font-size: 2.3rem;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: .25em;
}
.s06__wrap ul li div span {
  background: linear-gradient(transparent 72%, #fbed21 0%);
  color: #4990e2;
  font-weight: 700;
}
.s06__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s06__wrap ul li:nth-child(even) div {
  left: 0;
}

/*notes*/
.s07__wrap {
  background: center center / cover url(../img/0700.png) no-repeat;
  padding: 100px 5%;
}
.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 920px;
}
.s07__wrap ul li {
  position: relative;
  width: 28.26%;
}
.s07__wrap ul li img {
  border-radius: 10px;
}
.s07__wrap ul li div {
  position: relative;
  background: #0f2a78;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .075em;
  margin: -1em auto 1em;
  max-width: 190px;
  padding: .25em 0;
  text-align: center;
  transform: skewX(-10deg);
}
.s07__wrap ul li div h3 {
  transform: skewX(10deg);
}
.s07__wrap ul li div:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #0f2a78;
  transform: skewX(10deg);
}
.s07__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0704.svg) no-repeat;
  width: 38px;
  height: 38px;
  top: 26%;
  right: -21%;
}
.s07__wrap ul li:last-child:before {
  display: none;
}

/*notes*/
.s08__wrap {
  padding: 100px 5%;
}
.acc__wrap {
  margin: auto;
  max-width: 800px;
  padding-bottom: 1em;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: .5em;
  padding-right: 2.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #4990e2;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-right: .5em;
  width: 36px;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 10px;
  width: 20px;
  height: 1px;
  transform: rotate(90deg);
  background: #2e3840;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10px;
  width: 20px;
  height: 1px;
  background: #2e3840;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #2e3840;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  background: #f1f6fd;
  border-radius: 10px;
  margin-bottom: .5em;
  padding: 1em;
}

/*notes*/
footer {
  background: center center / cover url(../img/0900.png) no-repeat;
  padding: 100px 5% 0;
}
footer dl {
  margin: auto;
  max-width: 600px;
}
footer dl div {
  border-bottom: .5px solid #354659;
  display: flex;
  padding: .75em 1em;
}
footer dl div:last-child {
  border-bottom: none;
}
footer dt {
  font-weight: 700;
  max-width: 12em;
  width: 100%;
}
footer p {
  font-size: 1.2rem;
  padding: 200px 5% 5px;
  text-align: center;
}

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

/*notes*/
.header__top {
  padding: 5px 0;
}
.header__top .logo {
  width: 180px;
}
.header__top .btn {
  width: 160px;
}
.header__main__wrap {
  background: center center / cover url(../img/0000_sp.png) no-repeat;
  padding: 32px 5%;
}
.header__main__wrap .header__main {
  display: block;
}
.header__main__wrap .header__main .box1__wrap {
  width: 100%;
}
h1 {
  font-size: 2.0rem;
  margin-bottom: 50%;
}
h1 span {
  font-size: 3.2rem;
}
.header__main__wrap .header__main .box1__wrap ul li {
  font-size: 1.0rem;
  padding: .5em 0;
}
.header__main__wrap .header__main .box1__wrap ul li img {
  margin-bottom: .5em;
  width: 46px;
}
.header__main__wrap .header__main .box1__wrap ul li:nth-child(odd) img {
  margin-bottom: 1em;
}
.header__main__wrap .header__main .box2__wrap {
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 20px;
  width: 100%;
}

/*notes*/
.s01__wrap {
  padding: 50px 5%;
}
h2 {
  font-size: 2.6rem;
}
h2 span {
  font-size: 1.2rem;
}
.s01__wrap .box__wrap {
  display: block;
}
.s01__wrap .box__wrap div:nth-child(1) {
  border-radius: 20px 20px 0 0;
  padding: 20px;
  width: 100%;
}
.s01__wrap .box__wrap div:nth-child(1) img {
  width: 80%;
}
.s01__wrap .box__wrap div:nth-child(2) {
  padding: 20px;
  width: 100%;
}

/*notes*/
.s02__wrap {
  padding: 50px 5%;
}
.s02__wrap ul {
  display: block;
  width: 80%;
}
.s02__wrap ul li {
  margin-bottom: 10px;
  width: 100%;
}
.s02__wrap ul li:last-child {
  margin-bottom: 0;
}
.s02__wrap ul li h3 {
  font-size: 2.0rem;
  height: auto;
  padding: .5em;
}
.s02__wrap ul li img {
  margin: 1em auto 0;
  width: 30%;
}

/*notes*/
.s03__wrap {
  padding: 30px 5%;
}
.s03__wrap p {
  font-size: 1.6rem;
}
.s03__wrap ul {
  display: block;
  width: 80%;
}
.s03__wrap ul li {
  margin-top: 10px;
  width: 100%;
}

/*notes*/
.s04__wrap {
  padding: 50px 5%;
}
.s04__wrap div {
  font-size: 2.0rem;
}
.s04__wrap div span {
  font-size: 2.2rem;
}
.s04__wrap div span span {
  font-size: 3.6rem;
}

/*notes*/
.s05__wrap {
  padding: 50px 5%;
}
.s05__wrap .txt {
  font-size: 1.8rem;
}
.s05__wrap .box__wrap {
  display: block;
}
.s05__wrap .box__wrap div {
  font-size: 1.8rem;
  padding: 1em 0;
  width: 100%;
}
.s05__wrap .box__wrap ul {
  padding: 20px;
  width: 100%;
}
.s05__wrap .box__wrap ul li {
  font-size: 1.8rem;
}
.s05__wrap .box__wrap ul li:before {
  width: 16px;
  height: 16px;
}

/*notes*/
.s06__wrap {
  padding: 50px 5%;
}
.s06__wrap ul li {
  display: block;
  margin-bottom: 40px;
}
.s06__wrap ul li img {
  width: 100%;
}
.s06__wrap ul li div {
  position: static;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.s06__wrap ul li div h3 {
  font-size: 2.0rem;
}

/*notes*/
.s07__wrap {
  padding: 50px 5%;
}
.s07__wrap ul {
  display: block;
  width: 70%;
}
.s07__wrap ul li {
  margin-bottom: 60px;
  width: 100%;
}
.s07__wrap ul li:last-child {
  margin-bottom: 0;
}
.s07__wrap ul li:before {
  width: 28px;
  height: 28px;
  bottom: -240px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(90deg)
}

/*notes*/
.s08__wrap {
  padding: 50px 5%;
}
.acc__wrap .question {
  font-size: 1.6rem;
}

/*notes*/
footer {
  padding: 50px 5% 0;
}
footer dl div {
  display: block;
  padding: .75em 0;
}
footer p {
  padding: 100px 5% 5px;
}
}