@charset "UTF-8";

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

.main_parts{
    position: absolute;
    right: 0;
    top: 95px;
    width: 275px;
    height: 275px;
}

.menu_open .main {
  position: static!important;
}

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

.scroll {
    transform: translateY(-80px);
    margin-bottom: -80px;
    padding: 130px 0 170px;
    position: relative;
    z-index: 2;
    background: #fff;
    min-height: 200vh;
    border-radius: 60px 60px 0 0;
}
.scroll.interview{
    padding: 130px 0 0;
}

.scroll.interview{
    transform: translateY(-120px);
    margin-bottom: -120px;
}
.scroll.crosstail{
    transform: translateY(-120px);
    margin-bottom: -120px;
}

h1{
    display: grid;
    position: absolute;
    bottom: 120px;
    left: 40px;
    font-size: 68px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.3;
}

.crosstail_h1{
    bottom: 150px;
}

h1 span{
    width: fit-content;
    background-color: #C7312D;
    font-size: 24px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.know_link p{
    width: 610px;
    margin: 0 auto 80px;
}

.know_link ul{
    width: 500px;
    font-size: 25px;
    color: #18479E;
    margin: 0 auto 170px;
}

.know_link a{
    background-color: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    padding: 28px 35px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 60px;
}

.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: 25px;
  width: 25px;
  height: 30px;
  background: url("../images/common/arrow_bottom.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

.know_con h2{
    margin-left: 100px;
}
.know_con p{
    width: 610px;
    margin: 0 auto 50px;
}



/* No */

.numbers {
    width: 610px;
    margin: 0 auto 180px;
}

.numbers_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.numbers_item {
    width: 290px!important;
  background: #eee;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

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

.numbers_label {
    width: 290px!important;
  font-size: 24px;
  text-align: center;
    margin:  0 auto 10px!important;
}

.numbers_value {
width: 290px!important;
text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
    margin:  0 auto!important;

}

.count {
  color: #C7312D;
}

.unit {
    font-size: 40px;
    color: #444;
}

.sub {
  font-size: 14px;
}

.numbers_note01 {
    width: 290px!important;
    font-size: 28px;
    text-align: center;
    color: #444;
    margin: 8px  auto 0!important;
    line-height: 1;
}
.numbers_note02 {
            width: 290px!important;
    font-size: 16px;
    text-align: center;
    color: #444;
    margin: 8px  auto 0!important;
    line-height: 1;
}

.numbers_note03 {
            width: 290px!important;
    font-size: 16px;
    text-align: center;
    color: #444;
    margin: 8px  auto 0!important;
    line-height: 1;
}

h1.interview{
    font-size: 50px;
    bottom: 160px;
    line-height: 1.4;
}

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

}


.interview_name_parts_l{
    position: absolute;
    top: 50%;
    left: 0;
    width: 91px;
    height: 275px;
    transform: translateY(-50%);
}

.interview_name_parts_r{
    position: absolute;
    top: 50%;
    right: 0;
    width: 91px;
    height: 275px;
    transform: translateY(-50%);
}

.interview_name{
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
}

.interview_name h2{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.interview_name h3{
    display: grid;
    font-size: 50px;
    margin-bottom: 20px;
}

.interview_name p{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

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

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

.interview_con h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
}

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

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

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

.interview_schedule h2{
    font-size: 30px;
    font-weight: 400;
    padding-top: 100px;
    margin-bottom: 20px;
    color: #18479E;
}
.interview_schedule h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.interview_schedule img{
    width: 680px;
}


.interview_schedule .btn_beside{
    margin: 0 auto 45px;
}

.interview_schedule .btn_beside .btn{
    background-color: #000;
    font-size: 25px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

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

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

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

.crosstail_member h2{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

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

.crosstail_member ul li{
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.crosstail_con img{
    display: block;
    margin: 80px auto 150px;
}

.crosstail_member .year{
    font-size: 16px;
    font-weight: 300;
    margin: 20px auto 10px;
    text-align: center;
    line-height: 1.2;
}

.crosstail_member .office{
    font-size: 16px;
    font-weight: 300;
    height: 30px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}

.crosstail_member .name{
   font-size: 28px;
   font-weight: 500;
    line-height: 1.2;
}
.crosstail_member .name span{
    font-size: 18px;
}
.crosstail_member_p{
   font-size: 24px;
   font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
}



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

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

.crosstail_contitle h2{
    font-size: 38px;
    margin-top: 10px;
}

.crosstail_tail{
    width: 610px;
    display: flex;
    margin: 0 auto 30px;
    justify-content: space-between;
}

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

.crosstail_name{
    width: 145px;
}

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

.crosstail_name p{
    text-align: center;
    font-size: 24px;
}

.crosstail_balloon{
    width: 435px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 30px 38px;
    position: relative;
}

.crosstail_balloon::before{
    content: "";
    position: absolute;
    top: 140px;
    width: 77px;
    height: 57px;
    transform: translateY(-50%);
}

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

.crosstail_con .crosstail_tail:nth-child(even) .crosstail_balloon::before{
    left: -40px;
    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: 24px;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    text-align-last: auto !important;
}


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

.fixed_btn_area .btn{
    width: 203px;
    height: 56px;
    font-size: 16.8px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed_btn_area .btn::after{
    width: 21px !important;
    height: 17.5px !important;
}

.fixed_btn_area .btn:last-child{
    background: #000;
    color: #fff;
}