/* ---------------------------------------

	/index.html

--------------------------------------- */
#home {
  /* ---------- hero ---------- */
  /* ---------- about ---------- */
  /* ---------- purpose ---------- */
  /* ---------- organize ---------- */
  /* ---------- recommend ---------- */
  /* ---------- summary ---------- */
  /* ---------- notice ---------- */
  /* ---------- team ---------- */
}

#home .hero__wrap {
  height: 100vh;
  position: relative;
}

#home .hero__wrap .hero__ttl {
  font-size: 100px;
  line-height: 1.2;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1040px) {
  #home .hero__wrap .hero__ttl {
    font-size: 60px;
    line-height: 1.4;
    bottom: 50px;
    left: 30px;
    text-align: left;
  }
}

#home .hero__wrap .hero__cap {
  display: inline;
  background-color: red;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 54, 65, 0.5);
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
}

@media (max-width: 1040px) {
  #home .hero__wrap .hero__cap {
    left: 0;
    right: auto;
    font-size: 13px;
    padding: 5px 15px;
  }
}

#home .sec__about .about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #home .sec__about .about__wrap {
    display: block;
  }
}

#home .sec__about .about__ttl {
  width: 40%;
}

@media (max-width: 767px) {
  #home .sec__about .about__ttl {
    width: 100%;
  }
}

#home .sec__about .about__desc {
  width: 60%;
}

@media (max-width: 767px) {
  #home .sec__about .about__desc {
    width: 100%;
  }
}

#home .sec__about .about__desc .about__p, #home .sec__about .about__desc span {
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #home .sec__about .about__desc .about__p, #home .sec__about .about__desc span {
    font-size: 15px;
  }
}

#home .sec__about .about__desc .about__p.-underline, #home .sec__about .about__desc span.-underline {
  text-decoration: underline;
  font-weight: 700;
}

#home .sec__about .about__desc .about__p:last-child, #home .sec__about .about__desc span:last-child {
  margin-bottom: 0;
}

#home .sec__purpose .purpose__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  #home .sec__purpose .purpose__wrap {
    display: block;
  }
}

#home .sec__purpose .purpose__ttl {
  width: 40%;
  text-align: right;
}

@media (max-width: 767px) {
  #home .sec__purpose .purpose__ttl {
    width: 100%;
    text-align: left;
  }
}

#home .sec__purpose .purpose__txtBlock {
  width: 60%;
}

@media (max-width: 767px) {
  #home .sec__purpose .purpose__txtBlock {
    width: 100%;
  }
}

#home .sec__purpose .purpose__subttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #home .sec__purpose .purpose__subttl {
    font-size: 20px;
  }
}

#home .sec__purpose .purpose__desc .purpose__p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #home .sec__purpose .purpose__desc .purpose__p {
    font-size: 15px;
  }
}

#home .sec__purpose .purpose__desc .purpose__p:last-child {
  margin-bottom: 0;
}

#home .sec__organize .organize__ttl {
  margin-bottom: 50px;
}

@media (max-width: 1040px) {
  #home .sec__organize .organize__ttl {
    margin-bottom: 30px;
  }
}

#home .sec__organize .organize__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1040px) {
  #home .sec__organize .organize__cont {
    display: block;
  }
}

#home .sec__organize .organize__ttlBlock {
  width: 35%;
  margin-right: 5%;
}

@media (max-width: 1040px) {
  #home .sec__organize .organize__ttlBlock {
    width: 100%;
  }
}

#home .sec__organize .organize__desc {
  width: 60%;
}

@media (max-width: 1040px) {
  #home .sec__organize .organize__desc {
    width: 100%;
  }
}

#home .sec__organize .organize__desc .organize__p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #home .sec__organize .organize__desc .organize__p {
    font-size: 15px;
  }
}

#home .sec__organize .organize__desc .organize__p:last-child {
  margin-bottom: 0;
}

#home .sec__organize .organize__desc .organize__signiture {
  width: 318px;
  margin-left: auto;
}

#home .sec__organize .organize__name {
  font-size: 50px;
}

#home .sec__organize .organize__note {
  font-size: 17px;
  margin-bottom: 30px;
}

#home .sec__organize .organize__photo {
  max-width: 416px;
}

@media (max-width: 1040px) {
  #home .sec__organize .organize__photo {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #home .sec__recommend {
    padding-bottom: 150px;
  }
}

#home .sec__recommend .recommend__ttl {
  margin-bottom: 60px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__ttl {
    font-size: 45px;
    margin-bottom: 10px;
  }
}

#home .sec__recommend .swipe__arrow {
  font-size: 13px;
  margin-bottom: 30px;
}

#home .sec__recommend .swipe__arrow img {
  width: 22px;
}

#home .sec__recommend .recommend__list {
  padding: 0;
}

#home .sec__recommend .recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 100px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__item {
    display: block;
    margin-bottom: 30px;
  }
}

#home .sec__recommend .recommend__head {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 5%;
  margin-bottom: 20px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head {
    width: 100%;
  }
}

#home .sec__recommend .recommend__head .recommend__photo {
  width: 160px;
  height: 160px;
  min-width: 160px;
  min-height: 160px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head .recommend__photo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 5px;
  }
}

#home .sec__recommend .recommend__head .author__name {
  font-size: 35px;
  font-weight: 500;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head .author__name {
    font-size: 23px;
  }
}

#home .sec__recommend .recommend__head .author__ttl {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head .author__ttl {
    font-size: 15px;
  }
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head .author__photoBlock {
    margin-right: 20px;
  }
}

#home .sec__recommend .recommend__head .author__photo {
  font-size: 12px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__head .author__photo {
    font-size: 10px;
    text-align: left;
  }
}

#home .sec__recommend .recommend__cont {
  width: 50%;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__cont {
    width: 100%;
  }
}

#home .sec__recommend .recommend__subttl {
  font-size: 32px;
  font-style: italic;
  margin-bottom: 20px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__subttl {
    font-size: 28px;
  }
}

#home .sec__recommend .recommend__desc {
  font-size: 17px;
}

@media (max-width: 1040px) {
  #home .sec__recommend .recommend__desc {
    font-size: 15px;
  }
}

#home .sec__summary {
  color: #fff;
}

#home .sec__summary .summary__ttl {
  margin-bottom: 60px;
}

#home .sec__summary .summary__list {
  position: relative;
  padding: 29% 0 0;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__list {
    padding-top: 0;
  }
}

#home .sec__summary .summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__item {
    display: block;
    position: relative;
    margin-bottom: 80px;
  }
  #home .sec__summary .summary__item:last-child {
    margin-bottom: 0;
  }
}

#home .sec__summary .summary__img {
  width: 40%;
  min-width: 400px;
  margin-right: 10%;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__img {
    width: 100%;
    min-width: auto;
  }
}

#home .sec__summary .summary__txtBlock {
  width: 60%;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__txtBlock {
    width: 100%;
  }
}

#home .sec__summary .summary__txtBlock .summary__num {
  font-size: 50px;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__txtBlock .summary__num {
    font-size: 40px;
  }
}

#home .sec__summary .summary__txtBlock .summary__itemTtl {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__txtBlock .summary__itemTtl {
    font-size: 40px;
  }
}

#home .sec__summary .summary__txtBlock .summary__desc {
  width: 100%;
}

#home .sec__summary .summary__txtBlock .summary__desc span {
  text-decoration: underline;
}

@media (max-width: 1040px) {
  #home .sec__summary .summary__txtBlock .summary__desc {
    font-size: 15px;
  }
}

#home .sec__summary .summary__txtBlock .summary__desc a {
  color: #fff;
  text-decoration: underline;
}

#home .sec__notice .notice__desc {
  padding: 0;
}

#home .sec__notice .notice__ttl {
  margin-bottom: 60px;
}

#home .sec__notice .notice__p {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px 20px;
}

#home .sec__team .team__ttl {
  margin-bottom: 60px;
}

#home .sec__team .team__list {
  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;
  padding: 0;
}

#home .sec__team .team__list::after {
  display: block;
  content: "";
  width: 28%;
}

@media (max-width: 1040px) {
  #home .sec__team .team__list {
    display: block;
  }
}

#home .sec__team .team__item {
  width: 28%;
  margin-bottom: 40px;
}

@media (max-width: 1040px) {
  #home .sec__team .team__item {
    width: 100%;
    margin-bottom: 40px;
  }
  #home .sec__team .team__item:last-child {
    margin-bottom: 0;
  }
}

#home .sec__team .team__item:last-child {
  margin-right: 0;
}

#home .sec__team .team__name {
  font-size: 35px;
  margin-bottom: 20px;
}

@media (max-width: 1040px) {
  #home .sec__team .team__name {
    font-size: 27px;
  }
}

#home .sec__team .team__data {
  margin-bottom: 20px;
}

@media (max-width: 1040px) {
  #home .sec__team .team__data {
    font-size: 15px;
  }
}

#home .sec__team .team__link {
  font-size: 15px;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  #home .sec__team .team__link {
    font-size: 13px;
  }
}
