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

/*notes*/
header {
  background: center center / cover url(../img/0000.png) no-repeat;
  padding: 150px 4% 240px;
}
h1 {
  margin: auto;
  max-width: 646px;
}

/*notes*/
.s01__wrap {
  background: #F4FFFD;
  padding: 100px 4%;
}
.s01__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1200px;
}
.s01__wrap .box__wrap div {
  padding-left: 8.33%;
  width: 58.75%;
}
.s01__wrap .box__wrap h2 {
  color: #7ABBC4;
  font-family: new-frank, sans-serif;
  font-size: 2.1rem;
  margin-bottom: .5em;
}
.s01__wrap .box__wrap p {
  font-size: 2.5rem;
  line-height: 2.6;
}
.s01__wrap .box__wrap img {
  width: 41.25%;
}
.s01__wrap .i1 {
  display: block;
  margin: auto;
  max-width: 980px;
  width: 100%;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.png) no-repeat;
  padding: 100px 4%;
}
.s02__wrap h2,
.s03__wrap h2,
.s04__wrap h2 {
  border-bottom: 6px double #7ABBC4;
  color: #7ABBC4;
  display: table;
  font-family: new-frank, sans-serif;
  font-size: 3.5rem;
  letter-spacing: .07em;
  line-height: 1.3;
  margin: 0 auto 1.5em;
  padding: 0 .5em .15em;
  text-align: center;
}
.s02__wrap h2 span,
.s03__wrap h2 span,
.s04__wrap h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.s02__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
}
.s02__wrap .box__wrap .box1 {
  width: 54.18%;
}
.s02__wrap .box__wrap h3 {
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.s02__wrap .box__wrap .box1 p {
  width: 96.98%;
}
.s02__wrap .box__wrap .box2 {
  position: relative;
  width: 39.28%;
}
.s02__wrap .box__wrap .box2 div {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7ABBC4;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.4;
  padding: .5em .75em;
}
.s02__wrap .box__wrap .box2 div span {
  display: block;
  font-size: 1.7rem;
}

/*notes*/
.s03__wrap {
  background: #F7F7F7;
  padding: 100px 4%;
}
.s03__wrap ul {
  margin: auto;
  max-width: 980px;
}
.s03__wrap li {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.s03__wrap li:last-child {
  margin-bottom: 0;
}
.s03__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}
.s03__wrap li .i1 {
  width: 55.30%;
}
.s03__wrap li .box {
  position: absolute;
  right: 0;
  background: #fff;
  border-left: 11px solid #B9C301;
  box-sizing: border-box;
  padding: 1.5em 1em;
  width: 48.97%;
}
.s03__wrap li:nth-child(2) .box {
  border-left: 11px solid #7ABBC4;
}
.s03__wrap li:nth-child(3) .box {
  border-left: 11px solid #04447C;
}
.s03__wrap li:nth-child(4) .box {
  border-left: 11px solid #C35E51;
}
.s03__wrap li:nth-child(5) .box {
  border-left: 11px solid #EAA22B;
}
.s03__wrap li:nth-child(6) .box {
  border-left: 11px solid #C46379;
}
.s03__wrap li:nth-child(7) .box {
  border-left: 11px solid #4A6C79;
}
.s03__wrap li:nth-child(even) .box {
  left: 0;
}
.s03__wrap li .box:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0306.png) no-repeat;
  width: 106px;
  height: 60px;
  top: 16px;
  right: 20px;
}
.s03__wrap li:nth-child(3) .box:after {
  background: 100% / 100% url(../img/0307.png) no-repeat;
  width: 153px;
  height: 66px;
}
.s03__wrap li:nth-child(4) .box:after {
  background: 100% / 100% url(../img/0314.png) no-repeat;
  width: 49px;
  height: 53px;
}
.s03__wrap li:nth-child(5) .box:after {
  background: 100% / 100% url(../img/0308.png) no-repeat;
  width: 59px;
  height: 59px;
}
.s03__wrap li:nth-child(6) .box:after {
  background: none;
}
.s03__wrap li:nth-child(7) .box:after {
  background: none;
}
.s03__wrap li .box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .25em;
}
.s03__wrap li .box h3 span {
  display: block;
  font-size: 1.8rem;
}
.s03__wrap li .box p {
  width: 80%;
}
.btn a {
  position: relative;
  align-items: center;
  background: #B9C301;
  border-radius: 2em;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.16));
  font-size: 1.6rem;
  justify-content: space-around;
  margin-top: 1em;
  max-width: 187px;
  padding: .15em 1em .15em 0;
  transition: 0.3s ease-in-out;
}
.btn a:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0309.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 10px;
}
.s03__wrap li:nth-child(2) .btn a {
  background: #7ABBC4;
}
.s03__wrap li:nth-child(2) .btn a:after {
  background: 100% / 100% url(../img/0310.png) no-repeat;
}
.s03__wrap li:nth-child(3) .btn a {
  background: #04447C;
}
.s03__wrap li:nth-child(3) .btn a:after {
  background: 100% / 100% url(../img/0311.png) no-repeat;
}
.s03__wrap li:nth-child(4) .btn a {
  background: #C35E51;
}
.s03__wrap li:nth-child(4) .btn a:after {
  background: 100% / 100% url(../img/0312.png) no-repeat;
}
.s03__wrap li:nth-child(5) .btn a {
  background: #EAA22B;
}
.s03__wrap li:nth-child(5) .btn a:after {
  background: 100% / 100% url(../img/0313.png) no-repeat;
}
.s03__wrap li:nth-child(6) .btn a {
  background: #C46379;
}
.s03__wrap li:nth-child(6) .btn a:after {
  background: 100% / 100% url(../img/0316.png) no-repeat;
}
.s03__wrap li:nth-child(7) .btn a {
  background: #4A6C79;
  /*pointer-events: none;*/
  /*filter: none;*/
}
.s03__wrap li:nth-child(7) .btn a:after {
  background: 100% / 100% url(../img/0319.png) no-repeat;
  /*background: none;*/
}


/*notes*/
.s04__wrap {
  padding: 100px 4%;
}
.s04__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 740px;
}
.s04__wrap .box__wrap img {
  width: 34.05%;
}
.s04__wrap .box__wrap p {
  font-size: 1.6rem;
  width: 57.70%;
}
.s04__wrap ul {
  margin: auto;
  max-width: 808px;
}
.s04__wrap li {
  align-items: flex-start;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 32px 4.70%;
}
.s04__wrap li:last-child {
  margin-bottom: 0;
}
.s04__wrap li div {
  font-size: 1.6rem;
  width: 61.21%;
}
.s04__wrap li div h3 {
  border-bottom: 2px solid #7ABBC4;
  display: table;
  font-size: 2.4rem;
  margin-bottom: .75em;
  padding-bottom: .25em;
}
.s04__wrap li img {
  width: 29.23%;
}

/*notes*/
footer {
  background: #B5B5B5;
  color: #fff;
  font-size: 1.2rem;
  padding: .5em 4%;
  text-align: center;
}

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

/*notes*/
header {
  padding: 0;
}
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  height: 68px;
  width: 100%;
  z-index: 1;
}
header .header__top__wrap img {
  position: relative;
  padding: 17px 0 17px 10px;
  width: 220px;
  z-index: 3;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 50px;
  height: 50px;
  background: #7ABBC4;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 2px ;
  left    : 15px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 16px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top : 23px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  box-sizing: border-box;
  padding: 25% 5% 15%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
}
.globalMenuSp.active {
  opacity: 1;
  pointer-events: auto;
  height: 100vh;
}
.globalMenuSp li {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  font-size: 1.8rem;
  line-height: 1.5;
}
.globalMenuSp li span {
  color: #7ABBC4;
  display: block;
  font-family: new-frank, sans-serif;
  font-size: 1.6rem;
}
.globalMenuSp li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0003.png) no-repeat;
  width: 6px;
  height: 12px;
  top: 56%;
  right: 30px;
}
.globalMenuSp li a {
  display: block;
  padding: 1em;
}

header .header__main__wrap {
  background: center center / cover url(../img/0000_sp.png) no-repeat;
  margin-top: 68px;
  padding: 60px 5% 160px;
}

/*notes*/
.s01__wrap {
  padding: 60px 0;
}
.s01__wrap .box__wrap {
  display: block;
  margin: auto;
}
.s01__wrap .box__wrap div {
  padding: 0 5%;
  width: 90%;
}
.s01__wrap .box__wrap h2 {
  font-size: 1.6rem;
}
.s01__wrap .box__wrap p {
  font-size: 1.8rem;
}
.s01__wrap .box__wrap img {
  padding: 5%;
  width: 90%;
}
.s01__wrap .i1 {
  display: block;
  margin: auto;
  max-width: 980px;
  width: 100%;
}

/*notes*/
.s02__wrap {
  padding: 120px 5% 60px;
}
.s02__wrap h2,
.s03__wrap h2,
.s04__wrap h2 {
  font-size: 2.8rem;
}
.s02__wrap h2 span,
.s03__wrap h2 span,
.s04__wrap h2 span {
  font-size: 1.5rem;
}
.s02__wrap h2 {
  position: relative;
  margin-left: 0;
  margin-bottom: 80px;
  padding: 0 .5em .15em 0;
  text-align: left;
  width: 100%;
}
.s02__wrap h2 span {
  text-align: left;
}
.s02__wrap h2:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201_sp.png) no-repeat;
  width: 182px;
  height: 208px;
  top: -90px;
  right: 0;
}
.s02__wrap .box__wrap {
  display: block;
}
.s02__wrap .box__wrap .box1 {
  width: 100%;
}
.s02__wrap .box__wrap h3 {
  font-feature-settings: normal;
  font-size: 2.0rem;
  line-height: 1.5;
}
.s02__wrap .box__wrap .box1 p {
  width: 100%;
}

/*notes*/
.s03__wrap {
  padding: 50px 5%;
}
.s03__wrap li {
  border-top: 11px solid #B9C301;
  display: block;
  margin-bottom: 40px;
}
.s03__wrap li:nth-child(2) {
  border-top: 11px solid #7ABBC4;
}
.s03__wrap li:nth-child(3) {
  border-top: 11px solid #04447C;
}
.s03__wrap li:nth-child(4) {
  border-top: 11px solid #C35E51;
}
.s03__wrap li:nth-child(5) {
  border-top: 11px solid #EAA22B;
}
.s03__wrap li:nth-child(6) {
  border-top: 11px solid #C46379;
}
.s03__wrap li:nth-child(7) {
  border-top: 11px solid #4A6C79;
}
.s03__wrap li .i1 {
  width: 100%;
}
.s03__wrap li .box {
  position: static;
  border-left: none;
  width: 100%;
}
.s03__wrap li:nth-child(2) .box,
.s03__wrap li:nth-child(3) .box,
.s03__wrap li:nth-child(4) .box,
.s03__wrap li:nth-child(5) .box,
.s03__wrap li:nth-child(6) .box,
.s03__wrap li:nth-child(7) .box {
  border-left: none;
}
.s03__wrap li .box:after {
  display: none;
}
.s03__wrap li .box h3 {
  position: relative;
  font-size: 2.0rem;
}
.s03__wrap li .box h3:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0306.png) no-repeat;
  width: 81px;
  height: 46px;
  top: 0;
  right: 0;
}
.s03__wrap li:nth-child(3) .box h3:after {
  background: 100% / 100% url(../img/0307.png) no-repeat;
  width: 97px;
  height: 42px;
}
.s03__wrap li:nth-child(4) .box h3:after {
  background: 100% / 100% url(../img/0314.png) no-repeat;
  width: 49px;
  height: 53px;
}
.s03__wrap li:nth-child(5) .box h3:after {
  background: 100% / 100% url(../img/0308.png) no-repeat;
  width: 47px;
  height: 47px;
}
.s03__wrap li:nth-child(6) .box h3:after {
  background: none;
}
.s03__wrap li:nth-child(7) .box h3:after {
  background: none;
}
.s03__wrap li .box h3 span {
  font-size: 1.4rem;
}
.s03__wrap li .box p {
  width: 100%;
}
.btn a {
  font-size: 1.5rem;
  margin: 1em auto;
  padding: .5em 1em .5em 0;
}
.btn a:after {
  width: 22px;
  height: 22px;
  top: 11px;
  right: 16px;
}

/*notes*/
.s04__wrap {
  padding: 50px 5%;
}
.s04__wrap .box__wrap {
  display: block;
}
.s04__wrap .box__wrap img {
  margin-bottom: 1em;
  width: 100%;
}
.s04__wrap .box__wrap p {
  font-size: 1.5rem;
  width: 100%;
}
.s04__wrap li {
  background: #fff;
  display: block;
  padding: 0;
}
.s04__wrap li div {
  font-size: 1.5rem;
  width: 100%;
}
.s04__wrap li div h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  padding-bottom: .75em;
}
.s04__wrap li img {
  margin-bottom: 1em;
  width: 100%;
}

/*notes*/
footer {
  background: #B5B5B5;
  color: #fff;
  font-size: 1.2rem;
  padding: .5em 4%;
  text-align: center;
}
}