@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 .text02 {
  line-height: 180%;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #section_01 .text02 {
    margin-bottom: 20px;
  }
}
#section_01 .text02 a {
  color: #1B2388;
  text-decoration: underline;
}
#section_01 h4.sub {
  color: #1B2388;
  font-weight: 700;
  padding-left: 0.5em;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}
#section_01 h4.sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2388;
}
#section_01 .hyous01 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 767px) {
  #section_01 .hyous01 {
    display: none;
  }
}
#section_01 .hyous02 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 25px auto;
  display: none;
}
@media screen and (max-width: 767px) {
  #section_01 .hyous02 {
    display: block;
  }
}
#section_01 .hyous03 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 50px auto;
  display: none;
}
@media screen and (max-width: 767px) {
  #section_01 .hyous03 {
    display: block;
  }
}
#section_01 table.table01 {
  width: 100%;
  background-color: #fff;
}
#section_01 table.table01 thead {
  background-color: #DFE7F8;
  font-weight: 700;
  color: #1B2388;
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table01 thead .ttl {
  width: 22.2%;
  border-right: 1px solid #1B2388;
}
#section_01 table.table01 thead .area1 {
  width: 38.9%;
  padding: 8px 10px;
  border-right: 1px solid #1B2388;
}
#section_01 table.table01 thead .area2 {
  width: 38.9%;
}
#section_01 table.table01 tbody th {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 20px 10px 20px 20px;
}
#section_01 table.table01 tbody .lins {
  border-bottom: 1px solid #1B2388;
  border-right: 1px solid #1B2388;
}
#section_01 table.table01 tbody .lins_side {
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table01 tbody .lins_last {
  border-right: 1px solid #1B2388;
}
#section_01 table.table01 .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
#section_01 table.table01 .flexbox .text {
  width: 59%;
  text-align: left;
  font-size: 16px;
  line-height: 180%;
}
#section_01 table.table01 .flexbox figure {
  width: 36%;
  margin-right: 3.5%;
}
#section_01 table.table01 .flexbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
#section_01 table.table01 .flexbox2 .text {
  width: 59%;
  text-align: left;
  font-size: 16px;
  line-height: 180%;
}
#section_01 table.table01 .flexbox2 figure {
  width: 39.5%;
  margin-right: 0%;
}
#section_01 table.table02 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table02.mulch thead th, #section_01 table.table02.mulch thead td,
#section_01 table.table02.mulch tbody th,
#section_01 table.table02.mulch tbody td {
  padding: 15px 10px;
  width: auto;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table02.mulch thead th a, #section_01 table.table02.mulch thead td a,
#section_01 table.table02.mulch tbody th a,
#section_01 table.table02.mulch tbody td a {
  font-size: 0.9em;
  color: #1B2388;
}
#section_01 table.table02.mulch thead th:not(:last-child), #section_01 table.table02.mulch thead td:not(:last-child),
#section_01 table.table02.mulch tbody th:not(:last-child),
#section_01 table.table02.mulch tbody td:not(:last-child) {
  border-right: 1px solid #1B2388;
}
#section_01 table.table02.mulch tbody th a {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02.mulch tbody th a {
    font-size: 4.4vw;
  }
}
#section_01 table.table02 thead {
  background-color: #DFE7F8;
  font-weight: 700;
  color: #1B2388;
  border-bottom: 1px solid #1B2388;
  font-size: 4.4vw;
}
#section_01 table.table02 thead .area1 {
  width: 100%;
  padding: 8px 10px;
}
#section_01 table.table02 tbody th {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 20px 10px 20px 20px;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02 tbody th {
    font-size: 4.4vw;
    line-height: 125%;
    padding: 2vw;
  }
}
#section_01 table.table02 tbody td {
  width: 60%;
}
#section_01 table.table02 tbody .lins {
  border-bottom: 1px solid #1B2388;
  border-right: 1px solid #1B2388;
}
#section_01 table.table02 tbody .lins_side {
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table02 tbody .lins_last {
  border-right: 1px solid #1B2388;
}
#section_01 table.table02 .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
}
#section_01 table.table02 .flexbox .text {
  width: 59%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02 .flexbox .text {
    width: 100%;
    order: 2;
    font-size: 4.15vw;
    line-height: 160%;
  }
}
#section_01 table.table02 .flexbox figure {
  width: 36%;
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02 .flexbox figure {
    order: 1;
    margin: 0 auto 15px auto;
  }
}
#section_01 table.table02 .flexbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
}
#section_01 table.table02 .flexbox2 .text {
  width: 59%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02 .flexbox2 .text {
    width: 100%;
    order: 2;
    font-size: 4.15vw;
    line-height: 125%;
    line-height: 160%;
  }
}
#section_01 table.table02 .flexbox2 figure {
  width: 36%;
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  #section_01 table.table02 .flexbox2 figure {
    order: 1;
    margin: 0 auto 15px auto;
  }
}
#section_01 .hyous04 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 70px auto;
}
#section_01 table.table04 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table04 .lins_bottom {
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table04 .lins_side {
  border-right: 1px solid #1B2388;
}
#section_01 table.table04 thead {
  background-color: #DFE7F8;
  font-weight: 700;
  color: #1B2388;
  border-bottom: 1px solid #1B2388;
}
#section_01 table.table04 thead th {
  width: 50%;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  #section_01 table.table04 thead th {
    font-size: 4.4vw;
  }
}
#section_01 table.table04 tbody td {
  width: 50%;
  padding: 12px 10px;
}

.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;
  }
}
#section_02 .text02 {
  line-height: 180%;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #section_02 .text02 {
    margin-bottom: 20px;
  }
}
#section_02 .text02 a {
  color: #1B2388;
  text-decoration: underline;
}
#section_02 .text03 {
  line-height: 180%;
  margin-bottom: 0px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #section_02 .text03 {
    margin-bottom: 0px;
  }
}
#section_02 .text04 {
  line-height: 180%;
  margin-bottom: 80px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #section_02 .text04 {
    margin-bottom: 40px;
  }
}
#section_02 .text04 p {
  text-indent: -1em;
  padding-left: 1em;
}
#section_02 h4.sub {
  color: #1B2388;
  font-weight: 700;
  padding-left: 0.5em;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}
#section_02 h4.sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2388;
}
#section_02 h4.sub2 {
  color: #1B2388;
  font-weight: 700;
  padding-left: 0.5em;
  text-align: left;
  position: relative;
  margin-bottom: 1.5em;
}
#section_02 h4.sub2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2388;
}
#section_02 .hyous05 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 767px) {
  #section_02 .hyous05 {
    margin: 0 auto 60px auto;
  }
}
#section_02 table.table05 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table05 .lins_bottom {
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table05 .lins_side {
  border-right: 1px solid #1B2388;
}
#section_02 table.table05 thead {
  background-color: #DFE7F8;
  font-weight: 700;
  color: #1B2388;
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table05 thead th {
  width: 50%;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  #section_02 table.table05 thead th {
    font-size: 4.4vw;
  }
}
#section_02 table.table05 tbody td {
  width: 50%;
  padding: 12px 10px;
}
#section_02 .hyous06 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 767px) {
  #section_02 .hyous06 {
    margin: 0 auto 60px auto;
  }
}
#section_02 .hyous06 p.minis {
  padding-top: 6px;
  text-align: left;
}
#section_02 table.table06 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table06 .lins_bottom {
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table06 .lins_side {
  border-right: 1px solid #1B2388;
}
#section_02 table.table06 thead {
  background-color: #DFE7F8;
  font-weight: 700;
  color: #1B2388;
  border-bottom: 1px solid #1B2388;
}
#section_02 table.table06 thead th {
  width: 50%;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  #section_02 table.table06 thead th {
    font-size: 4.4vw;
  }
}
#section_02 table.table06 tbody td {
  width: 50%;
  padding: 12px 10px;
}

/******************************************/
.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_yuutai_2022.css.map */
