.hero_area {
  width: 100%;
  max-width: 100%;
  background: url("/img/index/bg_main01.webp") center 0px no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero_area {
    background: url("/img/index/bg_main01_sp.webp") center 0px no-repeat;
    background-size: cover;
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero_area h2 {
  width: 71.74%;
  margin: 0px auto;
  padding: 70px 0px;
}
@media screen and (max-width: 768px) {
  .hero_area h2 {
    width: 62.66%;
    padding: 0px;
  }
}
@media screen and (max-width: 480px) {
  .hero_area h2 {
    width: 66.66%;
  }
}
.hero_area h2 a {
  width: 46.42%;
}
@media screen and (max-width: 768px) {
  .hero_area h2 a {
    width: 100%;
    max-width: 100%;
  }
}
.hero_area h2 a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hero_area h2 a .spsp {
  display: none;
}
@media screen and (max-width: 480px) {
  .hero_area h2 a .spsp {
    display: block;
  }
}
.hero_area h2 a .pcpc {
  display: block;
}
@media screen and (max-width: 480px) {
  .hero_area h2 a .pcpc {
    display: none;
  }
}
.hero_area h2 a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.sec01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    position: relative;
  }
  .sec01::before {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 90%;
    background-color: #ceeaf7;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
}
.sec01 .sec01_in {
  width: 100%;
  max-width: 100%;
  background-color: #cae8f7;
  padding-bottom: 100px;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .sec01 .sec01_in {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_in {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
}
.sec01 .sec01_in .sec01_inin {
  width: 73.2%;
  max-width: 1000px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .sec01 .sec01_in .sec01_inin {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_in .sec01_inin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
.sec01 .sec01_in .sec01_inin .img_area {
  width: 47%;
}
@media screen and (max-width: 820px) {
  .sec01 .sec01_in .sec01_inin .img_area {
    margin-left: -20px;
    width: 38%;
  }
}
.sec01 .sec01_in .sec01_inin h2 {
  width: 50%;
  font-size: 22px;
  color: #00477d;
  font-weight: bold;
  padding-top: 7%;
  line-height: 1.7;
}
@media screen and (max-width: 1280px) {
  .sec01 .sec01_in .sec01_inin h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .sec01 .sec01_in .sec01_inin h2 {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_in .sec01_inin h2 {
    padding-top: 2%;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sec01 .sec01_in .sec01_inin h2 {
    font-size: 12px;
  }
}
.sec01 .sec01_in .sec01_inin h2 img {
  width: 120px;
  vertical-align: top;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .sec01 .sec01_in .sec01_inin h2 img {
    width: 86px;
    margin-top: 0px;
  }
}
.sec01 .sec01_in .sec01_inin h2 span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_in .sec01_inin h2 span {
    font-size: 16px;
  }
}
.sec01 ul {
  width: 70.71%;
  max-width: 966px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -150px;
}
@media screen and (max-width: 1280px) {
  .sec01 ul {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 820px) {
  .sec01 ul {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 ul {
    position: relative;
    z-index: 2;
    margin-top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .sec01 ul {
    margin-top: 0px;
    display: block;
  }
}
.sec01 ul li {
  width: 31.05%;
}
@media screen and (max-width: 480px) {
  .sec01 ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.sec01 ul li .spsp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec01 ul li .spsp {
    display: block;
  }
}
.sec01 ul li .pcpc {
  display: block;
}
@media screen and (max-width: 480px) {
  .sec01 ul li .pcpc {
    display: none;
  }
}
.sec01 ul li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec01 ul li a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.sec02 {
  width: 70.71%;
  max-width: 966px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .sec02 {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 93.7%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.sec02 h2 {
  position: absolute;
  left: 0px;
  top: 60px;
  font-family: "urbane-rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 0% 0;
  transform-origin: 50% 0% 0;
  color: #fff;
  -webkit-text-stroke: 1px #00477d;
  text-stroke: 1px #00477d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec02 h2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.sec02 .sec_com_in {
  width: 79.71%;
  margin: 0px auto;
  background-color: #fef7e9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_com_in {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.sec02 .sec_com_in h3 {
  font-size: 20px;
  color: #00477d;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_com_in h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.sec02 .sec_com_in h3 img {
  width: 115px;
  vertical-align: baseline;
}
.sec02 .sec_com_in dl {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #00477d;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_com_in dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.sec02 .sec_com_in dl:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: none;
}
.sec02 .sec_com_in dl dt, .sec02 .sec_com_in dl dd {
  position: relative;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #00477d;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_com_in dl dt, .sec02 .sec_com_in dl dd {
    font-size: 14px;
    padding-left: 30px;
  }
}
.sec02 .sec_com_in dl dt::before, .sec02 .sec_com_in dl dd::before {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .sec_com_in dl dt::before, .sec02 .sec_com_in dl dd::before {
    font-size: 20px;
  }
}
.sec02 .sec_com_in dl dt a, .sec02 .sec_com_in dl dd a {
  display: inline;
  color: #00477d;
  text-decoration: underline;
}
.sec02 .sec_com_in dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
.sec02 .sec_com_in dl dt::before {
  content: "Q.";
  color: #f3950e;
}
.sec02 .sec_com_in dl dd::before {
  content: "A.";
  color: #41b7c9;
}