@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
 *
**/


/* 下層ページ見出し */
.heading {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #eae6df 50%, #fff 100%);
    background: -webkit-gradient(linear, left center, right center, from(#fff), color-stop(50%, #eae6df), to(#fff));
    background: -webkit-linear-gradient(left, #fff 0%, #eae6df 50%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0%, #eae6df 50%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #eae6df 50%, #fff 100%);
}
.heading .heading-title {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #592611;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
    .heading {
        background: #eae7df;
		margin-bottom: 20px;
	}
	.heading .heading-title {
		height: 100px;
		font-size: 5.5vw;
	}
}


/* 下層ページサブタイトル */
.content_subtitle {
    font-size: 16px;
    color: #592611;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    
}



/* パンくず */
#topics {
    width: 100%;
    background: #fff;
	padding: 20px 0;
	overflow: hidden;
}
#topics ol,
#topics ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1380px;
	text-align: left;
	overflow: hidden;
}
#topics li {
	font-size: 14px;
	color: #3e3a39;
	display: inline-block;
	letter-spacing: 0.06em;
}
#topics li a {
	font-size: 14px;
	color: #3e3a39;
}

@media screen and (max-width: 767px) {
    #topics { display: none; }
}


.section_wrap {
    padding: 60px 80px;
    margin: 5px 5px 60px 5px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    border-radius: 12px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .section_wrap {
        box-shadow: 0 3px 8px #ddd;
        padding: 1em 1em;
        margin: 5px 5px 50px 5px;
        border-radius: 8px;
    }
    
}


/* ---------------------------------
 * company.html
--------------------------------- */
.company_data {}
.company_data .data {
	margin: auto;
    width: 100%;
    max-width: 1000px;
}
.company_data .data tr {
    border-bottom: 1px solid #ddd;
}
.company_data .data th,
.company_data .data td {
    padding: 1rem;
    font-size: 16px;
	line-height: 1.8em;
    text-align: left;
    box-sizing: border-box;
}
.company_data .data th {
    width: 20em;
    font-weight: bold;
}
.company_data .data td {
}
@media screen and (max-width: 767px) {
    .company_data .data { box-sizing: border-box; }
	.company_data .data tr {
		border-bottom: none;
	}
	.company_data .data th,
	.company_data .data td {
        font-size: 14px;
		width: 100%;
		padding: 0.5rem;
		display: block;
	}
	.company_data .data th {
		background: #f8f8f8;
		border: 1px solid #ddd;
	}
	.company_data .data td {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.company_data .data tr:last-child td {
		border-bottom: 1px solid #ddd;
	}
    
}


/* ---------------------------------
 * policy.html
--------------------------------- */
.kiyaku_item {
    text-align: left;
    margin-bottom: 20px;
}
.kiyaku_item p {
    font-size: 16px;
    line-height: 1.8em;
}
.kiyaku_item ul {}
.kiyaku_item ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    line-height: 1.8em;
}
@media screen and (max-width: 767px) {
    .kiyaku_wrap .kiyaku_item {
		margin-bottom: 15px;
	}
	.kiyaku_item p,
	.kiyaku_item ul li {
		font-size: clamp(14px, 3.5vw, 16px);
	}
    
}


/* ---------------------------------
 * contact.html
--------------------------------- */
.contact_page {
    text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e8e4dc;
    position: relative;
}
.contact_hero__en {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: clamp(40px, 8vw, 72px);
    font-weight: 300;
    line-height: 1;
    color: rgba(89, 38, 17, 0.08);
    letter-spacing: 0.04em;
    margin-bottom: -0.35em;
    pointer-events: none;
}
.contact_hero__title {
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contact_hero__lead {
    font-size: 16px;
    line-height: 1.85;
    color: #3e3a39;
    text-align: left;
    max-width: 640px;
    margin: 0 0 50px;
}

.contact_form {
    margin: 0;
    padding: 0;
}

/* 送信結果・スパム対策 */
.form_alert {
    margin-bottom: 24px;
    padding: 16px 20px;
    text-align: left;
    font-size: 15px;
    line-height: 1.65;
    color: #592611;
    background: #fff8f3;
    border: 1px solid #fe6612;
    border-radius: 8px;
    box-sizing: border-box;
}
.form_alert:focus {
    outline: 2px solid #fe6612;
    outline-offset: 2px;
}

.form_hp_wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form_block {
    margin-bottom: 40px;
}
.form_block:last-of-type {
    margin-bottom: 32px;
}
.form_block--required {
    padding-bottom: 8px;
}
.form_block--optional {
    padding: 28px 28px 8px;
    border-radius: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .form_block--optional {
        padding: 20px 16px 4px;
    }
}

.form_block__title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.form_block__note {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.form_block__label-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 4px;
    background: #e8e4dc;
    color: #592611;
    font-family: "Noto Sans JP", sans-serif;
}
.form_block__label-tag--req {
    background: #fe6612;
    color: #fff;
}

.form_field {
    margin-bottom: 22px;
}
.form_field--narrow {
    max-width: 280px;
}

.form_label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #592611;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}
.form_label--sub {
    font-weight: normal;
    color: #3e3a39;
    font-size: 14px;
}
.form_label__hint {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
.req_mark {
    color: #fe6612;
    font-weight: bold;
    margin-left: 4px;
}

.form_input,
.form_textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form_input::placeholder,
.form_textarea::placeholder {
    color: #aaa;
}
.form_input:hover,
.form_textarea:hover {
    border-color: #b8b4ac;
}
.form_input:focus,
.form_textarea:focus {
    outline: none;
    border-color: #fe6612;
    box-shadow: 0 0 0 3px rgba(254, 102, 18, 0.15);
}
.form_input--w-sm {
    max-width: 120px;
}

.form_textarea {
    resize: vertical;
    min-height: 120px;
}

.form_pair_fieldset {
    border: 1px dashed #c9c4bb;
    border-radius: 8px;
    padding: 20px 20px 4px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.6);
}
.form_pair_legend {
    font-size: 15px;
    font-weight: bold;
    color: #592611;
    padding: 0 8px;
    letter-spacing: 0.02em;
}

.form_privacy {
    margin-bottom: 28px;
    padding: 16px 20px;
    background: #faf9f5;
    border-radius: 8px;
    border: 1px solid #eee;
}
.form_privacy .content_text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    color: #3e3a39;
}
.form_privacy a {
    color: #fe6612;
    text-decoration: underline;
}
.form_privacy a:hover {
    text-decoration: none;
}

.contact_page .btn-wrap {
    margin-top: 12px;
}
.contact_page .content_btn {
    width: 100%;
    max-width: 400px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .contact_hero {
        margin-bottom: 32px;
        padding-bottom: 24px;
    }
    .contact_hero__title {
        text-align: center;
    }
    .form_block__title {
        justify-content: center;
        text-align: center;
    }
    .form_block__note {
        text-align: center;
    }
    .form_field--narrow {
        max-width: none;
    }
    .form_input--w-sm {
        max-width: 100%;
    }
}

/* ---------------------------------
 * contact_complete.html
--------------------------------- */
.contact_complete_wrap {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.contact_complete_card {
    padding: 8px 0 32px;
}

.contact_complete_badge {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fe6612 0%, #e55a0f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(254, 102, 18, 0.35);
}
.contact_complete_check {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}

.contact_complete_en {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 300;
    line-height: 1;
    color: rgba(89, 38, 17, 0.1);
    letter-spacing: 0.06em;
    margin-bottom: -0.2em;
}

.contact_complete_title {
    font-size: clamp(22px, 3.2vw, 26px);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 24px;
}

.contact_complete_lead {
    font-size: 16px;
    line-height: 1.9;
    color: #3e3a39;
    text-align: left;
    margin-bottom: 20px;
}

.contact_complete_note {
    font-size: 14px;
    line-height: 1.75;
    color: #666;
    text-align: left;
    margin-bottom: 32px;
    padding: 16px 18px;
    background: #faf9f5;
    border-radius: 8px;
    border: 1px solid #eee;
}

.contact_complete_catch {
    font-size: clamp(17px, 2.5vw, 20px);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.75;
    text-align: center;
}

.contact_complete_actions.btn-wrap {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.contact_complete_actions .content_btn {
    width: 280px;
    max-width: 100%;
    margin: 0;
}
.contact_complete_actions .content_btn + .content_btn {
    margin-left: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .contact_complete_actions.btn-wrap {
        flex-direction: column;
        gap: 16px;
    }
    .contact_complete_actions .content_btn {
        width: 80%;
    }
}


/* ---------------------------------
 * .html
--------------------------------- */

@media screen and (max-width: 767px) {
    
    
}

