@charset "UTF-8";
/*
  mv
 ================================= */
#top #mv {
	position: relative;
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 20px);
  min-height: 1050px;
  background: url("../images/top/mv_img01.jpg") no-repeat 0 0 / cover;
  border-left: 20px solid #a0c243;
  border-right: 20px solid #a0c243;
  box-sizing: border-box;
}
/*
#top #mv .mv_logo_wrap {
  position: absolute;
  top: 40px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#top #mv .mv_logo_wrap .mv_logo {
  width: 160px;
  max-width: 14vw;
  margin-right: 15px;
}
#top #mv .mv_logo_wrap .mv_logo_txt {
  padding-top: 6px;
  max-width: 40vw;
  color: #fff;
  font-size: 0.8rem;
}
*/
#top #mv h1 {
  position: absolute;
  top: 180px;
  right: 11.6667vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#top #mv h1 .mv_ttl01 {
  display: block;
  margin-left: 0.1em;
  font-size: 2rem;
  font-weight: bold;
}
#top #mv h1 .mv_ttl_s {
  font-size: 85%;
  font-weight: bold;
}
#top #mv .mv_bnr {
  position: absolute;
  bottom: 90px;
  right: 11.6667vw;
  width: 49.8333vw;
  max-width: 598px;
}
#top #mv .fade-in {
  animation-delay: 0.7s;
}

/*
  c_lead
 ================================= */
#c_lead {
  padding: 12vw 4vw;
  background: url("../images/top/lead_bg.jpg") no-repeat 50% 50% / cover;
}
#c_lead .lead_cont {
  margin: 0 auto;
  width: 940px;
  max-width: 90%;
  padding: 60px;
  background: url("../images/top/lead_cont_bg.png") no-repeat 50% 100% / 100% #fff;
  position: relative;
}
#c_lead .lead_cont .lead_ttl {
  margin: -100px auto 40px;
  width: 78.617%;
}
#c_lead .lead_cont .cont_wrap {
  align-items: center;
}
#c_lead .lead_cont .lead_img {
  width: 45%;
}
#c_lead .lead_cont .lead_txt {
  width: 51.5%;
}
#c_lead .lead_cont .lead_txt li {
  margin: 0.4em 0;
  padding: 0.4em 0;
  width: 87.3786%;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #a0c243;
}
#c_lead .lead_cont .lead_txt li:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
#c_lead .lead_cont .lead_txt li:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}
#c_lead .lead_cont .lead_txt li span {
  font-size: 85%;
  font-weight: 700;
}

/*
  c_intro
 ================================= */
#c_intro {
  padding: 5vw 0;
  background: url("../images/top/intro_bg.jpg") no-repeat 50% 50% / cover;
}
#c_intro .intro_cont {
  width: 100vw;
  height: 64.6429vw;
  background: url("../images/top/intro_cont_bg.png") no-repeat 50% 50% / 100%;
  position: relative;
}
#c_intro .intro_cont .intro_txt {
  width: 65%;
  max-width: 900px;
  position: absolute;
  bottom: 10vw;
  right: 5vw;
  color: #fff;
}
#c_intro .intro_cont .intro_txt .intro_ttl {
  font-size: 2.2353rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.1em;
}
#c_intro .intro_cont .intro_txt .intro_ttl span {
  font-size: 85%;
  font-weight: 700;
}
#c_intro .intro_cont .intro_txt p {
  font-size: 1.0588rem;
  line-height: 2;
}

/*
  c_point
 ================================= */
#c_point .point_cont {
  padding: 7.15vw 0;
}
#c_point .point_cont > .cont_wrap {
  margin: 0 auto;
  width: 1100px;
  max-width: 92%;
  align-items: center;
}
#c_point .point_cont .img {
  width: 43.6364%;
  box-shadow: 7px 7px 0px 0px #5d5e5e;
}
#c_point .point_cont .txt {
  width: 50%;
  align-items: center;
  color: #fff;
}
#c_point .point_cont .txt .point_num {
  width: 29%;
}
#c_point .point_cont .txt .point_txt {
  width: 67%;
}
#c_point .point_cont .txt .point_txt_ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
#c_point .point_cont .txt .btn_A {
  margin-top: 15px;
}
#c_point #point_cont01 {
  background: url("../images/top/point01_bg.jpg") no-repeat 50% 50% / cover;
}
#c_point #point_cont01 .txt .point_num {
  text-align: center;
}
#c_point #point_cont01 .point_num img {
  width: 76.6667%;
}
#c_point #point_cont02 {
  background: url("../images/top/point02_bg.jpg") no-repeat 50% 50% / cover;
}
#c_point #point_cont02 > .cont_wrap {
  flex-direction: row-reverse;
}
#c_point #point_cont02 .point_num img {
  width: 98.4848%;
}
#c_point #point_cont03 {
  background: url("../images/top/point03_bg.jpg") no-repeat 50% 50% / cover;
}
#c_point #point_cont03 .point_num img {
  width: 96.0606%;
}

/*
  c_what
 ================================= */
#c_what {
  padding: 7.15vw 0;
  background: url("../images/top/what_bg.jpg") no-repeat 50% 50% / cover;
}
#c_what .what_inner {
  margin: 0 auto;
  width: 1100px;
  max-width: 94%;
}
#c_what .what_ttl_wrap {
  position: relative;
  z-index: 1;
}
#c_what .what_ttl_wrap .what_ttl {
  margin-bottom: 35px;
  width: 65.5455%;
}
#c_what .what_ttl_wrap .what_img01 {
  width: 41.5455%;
  position: absolute;
  top: -116px;
  right: -9.0909%;
}
#c_what .what_cont {
  padding: 60px 0;
  background: rgba(255,255,255,0.9);
}
#c_what .what_cont .what_cont_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #5d5e5e;
  line-height: 1;
  margin-bottom: 40px;
}
#c_what .what_cont .what_cont_ttl span {
  font-weight: 700;
  font-size: 140%;
}
#c_what .what_cont .what_cont_ttl .plus-s {
  color: #d83058;
}
#c_what .what_cont .what_cont_list_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#c_what .what_cont .what_cont_list {
  width: 22em;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
#c_what .what_cont .what_cont_list dt {
  margin-bottom: 0.3em;
  width: 6.5em;
  color: #a0c243;
  font-weight: 700;
}
#c_what .what_cont .what_cont_list dd {
  margin-bottom: 0.3em;
  width: calc(100% - 6.5em);
  font-weight: 700;
}

/*
  c_reason
 ================================= */
#c_reason {
  background: url("../images/top/reason_bg.jpg") no-repeat 0 50% / 80vw;
  border-top: 20px solid #a0c243;
  border-bottom: 20px solid #a0c243;
}
#c_reason .reason_wrap {
  padding: 6vw 0;
  background: url("../images/top/reason_img01.png") no-repeat 110% 50% / auto 100%;
}
#c_reason .reason_inner {
  margin: 0 auto;
  width: 1100px;
  max-width: 92%;
}
#c_reason .reason_ttl {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
#c_reason .reason_ttl span {
  font-size: 85%;
  font-weight: 700;
}
#c_reason .reason_ttl strong {
  color: #d83058;
  font-weight: 700;
}
#c_reason .txt {
  width: 47%;
}
#c_reason .txt p {
  line-height: 1.9;
  font-size: 1.05rem;
}

/*
  news_schedule
 ================================= */
#news_schedule {
  margin: 0 auto;
  width: 1100px;
  max-width: 92%;
  padding: 75px 0;
  border-bottom: 1px solid #d6d6d6;
}
#c_news .news_ttl,
#c_schedule .schedule_ttl {
  margin-bottom: 20px;
  text-align: center;
}
#c_news .news_ttl .en,
#c_schedule .schedule_ttl .en {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#c_news .news_ttl .jp,
#c_schedule .schedule_ttl .jp {
  font-size: 0.85rem;
  line-height: 1;
}

/*
  c_news
 ================================= */
#c_news {
  padding-right: 8.1818%;
  width: 47%;
  border-right: 1px solid #d6d6d6;
}
#c_news .news_list li a {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3e3a39;
}
#c_news .news_list li a .date {
  display: block;
  color: #999;
  font-size: 0.95rem;
  font-weight: 600;
}

/*
  c_schedule
 ================================= */
#c_schedule {
  width: 45%;
}
#c_schedule .btn_A {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
}
#c_schedule .btn_A span {
    font-size: 1.1rem;
}
#c_schedule .schedule_calendar iframe {
    width: 100%;
}








@media screen and (max-width : 1420px) {
  #c_reason .reason_wrap {
    background: url("../images/top/reason_img01.png") no-repeat 120% 50% / auto 100%;
  }
}
@media screen and (max-width : 1350px) {
  #c_reason {
    background-size: cover;
  }
  #c_reason .reason_wrap {
    background: url("../images/top/reason_img01.png") no-repeat 48vw 50% / auto 100%;
  }
}
@media screen and (max-width : 1200px) {
  #c_point .point_cont .txt .point_txt_ttl {
    font-size: 2.3vw;
  }
  #c_point .point_cont .txt .point_txt p {
    font-size: 1.3vw;
  }
}
