body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}



/*共通CSSここから*/

a[target="_blank"],
a {
    text-decoration: none;
    color: #0033cc;
}
h1 {
    border-bottom: solid 3px #202f41;
    position: relative;
}
h1:after {
    position: absolute;
    content: '';
    display: block;
    border-bottom: solid 3px #a9ceff;
    width: 20%;
}
#pro_profile,
#pro_link {
    background-color: #e1e7ef;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}
h2,
#event_pro p {
    text-align: center;
}
h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
h3 {
    border-bottom: solid 1px #202f41;
    position: relative;
}
/*選手の写真CSSここから*/
#pro_profile p:nth-child(even) {
    position: relative;
    top: -15px;
}
/*選手の写真CSSここまで*/


.top_banner {
    margin-top: 40px;
}

.recruit_interview_other_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 20px;
}

.recruit_interview_other_cont a {
    color: black;
    font-weight: bold;
    line-height: 10px;
}

.recruit_interview_other_cont img {
    width: 100%;
}

.recruit_interview_other_item{
    flex: 0 0 calc((100% - 16px) / 2);
    box-sizing: border-box;
    text-align: center;
}

/*選手の所属・スポンサー・成績・結果のCSSここから*/
.pro_affiliation,
.pro_sponsor,
.pro_result,
#pro_sns p,
.pro_snslink {
    text-align: center;
}
/*選手の所属・スポンサー・成績・結果のCSSここまで*/

.marquee_wave_cont{
    height: 60px;
    margin-top: 20px;
}
.marquee_wave_1, .marquee_wave_2, .marquee_wave_3{
  width: 100%;
  background-repeat: repeat-x; /* 横につなぐ */
  background-size: auto 100%;  /* 高さを枠に合わせる（好みで調整） */
  max-width: 1110px;
  position: absolute;
}
.marquee_wave_1{
      background-image: url("../images/recruit_wave1.png");
      animation: bgscroll1 12s linear infinite;
      height: 64px;
}
.marquee_wave_2{
      background-image: url("../images/recruit_wave2.png");
      animation: bgscroll2 8s linear infinite;
      height: 49px;
      opacity: 0.5;
}
.marquee_wave_3{
      background-image: url("../images/recruit_wave3.png");
      animation: bgscroll3 16s linear infinite;
      height: 42px;
      opacity: 0.25;
}

@keyframes bgscroll1{
  from { background-position: 0 0; }
  to   { background-position: -1225px 0; }
}
@keyframes bgscroll2{
  from { background-position: 0 0; }
  to   { background-position: -844px 0; }
}
@keyframes bgscroll3{
  from { background-position: 0 0; }
  to   { background-position: -1194px 0; }
}


/*共通CSSここまで*/




/*PC向けのスタイルここから*/
@media screen and (min-width: 769px) {

    main {
        max-width: 1100px;
        margin: 0 auto;
    }
    h1 {
        font-size: 2rem;
    }
    h1,
    h1:after {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    h2 {
        text-align: center;
        display: block;
        margin-bottom: 2rem;
    }
    h2:before {
        bottom: -15px;
    }

/*パンくずCSSここから*/
    .breadcrumb {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

    .breadcrumb li {
        display: inline;
        list-style: none;
        font-weight: bold;
    }

    .breadcrumb li:after {
        content: '>';
        padding: 0 0.2em;
        color: #555;
    }

    .breadcrumb li:last-child:after {
        content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        color: black;
        margin: 3px;
    }

    .breadcrumb li a:hover {
        text-decoration: underline;
    }
    /*パンくずCSSここまで*/




    /*採用のCSSここから*/


    /*採用トップのCSSここから*/
    .top_banner {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        position: relative;
    }
    .top_banner img {
        max-width: 100%;
        height: 400px;
        position: relative;
    }
    .yellow img {
        box-shadow: -15px -15px 0 #E6DF21;
    }

    /*採用トップbtnのCSSここから*/
    .button_top {
        text-align: right;
    }
    .btn,
    a.btn,
    button.btn {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
    }

    a.btn-malformation {
        font-size: 20px;
        padding: 20px 30px;
        color: #fff;
        border-radius: 100% 80px / 80px 100%;
        background-color: #eb6100;
        margin: 25px 0 0 0;
    }

    a.btn-malformation:hover {
        color: #fff;
        border-radius: 60% 80% / 100% 80%;
    }

    /*採用トップのCSSここまで*/


    /*背景回転のCSSここから*/
    @keyframes rotateAnimation {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    .yellow::before{
        animation: 40s 0s rotateAnimation linear infinite;
        background: url(../images/R_5.png) center center / 200px auto no-repeat;
        content: '';
        height: 100%;
        left: -300px;
        position: absolute;
        top: 100px;
        width: 100%;
        z-index: 0;
        background-size: 400px;
    }


    /*背景回転のCSSここまで*/


    /*右スクロールのCSSここから*/
    @keyframes infinity-scroll-left {
        from {
            transform: translateX(0);
        }     
        to {
            transform: translateX(-100%);
        }
    }

    .scroll-infinity__wrap {
        display:flex;
        overflow: hidden;
    }
    .scroll-infinity__list {
        display: flex;
        list-style: none;
        padding: 0;
    }
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
        width: calc(100vw / 6);
    }
    .scroll-infinity__item>img {
        width: 120%;
    }
    .scroll-infinity {
        padding: 15px 0 0 0;
    }
    .scroll-infinity__list li {
        margin: 0 70px 0 0;
        height: 80px;
    }

    /*右スクロールのcssここまで*/



    /*下のcssここから*/
    .under_banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .wave {
        margin: 0;
        background: #111;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .wave svg {
        width: 600px;
        height: 200px;
    }

    .wave path {
        fill: none;
        stroke: #4fc3f7;
        stroke-width: 4;
    }


    .under_banner_img img {
        width: 400px;
    }
    .bold {
        font-weight: bold;
        font-size: 20px;
        padding: 0 4px;
    }
    .under_banner_text p {
        padding: 10px;
        font-size: 17px;
    }

    /*下のcssここまで*/


    /*DPTの写真cssここから*/
    .content_2-1 img {
        text-align: left;
        width: 500px;
    }
    /*DPTの写真cssここまで*/

    /*コンテンツ３のcssここから*/
    .title_img {
        text-align: center;
        padding-top: 40px;
    }
    .title_img img {
        width: 500px;
    }

    /*社員のcssここから*/



    /* 1行目（2カラム） */
    .recruit_interview_other_item:nth-child(-n+2) {
        flex-basis: calc((100% - 16px) / 3);
    }

    /* 2行目（3カラム） */
    .recruit_interview_other_item:nth-child(n+3):nth-child(-n+5) {
        flex-basis: calc((100% - 32px) / 3);
    }

    /* 3行目（2カラム） */
    .recruit_interview_other_item:nth-child(n+6) {
        flex-basis: calc((100% - 16px) / 3);
    }

    /*コンテンツ３のcssここまで*/

    /*コンテンツ４のcssここから*/
    /*最後のボタンcssここから*/
    .content_4_btn {
        text-align: center;
    }

    a.btn-flat {
        overflow: hidden;
        padding: 1.5rem 6rem;
        color: #fff;
        border-radius: 5px;
        background: #000;
    }

    a.btn-flat span {
        position: relative;
        z-index: 1;
    }

    a.btn-flat:before {
        position: absolute;
        top: 0;
        left: calc(-150% + 50px);
        width: 150%;
        height: 500%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: rotate(45deg) translateX(0) translateY(0);
        transform: rotate(45deg) translateX(0) translateY(0);
        background: #E6DF21;
    }

    a.btn-flat:after {
        position: absolute;
        top: -400%;
        right: calc(-150% + 50px);
        width: 150%;
        height: 500%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: rotate(45deg) translateX(0) translateY(0);
        transform: rotate(45deg) translateX(0) translateY(0);
        background: #E6DF21;
    }

    a.btn-flat:hover:before {
        -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
        transform: rotate(45deg) translateX(0) translateY(-50%);
            }

    a.btn-flat:hover:after {
        -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
        transform: rotate(45deg) translateX(0) translateY(50%);
            }
}

/*最後のボタンcssここまで*/
/*コンテンツ４のcssここまで*/

/*PC向けのスタイルここまで*/



/* SP向けのスタイル*/
@media screen and (max-width: 768px) {
    main {
        margin: 0 25px;
    }
    h1 {
        margin: 10px 0 0 0;
    }
    h1,
    h1:after {
        padding-bottom: 3px;
    }
    h2 {
        font-size: 1rem;
        display: block;
        margin: 10px 0 25px 0;
    }
    h2:before {
        bottom: -8px;
    }
    #management_top img {
        width: 100%;
    }

    /*パンくずCSSここから*/
    .breadcrumb {
        margin: 0;
        padding: 5px 0;
        list-style: none;
    }

    .breadcrumb li {
        display: inline;
        list-style: none;
        font-size: 0.6rem;
    }

    .breadcrumb li:after {
        content: '>';
        padding: 0 0.2em;
        color: #555;
    }

    .breadcrumb li:last-child:after {
        content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        color: black;
        margin: 3px;
    }

    .breadcrumb li a:hover {
        text-decoration: underline;
    }
    /*パンくずCSSここまで*/

    /*採用のCSSここから*/
        .top_banner {
        display: none;
        }
        .button_top {
        display: none;
        }
        .content img, .content_2 img, .content_3 img{
            width: 100%;
        }
        .recruit_interview_other_item {
            text-align: center;
        }
        .recruit_interview_other_item p {
            margin: 5px 0;
            line-height: 1.2em;
        }
        .recruit_interview_other_item a {
            text-decoration: none;
            font-size: medium;
            color: #000;
        }


    /*採用トップのCSSここから*/
    .top_banner {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        position: relative;
        flex-direction: column-reverse;
    }
    .top_banner img {
        max-width: 100%;
        height: 400px;
        position: relative;
    }
    .yellow img {
        margin-top: 30px;
        box-shadow: -15px -15px 0 #E6DF21;
    }
    /*採用トップのCSSここまで*/


    /*背景回転のCSSここから*/
    @keyframes rotateAnimation {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    .yellow::before{
        animation: 40s 0s rotateAnimation linear infinite;
        background: url(../images/R_5.png) center center / 200px auto no-repeat;
        content: '';
        height: 80vw;
        left: -90px;
        position: absolute;
        top: 30px;
        width: 80vw;
        z-index: 0;
        background-size: 80%;    }

    /* .top_right::before{
        animation: 40s 0s rotateAnimation linear infinite;
        background: url(../images/R_6.png) center center / 200px auto no-repeat;
        content: '';
        height: 100%;
        left: 0px;
        position: absolute;
        top: 70px;
        width: 100%;
        z-index: 0;
        background-size: 300px;
    } */

    /*背景回転のCSSここまで*/


    /*右スクロールのCSSここから*/
    @keyframes infinity-scroll-left {
        from {
            transform: translateX(0);
        }     
        to {
            transform: translateX(-100%);
        }
    }

    .scroll-infinity__wrap {
        display:flex;
        overflow: hidden;
    }
    .scroll-infinity__list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
        width: calc(240vw / 6);
    }
    .scroll-infinity__item>img {
        width: 100%;
    }
    .scroll-infinity {
        padding: 15px 0 0 0;
    }
    .scroll-infinity__list li {
        margin: 0 15px 0 0;
    }
    .marquee_wave_cont {
        margin-left: -25px;
    }

    /*右スクロールのcssここまで*/

    /*Contents 3*/

    .content_3 {
        margin-top: 20px;
    }
    .recruit_interview_other_item{
        flex: 0 0 calc((100% - 16px) / 2);
    }

    /*Contents 4*/

    a.btn-flat {
        text-align : center;
        padding: 1.5rem;
        color: #fff;
        border-radius: 5px;
        background: #000;
        display: block;
        font-size: large;
    }


    /*選手のテーブルCSSここから*/
    .table_designPC {
        display: none;
    }
    /*選手のテーブルCSSここまで*/

    /*選手の写真のCSSここから*/
    .pro_name {
        text-align: center;
        padding: 15px 0 0 0;
    }
    #pro_profile p:first-child {
        font-weight: bold;
        font-size: 20px;
    }
    /*選手の写真のCSSここまで*/

    /*テーブルのCSSここまで*/
    .table_designSP {
        text-align: center;
        margin: auto;
        width: 300px;
        }
        .table_designSP thead {
        display:none;
        }
        .table_designSP th,
        .table_designSP td {
        display: block;
        border: 0;
        }
        .table_designSP td {
        padding: 5px 0 10px 0;
        }
        .table_designSP tbody th {
        background: #e1e7ef;
        }
        .table_designSP td::before {
        color: #4d9bc1;
        font-weight: bold;
        display: inline-block;
        width: 20%;
        min-width: 4em;
        }
    /*テーブルのCSSここまで*/

    /*選手の所属・スポンサー・成績・結果のCSSここから*/
    #pro_link {
        padding: 8px 25px 18px 25px;
    }
    .pro_sponsor a:not(:last-child) {
        padding-bottom: 5px;
    }
    /*選手の所属・スポンサー・成績・結果のCSSここまで*/

    /*外部リンクのCSSここから*/
    a[target="_blank"][rel="nofollow"] {
        padding-right: 15px;
        background: url(../images/link.png) right center/13px auto no-repeat;
    }
    /*外部リンクのCSSここまで*/

}

/* SP向けのスタイルここまで*/

