main {
  padding-top: 170px;
  background: none;
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 40px;
  }
}
.kv .imgBox01 {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .kv .imgBox01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .kv .imgBox01 figure {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.kv .imgBox02 {
  width: 68.99%;
}
@media screen and (max-width: 768px) {
  .kv .imgBox02 {
    width: 100%;
  }
}
.kv .imgBox02 .engcap {
  position: absolute;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.4em;
  right: 10px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .kv .imgBox02 .engcap {
    font-size: 13px;
  }
}
.kv .txtBox {
  width: 100%;
  background: #EBEAE6;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .kv .txtBox {
    font-size: 18px;
  }
}
.kv .txtBox h2 {
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  color: #fff;
  background-color: #84050D;
  padding: 20px 0px;
  font-size: 1.34em;
  letter-spacing: 0.3em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv .txtBox h2 {
    padding: 10px 0px;
  }
}
.kv .txtBox h2::before {
  content: "";
  display: block;
  width: 90%;
  position: absolute;
  aspect-ratio: 900/90;
  background: url(../../img/interview/kv_bgtxt.webp) center center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kv .txtBox p {
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  .kv .txtBox p {
    padding: 10px 0px;
  }
}
.kv img {
  width: 100%;
}

.tab_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .tab_btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.tab_btn_area a {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 330px;
  font-size: 22px;
  font-family: YakuHanMP, "Shippori Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab_btn_area a {
    font-size: 15px;
    width: 100%;
  }
}
.tab_btn_area .btn_com01.cur {
  color: #fff;
}
.tab_btn_area .btn_com01.cur::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tab_contents {
  display: none;
}
.tab_contents.cur {
  display: block;
}

.sec_com {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_com {
    margin-bottom: 45px;
  }
}
.sec_com:last-child {
  margin-bottom: 0px;
}
.sec_com .ranking_tit {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_com .ranking_tit {
    font-size: 15px;
  }
}
.sec_com .ranking_tit b {
  display: block;
  padding: 15px 0px;
  background-color: #84050D;
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec_com .ranking_tit b {
    padding: 10px 0px;
  }
}
.sec_com .ranking_tit strong {
  display: block;
  background-color: #EBEAE6;
  padding: 5px 0px;
  font-size: 1.8em;
}
.sec_com .ranking_box {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
  border: solid 2px #EBEAE6;
}
@media screen and (max-width: 768px) {
  .sec_com .ranking_box {
    padding: 15px;
  }
}
.sec_com .ranking_box .ranking li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding: 20px;
  padding-left: 5.76em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_com .ranking_box .ranking li {
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }
}
.sec_com .ranking_box .ranking li span {
  display: block;
  border-bottom: solid 1px #707070;
}
.sec_com .ranking_box .ranking li::before {
  display: block;
  position: absolute;
  width: 3.07em;
  aspect-ratio: 80/45;
  content: "";
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../img/interview/no1.webp) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_com .ranking_box .ranking li::before {
    position: static;
    margin: 0px auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-bottom: 10px;
  }
}
.sec_com .ranking_box .ranking li:nth-child(1) {
  background-color: #FEFEC0;
}
.sec_com .ranking_box .ranking li:nth-child(2) {
  background-color: #F2F2F2;
}
.sec_com .ranking_box .ranking li:nth-child(2)::before {
  background-image: url(../../img/interview/no2.webp);
}
.sec_com .ranking_box .ranking li:nth-child(3) {
  background-color: #FFECD4;
}
.sec_com .ranking_box .ranking li:nth-child(3)::before {
  background-image: url(../../img/interview/no3.webp);
}
.sec_com .tit_com02 + p {
  line-height: 2.28;
}
.sec_com .-tr {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_com .-tr {
    text-align: left;
  }
}

.sec_tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_tit01 {
    display: block;
    margin-bottom: 15px;
  }
}
.sec_tit01 .ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #192C36;
  color: #fff;
  font-size: 30px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .sec_tit01 .ranking {
    font-size: 20px;
    width: 100%;
    padding: 10px 0px;
  }
}
.sec_tit01 .txt {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  background-color: #2A4655;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_tit01 .txt {
    font-size: 16px;
    width: 100%;
    padding: 15px;
  }
}
.sec_tit01 .txt .subtit {
  display: block;
  font-size: 0.76em;
}

.sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .sec_flex {
    display: block;
  }
}
.sec_flex.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_flex.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_flex .sec_txtBox {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .sec_flex .sec_txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_flex .sec_imgBox {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .sec_flex .sec_imgBox {
    width: 100%;
  }
}
.sec_flex .sec_imgBox .img_in {
  margin-left: calc((-100vw + 200%) / 2);
}
@media screen and (max-width: 800px) {
  .sec_flex .sec_imgBox .img_in {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sec_flex .sec_imgBox .img_in img {
  width: 100%;
}
.sec_flex .sec_imgBox .img_in.-right {
  margin-right: calc((-100vw + 200%) / 2);
  margin-left: 0px;
}
@media screen and (max-width: 800px) {
  .sec_flex .sec_imgBox .img_in.-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sec_flex .sec_imgBox .img_in + .caption {
  margin-top: 10px;
}

.r_sec02 .cap01 {
  bottom: 6%;
  right: auto;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .r_sec02 .cap01 {
    left: 15px;
    right: 15px;
    bottom: 5px;
    text-align: left;
  }
}
.r_sec02 .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .r_sec02 .list01 {
    gap: 10px;
  }
}
.r_sec02 .list01 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.r_sec02 .list01 li figure {
  aspect-ratio: 215/145;
  margin-bottom: 10px;
}
.r_sec02 .list01 li figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.r_sec04 .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .r_sec04 .list01 {
    gap: 10px;
  }
}
.r_sec04 .list01 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.r_sec04 .list01 .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .r_sec04 .list01 .img {
    margin-bottom: 15px;
  }
}
.r_sec04 .list01 .station {
  font-family: Copperplate, "Copperplate Gothic Light", "copperplate", serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .r_sec04 .list01 .station {
    font-size: 20px;
  }
}
.r_sec04 .list01 .min {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .r_sec04 .list01 .min {
    font-size: 15px;
  }
}
.r_sec04 .list01 .min strong {
  font-size: 1.36em;
}
.r_sec04 .list01 .min small {
  display: inline;
  font-size: 0.63em;
}
.r_sec04 .list01 .rosen {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .r_sec04 .list01 .rosen {
    font-size: 12px;
  }
}

.t_sec02 .img11 {
  aspect-ratio: 700/500;
}
.t_sec02 .img11 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.t_sec04 {
  position: relative;
  padding: 85px 0px;
}
@media screen and (max-width: 768px) {
  .t_sec04 {
    padding: 40px 0px;
  }
}
.t_sec04::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F6F6F6;
}
.t_sec04 .madori {
  width: 100%;
  max-width: 639px;
  margin: 0px auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .t_sec04 .madori {
    margin-bottom: 15px;
  }
}

.t_sec05 .ldk {
  aspect-ratio: 700/500;
}
.t_sec05 .ldk img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 25px;
  }
}