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

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
  padding: 8px 2%;
}
header .header__top h1 {
  color: #2a579c;
  font-size: 2.8rem;
  font-weight: 700;
}
header nav ul {
  display: flex;
  margin-left: 2em;
}
header nav ul li {
  font-weight: 700;
  margin-left: 2em;
}
header .tel__wrap {
  display: flex;
  margin-left: auto;
  margin-right: 1em;
}
header .tel__wrap div {
  margin-left: 1em;
}
header .tel__wrap p:nth-child(1) {
  align-items: center;
  color: #2a579c;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
}
header .tel__wrap p:nth-child(1):after {
  content: '';
  border-top: 1px solid #2a579c;
  flex-grow: 1;
  margin-left: .5em;
}
header .tel__wrap p:nth-child(2) {
  color: #2a579c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
header .tel__wrap p:nth-child(3) {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width:1200px){
header nav {
  display: none;
}
}
@media screen and (max-width:900px){
header .tel__wrap {
  display: none;
}
}
header .header__top .btn {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.24));
  max-width: 220px;
  width: 100%;
}
header .header__main__wrap {
  background: top center / cover url(../img/0000.webp) no-repeat;
  margin-top: 80px;
  padding: 80px 5%;
}
header .header__main {
  margin: auto;
  max-width: 1100px;
}
header .header__main div {
  max-width: 600px;
}
header .header__main h1 {
  color: #ffff21;
  font-size: 4.6rem;
}
header .header__main h1 span {
  display: block;
  font-size: 2.7rem;
}
header .header__main ul {
  display: flex;
  justify-content: center;
}
header .header__main ul li {
  align-items: center;
  background: #fff;
  border-radius: 80px;
  display: flex;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.32));
  font-size: 2.0rem;
  font-weight: 700;
  height: 160px;
  justify-content: center;
  margin: 15px;
  text-align: center;
  width: 160px;
}
header .header__main ul li span {
  color: #ff4236;
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}
header .header__main ul li span span {
  display: inline;
  font-size: 7.4rem;
}
header .header__main .btn {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.24));
  margin: 1em auto 0;
  max-width: 330px;
  width: 100%;
}

/*notes*/
.s01__wrap {
  background: top center / cover url(../img/0100.webp) no-repeat;
  padding: 100px 5%;
}
h2 {
  color: #2a579c;
  font-size: 4.6rem;
  margin-bottom: 1.25em;
  text-align: center;
}
h2 span {
  color: #12b1d1;
  display: block;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.s01__wrap .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
.s01__wrap .t1 span {
  background: linear-gradient(transparent 72%, #ffff21 0%);
  color: #12b1d1;
  font-size: 2.6rem;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 816px;
}
.s01__wrap ul li {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
  padding: 20px;
  text-align: center;
  width: 29.41%;
}
.s01__wrap ul li img {
  width: 160px;
}
.s01__wrap ul li p {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}
.s01__wrap ul li p span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}

/*notes*/
.s02__wrap {
  background: #fafafa;
  overflow: hidden;
  padding: 100px 5%;
}
.s02__wrap .t1 {
  position: relative;
  background: #2a579c;
  border-radius: 2em;
  color: #ffff21;
  display: table;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 1em;
  padding: 0 1em;
}
.s02__wrap .t1 span {
  font-size: 7.4rem;
}
.s02__wrap .t1:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2a579c;
}
.s02__wrap .t1:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201.webp) no-repeat;
  width: 240px;
  height: 220px;
  top: 5%;
  right: -200px;
}
.s02__wrap .t2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
.s02__wrap .t2 span {
  color: #12b1d1;
  font-size: 2.2rem;
  line-height: 1.3;
}
.s02__wrap .t2 span span {
  font-size: 3.6rem;
}
.s02__wrap table {
  border: 2px solid #222;
  font-weight: 700;
  margin: auto;
  max-width: 600px;
  text-align: center;
  width: 100%;
}
.s02__wrap table th {
  background: #2a579c;
  color: #fff;
  font-size: 2.0rem;
  padding: .25em;
}
.s02__wrap table td {
  border: 1px solid #222;
  font-size: 1.6rem;
  padding: 1em;
  vertical-align: middle;
}
.s02__wrap table td:nth-child(1) {
  background: #222;
  color: #fff;
}
.s02__wrap table td span {
  color: #12b1d1;
  display: block;
}
.s02__wrap table td span span {
  display: inline;
  font-size: 3.6rem;
  line-height: 1;
}
.s02__wrap .box1__wrap {
  margin: 100px auto;
  max-width: 900px;
}
.s02__wrap .box1__wrap li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.s02__wrap .box1__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}
.s02__wrap .box1__wrap li img {
  width: 44.44%;
}
.s02__wrap .box1__wrap li .box1 {
  width: 51.11%;
}
.s02__wrap .box1__wrap li .box1 div {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s02__wrap .box1__wrap li .box1 div p {
  color: #12b1d1;
  font-size: 1.4rem;
  margin-right: 2em;
}
.s02__wrap .box1__wrap li .box1 div p span {
  display: block;
  font-size: 5.6rem;
  line-height: 1;
}
.s02__wrap .box1__wrap li .box1 div h4 {
  color: #2a579c;
  font-size: 2.4rem;
  line-height: 1.4;
}
.s02__wrap h3 {
  align-items: center;
  color: #12b1d1;
  display: flex;
  font-size: 2.6rem;
  margin: auto;
  max-width: 840px;
}
.s02__wrap h3:before,
.s02__wrap h3:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background: #12b1d1;
}
.s02__wrap h3:before {
  margin-right: 1em;
}
.s02__wrap h3:after {
  margin-left: 1em;
}
.s02__wrap .box2__wrap {
  margin: 40px auto;
  max-width: 600px;
}
.s02__wrap .box2__wrap li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.s02__wrap .box2__wrap li img {
  width: 23.33%;
}
.s02__wrap .box2__wrap li .box2 {
  width: 73.33%;
}
.s02__wrap .box2__wrap li .box2 div {
  align-items: center;
  display: flex;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(1) {
  color: #12b1d1;
  font-size: 2.0rem;
  font-weight: 700;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(1) span {
  font-size: 3.2rem;
  margin-left: .15em;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(2) {
  background: #12b1d1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-left: .5em;
  padding: .15em .5em;
}
.s02__wrap .box3__wrap {
  margin: 80px auto;
  max-width: 600px;
}
.s02__wrap .box3__wrap p {
  position: relative;
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.s02__wrap .box3__wrap p span {
  color: #12b1d1;
  display: block;
  font-size: 3.2rem;
}
.s02__wrap .box3__wrap p:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0209.webp) no-repeat;
  width: 268px;
  height: 205px;
  top: -55%;
  right: -240px;
}

/*notes*/
.s03__wrap {
  padding: 100px 5%;
}
.s03__wrap table {
  border: 2px solid #222;
  font-weight: 700;
  margin: auto;
  max-width: 800px;
  text-align: center;
  width: 100%;
}
.s03__wrap .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
.s03__wrap table th {
  background: #12b1d1;
  border: 1px solid #222;
  color: #fff;
  font-size: 2.0rem;
  padding: .5em;
  vertical-align: middle;
  text-align: left;
}
.s03__wrap table tr:nth-child(1) th {
  text-align: center;
}
.s03__wrap table td {
  border: 1px solid #222;
  font-size: 1.6rem;
  padding: .5em;
}
.s03__wrap table td span {
  font-size: 3.2rem;
}

/*notes*/
.s04__wrap {
  background: top center / cover url(../img/0400.webp) no-repeat;
  overflow: hidden;
  padding: 100px 5%;
}
.s04__wrap ul {
  position: relative;
  margin: auto;
  max-width: 700px;
}
.s04__wrap ul:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0401.webp) no-repeat;
  width: 190px;
  height: 190px;
  bottom: -100px;
  right: -140px;
}
.s04__wrap ul li {
  margin-bottom: 30px;
}
.s04__wrap ul li div {
  align-items: center;
  display: flex;
  margin-bottom: .5em;
}
.s04__wrap ul li div p:nth-child(1) {
  align-items: center;
  background: #12b1d1;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  height: 40px;
  justify-content: center;
  margin-right: .5em;
  max-width: 40px;
  width: 100%;
}
.s04__wrap ul li div p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
}
.s04__wrap ul li .t1 {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
}

/*notes*/
.s05__wrap {
  padding: 100px 5%;
}
.s05__wrap .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3em;
  text-align: center;
}
.s05__wrap h4 {
  color: #12b1d1;
  font-size: 2.6rem;
  text-align: center;
}
.s05__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 3em;
  max-width: 500px;
}
.s05__wrap ul li p:nth-child(1) {
  align-items: center;
  color: #2a579c;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
}
.s05__wrap ul li p:nth-child(1):after {
  content: '';
  border-top: 1px solid #2a579c;
  flex-grow: 1;
  margin-left: .5em;
}
.s05__wrap ul li p:nth-child(2) {
  color: #2a579c;
  font-size: 3.6rem;
  line-height: 1.3;
}
form {
  font-weight: 700;
  margin: auto;
  max-width: 500px;
}
form .input__wrap {
  margin-bottom: 16px;
}
form .item__wrap {
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #ff4236;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 150px;
}
form input[type=submit] {
  background: #ff4236;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}

/*notes*/
footer {
  background: linear-gradient(to right, #12b1d1, #2a579c);
  color: #fff;
  padding: 50px 5% 10px;
}
footer div {
  align-items: center;
  display: flex;
  justify-content: center;
}
footer div img {
  margin-right: 1em;
  max-width: 160px;
  width: 100%;
}
footer ul {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}
footer ul li {
  margin: 0 1em;
}
footer ul li a:link,
footer ul li a:visited {
  color: #fff;
}
footer .cr {
  font-size: 1.2rem;
  text-align: center;
}

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

/*notes*/
header .header__top h1 {
  font-size: 1.8rem;
}
header .header__top .btn {
  max-width: 160px;
}
header .header__main__wrap {
  background: top right / cover url(../img/0000.webp) no-repeat;
  margin-top: 50px;
  padding: 40px 2%;
}
header .header__main h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  text-align: center;
}
header .header__main h1 span {
  font-size: 1.5rem;
  margin-bottom: .5em;
}
header .header__main ul li {
  font-size: 1.2rem;
  height: 100px;
  margin: 5px;
  width: 100px;
}
header .header__main ul li span {
  font-size: 2.2rem;
}
header .header__main ul li span span {
  font-size: 4.6rem;
}
header .header__main .btn {
  width: 80%;
}
header .header__main .sp {
  margin: auto;
  width: 60%;
}

/*notes*/
.s01__wrap {
  padding: 60px 5%;
}
h2 {
  font-size: 2.6rem;
}
h2 span {
  font-size: 1.1rem;
}
.s01__wrap .t1 {
  font-size: 1.6rem;
  text-align: center;
}
.s01__wrap .t1 span {
  font-size: 1.8rem;
}
.s01__wrap ul {
  display: block;
  width: 70%;
}
.s01__wrap ul li {
  border-radius: 20px;
  margin-top: 20px;
  width: 100%;
}
.s01__wrap ul li img {
  width: 100px;
}
.s01__wrap ul li p {
  font-size: 1.8rem;
}
.s01__wrap ul li p span {
  font-size: 1.3rem;
}

/*notes*/
.s02__wrap {
  padding: 60px 5%;
}
.s02__wrap .t1 {
  font-size: 2.0rem;
}
.s02__wrap .t1 span {
  font-size: 4.4rem;
}
.s02__wrap .t1:after {
  display: none;
}
.s02__wrap .t2 {
  font-size: 1.6rem;
}
.s02__wrap .t2 span {
  font-size: 2.0rem;
}
.s02__wrap .t2 span span {
  font-size: 2.6rem;
}
.s02__wrap table th {
  font-size: 1.6rem;
}
.s02__wrap table td {
  font-size: 1.3rem;
  padding: .5em;
}
.s02__wrap table td span span {
  font-size: 2.6rem;
}
.s02__wrap .box1__wrap {
  margin: 60px auto;
}
.s02__wrap .box1__wrap li {
  display: block;
  margin-bottom: 20px;
}
.s02__wrap .box1__wrap li img {
  width: 100%;
}
.s02__wrap .box1__wrap li .box1 {
  width: 100%;
}
.s02__wrap .box1__wrap li .box1 div p {
  font-size: 1.0rem;
  margin-right: 1em;
}
.s02__wrap .box1__wrap li .box1 div p span {
  font-size: 4.6rem;
}
.s02__wrap .box1__wrap li .box1 div h4 {
  font-size: 2.0rem;
  line-height: 1.3;
}
.s02__wrap h3 {
  font-size: 2.0rem;
}
.s02__wrap .box2__wrap {
  margin: 20px auto;
}
.s02__wrap .box2__wrap li {
  margin-bottom: 20px;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(1) {
  font-size: 1.6rem;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(1) span {
  font-size: 2.4rem;
}
.s02__wrap .box2__wrap li .box2 div p:nth-child(2) {
  font-size: 1.2rem;
}
.s02__wrap .box3__wrap {
  margin: 40px auto 0;
}
.s02__wrap .box3__wrap p {
  font-size: 1.8rem;
  margin: auto;
}
.s02__wrap .box3__wrap p span {
  font-size: 2.6rem;
}
.s02__wrap .box3__wrap p:after {
  display: none;
}
.s02__wrap .box3__wrap img {
  display: block;
  margin: auto;
  width: 70%;
}

/*notes*/
.s03__wrap {
  padding: 60px 5%;
}
.s03__wrap table th {
  font-size: 1.3rem;
}
.s03__wrap table td {
  font-size: 1.3rem;
}
.s03__wrap table td span {
  font-size: 2.6rem;
}

/*notes*/
.s04__wrap {
  padding: 60px 5%;
}
.s04__wrap ul:after {
  display: none;
}
.s04__wrap ul li {
  margin-bottom: 20px;
}
.s04__wrap ul li div p:nth-child(1) {
  font-size: 2.0rem;
  height: 30px;
  max-width: 30px;
}
.s04__wrap ul li div p:nth-child(2) {
  font-size: 1.6rem;
}

/*notes*/
.s05__wrap {
  padding: 60px 5%;
}
.s05__wrap .t1 {
  font-size: 1.5rem;
}
.s05__wrap h4 {
  font-size: 1.8rem;
}
.s05__wrap ul li p:nth-child(1) {
  font-size: 1.2rem;
}
.s05__wrap ul li p:nth-child(2) {
  font-size: 2.4rem;
}
form input[type=submit] {
  font-size: 1.8rem;
  max-width: 240px;
}

/*notes*/
footer {
  font-size: 1.3rem;
  padding: 30px 5% 10px;
}
footer div {
  display: block;
}
footer div img {
  display: block;
  margin: 0 auto 1em;
  max-width: 120px;
}
footer .cr {
  font-size: 1.0rem;
}
}