@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/************contents********************/
#section_kv .photobox {
  background-image: url(../media/images/invest/yuutai/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/invest/yuutai/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
  }
}
#section_01 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_01 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #section_01 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_01 .text01 {
  line-height: 180%;
  margin-bottom: 80px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #section_01 .text01 {
    margin-bottom: 40px;
  }
}
#section_01 ul.list {
  width: 100%;
}
#section_01 ul.list li {
  line-height: 140%;
  text-align: left;
  border-bottom: 1px solid #707070;
}
#section_01 ul.list li a {
  box-sizing: border-box;
  color: #333;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #section_01 ul.list li a {
    padding: 15px 0;
  }
}
#section_01 ul.list li a:hover {
  text-decoration: underline;
}

.grad_contena01 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01 {
    top: 20%;
  }
}

#section_02 {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_02 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#section_02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_02 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #section_02 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_02 .text01 {
  line-height: 180%;
  margin-bottom: 80px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #section_02 .text01 {
    margin-bottom: 40px;
  }
}

/******************************************/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

/*# sourceMappingURL=invest_tansin.css.map */
