@charset "UTF-8";/* 2024.08.27 */

.info_01 > section {
  margin-bottom: 70px;
}
.link_url {
  margin: 30px 0;
  padding: 15px;
  background: var(--light02);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
  display: block;
}
.link_url::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/ic-extend.png") no-repeat;
  background-size: 100% !important;
}
.box01 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.box01 a {
  padding: 14px 0;
  border-bottom: solid 1px #ddd;
  display: block;
  position: relative;
}
.box01 a::after {
  background: url(../images/chevron-right.svg) no-repeat center / contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  speak: none;
  content: "";
}
.txt1 {
  color: var(--main);
  font-weight: 700;
  line-height: 1.4;
}
.img_ev {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.list_01 {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .box01 {
    width: 220px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .txt1 {
    letter-spacing: .05em;
  }
  .box_01 {
    display: flex;
    justify-content: center;
  }
  .box_01 .pc_only {
    display: block;
  }
  .link_url {
    padding: 30px;
  }
  .list_01 {
    flex: 1;
    margin-bottom: 0;
  }
  .info_01 {
    width: calc(100% - 260px);
    flex: inherit;
    margin-bottom: 100px;
  }
}
@media (min-width: 1081px) {
  #sec01 {
    margin-top: -10px;
  }
  .txtbox {
    display: flex;
    justify-content: space-between;
  }
  .txt_ev {
    flex: 1;
  }
  .img_ev {
    width: 320px;
    padding-left: 30px;
  }
  .img_ev > * {
    object-fit: contain;
  }
}
@media (min-width: 1081px) {
  .list_01 {
    flex: 1;
    padding-left: 58px;
  }
  .info_01 {
    width: 906px;
  }
}


