nav .nav_list01 li a.structure::after, nav .nav_list01 li span.structure::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #f5f3d6;
  position: absolute;
  bottom: -30%;
  left: -5%;
}

header #sp_menu nav .nav_list01 li a.structure::after, header #sp_menu nav .nav_list01 li span.structure::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #f5f3d6;
  position: absolute;
  bottom: 14%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .bottom nav .nav_list01 li a.structure::after, .bottom nav .nav_list01 li span.structure::after {
    width: 80%;
    height: 2px;
    bottom: 14%;
    left: 10%;
  }
}

.sub_txt {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  position: absolute;
  right: 0.7em;
  bottom: 0.5em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1180px) {
  .sub_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sub_txt {
    font-size: 2.4vw;
  }
}

.bg01 {
  background-color: #1e1210;
}

.wrap02 {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  .wrap02 {
    max-width: none;
    width: 86.8vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 86.7%;
  }
}

h2.stitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  color: #f3ca72;
}
@media screen and (max-width: 1180px) {
  h2.stitle {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  h2.stitle {
    font-size: 4vw;
  }
}

.s_txt01 {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 0.5em;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .s_txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .s_txt01 {
    font-size: 3.3vw;
  }
}

#mv {
  position: relative;
}

#head_content01 .wrap02 {
  padding: 110px 0 120px;
}
@media screen and (max-width: 1180px) {
  #head_content01 .wrap02 {
    padding: 9.3vw 0 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content01 .wrap02 {
    padding: 14.7vw 0 14.7vw;
  }
}
#head_content01 .txt01 {
  max-width: 237px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #head_content01 .txt01 {
    max-width: none;
    width: 20.1vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content01 .txt01 {
    width: 45.5vw;
  }
}
#head_content01 .txt02 {
  font-size: 17px;
  line-height: 2.5em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #head_content01 .txt02 {
    font-size: 1.4vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content01 .txt02 {
    font-size: 3.3vw;
    text-align: left;
    margin-top: 5.3vw;
  }
}

.structure_txt_box01 .wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 .wrap02 {
    display: block;
  }
}
.structure_txt_box01 .wrap02 .left_block {
  width: 48.8%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 .wrap02 .left_block {
    width: 100%;
  }
}
.structure_txt_box01 .wrap02 .right_block {
  width: 48.1%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 .wrap02 .right_block {
    width: 100%;
    margin-top: 5.3vw;
  }
}
.structure_txt_box01 .wrap02 .right_block .img_txt {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 .wrap02 .right_block .img_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 .wrap02 .right_block .img_txt {
    font-size: 2.4vw;
    margin-top: 0.3em;
  }
}
.structure_txt_box01 #structure_section01 .table_box {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section01 .table_box {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section01 .table_box {
    margin-top: 4.7vw;
    display: block;
  }
}
.structure_txt_box01 #structure_section01 .table_box .table {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section01 .table_box .table {
    display: block;
    width: 60.8%;
  }
}
.structure_txt_box01 #structure_section01 .table_box .table_txt_box {
  width: 43.4%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section01 .table_box .table_txt_box {
    width: 100%;
    display: block;
    margin-top: 3.7vw;
  }
}
.structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt01 {
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  margin-top: -0.5em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt01 {
    font-size: 3.2vw;
  }
}
.structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt02 {
  font-size: 14px;
  line-height: 1.6em;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt02 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section01 .table_box .table_txt_box .table_txt02 {
    font-size: 2.9vw;
  }
}
.structure_txt_box01 #structure_section02 {
  margin-top: 75px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section02 {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section02 {
    margin-top: 8vw;
  }
}
.structure_txt_box01 #structure_section02 .txt01 {
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 25px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section02 .txt01 {
    font-size: 1.3vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section02 .txt01 {
    font-size: 3.2vw;
    margin-top: 2.7vw;
  }
}
.structure_txt_box01 #structure_section02 .txt02 {
  font-size: 13px;
  line-height: 1.6em;
  color: #fff;
  margin-top: 0.8em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box01 #structure_section02 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box01 #structure_section02 .txt02 {
    font-size: 2.9vw;
    margin-top: 0.4em;
  }
}

.structure_txt_box02 {
  margin-top: 125px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box02 {
    margin-top: 10.6vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box02 {
    margin-top: 10.7vw;
  }
}
.structure_txt_box02 #structure_section03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .structure_txt_box02 #structure_section03 {
    display: block;
  }
}
.structure_txt_box02 #structure_section03 .left_block {
  width: 43.9%;
  padding-top: 25px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box02 #structure_section03 .left_block {
    padding-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box02 #structure_section03 .left_block {
    width: 100%;
    padding-top: 0vw;
  }
}
.structure_txt_box02 #structure_section03 .right_block {
  width: 55.5%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box02 #structure_section03 .right_block {
    width: 100%;
    margin-top: 3.3vw;
  }
}

#head_content02 {
  margin-top: 130px;
}
@media screen and (max-width: 1180px) {
  #head_content02 {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content02 {
    margin-top: 12.9vw;
  }
}
#head_content02 .wrap02 {
  border-top: 1px solid #fff;
  padding: 130px 0 100px;
}
@media screen and (max-width: 1180px) {
  #head_content02 .wrap02 {
    padding: 11vw 0 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content02 .wrap02 {
    padding: 12.3vw 0 10.7vw;
  }
}
#head_content02 .txt01 {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #head_content02 .txt01 {
    max-width: none;
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content02 .txt01 {
    width: 63.1vw;
  }
}
#head_content02 .txt02 {
  font-size: 17px;
  line-height: 2.5em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #head_content02 .txt02 {
    font-size: 1.4vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #head_content02 .txt02 {
    font-size: 3.3vw;
    text-align: left;
    margin-top: 5.3vw;
  }
}

.structure_txt_box03 .wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 .wrap02 {
    display: block;
  }
}
.structure_txt_box03 .wrap02 .structure_section {
  width: 46.9%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 .wrap02 .structure_section {
    width: 100%;
  }
}
.structure_txt_box03 .wrap02 .structure_section:nth-child(n+2) {
  margin-top: 75px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 .wrap02 .structure_section:nth-child(n+2) {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 .wrap02 .structure_section:nth-child(n+2) {
    margin-top: 12.7vw;
  }
}
.structure_txt_box03 #structure_section04 {
  width: 100%;
}
.structure_txt_box03 #structure_section04 .pc_img01 {
  margin-top: 25px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section04 .pc_img01 {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section04 .pc_img01 {
    display: none;
  }
}
.structure_txt_box03 #structure_section04 .sp_box {
  display: none;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section04 .sp_box {
    display: block;
    margin-top: 4.7vw;
  }
}
.structure_txt_box03 #structure_section04 .sp_box .table01 {
  margin-top: 7.3vw;
}
.structure_txt_box03 #structure_section04 .sp_box .txt01 {
  font-size: 2.4vw;
  line-height: 1.4em;
  margin-top: 0.3em;
  color: #fff;
}
.structure_txt_box03 #structure_section05 .img01 {
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section05 .img01 {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section05 .img01 {
    margin-top: 2vw;
  }
}
.structure_txt_box03 #structure_section05 .txt01 {
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 1em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section05 .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section05 .txt01 {
    font-size: 3.2vw;
    margin-top: 0.8em;
  }
}
.structure_txt_box03 #structure_section05 .txt02 {
  font-size: 14px;
  line-height: 1.6em;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section05 .txt02 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section05 .txt02 {
    font-size: 2.9vw;
    margin-top: 0.5em;
  }
}
.structure_txt_box03 #structure_section06 .img01 {
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section06 .img01 {
    margin-top: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section06 .img01 {
    margin-top: 4vw;
  }
}
.structure_txt_box03 #structure_section07 .s_txt01 {
  width: 98.9%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section07 .s_txt01 {
    width: 100%;
  }
}
.structure_txt_box03 #structure_section07 .txt01 {
  width: 98.9%;
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.3em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section07 .txt01 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section07 .txt01 {
    width: 100%;
    font-size: 2.4vw;
    margin-top: 0.3em;
  }
}
.structure_txt_box03 #structure_section07 .img01 {
  margin-top: 65px;
  width: 99.6%;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section07 .img01 {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section07 .img01 {
    margin-top: 4vw;
  }
}
.structure_txt_box03 #structure_section08 {
  width: 46.4%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section08 {
    width: 100%;
  }
}
.structure_txt_box03 #structure_section08 .img01 {
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section08 .img01 {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section08 .img01 {
    margin-top: 3.1vw;
  }
}
.structure_txt_box03 #structure_section08 .txt01 {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.3em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section08 .txt01 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section08 .txt01 {
    font-size: 2.4vw;
    margin-top: 0.6em;
  }
}
.structure_txt_box03 #structure_section09 {
  width: 46.7%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section09 {
    width: 100%;
  }
}
.structure_txt_box03 #structure_section09 .txt01 {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section09 .txt01 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section09 .txt01 {
    font-size: 3.2vw;
    margin-top: 0.6em;
  }
}
.structure_txt_box03 #structure_section09 .txt02 {
  font-size: 13px;
  line-height: 1.6em;
  color: #fff;
  margin-top: 0.1em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section09 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section09 .txt02 {
    font-size: 2.9vw;
    margin-top: 0.3em;
  }
}
.structure_txt_box03 #structure_section09 .img01 {
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section09 .img01 {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section09 .img01 {
    margin-top: 2vw;
  }
}
.structure_txt_box03 #structure_section10 {
  width: 46.6%;
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section10 {
    width: 100%;
  }
}
.structure_txt_box03 #structure_section10 .txt01 {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.3em;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section10 .txt01 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section10 .txt01 {
    font-size: 2.4vw;
    margin-top: 0.6em;
  }
}
.structure_txt_box03 #structure_section10 .img01 {
  width: 88.6%;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .structure_txt_box03 #structure_section10 .img01 {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt_box03 #structure_section10 .img01 {
    width: 100%;
    margin-top: 5.3vw;
  }
}

#note {
  padding: 125px 0 40px;
}
@media screen and (max-width: 1180px) {
  #note {
    padding: 10.6vw 0 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #note {
    padding: 12vw 0 6vw;
  }
}
#note p {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  #note p {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #note p {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style_structure.css.map */