@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/
* {
  box-sizing: border-box;
}

.-pc {
    display: block !important;
}

.-sp {
    display: none !important;
}
@media screen and (max-width:767px) {
    .-pc {
        display: none !important;
    }
	
    .-sp {
        display: block !important;
    }
	
    body {
        font-size: 4.2vw;
    }
	
    .wrap {
        max-width: 100%;
        width: 100%;
    }
}

html {
    font-size: 62.5%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP';
    background-color: var(--color-white);
    color: var(--color-primary-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.75;
    width: 100%;
    background-color: #24000a;
    font-weight: 400;
    font-feature-settings: "palt" !important;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

/* ---------------------------------------------------
 * header
/* ---------------------------------------------------*/

.header{
	background-color: #23000a;
}
@media screen and (min-width:768px) {
    .header {
        padding: 5px 10px 5px 20px;
        height: 96px;
    }
}
@media screen and (max-width: 926px) {
    .header {
        padding-block: 0;
        padding-right: 14.75vw;
        height: clamp(64px, 16.25cqw, 130px);
        vertical-align: middle;
	    padding: 5px 10px 5px 15px;
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


.header__logo img {
    vertical-align: middle;
}
.header__logo img {
    width: 248px;
    height: 56px;
}
@media screen and (max-width: 926px) {
    .header__logo img {
        max-width: 31.25vw;
        width: 100%;
        height: auto;
    }
}

/* ---------------------------------------------------
 * section
/* ---------------------------------------------------*/

#application-form{
	background-color: #f7f3f0;
}

.form-page-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 74px 20px 267px;
        max-width: 100vw;
        margin: 0 auto;
    }

    .form-title {
        font-family: 'Hiragino Mincho Pro', 'Shippori Mincho',  serif;
        font-weight: 600;
        font-size: 48px;
        text-align: left;
        background: linear-gradient(90deg, #af7801 0%, #6f3601 50%, #521800 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin: 0 0 57px 0;
        line-height: 1.2;
    }

    .form-container {
        width: 100%;
        max-width: 468px;
        background-color: #ffffff;
        box-shadow: 0px 4px 4px 0px rgba(201, 168, 133, 0.25);
        padding: 48px 40px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 27px;
    }

    .form-group:last-of-type {
        margin-bottom: 0;
    }

    .form-label {
        color: #2c2c2c;
        font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP';
        font-weight: 500;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 12px;
		text-align: left;
    }

    .form-input {
        width: 100%;
        height: 56px;
        background-color: #ffffff;
        border: 1px solid #939393;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 24px;
        font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP';
        color: #2c2c2c;
    }

    .form-input::placeholder {
        color: #aaa;
        font-weight: 400;
        font-size: 24px;
        opacity: 1;
		font-feature-settings: "palt" !important;
    }

    .submit-btn {
        width: 100%;
        height: 70px;
        background-color: #1154d2;
        border-radius: 4px;
        border: none;
        color: #ffffff;
        font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1.2px;
        text-align: center;
        cursor: pointer;
        margin-top: 48px;
        transition: background-color 0.3s ease;
    }

    .submit-btn:hover {
        background-color: #0d43a8;
    }

    @media (max-width: 430px) {
        .form-label,
        .form-input,
        .form-input::placeholder,
        .submit-btn {
            font-size: 5.12vw;
        }
    }

    @media (max-width: 767px) {
        .form-page-wrapper {
			padding-block-start: calc(52 / 390 * 100%); 
			padding-block-end: calc(40 / 390 * 100%);
			padding-inline: 5.12vw; 
        }

        .form-title {
            font-size: 8.46vw;
			line-height: 1.28;
            margin-block-end: calc(36 / 390 * 100%); 
			text-align: center;
        }

        .form-container {
            padding-block-start: calc(25 / 390 * 100%);
			padding-block-end: calc(44 / 390 * 100%);
			padding-inline: 3.84vw; 
        }
        
        .form-label {
            line-height: 1;
            margin-block-end: calc(12 / 390 * 100%); 
        }

        .form-input {
             height: calc(100vw * 46 / 390);
			 padding-inline: 2.05vw; 
        }
        
        .form-group {
            margin-block-end: calc(29 / 390 * 100%); 
        }

        .submit-btn {
            height: calc(100vw * 51 / 390);
            margin-block-start: calc(48 / 390 * 100%); 
        }
		
}


/* ---------------------------------------------------
 *　footer
/* ---------------------------------------------------*/
li {
    list-style: none; 
    margin: 0;        
    padding: 0 !important;    
}

#footer a,
#footer p {
    color: #fff;
    line-height: 1.75;
	font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer a,
	#footer p {
		font-size: 2vw;
	}
}

@media screen and (max-width: 767px) {
	.footer-menu.-sp {
		width: 93%;
		font-size: 0.7em;
		margin-bottom: 3vw;
	}
}


.footer p {
    color: white;
    text-align: center;
    margin-top: 0; 
	margin-bottom: 0;
}

.footer a {
	font-size: 15px;
}

#footer {
    background-color: #24000a;
    color: #fff;
	padding: 2em; 
}

.footer__companyInfoItem + .footer__companyInfoItem__right::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    width: 1px;
    height: 15px;
    background-color: currentColor;
}

#footer .footer__companyInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer__companyInfoItem + .footer__companyInfoItem {
    position: relative;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    .footer__companyInfo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
		padding-left: 0;
    }
	.footer__companyInfoItem + .footer__companyInfoItem {
		margin-left: 4.5vw;
	}
}
@media screen and (max-width: 767px) {
    #footer .footer__companyInfo {
        font-size: 3.3333333333vw;
    }
}
@media screen and (max-width: 767px) {
	#footer a, #footer p {
	   line-height: 0;
	}
	
	#footer a {
	   font-size: 2.8vw;
	}
	
	#footer a, #footer p {
	   font-size: 3.2vw;
	}
	
    #footer {
        text-align: center;
        font-size: 2.5vw;
        padding: 2.94vw 0 6vw;
        margin-bottom: 0px;
    }
}