@charset "utf-8";
/* CSS Document */
.cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 1000px;
  background: url("../../img/mv_bg.png") no-repeat center;
  background-position-y: bottom;
  background-size: cover;
  z-index: -1;
}
.page_visual {
  background: url("../img/page_visual.png") center no-repeat;
  background-size: cover;
}

.main_content {
  margin-top: 80px;
}
.intro_btn_inner {
  max-width: 716px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.intro_btn_inner .btn {
  width: 348px;
  height: 50px;
  background: #FFF;
  border: 2px solid #0074BF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_btn_inner .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0074BF;
}
.type_box {
  max-width: 1025px;
  margin: 80px auto 0;
}
.type_box > h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.type_inner {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.category_box {
  width: 325px;
  height: 426px;
  background: #FFF;
  box-shadow: 0px 0px 20px #00000029;
}
.category_link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px;
}
.category_box .title {
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 12px;
}
.category_box h2 {
  position: relative;
}
.category_box h2 .sub_title {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

/*カテゴリー色変更*/
.blue {
  background: #0076C0;
}
.green {
  background: #3BB906;
}
.orange {
  background: #ED6C0F;
}
.yellow {
  background: #F8B201;
}
.red {
  background: #E22608;
}
.skyblue {
  background: #019DE6;
}
.purple {
  background: #9B08C7;
}
/*カテゴリー色変更*/
.category_box > a > h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_box .detail {
  margin-top: 10px;
  font-weight: 400;
  line-height: 2;
  display: flex;
}
.category_box .detail .bold {
  white-space: nowrap;
}
.category_box .img {
  text-align: center;
}

@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 767px) {
  .intro_btn_inner {
    flex-direction: column;
  }
  .intro_btn_inner .btn {
    width: 90%;
  }
  .type_inner {
    justify-content: center;
  }
  .type_box {
    width: 90%;
    margin-top: 60px;
  }
  .type_box > h2 {
    text-align: center;
    line-height: 1.5;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 350px){
.st_flex {
    flex-wrap: wrap;
    width: 100%;
}
}