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

/*notes*/
.header__top__wrap {
  position: fixed;
  background: #004d8f;
  padding: 4px 2%;
  width: 96%;
  z-index: 1;
}
.header__top {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1200px;
}
.header__top .logo {
  max-width: 360px;
}
.header__top div {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.header__top div .tel {
  max-width: 264px;
  width: 100%;
}
@media screen and (max-width:940px){
.header__top div .tel {
  display: none;
}
}
.header__top div .btn {
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.56));
  max-width: 210px;
  width: 100%;
}
.header__main__wrap {
  background: center 80px / cover url(../img/0000.jpg) no-repeat;
  padding: 8px 5% 60px;
}
h1 {
  margin: 130px auto 0;
  max-width: 964px;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.png) no-repeat;
  padding: 80px 5%;
}
h2 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
h2 span {
  color: #cb0000;
}
.s01__wrap h2 {
  color: #ffda00;
}
.s01__wrap div {
  background: #fff;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  margin: auto;
  max-width: 800px;
  padding: 1em;
  text-align: center;
}

/*notes*/
.s02__wrap {
  padding: 80px 5%;
}
.s02__wrap div {
  margin: auto;
  max-width: 800px;
}
.s02__wrap div img {
  margin-bottom: 1em;
}
.s02__wrap div span {
  color: #cb0000;
}

/*notes*/
.s03__wrap {
  background: #fafafa;
  padding: 80px 5%;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.s03__wrap ul li {
  width: 300px;
}
.s03__wrap ul li div {
  border: 2px solid #cb0000;
  margin-bottom: 1em;
}
.s03__wrap ul li div p:nth-of-type(1) {
  background: #cb0000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .2em;
  text-align: center;
}
.s03__wrap ul li:nth-child(2) div:nth-child(1) {
  border: 2px solid #00a237;
  margin-bottom: 1em;
}
.s03__wrap ul li:nth-child(2) div:nth-child(1) p:nth-of-type(1) {
  background: #00a237;
}
.s03__wrap ul li:nth-child(2) div:nth-child(2) {
  border: 2px solid #004d8e;
  margin-bottom: 1em;
}
.s03__wrap ul li:nth-child(2) div:nth-child(2) p:nth-of-type(1) {
  background: #004d8e;
}
.s03__wrap ul li:nth-child(3) div:nth-child(1) {
  border: 2px solid #ff6900;
  margin-bottom: 1em;
}
.s03__wrap ul li:nth-child(3) div:nth-child(1) p:nth-of-type(1) {
  background: #ff6900;
}
.s03__wrap ul li:nth-child(3) div:nth-child(2) {
  border: 2px solid #4a00b9;
  margin-bottom: 1em;
}
.s03__wrap ul li:nth-child(3) div:nth-child(2) p:nth-of-type(1) {
  background: #4a00b9;
}
.s03__wrap ul li div p:nth-of-type(n + 2) {
  background: #eaeaea;
  border-radius: 2em;
  font-size: 1.6rem;
  font-weight: 700;
  margin: .5em;
  padding: .2em;
  text-align: center;
}
.s03__wrap ul li:nth-child(3) div:nth-child(1) p:nth-of-type(n + 2) {
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.s03__wrap ul li:nth-child(3) div:nth-child(2) p:last-of-type {
  background: #fff;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.jpg) no-repeat;
  padding: 80px 5%;
}
.s04__wrap h2{
  text-align: left;
}
.s04__wrap .s04 {
  margin: auto;
  max-width: 940px;
}
.s04__wrap .s04 div {
  margin-left: auto;
  max-width: 480px;
}

/*notes*/
.s05__wrap {
  background: #fafafa;
  padding: 80px 5%;
}
.s05__wrap div {
  margin: auto;
  max-width: 800px;
}

/*notes*/
.s06__wrap {
  padding: 80px 0 0;
}
.s06__wrap div {
  background: #0c446a;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
}
.s06__wrap div span {
  color: #ffef39;
  font-size: 3.6rem;
  font-weight: 900;
}

/*notes*/
.s07__wrap {
  padding: 80px 0;
}
.slider {
  margin: auto;
  max-width: 1000px;
}
.slider .box {
  margin: auto;
  max-width: 960px;
  text-align: center;
}
.slider .box .txt1 {
  font-size: 1.6rem;
  font-weight: 700;
}
.slider .box .txt2 {
  font-size: 1.3rem;
}
.slider .box table {
  border: 2px solid #2e3840;
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 960px;
  margin-top: .5em;
  width: 100%;
}
.slider .box table th {
  background: #2e3840;
  color: #fff;
  font-size: 1.3rem;
  padding: .3em;
}
.slider .box table td {
  border: 1px solid #2e3840;
  padding: .5em;
  vertical-align: middle;
}
.slider .box:nth-child(1) table tr:nth-child(5),
.slider .box:nth-child(2) table tr:nth-child(5),
.slider .box:nth-child(3) table tr:nth-child(6),
.slider .box:nth-child(4) table tr:nth-child(6){
  text-align: left;
}
.slide-arrow {
  position: absolute;
  top: 45%;
}
.prev-arrow {
  left: -50px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.next-arrow {
  right: -10px;
  width: 40px;
  height: 40px;
  z-index: 2;
}

/*notes*/
.s08__wrap {
  background: #fafafa;
  padding: 80px 5%;
}
.s08__wrap ul {
  margin: auto;
  max-width: 700px;
}
.s08__wrap ul li {
  align-items: flex-start;
  background: #fff;
  border: 2px solid #2e3840;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
}
.s08__wrap ul li img {
  max-width: 130px;
}
.s08__wrap ul li .box {
  width: 74.24%;
}
.s08__wrap ul li .box div {
  align-items: center;
  display: flex;
}
.s08__wrap ul li .box div p:nth-of-type(1) {
  color: #cb0000;
  font-size: 3.8rem;
  line-height: 1.3;
  padding-right: .2em;
}
.s08__wrap ul li .box div p:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 700;
}
.s08__wrap .txt {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

/*notes*/
.s09__wrap {
  padding: 80px 0;
}
#form {
  margin-top: -160px;
  padding-top: 160px;
}
form {
  font-weight: 700;
  margin: auto;
  max-width: 725px;/*equip*/
}
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: 1px solid #ccd4d3;
  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 #ccd4d3;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: -1%; 
  padding: 1.5%;
  width: 16%;/*equip*/
}
.radio__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.radio__wrap div {
  align-items: baseline;
  display: flex;
  margin: .3em 0;
  width: 33%;
}
.submit__wrap {
  margin: 2em auto 0;
  max-width: 220px;
}
form input[type=submit] {
  background: #c00;
  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: #ccd4d3;
}


/*notes*/
footer {
  font-size: 1.3rem;
  padding: 0 5%;
  text-align: center;
}
footer .logo {
  max-width: 400px;
}
footer a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 4em 0;
}

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

/*notes*/
.header__top__wrap {
  padding: 4px 2%;
}
.header__top .logo {
  max-width: 50%;
}
.header__top div .btn {
  width: 160px;
}
.header__main__wrap {
  padding: 0;
}
h1 {
  margin: 0;
  padding-top: 64px;
  width: 100%;
}

/*notes*/
.s01__wrap {
  padding: 40px 5%;
}
h2 {
  font-size: 2.2rem;
}
.s01__wrap h2 {
  font-size: 2.0rem;
  line-height: 1.6;
}
.s01__wrap div {
  font-size: 1.7rem;
}

/*notes*/
.s02__wrap {
  font-size: 1.4rem;
  padding: 40px 5%;
}

/*notes*/
.s03__wrap {
  padding: 40px 5%;
}
.s03__wrap ul {
  display: block;
}
.s03__wrap ul li {
  width: 100%;
}
.s03__wrap ul li div {
  border: 1px solid #cb0000;
}
.s03__wrap ul li div p:nth-of-type(1) {
  font-size: 1.5rem;
}
.s03__wrap ul li:nth-child(2) div:nth-child(1) {
  border: 1px solid #00a237;
}
.s03__wrap ul li:nth-child(2) div:nth-child(2) {
  border: 1px solid #004d8e;
}
.s03__wrap ul li:nth-child(3) div:nth-child(1) {
  border: 1px solid #ff6900;
}
.s03__wrap ul li:nth-child(3) div:nth-child(2) {
  border: 1px solid #4a00b9;
}
.s03__wrap ul li div p:nth-of-type(n + 2) {
  font-size: 1.4rem;
  margin: .5em auto;
  width: 80%;
}
.s03__wrap ul li:nth-child(3) div:nth-child(1) p:nth-of-type(n + 2) {
  font-size: 1.3rem;
  width: 90%;
}

/*notes*/
.s04__wrap {
  background: bottom center / cover url(../img/0400_sp.jpg) no-repeat;
  padding: 40px 5% 70%;
}
.s04__wrap h2{
  text-align: center;
}
.s04__wrap .s04 div {
  font-size: 1.4rem;
}

/*notes*/
.s05__wrap {
  padding: 40px 5%;
}

/*notes*/
.s06__wrap {
  padding: 40px 0 0;
}
.s06__wrap div {
  font-size: 2.0rem;
  padding: 20px 0;
}
.s06__wrap div span {
  font-size: 2.4rem;
}

/*notes*/
.s07__wrap {
  padding: 40px 0;
}
.slider {
  width: 96%;
}
.slider .box .txt1 {
  font-size: 1.2rem;
}
.slider .box .txt2 {
  font-size: 1.1rem;
}
.slider .box table {
  border: 1px solid #2e3840;
  font-size: 1.0rem;
}
.slider .box table th {
  font-size: 1.1rem;
  padding: .1em;
}
.slider .box table td {
  padding: .1em;
}
.slide-arrow {
  position: absolute;
  top: 45%;
}
.prev-arrow {
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 50%;
}
.next-arrow {
  right: 5px;
  width: 20px;
  height: 20px;
  opacity: 50%;
}

/*notes*/
.s08__wrap {
  padding: 40px 5%;
}
.s08__wrap ul li {
  border: 1px solid #2e3840;
  margin-bottom: 10px;
  padding: 10px;
}
.s08__wrap ul li img {
  width: 25%;
}
.s08__wrap ul li .box {
  width: 70%;
}
.s08__wrap ul li .box div p:nth-of-type(1) {
  font-size: 3.2rem;
}
.s08__wrap ul li .box div p:nth-of-type(2) {
  font-size: 2.0rem;
  line-height: 1.2;
}
.s08__wrap .txt {
  font-size: 1.5rem;
  text-align: left;
}

/*notes*/
.s09__wrap {
  padding: 40px 5%;
}
#form {
  margin-top: -100px;
  padding-top: 100px;
}
form .item__wrap {
  display: block;
}
form .item {
  width: 100%;/*equip*/
}
form .item span {
  font-size: 1.0rem;
}
form input[type=text],
form textarea {
  font-size: 1.5rem;
  padding: 3% 1.5%;
  width: 97%;/*equip*/
}
.radio__wrap {
  width: 100%;
}

/*notes*/
footer {
  font-size: 1.0rem;
}
footer .logo {
  max-width: 80%;
}
}