.commingsoon {
  opacity: 0.5;
  pointer-events: none;
}

/*============================
#accessTtl
============================*/
section#accessTtl {
  padding: 71px 30px 78px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#accessTtl {
    padding: 35px 26px 39px;
  }
}
section#accessTtl h1 {
  font-size: 35px;
  line-height: 1.714285714285714;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  section#accessTtl h1 {
    font-size: calc(35px * 0.7);
  }
}

/*============================
#sec01
============================*/
section#sec01 {
  border-top: 25px solid #D9DFE3;
  padding: 37px 30px 55px;
}
@media screen and (max-width: 767px) {
  section#sec01 {
    border-top: 20px solid #D9DFE3;
    padding: 18px 26px 60px;
  }
}
section#sec01 div.w819 {
  max-width: 819px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 {
    display: block;
  }
}
section#sec01 div.w819 figure {
  flex: 0 0 59.829%;
  order: 1;
}
section#sec01 div.w819 div.access-copy {
  flex: 0 0 34.5543%;
  order: 2;
}
section#sec01 div.w819 div.access-copy h2 {
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: 0.15em;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-copy h2 {
    font-size: 22px;
    margin: 1em 0 0.5em;
  }
}
section#sec01 div.w819 div.access-copy p {
  font-size: 15px;
  line-height: 2.133333333333333;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-copy p {
    font-size: 14px;
    line-height: 2.214285714285714;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
  section#sec01 div.w819 div.access-copy p br {
    display: none;
  }
}
section#sec01 div.w819 div.access-info {
  flex: 0 0 100%;
  order: 3;
  position: relative;
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-info {
    display: block;
    margin-top: 20px;
  }
}
section#sec01 div.w819 div.access-info div.clm-info {
  flex: 0 0 64.1026%;
}
section#sec01 div.w819 div.access-info div.clm-info ul {
  margin-bottom: 0.9em;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-info div.clm-info ul {
    margin-bottom: 0.5em;
  }
}
section#sec01 div.w819 div.access-info div.clm-info ul li {
  font-size: 15px;
  line-height: 2.133333333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-info div.clm-info ul li {
    font-size: 3.3vw;
  }
}
section#sec01 div.w819 div.access-info div.clm-info ul:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w819 div.access-info div.clm-info ul:nth-child(2) {
    margin-bottom: 1.2em;
  }
}
section#sec01 div.w819 div.access-info div.clm-info ul:nth-child(2)::before {
  content: '';
  display: block;
  width: 8px;
  height: 75%;
  background: #B29701;
  position: absolute;
  left: 0;
  top: 0.6em;
}
section#sec01 div.w819 div.access-info div.clm-info ul:nth-child(2) li {
  padding-left: 24px;
}

/*============================
#sec02
============================*/
section#sec02 {
  border-top: 25px solid #D9DFE3;
  padding: 111px 30px 66px;
}
@media screen and (max-width: 767px) {
  section#sec02 {
    border-top: 20px solid #D9DFE3;
    padding: 55px 26px 33px;
  }
}
section#sec02 div.w819 {
  max-width: 819px;
  margin: auto;
}
section#sec02 div.w819 h2 {
  font-size: 32px;
  line-height: 1.53125;
  letter-spacing: 0.15em;
  margin-bottom: 2.4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 h2 {
    font-size: 22px;
    text-align: left;
  }
}
section#sec02 div.w819 h2 strong {
  background: linear-gradient(transparent 66%, #EBE4BD 0%);
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 h2 strong {
    background: linear-gradient(transparent 68%, #EBE4BD 0%);
  }
}
section#sec02 div.w819 h3 {
  position: relative;
  padding-left: 39px;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 h3 {
    font-size: calc(24px * 0.86);
    padding-left: 33px;
  }
}
section#sec02 div.w819 h3::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("img/h3_icon.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0.55em;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 h3::before {
    width: 20px;
    height: 20px;
  }
}
section#sec02 div.w819 div.flex {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 div.flex {
    display: block;
  }
}
section#sec02 div.w819 div.flex p {
  flex: 0 0 47.619%;
  font-size: 15px;
  line-height: 2.133333333333333;
  letter-spacing: 0.05;
  margin-bottom: 10px;
  margin-top: -0.4em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 div.flex p {
    font-size: 14px;
    line-height: 2.214285714285714;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
}
section#sec02 div.w819 div.flex figure {
  flex: 0 0 47.619%;
}
section#sec02 div.w819 div.flex:first-of-type {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  section#sec02 div.w819 div.flex:first-of-type {
    margin-bottom: 98px;
  }
}
