@charset "UTF-8";
@media screen and (max-width: 900px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }



.main {
  position: sticky;
  top: 0;
  width: 100vw;
  margin: 0 auto;
  z-index: 1;
}

.main_parts{
    position: absolute;
    right: 0;
    top: 10.5vw;
    width: 31.6vw;
    height: 31.6vw;
}

.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll {
    transform: translateY(-6vw);
    margin-bottom: -6vw;
    padding: 18vw 0 25vw;
    position: relative;
    z-index: 2;
    background: #fff;
    min-height: 200vh;
    border-radius: 7vw 7vw 0 0;
}

.scroll.interview{
        padding: 18vw 0 0;
}

.scroll.interview{
    transform: translateY(-10vw);
    margin-bottom: -10vw;
}

.scroll.crosstail{
    transform: translateY(-9vw);
    margin-bottom: -9vw;
}


h1{
    display: grid;
    position: absolute;
    bottom: 13.333vw;
    left: 7vw;
    font-size: 9vw;
    font-weight: 600;
    color: #FFF;
    line-height: 1.3;
}
.crosstail_h1{
        bottom: 22vw;
}


h1 span{
    width: fit-content;
    background-color: #C7312D;
    font-size: 3.2vw;
    padding: 1vw 2vw;
    margin-bottom: 1.5vw;
}

.know_link p{
    width: 85vw;
    margin: 0 auto 10vw;
}

.know_link ul{
    width: 70vw;
    font-size: 3.4vw;
    color: #18479E;
    margin: 0 auto 20vw;
}

.know_link a{
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    padding: 3.5vw 6vw;
    position: relative;
    margin-bottom: 5vw;
    border-radius: 7vw;
}

.know_link a{
  display: flex;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}

.know_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    width: 5vw;
    height: 3.333vw;
    background: url(../images/common/arrow_bottom.svg) no-repeat center / contain;
    transform: translateY(-50%);
    }

.know_con h2{
    margin-left: 11.111vw;
}
.know_con p{
    width: 80vw;
    margin: 0 auto 50px;
}



/* No */

.numbers {
    width: 80vw;
    margin: 0 auto 15vw;
}

.numbers_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.222vw;
}

.numbers_item {
width: 39vw!important;
  background: #eee;
  padding: 5.556vw 0;
  text-align: center;
  position: relative;
}

.numbers_item::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 4vw solid #18479E;
    border-left: 4vw solid transparent;
}

.numbers_label {
width: 39vw!important;
  font-size: 2.667vw;
  text-align: center;
  margin-bottom: 1.111vw;
}

.numbers_value {
    width: 39vw!important;
    text-align: center;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
}

.count {
  color: #C7312D;
}

.unit {
    font-size: 5vw;
    color: #444;
}

.sub {
  font-size: 3vw;
}

.numbers_note01 {
    width: 39vw!important;
    font-size: 3vw;
    text-align: center;
    color: #444;
    margin: 1vw  auto 0!important;
    line-height: 1;
}
.numbers_note02 {
    width: 39vw!important;
    font-size: 2vw;
    text-align: center;
    color: #444;
    margin: 1vw  auto 0!important;
    line-height: 1;
}

.numbers_note03 {
    width: 39vw!important;
    font-size: 2vw;
    text-align: center;
    color: #444;
    margin: 1vw  auto 0!important;
    line-height: 1;
}

h1.interview{
    font-size: 7vw;
    bottom: 18vw;
    line-height: 1.4;
}

.interview_name{
    position: relative;
}
.interview_name span{

}

.interview_name_parts_l{
    position: absolute;
    top: 50%;
    left: 0;
    width: 10.111vw;
    height: 30.556vw;
    transform: translateY(-50%);
}

.interview_name_parts_r{
    position: absolute;
    top: 50%;
    right: 0;
    width: 10.111vw;
    height: 30.556vw;
    transform: translateY(-50%);
}

.interview_name{
    text-align: center;
    font-weight: 600;
    margin-bottom: 8.889vw;
}

.interview_name h2{
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 2.222vw;
}

.interview_name h3{
    display: grid;
    font-size: 6.5vw;
    margin-bottom: 2.222vw;
}

.interview_name p{
    text-align: center;
    font-size:3.2vw;
    font-weight: 400;
}

.interview_name p span{
    font-weight: 300;
}

.interview_con h2{
    position: relative;
    display: inline-block;
    font-size: 6.5vw;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #C7312D;
    margin-bottom: 6.5vw;
}

.interview_con h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.111vw;
    width: 6.667vw;
    height: 0.222vw;
    background: #000;
    transform: translateX(-50%);
}

.interview_con h3{
    font-size: 5.5vw;
    font-weight: 600;
    color: #C7312D;
    text-align: center;
    margin-bottom: 4.444vw;
}

.interview_con p{
    width: 80vw;
    margin: 0 auto 100px;
}

.interview_schedule{
    background-color: #F4F3F3;
    text-align: center;
    padding-bottom: 16.667vw;
}

.interview_schedule h2{
    font-size: 4.5vw;
    font-weight: 400;
    padding-top: 12vw;
    margin-bottom: 2.5vw;
    color: #18479E;
}
.interview_schedule h3{
    font-size: 4.5vw;
    font-weight: 400;
    margin-bottom: 5vw;
}
.interview_schedule img{
    width: 90vw;
}


.interview_schedule .btn_beside{
    margin: 0 auto 5vw;
}

.interview_schedule .btn_beside .btn{
    background-color: #000;
    font-size: 2.8vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.333vw;
}

.interview_schedule .btn_beside .btn::after{
    content: none;
}

.interview_schedule .btn_beside .btn:nth-child(1)::before{
    content: "";
    display: block;
    width: 2.444vw;
    height: 2.444vw;
    background: url("../images/common/arrow_r.svg") no-repeat center / contain;
}

.interview_schedule .btn_beside .btn:nth-child(2)::after{
    content: "";
    display: block;
    width: 2.444vw;
    height: 2.444vw;
    background: url("../images/common/arrow_l.svg") no-repeat center / contain;
}

.crosstail_member h2{
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5.556vw;
}

.crosstail_member ul{
    width: 80vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.crosstail_member ul li{
    width: 31vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6vw;
}
.crosstail_con img{
    display: block;
    margin: 10vw auto 20vw;
}

.crosstail_member .year{
    font-size: 2.2vw;
    font-weight: 300;
    margin: 2vw auto 2vw;
    text-align: center;
    line-height: 1.2;
}

.crosstail_member .office{
    font-size: 2.2vw;
    font-weight: 300;
    height: 3.2vw;
    display: flex;
    margin-bottom: 2vw;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}

.crosstail_member .name{
   font-size: 3.111vw;
   font-weight: 500;
    line-height: 1.2;
}
.crosstail_member .name span{
    font-size: 2vw;
}
.crosstail_member_p{
   font-size: 2.6vw;
   font-weight: 300;
    text-align: center;
    margin-bottom: 8.889vw;
}





.crosstail_contitle{
    display: flex;
    width: 80vw;
    border-bottom: #000 solid 1px;
    align-items: flex-start;
    padding-bottom: 3vw;
    margin: 0 auto 10vw;
    font-weight: bold;
}

.crosstail_contitle p{
    font-size: 8vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
    color: #C7312D;
    margin-right: 1.5vw;
}

.crosstail_contitle h2{
    font-size: 5vw;
    margin-top: 1vw;
}

.crosstail_tail{
    width: 80vw;
    display: flex;
    margin: 0 auto 8vw;
    justify-content: space-between;
}

.crosstail_con .crosstail_tail:nth-child(odd){
    flex-direction: row-reverse;
}

.crosstail_name{
    width: 23vw;
}

.crosstail_name img{
    display: block;
    margin: 10px auto;
}

.crosstail_name p{
    text-align: center;
    font-size: 3.5vw;
}

.crosstail_balloon{
    width: 53vw;
    background-color: #F3F3F3;
    border-radius: 2vw;
    padding: 4vw 4.5vw;
    position: relative;
}

.crosstail_balloon::before{
    content: "";
    position: absolute;
    top: 20vw;
    width: 10vw;
    height: 8vw;
    transform: translateY(-50%);
}

.crosstail_con .crosstail_tail:nth-child(odd) .crosstail_balloon::before{
    right: -5vw;
    background: url(../images/crosstail/crosstail_balloon_r.svg) no-repeat center / contain;
}

.crosstail_con .crosstail_tail:nth-child(even) .crosstail_balloon::before{
    left: -5vw;
    background: url(../images/crosstail/crosstail_balloon_l.svg) no-repeat center / contain;
}

.crosstail_balloon p{
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
}


.fixed_btn_area{
    position: fixed !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    display: flex;
    padding: 5vw 7vw;
    justify-content: space-between;
    width: 100%;
    max-width: 100vw;
    height: 20vw;
    background: #fff;
    box-sizing: border-box;
    z-index: 2147483647 !important;
}

.fixed_btn_area .btn{
    width: 41vw;
    height: 12vw;
    font-size: 3.5vw;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed_btn_area .btn::after{
    width: 4vw !important;
    height: 4.5vw !important;
}

.fixed_btn_area .btn:nth-child(2){
    background-color: #000;
    color: #fff;
}

}