@charset "UTF-8";

/*文字間隔単ページ調整---*/
.cAwaHisCont {
	font-feature-settings: "palt";
}
/*---文字間隔単ページ調整*/

.award_2020 {
  min-width: 1280px;
  margin: 0 auto;
}
.award_2020-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.award_2020 sup {
  font-size: 50%;
  top: -1.0em;
}
.award_2020 .ib {
  display: inline-block;
}

.hero {
  height: calc(100vh - 70px);
  min-height: 800px;
  background: url("../img/bg_hero_01_pc.jpg") no-repeat right center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-inner {
  width: 1200px;
  padding-right: 600px;
}
.hero-tit {
  margin-bottom: 20px;
}
.hero-award {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.hero-award-logo {
  padding: 0 30px;
  text-align: center;
}
.hero-award-logo:first-child {
  border-right: 1px solid #707070;
}
.hero-award-logo-img {
  width: auto !important;
  height: 80px;
}
.hero-award-cap {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 15px;
}
.hero-txt {
  text-align: center;
  line-height: 1.75;
}
.hero-txt-s {
  font-size: 1.4rem;
}

.sec {
  padding: 70px 0;
}
.sec-logo {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.sec-tit {
  padding: 30px;
  text-align: center;
  color: #FFF;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 50px;
}
.sec-tit-s {
  font-size: 2.8rem;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-inner {
  display: flex;
  margin-bottom: 50px;
}
.sec-inner > * {
  flex-basis: 50%;
}
.sec-txt-in {
  line-height: 1.85;
  margin-bottom: 30px;
  padding: 0 50px;
}
.sec-attention {
  font-size: 1.3rem;
  line-height: 1.75;
}
.sec-box {
  background: #FFF;
  padding: 50px;
  font-size: 1.4rem;
  line-height: 1.85;
}
.sec-box-logo {
  height: 35px;
  width: auto !important;
  margin-right: 30px;
}
.sec-box-dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sec-good-logo {
  width: auto !important;
  height: 40px;
}
.sec-good-tit {
  background: #D2111B;
}
.sec-good-img-01 {
  padding-left: 50px;
}
.sec-good-img-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 50px;
}
.sec-good-img-02-in {
  flex-basis: 150px;
  max-width: 150px;
}
.sec-good-txt {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.sec-good-txt > * {
  flex-basis: 100%;
}
.sec-good-attention {
  flex-basis: 270px;
}
.sec-kids-logo {
  width: auto !important;
  height: 60px;
}
.sec-kids-tit {
  background: #006B32;
}
.sec-kids-inner {
  align-items: center;
}
.sec-kids-img {
  order: 1;
}
.sec-kids-txt {
  order: 0;
}
.sec-kids-attention {
  padding: 0 50px;
}
.sec-bnr {
  background: #016DB6;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 100px;
}
.sec-bnr-dt {
  color: #FFF;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.sec-bnr-dots {
  position: relative;
}
.sec-bnr-dots::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #FCCF00;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -3.5px;
}
.sec-bnr-in {
  display: block;
  max-width: 833px;
  margin: 0 auto;
  transition: .5s;
}
.sec-bnr-in:hover {
  opacity: 0.6;
}

.bg-gray {
  background: #F8F8F8;
}


/* 画面外にいる状態 */
.scroll-fade {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.scroll-fade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}




@media screen and (max-width: 767px) {
  .award_2020 {
    min-width: 0;
  }
  .award_2020-inner {
    padding: 0 20px;
  }

  .hero {
    min-height: 0;
    background: url("../img/bg_hero_01_sp.jpg") no-repeat center bottom/contain;
    display: block;
    max-height: 736px;
  }
  .hero-inner {
    width: 100%;
    padding: 4.4977511244vh 20px 0;
  }
  .hero-award {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .hero-award-logo {
    padding: 0;
    text-align: center;
    flex-basis: 50%;
  }
  .hero-award-logo-img {
    height: 8.9955022489vh;
    min-height: 60px;
    width: auto !important;
  }
  .hero-award-cap {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .hero-txt {
    padding: 30px 20px;
    text-align: left;
  }
  .hero-txt br {
    display: none;
  }

  .sec {
    padding: 30px 0;
  }
  .sec-tit {
    padding: 30px 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  .sec-tit-s {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .sec-inner {
    display: block;
    margin-bottom: 20px;
  }
  .sec-img {
    margin-bottom: 30px;
  }
  .sec-txt-in {
    margin-bottom: 20px;
    padding: 0;
  }
  .sec-box {
    padding: 30px 20px;
  }
  .sec-box-logo {
    margin: 0 0 10px;
  }
  .sec-box-dt {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
  .sec-good-logo {
    height: 60px;
  }
  .sec-good-img-01 {
    padding-left: 0;
  }
  .sec-good-img-02 {
    display: block;
    padding: 0;
    overflow: hidden;
  }
  .sec-good-img-02-in {
    width: 150px;
    float: right;
    margin-left: 10px;
  }
  .sec-good-txt {
    display: block;
  }
  .sec-kids-logo {
    height: 60px;
  }
  .sec-kids-attention {
    padding: 0;
  }
  .sec-bnr {
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .sec-bnr-dt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.85;
  }
  .sec-bnr-dots {
    position: relative;
  }
  .sec-bnr-dots::before {
    width: 4px;
    height: 4px;
    top: -9px;
    margin-left: -2px;
  }
}
