@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
body {
    margin: 0;
}

.top-header {
    display: block;
    width: 100%;
    height: 130vw;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.header-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 1;
    background: url(../img/kv_dot.png) repeat 0 0;
    background-size: 5px 5px;
}

.header-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

h1.top_ttl {
    position: absolute;
    color: white;
    transform: translate(23vw, 33vw);
    z-index: 2;
    font-family: rift, sans-serif;
    letter-spacing: 2px;
    font-size: 14vw;
    width: 50%;
    text-align: center;
    left: 0;
    right: 0;
}

img.top-header-image {
    width: 100%;
}

.js-top-parent {
    width: 100%;
    padding: 8vw 0px;
    background: url(../img/test/t-stripe.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0vw 0vw;
    margin: 7vw 0vw;
}

.js-top-ttl-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.js-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.js-top-section h1 {
    color: #ac1821;
    font-size: 14vw;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
    padding-top: 1vw;
    letter-spacing: 0;
}

.js-top-section p {
    color: #ac1821;
    font-size: 4vw;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

p.js-single-text {
    width: 90%;
    margin: 4vw auto;
    font-size: 12px;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
}

.js-main {
    width: 100%;
    margin: 50px auto;
    font-family: 'Noto Sans JP';
    font-size: 11px;
}

.sc p {
    margin: 30px 0px;
}

.t-single {
    background: url(../img/test/stripe.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

p.single-ttl {
    background: #ac1821;
    color: white;
    font-family: 'Noto Sans JP';
    width: 80%;
    font-size: 4vw;
    margin: 0;
    padding: 11px 0px;
    padding-left: 20px;
}

p.single-cont {
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
    letter-spacing: 1px;
}

.i-single {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -25px;
}

img.content-img {
    width: 100%;
}

.job-class {
    width: 90%;
    margin: auto;
}

.job-class h3 {
    color: #ac1821;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    border-bottom: 1px solid #ac1821;
    padding-bottom: 10px;
}

.no-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ac1821;
}

p.no {
    color: white;
    background: #ac1821;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    font-size: 10px;
    font-family: 'Noto Sans JP';
}

p.ttl {
    color: #ac1821;
    font-size: 10px;
    font-family: 'Noto Sans JP';
    margin: 0;
    padding: 10px;
}

.jc-single p {
    font-family: 'Noto Sans JP';
    font-size: 12px;
    padding: 10px 0px;
}

.img-main {
    width: 100%;
}

img.jc-img {
    width: 100%;
    padding-bottom: 30px;
}

.inquiry {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inquiry h3 {
    font-size: 42px;
    text-align: center;
    font-weight: normal;
    color: #ac1821;
    font-family: 'Noto Sans JP';
}

button.in-btn {
    width: 100%;
    height: 60px;
    background: #ac1821;
    border: none;
}

p.in-tx {
    font-family: 'Noto Sans JP';
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.in-tx::before {
    content: url(../img/mail-icon.png);
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0px 12px;
    transform: scale(1);
}

a.navlink3 {
    text-decoration: none;
    width: inherit;
}