@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;
}

.reasons-top-parent {
    margin-top: 100px;
}

.reasons-parent {
    width: 800px;
    margin: 55px auto;
}

.reasons-parent2 {
    width: 100%;
    padding: 25px 0px;
    background: url(../img/bg-pc.png);
    background-size: 80%;
    background-position: -100% 0vw;
    background-repeat: no-repeat;
}


/* .NM {
    margin-top: 10px;
} */

.reasons-ttl-parent {
    display: flex;
    border-bottom: 1px solid #ac1821;
    align-items: flex-end;
    padding-bottom: 10px;
}

.reasons-content-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

p.reasons-content-red {
    padding-left: 22px;
    color: #ac1821;
    margin: 8px;
}

p.reasons-ttl {
    font-size: 24px;
    color: #ac1821;
    margin: 0;
    padding-right: 20px;
    line-height: 1;
}

p.reasons-ttl-2 {
    font-size: 12px;
    color: #ac1821;
    margin: 0;
    line-height: 1;
}

p.reasons-content {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    /* font-family: yu-mincho-pr6n, sans-serif;*/
}

.culture-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 0px;
}

.culture-content-single {
    display: flex;
    box-shadow: 0px 0px 7px #ccc;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    padding: 32px 0px;
}

p.culture-content-featured {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-family: yu-mincho-pr6n, sans-serif;
    text-align: center;
}

p.culture-content-featured-2 {
    margin: 0;
    font-size: 10px;
    color: #ac1821;
    line-height: 2.5;
}

p.culture-content-text {
    font-size: 15px;
    line-height: 1.5;
    margin: 0px 0px 30px 0px;
    font-family: yu-mincho-pr6n, sans-serif;
}

.reasons-article-single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
}

.box-reasons {
    display: flex;
    flex-direction: row;
    width: 25%;
    height: auto;
    border: 1px solid #ac1821;
    align-items: center;
    justify-content: space-between;
}

p.box-reasons-text {
    margin: 0;
    color: #ac1821;
    padding: 4px 22px;
    font-size: 12px;
}

p.box-reasons-number {
    margin: 0;
    background: #ac1821;
    color: white;
    padding: 5px 12px;
    height: 100%;
    font-size: 14px;
}

p.reasons-article-ttl {
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

p.reasons-article-content {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.8;
}

img.culture-content-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.culture-content-img-parent {
    width: 40px;
    height: 40px;
}


/* 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: 1px;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}


/* charm section  */

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