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

/*notes*/
header {
  background: center center / cover url(../img/0000.jpg) no-repeat;
  padding: 30px 5% 40px;
}
header .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
}
header .box__wrap .box {
  margin-top: 2em;
  max-width: 740px;
  text-align: center;
}
h1 {
  color: #00b2e6;
  font-size: 6.0rem;
  font-weight: 900;
  line-height: 1.2;
}
.txt1 {
  font-size: 3.6rem;
  font-weight: 900;
}
.txt2 {
  font-size: 4.0rem;
  font-weight: 900;
  margin-bottom: .5em;
}
.txt2 span {
  font-size: 5.0rem;
}
header .box__wrap .box .box_m {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 auto 1em;
  text-align: center;
  width: 400px;
}
header .item {
  width: 160px;
}
.btn {
  filter: drop-shadow(0 6px 16px rgba(72,86,181,0.32));
  margin: auto;
  width: 330px;
}

/*notes*/
.s01__wrap {
  padding: 10px 1%;
}
.s01__wrap ul {
  display: flex;
}
.s01__wrap ul li {
  margin: 0 5px;
}
.s01__wrap ul li img {
  border-radius: 20px;
}

/*notes*/
.s02__wrap {
  padding: 80px 5%;
}
h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  text-align: center;
}
h2 span {
  color: #da2600;
  font-size: 4.6rem;
  font-weight: 900;
}
.s02__wrap ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.s02__wrap ul li {
  text-align: center;
  width: 29.78%;
}
.s02__wrap ul li p {
  position: relative;
  border: 3px solid #2e3840;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: .5em 0;
  text-align: center;
}
.s02__wrap ul li p:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 16px solid #2e3840;
}
.s02__wrap ul li img {
  width: 180px;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.png) no-repeat;
  padding: 80px 5%;
}
.s03__wrap ul {
  margin: auto;
  max-width: 900px;
}
.s03__wrap ul li {
  align-items: flex-start;
  background: #fff;
  border-radius: 40px;
  display: flex;
  filter: drop-shadow(0 6px 16px rgba(72,86,181,0.16));
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 40px;
}
.s03__wrap ul li img {
  width: 47.56%;
}
.s03__wrap ul li .box {
  width: 50.00%;
}
.s03__wrap ul li .box div {
  align-items: center;
  display: flex;
  margin-bottom: .5em;
}
.s03__wrap ul li .box div p:nth-of-type(1) {
  color: #009ab9;
  font-size: 7.4rem;
  line-height: 1;
  margin-right: .1em;
}
.s03__wrap ul li .box div p:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.s03__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s03__wrap ul li:last-child {
  margin-bottom: 0;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.png) no-repeat;
  color: #fff;
  padding: 80px 5%;
}
.s04__wrap h2 span {
  color: #ff0;
}
.s04__wrap .txt {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.s04__wrap div {
  margin: auto;
  max-width: 640px;
}
.karim-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.karim-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.s04__wrap div p {
  margin-top: 1em;
}

/*notes*/
.s05__wrap {
  padding: 80px 5%;
}
table {
  border-right: 2px solid #2e3840;
  border-bottom: 2px solid #2e3840;
  margin: auto;
  max-width: 860px;
  width: 100%;
}
table th {
  background: #2e3840;
  color: #fff;
  line-height: 1.2;
  padding: .5em;
  vertical-align: middle;
}
table tr:nth-child(1) th:nth-child(1) {
  background: #fff;
}
table th:nth-child(1) {
  border-bottom: 1px solid #fff;
  padding: 1em;
  text-align: left;
}
table td {
  border: 1px solid #2e3840;
  padding: .5em;
  text-align: center;
  vertical-align: middle;
}
table td img {
  width: 40px;
}
table th:nth-child(2) {
  background: #009ab9;
  border: 4px solid #009ab9;
  font-size: 2.2rem;
}
table td:nth-child(2) {
  border-right: 4px solid #009ab9;
  border-left: 4px solid #009ab9;
}
table tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #009ab9;
}

/*notes*/
.s06__wrap {
  background: center center / cover url(../img/0600.png) no-repeat;
  padding: 80px 5%;
}
.s06__wrap div {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  filter: drop-shadow(0 6px 16px rgba(72,86,181,0.16));
  margin: auto;
  max-width: 900px;
  padding: 40px;
}
.s06__wrap div ul li {
  border-bottom: .5px solid #2e3840;
  display: flex;
  padding: 1em;
}
.s06__wrap div ul li p:nth-of-type(1) {
  color: #009ab9;
  font-weight: 700;
  width: 12em;
}
.s06__wrap div ul li:last-child {
  border-bottom: none;
}

/*notes*/
.s07__wrap {
  padding: 80px 5%;
}
.s07__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 900px;
}
.s07__wrap ul li {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  filter: drop-shadow(0 6px 16px rgba(72,86,181,0.16));
  margin-bottom: 40px;
  padding: 20px;
  width: 47.77%;
}
.s07__wrap ul li .box {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s07__wrap ul li .box img {
  margin-right: 1em;
  width: 100px;
}
.s07__wrap ul li .box p:nth-of-type(1) {
  color: #009ab9;
  font-size: 1.9rem;
  font-weight: 700;
}
/*notes*/
.s08__wrap {
  background: #f6f5f2;
  padding: 80px 5%;
  text-align: center;
}

/*notes*/
.s09__wrap {
  padding: 80px 5%;
}
.s09__wrap .txt {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.s09__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  max-width: 740px;
}
.s09__wrap ul li {
  text-align: center;
  width: 18.91%;
}
.s09__wrap ul li p:nth-of-type(1) {
  color: #009ab9;
  font-size: 4.6rem;
  line-height: 1;
}
.s09__wrap ul li p:nth-of-type(2) {
  font-size: 2.0rem;
  font-weight: 700;
}
.s09__wrap .box1 {
  margin: 2em auto 5em;
  max-width: 600px;
  text-align: center;
}
.s09__wrap .box1 p:nth-child(1) {
  border-bottom: .5px solid #2e3840;
  color: #da2600;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .5em;
}
.s09__wrap .box2 {
  position: relative;
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  filter: drop-shadow(0 6px 16px rgba(72,86,181,0.16));
  margin: auto;
  max-width: 900px;
  padding: 40px;
}
.s09__wrap .box2 .txt {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}
.s09__wrap .box2 .txt span {
  color: #da2600;
  font-weight: 900;
}
.s09__wrap .box2 div {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.s09__wrap .box2 div img {
  width: 39.02%;
}
.s09__wrap .box2 div p {
  width: 56.09%;
}
.s09__wrap .box2 .item {
  position: absolute;
  top: -30px;
  right: 140px;
  width: 130px;
}

/*notes*/
.s10__wrap {
  background: #f6f5f2;
  padding: 80px 5%;
}
form {
  font-weight: 700;
  margin: auto;
  max-width: 590px;
}
form .item__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: .8em;
}
form .item {
  align-items: center;
  display: flex;
  padding-top: .5em;
  width: 35%;/*equip*/
}
form .item span {
  background: #b81521;/*equip*/
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: .5em;
  text-align: center;
  width: 3.5em;
}
form .item span.any {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
form input[type=text],
form textarea {
  background: #fff;
  border: 2px solid #cdcdcd;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 1.5%;
  width: 65%;/*equip*/
}
form .item2 input[type=text],
form .item2 textarea{
  background: #fff;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 120px;
}
form select {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: -1%; 
  padding: 1.5%;
  width: 66%;/*equip*/
}
.submit__wrap {
  margin: 2em auto 0;
  max-width: 220px;
}
form input[type=submit] {
  background: #b81521;
  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: 2.0rem;
  font-weight: 700;
  height: 56px;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #2e3840;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.checkbox__wrap {
  text-align: left;
}

/*notes*/
footer {
  background: #2e3840;
  color: #fff;
  padding: 60px 5% 0;
}
footer div {
  align-items: center;
  display: flex;
  justify-content: center;
}
footer div .logo {
  margin-right: 20px;
  width: 200px;
}
footer .txt {
  margin: 3em 0;
  text-align: center;
}
footer .txt a:link,
footer .txt a:visited,
footer .txt a:hover,
footer .txt a:active {
  color: #fff;
}
footer .crt {
  font-size: 1.2rem;
  text-align: center;
}

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

/*notes*/
header {
  background: center center / cover url(../img/0000_sp.jpg) no-repeat;
  padding: 20px 0 20px;
}
header .box__wrap {
  display: block;
}
header .box__wrap .box {
  margin-top: 0;
}
h1 {
  font-size: 3.0rem;
}
.txt1 {
  font-size: 2.2rem;
}
.txt2 {
  font-size: 2.0rem;
}
.txt2 span {
  font-size: 2.6rem;
}
header .box__wrap .box .box_m {
  font-size: 2.2rem;
  width: 90%;
}
header .item {
  display: block;
  margin: 14em auto .5em;
  width: 100px;
}
.btn {
  width: 70%;
}

/*notes*/
.s01__wrap ul {
  flex-wrap: wrap;
}
.s01__wrap ul li {
  margin: 1.5%;
  width: 30%;
}
.s01__wrap ul li img {
  border-radius: 10px;
}

/*notes*/
.s02__wrap {
  padding: 40px 5%;
}
h2 {
  font-size: 2.2rem;
}
h2 span {
  font-size: 2.8rem;
}
.s02__wrap ul {
  flex-wrap: wrap;
  justify-content: center;
}
.s02__wrap ul li {
  margin: 1%;
  width: 48%;
}
.s02__wrap ul li p {
  border: 2px solid #2e3840;
  font-size: 1.4rem;
}
.s02__wrap ul li p:before {
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #2e3840;
}
.s02__wrap ul li img {
  width: 70%;
}

/*notes*/
.s03__wrap {
  padding: 40px 5%;
}
.s03__wrap ul li {
  border-radius: 30px;
  display: block;
  padding: 20px;
}
.s03__wrap ul li img {
  width: 100%;
}
.s03__wrap ul li .box {
  margin-top: 1em;
  width: 100%;
}
.s03__wrap ul li .box div p:nth-of-type(1) {
  font-size: 5.4rem;
}
.s03__wrap ul li .box div p:nth-of-type(2) {
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  padding: 40px 5%;
}
.s04__wrap .txt {
  font-size: 1.8rem;
}
.s04__wrap div p {
  margin-top: 1em;
}

/*notes*/
.s05__wrap {
  padding: 40px 5%;
}
table {
  font-size: 1.2rem;
}
table td img {
  width: 20px;
}
table th:nth-child(2) {
  border: 2px solid #009ab9;
  font-size: 1.6rem;
}
table td:nth-child(2) {
  border-right: 2px solid #009ab9;
  border-left: 2px solid #009ab9;
}
table tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #009ab9;
}

/*notes*/
.s06__wrap {
  padding: 40px 5%;
}
.s06__wrap div {
  border-radius: 20px;
  padding: 20px;
}
.s06__wrap div ul li {
  display: block;
}
.s06__wrap div ul li p:nth-of-type(1) {
  text-align: center;
  width: auto;
}

/*notes*/
.s07__wrap {
  padding: 40px 5%;
}
.s07__wrap ul {
  display: block;
}
.s07__wrap ul li {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.s07__wrap ul li .box p:nth-of-type(1) {
  font-size: 1.8rem;
}
/*notes*/
.s08__wrap {
  padding: 40px 5%;
}

/*notes*/
.s09__wrap {
  padding: 40px 5%;
}
.s09__wrap .txt {
  font-size: 1.8rem;
}
.s09__wrap ul {
  flex-wrap: wrap;
  justify-content: center;
}
.s09__wrap ul li {
  margin: 4%;
  width: 40%;
}
.s09__wrap ul li img {
  margin-bottom: .5em;
  width: 70%;
}
.s09__wrap ul li p:nth-of-type(1) {
  font-size: 3.2rem;
}
.s09__wrap ul li p:nth-of-type(2) {
  font-size: 1.6rem;
}
.s09__wrap .box1 p:nth-child(1) {
  font-size: 1.8rem;
}
.s09__wrap .box2 {
  border-radius: 20px;
  padding: 30px 20px;
}
.s09__wrap .box2 .txt {
  font-size: 2.2rem;
}
.s09__wrap .box2 div {
  display: block;
}
.s09__wrap .box2 div img {
  margin-bottom: 1em;
  width: 100%;
}
.s09__wrap .box2 div p {
  width: 100%;
}
.s09__wrap .box2 .item {
  position: absolute;
  top: -54px;
  right: 10px;
  width: 90px;
}

/*notes*/
.s10__wrap {
  padding: 40px 5%;
}
form .item__wrap {
  display: block;
}
form .item {
  margin-bottom: .2em;
  width: 100%;
}
form input[type=text],
form textarea {
  padding: 3% 1.5%;
  width: 97%;
}

/*notes*/
footer {
  padding: 30px 5% 0;
}
footer div {
  display: block;
  text-align: center;
}
footer div .logo {
  margin: 0 0 1em;
  width: 180px;
}
footer .crt {
  font-size: 1.0rem;
}
}