@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Shippori+Antique&family=Shippori+Antique+B1&display=swap');
:root {
    --primary-color: #0E2A46;
    --second-color: #A30E0E;
    --sub-color: #515E6F;

    --font-family-title: 'Shippori Antique', sans-serif;
    --font-family-bold-title: 'Shippori Antique B1', sans-serif;
    --font-family-paragraph: 'Noto Sans JP', sans-serif;
}

body {
    color: #333;
    font-family: var(--font-family-paragraph);
    line-height: 1.5;
    letter-spacing: 0.02rem;
}

h1,h2,h3 {
    font-family: var(--font-family-title);
}

a {
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    width: 94%;
    margin: 0 auto;
    transition: transform.2s;
}

header {
    width: 100%;
    z-index: 99;
    position: fixed;
    bottom: 0;
    padding: 6%;
    background-color: #0e2a46da;
}

.mainVisual-wrapper {
    background: url(../img/mainVisual-sp.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    color: #CDCDCD;
    font-size: 26px;
    position: absolute;
    right: 3%;
    top: 74vh;
}

.mainVisual-title-wrapper {
    position: relative;
}

.h1 {
    color: #fff;
}

.benefit-wrapper {
    background-color: var(--primary-color);
    height: 360px;
    padding-bottom: 2%;
    text-align: center;
    width: 100%;
    position: relative;
}

.benefit-title1 {
    font-family: var(--font-family-bold-title);
    color: #fff;
    background-color: var(--sub-color);
    line-height: 3;
    font-size: clamp(20px,4.267vw,26px);
}

.benefit-title2 {
    font-family: var(--font-family-bold-title);
    color: #fff;
    background-color: var(--sub-color);
    line-height: 3;
    font-size: clamp(20px,4.267vw,26px);
}

.benefit-text1 {
    font-family: var(--font-family-bold-title);
    color: var(--primary-color);
    background-color: #fff;
    line-height: 2;
    font-size: clamp(20px,4.267vw,22px);
}

.benefit-text2 {
    font-family: var(--font-family-bold-title);
    color: var(--primary-color);
    background-color: #fff;
    line-height: 2;
    font-size: clamp(20px,4.267vw,22px);
}

.benefit-bold {
    font-size: clamp(28px,4.267vw,48px);
    margin: 0 2%;
    color: var(--second-color);
}

.benefit-bold-jp {
    font-size: clamp(28px,4.267vw,38px);
    margin: 0 2%;
}

.benefit-container {
    margin-bottom: 8%;
}

.benefit-position {
    width: 80%;
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translate(-50%);
}

.benefit-note {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: var(--primary-color)
}

.cta {
    width: 100%;
    padding: 12% 0;
    background-color: var(--primary-color);
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.cta-btn {
    position: relative;
    width: 84%;
    height: 50px;
    margin: 0 auto;
    background-color: #d5d5d5;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-arrow {
    width: 20%;
}

.cta-arrow img {
    width: 100%;
}

.cta-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.cta-text {
    margin-right: 4%;
    font-size: 18px;
    font-family: var(--font-family-title);
    color: var(--primary-color);
    letter-spacing: 0.1rem;
    line-height: 50px;
}

.cta-arrow {
    width: 20px;
}

.cta-arrow img {
    width: 100%;
}


.technology-wrapper {
    background-image: url(../img/technology-car-img-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    padding: 10% 6%;
}

.technology-title {
    font-size: clamp(16px,7vw,32px);
}

.technology-text {
    font-size: 12px;
    padding-top: 22%;
}



.job-contents {
    width: 100%;
    padding: 8% 0;
}

.job-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.job-img-wrapper {
    width: 100%;

}

.job-text-wrapper {
    width: 100%;
}

.job-text-title {
    font-size: 18px;
    width: 100%;
    padding: 2% 0 2% 4%;
    background-color: var(--sub-color);
    color: #fff;
}

.job-text {
    font-weight: 500;
    padding: 4% 0% 4% 2%;
    font-size: 16px;
    line-height: 1.5rem;
}

.job-text-red {
    font-weight: 500;
    color: var(--second-color);
}

.job1 {
    margin-bottom: 6%;
}

.job-img-wrapper img {
    width: 100%;
}


.benefit2-wrapper {
    padding: 8% 0;
    background-color: #EDF1F5;
}

.benefit-img-wrapper {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 8%;
}

.benefit-img-wrapper img {
    width: 100%;
}

.h2-benefit-title {
    width: 88%;
    margin: 0 auto;
    font-size: clamp(16px,7vw,30px);
    padding-bottom: 8%;
    font-weight: 500;
    text-align: center;
    color: var(--primary-color);
}

.benefit-title-red {
    color: var(--second-color);
    font-weight: 600;
}

.benefit-text {
    width: 92%;
    margin: 0 auto 4%;
    font-size: clamp(20px,2vw,28px);
    font-weight: 500;
    text-align: center;
    line-height: 3;
    background-color: #fff;
}

.benefit-text-red {
    color: var(--second-color);
}


.life {
    padding: 16% 0 4%;
}

.life-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 4% 0 2%;
}

.life-wrapper2 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 4% 0 2%;
}

.life-img-wrapper,.life-text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8%;
}

.life-img-wrapper img {
    width: 100%;
}

.life-img-text {
    text-align: right;
    padding-top: 1%;
    font-size: 13px;
}

.h2-life-title {
    color: #fff;
    font-family: var(--font-family-bold-title);
    font-size: clamp(20px,1.8vw,24px);
    text-align: center;
    width: 92%;
    margin: 0 auto;
    padding: 2% 0;
    background-color: var(--primary-color);
}

.life-subtitle {
    padding: 6% 0 4%;
    font-size: 18px;
    color: #444;
    margin: 0 auto 0 4%;
}

.life-text-red {
    color: var(--second-color);
    text-decoration: underline;
    padding: 1% 0 0 4%;
    width: 96vw;
    font-size: clamp(16px,1.3vw,20px);
    font-family: var(--font-family-title);
}

.life-text {
    padding: 4% 0 0;
    font-size: clamp(16px,1.3vw,20px);
    margin: 0 auto 0 4%;
}



.voice {
    padding: 10% 0;
    background-color: #EDF1F5;
}

.h2-voice-title {
    width: 80vw;
    margin: 0 auto;
    padding: 4% 0 1%;
    font-size: clamp(24px,2vw,40px);
    color: var(--primary-color);
    text-align: center;
    border-bottom: 1px solid var(--primary-color);
}

.voice-wrapper {
    padding: 8% 0;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.voice-text-wrapper {
    width: 94%;
    margin: 0 auto 8%;
}

.voice-img-wrapper {
    width: 100%;
    height: 32vh;
    margin: 0 auto;
}

.voice-img-wrapper img {
    width: 100%;
    object-fit: cover;
}

.h3-voice-title {
    padding: 4% 0;
    font-size: 30px;
    color: var(--primary-color)
}

.voice-tag-wrapper {
    padding: 0 0 4%;
}

.tag {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3%;
}

.tag-width {
    background-color: var(--primary-color);
    padding: 1% 2%;
    border-radius: 3px;
}

.voice-text {
    font-weight: 500;
    font-size: clamp(16px,1.2vw,18px);
    color: #555;
}



.flow {
    padding: 8% 0 12%;
    background-color: #EDF1F5;
}

.h2-flow-title {
    text-align: center;
    font-size: clamp(24px,7vw,32px);
    padding: 4% 0 6%;
    color: var(--primary-color)
}

.flow-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 2%;
}

.flow-text-wrapper {
    width: 96%;
    padding: 4% 0;
}

.flow-img-wrapper {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 8%;
}

.flow-img-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 30vh;
}

.h3-flow-text-title {
    font-size: clamp(22px,7vw,32px);
    color: var(--primary-color);
    width: 80%;
    text-align: center;
    margin: 0 auto 4%;
}

.flow-text {
    padding: 2% 0 0 2%;
    font-size: clamp(15px,1.3vw,18px);
}

.flow-arrow-wrapper {
    width: 16%;
    margin: 0 auto;
    padding: 4% 0;
}

.flow-arrow-wrapper img{
    width: 100%;
}



.support {
    padding: 0 0 10%;
}

.h2-support-title {
    padding: 5% 0;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: clamp(20px,7vw,28px);
}

.under-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6vw 6vw 0 6vw;
    border-color: var(--primary-color) transparent transparent transparent;
    margin: 0 auto;
    padding-bottom: 10%;
}

.h3-support-subtitle {
    padding: 2% 0;
    font-size: clamp(24px,7vw,40px);
    text-align: center;
    border-top: 1px solid var(--second-color);
    border-bottom: 1px solid var(--second-color);
    width: 94%;
    margin: 0 auto;
    color: var(--second-color);
}

.support-text1 {
    padding: 8% 0;
    text-align: center;
    width: 92%;
    margin: 0 auto;
    font-size: clamp(18px,6vw,22px);
}

.support-text-red {
    color: var(--second-color);
    font-weight: 500;
}

.supporter-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.support-text2 {
    width: 94%;
    margin: 0 auto 3%;
    font-size: clamp(16px,1.4vw,20px);
}

.supporter-img-wrapper {
    width: 80%;
    margin: 0 auto;
}

.supporter-img-wrapper img {
    width: 100%;
}

.area-list-wrapper {
    width: 96%;
    margin: 0 auto;
    border: 1px solid var(--primary-color);
}

.area-title-wrapper {
    background-color: var(--primary-color);
    padding: 6% 0;
    color: #fff;
    text-align: center;
    font-size: clamp(22px,6vw,24px);
}

.area-list {
    padding: 6% 4%;
    font-size: clamp(15px,7vw,18px);
    text-align: justify;
}



.recruit {
    background-color: #EDF1F5;
    padding: 8% 0 0;
}

.h2-recruit-title {
    font-size: clamp(24px,7vw,32px);
    text-align: center;
    color: var(--primary-color);
    padding: 4% 0 6%;
}

.recruit-wrapper {
    width: 100%;
    margin: 0 auto;
}

.recruit-title {
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6% 0;
    font-size: clamp(16px,7vw,20px);
    letter-spacing: 0.1em;
}

.recruit-text {
    background-color: #fff;
    width: 100%;
    padding: 8% 0;
    text-align: center;
    font-size: clamp(16px,5vw,20px);
}

.recruit-text2 {
    text-align: left;
    padding-left: 3%;
}

.last {
    padding-top: 2%;
    font-size: 14px;
}



footer {
    padding: 8% 0;
}

.h2-contact-title {
    font-size: clamp(24px,7vw,32px);
    text-align: center;
    color: var(--primary-color);
}

.tel-img-wrapper {
    width: 92%;
    margin: 0 auto;
    padding: 4% 0;
}

.tel-img-wrapper img {
    width: 100%;
}

.work-hours-pc {
    display: none;
}

.work-hours-sp {
    font-size: clamp(16px,7vw,20px);
    padding: 4% 0;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

.number {
    padding: 1%;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: clamp(18px,6vw,22px);
    border-radius: 4px;
}

.contact-text {
    padding: 4% 0;
    text-align: left;
    font-weight: 500;
    font-size: clamp(15px,4vw,18px);
}

	/* ===== フッターエントリー ===== */
#fixexentry {
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
	height: 15vw;
}
	
	#fixexentry .entryBtn {
	display: flex;
	align-items: center;
	justify-content: center;
		width: 50%;
		height: fit-content;
		background-color: #D80000;
    margin: 0;
		padding: 2.878vw 20px 2.643vw;
		color: #fefefe;
	border-radius: 4px;
}
	
	#fixexentry .entryImg {
    width: 10vw;
}
	
#fixexentry .entry-txt {
    font-size: 6vw;
}
	
	#fixexentry .lineWrap{
		width: 50%;
	}
	
	#fixexentry .line{
		width: 100%;
		height: auto;
	}
	#fixexentry a:hover {
		text-decoration: none
	}


