@charset "UTF-8";

.list_page_title_container {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.list_page_title_container .titlebox {
  margin-bottom: 70px;
}
.list_page_title_container .titlebox .txt_en {
  font-size: 20px;
  color: var(--color2);
  margin-bottom: 10px;
}
.list_page_title_container .titlebox .title {
  font-size: 36px;
}
.list_page_title_container .titlebox .title span {
  line-height: 1;
  border-left: solid 1px var(--color1);
  border-right: solid 1px var(--color1);
  padding: 0 1em;
  margin: 0 1em;
  display: inline-block;
}
.list_page_title_container .backtxt {
  font-size: 190px;
  color: rgba(230, 229, 229, .5);
  line-height: 0;
  position: absolute;
  top: 90px;
  z-index: -1;
}
@media screen and (max-width:960px) {
  .list_page_title_container {
    margin-top: 60px;
  }
  .list_page_title_container .titlebox .txt_en {
    font-size: 16px;
  }
  .list_page_title_container .titlebox .title {
    font-size: 18px;
  }
  .list_page_title_container .backtxt {
    font-size: 64px;
  }
}

.sec01 .txt,
.sec01 .item {
  font-size: 18px;
  line-height: 2;
}
.sec01 .item {
  padding-left:1em;
  text-indent:-1em;
}
.sec01 .item a {
  color: var(--color2);
  text-decoration: underline;
}
.sec01 .btn {
  width: 100%;
  max-width: 260px;
  line-height: 50px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
}
.sec01 .btn a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background-color: var(--color4);
  display: block;
  transition: all .3s;
}
.sec01 .btn:hover a {
  opacity: .75;
}
.sec01 .btn i {
  margin-left: 10px;
}
.sec01 .btn span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-flex;
  transition: all .3s;
}
.sec01 .btn:hover span {
  right: 10px;
}
@media screen and (max-width:960px) {
  .sec01 .txt,
  .sec01 .item {
    font-size: 16px;
  }
}

.sec02 .pict {
  margin-bottom: 60px;
}
.sec02 .txt {
  font-size: 24px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width:960px) {
  .sec02 .pict {
    margin-bottom: 30px;
  }
  .sec02 .txt {
    font-size: 18px;
  }
}