.ly-main_head{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1em;
}

.link--tab{
  position: relative;
  width: 100%;
}
.link--tab__text{
  color: var(--colorMain);
  background-color: #fff;
  border-radius: 999px;
  display: block;
  font-style: normal;
  text-align: center;
  transition: all 300ms ease;
  position: relative;
}

.link--tab__text::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--colorMain);
  border-radius: 999px;
  position: absolute;
  right: 16px;
  top: calc((100% - 22px) / 2);
  transition: all 300ms ease;
}
.link--tab__text::after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(/assets/img/common/icon/arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 23px;
  top: calc((100% - 5px) / 2);
  transform: rotate(180deg);
}

@media (max-width:959px){
  .link--tab{
    margin: 50px auto 0;
  }
  .link--tab__select{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1.5;
    padding: 0.5em 2em;
    width: 100%;
    white-space: normal;
    text-wrap: pretty;
    line-height: 1.4;  
  }
}
@media (min-width:960px) {
  .link--tab{
    margin: 63px auto 0;
    height: 72px;
  }
  .link--tab__select{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 26px 0;
    line-height: 1;
  }
}

.ly-main_head_title{
  line-height: 1.5;
}

.application__link__title{
  color: var(--colorMain);
  text-align: center;
}
.application__link__note{
  color: var(--color);
  font-style: normal;
  font-weight: 400;
}
@media (max-width:959px){
  .application__link__title{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-top: 32px;
  }
  .application__link__note{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.9px;
    margin-top: 2em;
  }
}
@media (min-width:960px) {
  .application__link__title{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 4.8px;
    margin-top: 40px;
  }
  .application__link__note{
    font-size: 16px;
    line-height: 2;
    margin-top: 54px;
  }
}

.content {
  border-top: 1px solid var(--colorMain);
  position: relative;
}
.content::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  left: 0;
  top: -4px;
  background-color: var(--colorMain);
  position: absolute;
}
.content::after{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  right: 0;
  top: -4px;
  background-color: var(--colorMain);
  position: absolute;
}
.ly-page--s.content{
  padding: 0;
}
.content .ly-page--s__inner {
  border-bottom: 1px solid var(--colorMain);
  position: relative;
}
.content .ly-page--s__inner::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  left: 0;
  bottom: -4px;
  background-color: var(--colorMain);
  position: absolute;
}
.content .ly-page--s__inner::after{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  right: 0;
  bottom: -4px;
  background-color: var(--colorMain);
  position: absolute;
}
.content .article {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom-width: 0;
}
.content .article .c-button__label{
  color: #fff !important;
  text-decoration: none;
}
.content .article .voice{
  padding: 58px;
  margin: 24px auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.content .article .voice__person{
  margin: 4px 0 0;
}
.content .article .voice__person::before{
  display: none;
}
.voice_intro {
  color: #BD0027;
  font-family: Noto Sans CJK JP;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width:959px){
  .ly-page--s.content{
    margin-top: 2em;
    width: calc(100% - 2em);
  }
  .content .article{
    padding: 2em 0;
  }
  .content .article .c-button{
    margin: 28px auto 0;
  }
  .content .article .voice{
    padding: 32px;
    margin: 16px auto;
  }
  .content .article .voice__person{
    margin: 12px 0 4px;
  }
  .content .article .voice .c-button{
    margin: 14px auto 0;
  }
  .voice_intro {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
  }
}
@media (min-width:960px) {
  .ly-page--s.content{
    margin-top: 48px;
  }
  .content .article{
    padding: 60px 0;
  }
  .content .article .c-button{
    margin: 40px auto 0;
  }
}

.aword{
  border: 1px solid var(--colorMain);
}
.aword__list-items:not(:first-child){
  margin-top: 2em;
}
.aword__list-items__title{
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 10%;
}
.aword__list-items__text{
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 10%;
}
@media (max-width:959px){
  .aword{
    margin-top: 2em;
    padding: 2em;
  }
  .aword__list-items__text{
    font-size: 15px;
  }
}
@media (min-width:960px) {
  .aword{
    margin-top: 48px;
    padding: 40px;
  }
  .aword__list-items__text{
    font-size: 16px;
  }
}

.interview__voice{
  text-align: center;
}
.interview__voice img {
  max-width: 380px;
}
.interview__voice a{
  transition: all 300ms ease;
}
.interview__voice a:hover{
  opacity: 0.7;
}
@media (max-width:959px){
  .interview__voice{
    margin: 2em auto;
  }
}@media (min-width:960px) {
  .interview__voice{
    margin: 80px auto;
  }
}


.interview__title{
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.interview__text{
  font-weight: 400;
  line-height: 32px;
}

@media (max-width:959px){
  .interview {
    margin-top: 2em;
  }
  .interview__title{
    margin: 1em auto 0.5em;
  }
  .interview__text{
    font-size: 15px;
  }
  .interview__text + .interview__text{
    margin-top: 1em;
  }
}
@media (min-width:960px) {
  .interview {
    display: flex;
    margin-top: 56px;
    column-gap: 24px;
  }
  .interview__title{
    margin-bottom: 1em;
  }
  .interview__text{
    font-size: 16px;
  }
  .interview__text + .interview__text{
    margin-top: 28px;
  }
}

/* Footer */
@media (min-width:960px) {
  .ly-footer_inner_logo{
    top: 60px !important;
  } 
}
@media (max-width:959px) {
  .ly-footer_inner_logo{
    top: min(calc((35 / 375)*100vw),80px) !important;
  }
}