@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.sp-none {
    display: none !important;
}

.recruit-single-ttl-parent {
    width: 800px;
    margin: 55px auto;
}

.interview-top-section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.interview-top-section h1 {
    color: #ac1821;
    font-size: 90px;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
}

.interview-top-section p {
    color: #ac1821;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-weight: bold;
}

.ES-top-parent {
    background: url(../img/bg-pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 10px 0px 60px;
}

.bg-left {
    background-position: -65% 0vw;
}

.bg-right {
    background-position: 165% 0vw;
}

.ES-parent {
    width: 800px;
    margin: 0px auto;
    display: flow-root;
}

.flexing-row {
    display: flex;
    flex-direction: row;
}

.flexing-col {
    display: flex;
    flex-direction: column;
}

.flexing-start {
    justify-content: flex-start;
}

.flexing-end {
    justify-content: flex-end;
    align-items: flex-end;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.club-featured-parent {
    width: 400px;
    height: 313px;
    display: flex;
}

img.club-featured-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.club-featured-text-parent {
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

p.sub1-ttl {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    padding: 13px 0px;
    line-height: 1.8;
}

p.ES-number {
    color: #ac1821;
    font-size: 90px;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
    font-weight: bold;
    padding: 0px 10px;
    width: 15%;
    text-align: center;
}

.ES-single-sub2 {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.sub-ttl {
    background: #ac1821;
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 10px 0px;
    padding-left: 10%;
    width: 60%;
    margin: 0;
    /* margin-top: 20px; */
}

.align-right {
    text-align: right !important;
    padding-right: 10%;
}

span.ES-sub-ttl {
    padding-left: 20px;
}

img.ES-featured-image {
    width: 100%;
}

.ES-featured-img-parent {
    width: 100%;
}

.ES-featured-content-parent {
    width: 100%;
}

.ES-ttl-parent {
    width: 100%;
    margin-bottom: 20px;
    height: max-content;
    align-items: center;
}

.ES-content-parent {
    width: 70%;
    height: max-content;
    padding-bottom: 50px;
}


/* charm section  */

.recruit-charm {
    width: 100%;
    height: max-content;
    background-image: url(../img/recruit-bg-100.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
}

.recruit-charm p {
    color: white;
    letter-spacing: 1px;
    padding: 16px 0px;
    font-size: 15px;
    margin: 0;
}

.charm-single-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.charm-single {
    padding-right: 1vw;
    width: 19vw;
}

a.navlink,
a.navlink2 {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: block;
    color: inherit;
}

.charm-single img {
    width: 100%;
}

.charm-single p {
    color: #ac1821;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 3px;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}

p.featured-content-ttl {
    color: #ac1821;
    font-weight: bold;
    font-size: 20px;
}


/* charm section  */

.home-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
    padding-top: 2%;
}