@charset "UTF-8";
/* 変数 */
/* -------------------------------------------------------- */
/*
$news:#fff47f;
$books:#79d59c;
$media:#f3e159;
$lecture:#aedec4;
$event:#84c4ef;

$media2:#e7cc00;
$lecture2:#85c6a2;
$event2:#4ebce1;
*/
/*
$main_widthC: 1000px;
*/
/*
@mixin mont_m() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
@mixin mont_b() {
  font-family: 'Montserrat', YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}

@mixin noto_mid() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@mixin noto_bold() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@mixin noto_black() {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
*/
/* 変数 */
/* -------------------------------------------------------- */
.mv img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sec .lead {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.sec .lead p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2;
}

.sec .btn01 {
  margin: 0 auto;
}
.sec .btn01::after {
  width: 18px;
  height: 18px;
}

.sec .btn01 i {
  margin-right: 5px;
}

.sec01 {
  padding: 0 0 54px 0;
}

.sec01 .icn_menu {
  margin: 0 auto 48px;
  padding: 34px 40px;
  width: 96%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 232, 93, 0.3);
}

.sec01 .icn_menu .box {
  padding: 26px 3%;
  width: 50%;
  max-width: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 5px solid #99cc33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .icn_menu .box .sttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.sec01 .icn_menu .box:nth-of-type(2) {
  border: 5px solid #52c3f1;
}

.sec01 .icn_menu .box figure {
  margin-bottom: 20px;
  text-align: center;
}

.sec01 .icn_menu .box figure img {
  width: 50%;
}

.sec01 .icn_menu .box p {
  text-align: center;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 {
  padding: 0 0 54px 0;
  background: rgba(201, 159, 68, 0.15);
}

.sec02 .guide {
  margin: 0 auto 45px;
  width: 94%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}

.sec02 .guide figure {
  width: 30%;
  max-width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec02 .guide figure:first-of-type {
  max-width: 240px;
}
.sec02 .guide figure:nth-of-type(2) {
  max-width: 243px;
}

.sec03 {
  padding: 0 0 54px 0;
}

.sec03 .inner {
  margin: 0 auto 45px;
  max-width: 936px;
}

.sec03 .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #999;
}

.sec03 .inner dl:first-of-type {
  border-top: 1px dotted #999;
}

.sec03 .inner dl:last-of-type {
  margin-bottom: 35px;
}

.sec03 .inner dl dt {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  color: #333;
}

.sec03 .inner dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 140px);
  max-width: 880px;
}

.sec03 .inner dl dd a:hover dd {
  text-decoration: underline;
}

.sec04 {
  padding: 0 0 54px 0;
  background: #f7f7f7;
}

.sec04 .inner {
  margin: 0 auto 45px;
  max-width: 936px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec04 .inner .box {
  margin-bottom: 40px;
  width: 33%;
  max-width: 285px;
}

.sec04 .inner .box figure {
  margin-bottom: 15px;
}

.sec04 .inner .box .info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04 .inner .box .info .cat {
  padding: 2px 10px;
  width: 132px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec04 .inner .box p {
  line-height: 1.8;
}

.sec04 .inner .box a.external {
  color: #e73356;
  line-height: 1.8;
  text-decoration: underline;
}

.sec04 .inner .box a.external::after {
  margin-left: 10px;
  position: absolute;
  content: "";
  width: 18px;
  height: 20px;
  background: url(../img/common/icn_external.png) no-repeat center 4px/100% auto;
}

.sec04 .inner .box a.external:hover {
  text-decoration: none;
}

.faq_wrap {
  padding: 0 0 54px 0;
}
.faq_wrap .faq_list {
  margin: 30px auto 45px;
}

@media screen and (max-width: 767px) {
  .mv {
    padding-top: 60px;
  }
  .mv img {
    width: 100%;
    height: auto;
  }
  .sec .lead {
    margin: 0 auto;
    width: 94%;
    text-align: left;
  }
  .sec .btn01 {
    margin: 0 auto;
    width: 90%;
  }
  .sec01 .icn_menu {
    padding: 20px;
    width: 90%;
    display: block;
  }
  .sec01 .icn_menu .box {
    margin-bottom: 20px;
    padding: 15px 10px 15px 15px;
    width: 100%;
    max-width: initial;
    max-width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec01 .icn_menu .box .sttl {
    width: 100%;
    text-align: center;
  }
  .sec01 .icn_menu .box figure {
    margin-right: 10px;
    width: 18%;
  }
  .sec01 .icn_menu .box figure img {
    width: 100%;
  }
  .sec01 .icn_menu .box p {
    padding-bottom: 20px;
    width: 76%;
    font-size: 1.4rem;
    text-align: left;
    height: auto;
  }
  .sec02 {
    padding: 40px 0 50px;
  }
  .sec02 .guide {
    margin: 0 auto 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec02 .guide figure {
    margin-bottom: 20px;
    width: 50%;
  }
  .sec03 .inner dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec03 .inner dl dt {
    padding: 15px 0 0;
    width: 100%;
    border: none;
  }
  .sec03 .inner dl dd {
    position: relative;
    padding: 5px 0 15px;
    width: 100%;
  }
  .sec04 .inner .box {
    margin: 0 auto;
    width: 100%;
  }
  .sec04 p, .sec04 a.external {
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sec04 a.external {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}