@charset "UTF-8";
/* CSS Document */

:root {
/* 蜈ｱ騾夊ｨｭ螳� */
	--color--black: #000000;
	--color--white: #ffffff;
	--color--blue: #34B5D3;
	--color--yellow: #FFE162;
}
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}

/* 繝ｪ繧ｻ繝�ヨ繝ｻ蝓ｺ譛ｬ險ｭ螳� */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    color: #191919;
    background-color: #ffffff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

/* 繝倥ャ繝繝ｼ繝ｻ繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ */
.hero-section {
    position: relative;
    width: 100%;
    height: 839px;
    overflow: hidden;
    margin: 0 auto;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-container h1 {
    margin: 0;
    width: 40%;
	max-width:700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bg-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.logo-overlay {
    position: absolute;
    top: 52px;
    left: max(calc(50% - 595px), 80px);
    width: 184px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    height: 48px;
    width: auto;
    max-width: 147px;
}

.hero-content {
    position: absolute;
    top: 141px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 90%;
    z-index: 2;
}

.main-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.43;
    color: #ffffff;
    margin-bottom: 28px;
}

.main-message {
    margin-top: 20px;
}

.large-text {
    font-size: 107px;
    font-weight: bold;
    line-height: 1.09;
    color: #ffffff;
    text-align: left;
}

/* 繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝� */
.main-content {
    background-color: #ffffff;
    margin: 0 auto;
}

/* 莨∵･ｭ繝｡繝�そ繝ｼ繧ｸ */
.company-message {
    background: linear-gradient(138deg, rgba(94, 183, 211, 1) 9%, rgba(189, 227, 238, 1) 94%);
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
    z-index: 3;
}

.company-message .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.company-message .main-message {
    text-align: center;
    margin-bottom: 40px;
}

.company-message .main-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.company-message .section-description {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.95;
}

.company-message .company-vision {
    text-align: center;
    margin-top: 20px;
}

.company-message .vision-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.98;
}

.company-message .vision-quote {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    margin: 15px 0;
    position: relative;
		text-decoration: underline;

}


.company-message .closing-message {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff;
    margin-top: 40px;
    opacity: 0.95;
}

.cme-decoration-1 {
    bottom: -70px;
    left: 21px;
    width: 317px;
    height: 165px;
    position: absolute;
}

.cme-decoration-2 {
    top: -93px;
    right: 20px;
    width: 204px;
    height: 206px;
    position: absolute;
}

/* 莉穂ｺ九�鬲�鴨 */
.work-appeal {
    padding: 60px 0;
    background-color: #f7f7f7;
    background-image: 
        linear-gradient(rgba(255,255,255,0.8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.8) 1px, transparent 1px);
    background-size: 12px 12px;
}

.work-appeal .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.work-appeal-content {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 70px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.work-appeal .section-header {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
}

.work-appeal .section-label {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 8px;
}

.work-appeal .section-title-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 0;
}

.work-appeal-text {
    color: #191919;
}

.work-appeal-text .main-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}

.work-appeal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-appeal-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}

.work-appeal-list li:before {
    content: "◯";
    color: #191919;
    position: absolute;
    left: 0;
    top: 0;
}

/* 莉穂ｺ九�豬√ｌ */
.work-flow {
    padding: 0;
    background-color: #f7f7f7;
    background-image: 
        linear-gradient(rgba(255,255,255,0.8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.8) 1px, transparent 1px);
    background-size: 12px 12px;
    position: relative
}

.work-flow .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0 180px;
}

.work-flow-content {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 70px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.work-flow .section-header {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
}

.work-flow .section-label {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 8px;
}

.work-flow .section-title-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 0;
}

.flow-steps-content {
    color: #191919;
}

.flow-step-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.flow-step-item.last-item {
    margin-bottom: 2px;
}

.flow-step-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #191919;
}

.flow-step-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #191919;
}

.flow-note {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #191919;
    margin-left: 220px;
}

/* 逕ｻ蜒上ぐ繝｣繝ｩ繝ｪ繝ｼ */
.work-gallery {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin-top: -120px;
}

.gallery-images {
    display: flex;
    gap: 20px;
    margin-left: -80px;
    width: calc(200% + 160px);
    animation: slideLeft 15s linear infinite;
}

.gallery-image {
    flex: 0 0 calc((100% - 40px) / 3);
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 蠕励ｉ繧後ｋ蟆る摩諤ｧ */
.speciality {
    padding: 200px 0 60px;
    background-color: #ffffff;
}

.speciality .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.speciality .section-label {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 8px;
}

.speciality .section-title-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #5EB7D3;
    margin-bottom: 0;
}

.speciality-grid {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    /* border: 1px solid #ddd; */
}

.speciality-item {
    display: grid;
    grid-template-columns: 370px 1fr;
    min-height: auto;
    /* border-bottom: 1px solid #425DCA; */
    background: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    border: none;
    margin-bottom: 1px;
}

/*.speciality-item:last-child {
    border-bottom: none;
}*/

.speciality-title {
    background: linear-gradient(90deg, rgba(89, 179, 209, 1) 0%, rgba(65, 91, 203, 1) 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    /* margin: 0; */
    padding: 30px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border-right: 1px solid #ddd; */
    border: none;
    margin-right: 1px;
}

.speciality-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.71;
    color: #191919;
    text-align: left;
    padding: 30px 28px;
    margin: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid #425DCA;
}

/* 謗｡逕ｨ縺ｮ閭梧勹��RECRUIT�� */
.recruitment-background {
    background: linear-gradient(138deg, rgba(86, 176, 209, 1) 9%, rgba(74, 153, 211, 1) 94%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* 陬�｣ｾ隕∫ｴ� */
.recruitment-background .container {
    z-index: 2;
}

.recruitment-background .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.recruitment-background .section-label {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 8px;
}

.recruitment-background .section-title-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0;
}

.background-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto 60px;
}

/* 蜍滄寔隕���ユ繝ｼ繝悶Ν */
.job-details-table {
    max-width: 1000px;
    margin: 0 auto 60px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.job-detail-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.job-detail-row:last-child {
    border-bottom: none;
}

.job-detail-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    padding: 20px 30px;
    background-color: rgba(255,255,255,0.05);
    border-right: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
}

.job-detail-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.job-detail-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-detail-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.job-detail-content ul li:before {
    content: "⚫︎";
    position: absolute;
    left: 0;
    color: #ffffff;
}

.job-detail-content ul li:last-child {
    margin-bottom: 0;
}

/* CTA繝懊ち繝ｳ */
.recruitment-cta {
    text-align: center;
}

.recruitment-cta-button {
    display: inline-block;
    background: linear-gradient(-43deg, rgba(219, 17, 17, 1) 4%, rgba(228, 36, 36, 1) 36%, rgba(242, 67, 67, 1) 87%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    padding: 18px 60px;
    border-radius: 33px;
    transition: opacity 0.3s ease;
}

.recruitment-cta-button:hover {
    opacity: 0.9;
}

.cta-decoration-1 {
    top: 20px;
    left: 21px;
    width: 317px;
    height: 165px;
    position: absolute;
}

.cta-decoration-2 {
    top: 0;
    right: 0;
    width: 204px;
    height: 206px;
    opacity: 0.28;
    position: absolute;
}

.cta-decoration-3 {
    bottom: -50px;
    right: 0;
    width: 306px;
    height: 225px;
    position: absolute;
}

/* 縺雁撫縺�粋繧上○ */
.contact-info {
    padding: 50px 0;
    background-color: #ffffff;
}

.contact-title {
    max-width: 1000px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    color: #191919;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;

}

/* 縺雁撫縺�粋繧上○繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ1 */
#contact {
	width: 100%;
	height: auto;
	padding: 0 0 60px;
}
	.contact__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
		.contact__obj {
			width: 1291px;
			height: auto;
			position: absolute;
			bottom: -3.5px;
			left: calc(50% + 4px);
			transform: translate(-50%,0%);
			z-index: 0;
			pointer-events: none;
		}
		.contact__item {
			width: 50%;
			height: auto;
			padding: 60px 0 58px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
		}
		.contact__item._company {
			background-image: url('./asset/img/contact-bg_company.webp');
		}
		.contact__item._creator {
			background-image: url('./asset/img/contact-bg_creator.webp');
		}
			.contact__item::before {
				content: '';
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 0;
			}
			.contact__item._company::before {
				background-color: var(--color--black);
				opacity: .8;
			}
			.contact__item._creator::before {
				background-color: var(--color--blue);
				opacity: .8;
			}
				.contact__item__wrap {
					width: 100%;
					height: 100%;
					position: relative;
					z-index: 1;
				}
					.contact__item__ttl {
						width: 100%;
						height: auto;
						margin: 0 auto 6px;
						font-size: 32px;
						font-weight: 700;
						line-height: 1.4375;
						letter-spacing: 0.1em;
						text-align: center;
						color: var(--color--white);
					}
					.contact__item__sub_ttl {
						width: 100%;
						height: auto;
						margin: 0 auto 38px;
						font-family: "Roboto Condensed", sans-serif;
						font-size: 16px;
						font-weight: 700;
						line-height: 1.3125;
						letter-spacing: 0.04em;
						text-align: center;
						color: var(--color--white);
					}
					.contact__item__txt {
						width: 100%;
						height: auto;
						margin: 0 auto 28px;
						font-size: 16px;
						font-weight: 700;
						line-height: 1.6875;
						letter-spacing: 0.06em;
						text-align: center;
						color: var(--color--white);
					}
					.contact__item__btn_wrap {
						width: 85%;
						max-width: 400px;
						height: 80px;
						margin: 0 auto;
					}
						.contact__item__btn {
							display: flex;
							justify-content: center;
							align-items: center;
							width: 100%;
							height: 100%;
							border-radius: 5px;
							font-size: 22px;
							font-weight: 700;
							line-height: 1;
							letter-spacing: 0em;
							overflow: hidden;
							position: relative;
							z-index: 2;
                            text-decoration: none;
						}
						._company .contact__item__btn {
							color: var(--color--white);
						}
						._creator .contact__item__btn {
							background-color: var(--color--white);
							border: solid 2px var(--color--white);
							color: var(--color--blue);
						}
							._company .contact__item__btn::after {
								content: '';
								width: 100%;
								height: 200%;
								background: rgb(45,151,215);
								background: linear-gradient(180deg, rgba(45,151,215,1) 0%, rgba(52,181,211,1) 50%, rgba(45,151,215,1) 100%);
								position: absolute;
								top: 0;
								left: 0;
								z-index: -1;
							}
						@media (any-hover: hover) {
							._company .contact__item__btn::after {
								transition: .3s;
							}
							._company .contact__item__btn:hover::after {
								top: -100%;
							}
							._creator .contact__item__btn {
								transition: .3s;
							}
							._creator .contact__item__btn:hover {
								background-color: var(--color--blue);
								color: var(--color--white);
							}
						}


.contact-section.first-contact {
    background: linear-gradient(135deg, rgba(94, 183, 211, 0.9) 0%, rgba(65, 91, 203, 0.9) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-header {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}

.contact-phone {
    text-align: center;
    margin-bottom: 40px;
}

.contact-details {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}
.phone-location {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-details p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #191919;
    margin-bottom: 8px;
}

.contact-details p:last-child {
    margin-bottom: 0;
}

.phone-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.phone-hours {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
}

.contact-cta {
    text-align: center;
    margin-bottom: 40px;
}

.contact-cta-button {
    display: inline-block;
    background: linear-gradient(-43deg, rgba(219, 17, 17, 1) 4%, rgba(228, 36, 36, 1) 36%, rgba(242, 67, 67, 1) 87%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 35px;
    transition: opacity 0.3s ease;
}

.contact-cta-button:hover {
    opacity: 0.9;
}

.contact-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.decoration-object {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.decoration-object.obj-1 {
    top: 20%;
    left: 10%;
    width: 60px;
    height: 60px;
}

.decoration-object.obj-2 {
    top: 40%;
    right: 15%;
    width: 40px;
    height: 40px;
}

.decoration-object.obj-3 {
    bottom: 30%;
    left: 20%;
    width: 50px;
    height: 50px;
}

.decoration-object.obj-4 {
    bottom: 20%;
    right: 10%;
    width: 70px;
    height: 70px;
}

.decoration-object.obj-5 {
    top: 60%;
    left: 50%;
    width: 30px;
    height: 30px;
}

/* 縺雁撫縺�粋繧上○繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ2 */
.contact-section.second-contact {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.contact-targets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-target {
    background-color: #ffffff;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-target:hover {
    transform: translateY(-5px);
}

.target-header {
    font-size: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 20px;
}

.target-subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 40px;
}

.target-cta {
    display: inline-block;
    background: linear-gradient(135deg, rgba(94, 183, 211, 1) 0%, rgba(65, 91, 203, 1) 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 25px;
    transition: opacity 0.3s ease;
}

.target-cta:hover {
    opacity: 0.9;
}

/* 莨夂､ｾ諠��ｱ */
.company-info {
    padding: 0;
    margin-bottom: 100px;
}

.company-info-bg {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px;
    background-color: #f8f8f8;
}

.company-info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.75;
    color: #191919;
    margin-bottom: 20px;
    text-align: left;
}

.company-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #191919;
    margin-bottom: 60px;
    text-align: left;
}

.company-description p {
    margin-bottom: 16px;
}

.company-description p:last-child {
    margin-bottom: 0;
}

.company-details {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0;
    max-width: 800px;
}

.company-detail {
    display: contents;
}

.company-detail .detail-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #191919;
    padding: 12px 20px 12px 0;
    border-bottom: none;
    background-color: transparent;
}

.company-detail .detail-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #191919;
    padding: 12px 0;
    border-bottom: none;
    background-color: transparent;
}

/* 繝輔ャ繧ｿ繝ｼ */
.footer {
    background: linear-gradient(135deg, rgba(20, 20, 20, 1) 0%, rgba(40, 40, 40, 1) 100%);
    padding: 60px 0;
    text-align: center;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
}

.footer-copyright {
    margin-top: 20px;
}

.footer-copyright p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* 陬�｣ｾ隕∫ｴ� */
.decorative-element {
    position: absolute;
    opacity: 0.42;
}

.decorative-path {
    position: absolute;
    opacity: 0.2;
}

footer {
	width: 100%;
	height: 250px;
	border-radius: 60px 60px 0 0;
	background-color: var(--color--blue);
}
	.footer__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		position: relative;
	}
		.footer__logo {
			width: 219px;
			height: auto;
		}
		.footer__copyright {
			font-size: 12px;
			font-weight: 500;
			line-height: 1.2;
			letter-spacing: 0.06em;
			color: var(--color--white);
			position: absolute;
			bottom: 20px;
			left: 50%;
			transform: translate(-50%,0%);
		}
        

/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢� */
@media screen and (max-width: 1280px) {
    .tablet,.sp {display: none;}
    .pc {display: inline-block;}
    .view_sp {display: none;}
    .view_tablet {display: none;}
    .view_pc {display: block;}
    
    .cta-decoration-1{display: none;}
    .cta-decoration-2{display: none;}
    .cta-decoration-3{display: none;}
    
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
    
    .hero-content {
        width: 95%;
    }
    
    .logo-overlay {
        left: 40px;
    }
    
    .work-appeal-content{
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .work-flow-content{
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .tablet,.sp {display: none;}
    .pc {display: inline-block;}
    .view_sp {display: none;}
    .view_tablet {display: none;}
    .view_pc {display: block;}
    img, svg, video {
        display: block;
        width: 100%;
        vertical-align: bottom;
    }
    
    .cme-decoration-1 {
        display: none;
    }
    .cme-decoration-2 {
        display: none
    }
    .cta-decoration-1{display: none;}
    .cta-decoration-2{display: none;}
    .cta-decoration-3{display: none;}
    .container {
        padding: 0 20px;
    }
    
    .hero-section {
        height: 600px;
    }
    
    .hero-content {
        width: 95%;
        top: 100px;
    }
    
    .logo-overlay {
        left: 35px;
        top: 30px;
        width: 112px;
        height: 36px;
    }
    
    .main-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .large-text {
        font-size: 60px;
    }

    .company-message {
        padding: 20px 0 60px;
    }
    
    .company-message .container {
        padding: 0 20px;
    }
    
    .company-message .main-title {
        font-size: 28px;
        line-height: 1.4;
    }
    
    .company-message .section-description {
        font-size: 16px;
        line-height: 1.8;
    }
    
    .company-message .vision-text {
        font-size: 18px;
    }
    
    .company-message .vision-quote {
        font-size: 20px;
        margin: 12px 0;
    }
    
    .company-message .closing-message {
        font-size: 16px;
    }
    
    .work-appeal-content,
    .work-flow-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .work-appeal .section-header,
    .work-flow .section-header {
        margin-bottom: 20px;
				text-align: center

    }
    
    .flow-step-item {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 25px;
    }
    
    .flow-step-title {
        font-weight: 600;
        margin-bottom: 5px;
		font-size: 18px!important;
		font-weight: bold
    }
    
    .flow-note {
        margin-left: 0;
    }
    
    .gallery-images {
        margin-left: -20px;
        width: calc(200% + 40px);
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .speciality-item {
        grid-template-columns: 1fr;
    }
    
    .speciality-title {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 28px;
    }
    
    .speciality-description {
        padding: 20px 28px;
    }
    
    .job-detail-row {
        grid-template-columns: 1fr;
    }
    
    .job-detail-label {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 15px 20px 10px;
        font-weight: 600;
    }
    
    .job-detail-content {
        padding: 10px 20px 15px;
    }
    
    .recruitment-dots {
        display: none;
    }
    
    .company-details {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .company-detail .detail-label {
        font-weight: 600;
        margin-bottom: 5px;
        padding: 8px 0 4px;
    }
    
    .company-detail .detail-content {
        padding: 0 0 16px;
        margin-bottom: 8px;
    }
    
    .company-info-bg {
        padding: 40px 20px;
    }
    
    /* 縺雁撫縺�粋繧上○繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ 繝ｬ繧ｹ繝昴Φ繧ｷ繝� */
    .contact-header {
        font-size: 24px;
    }
    
    .phone-number {
        font-size: 28px;
    }
    
    .contact-targets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-target {
        padding: 40px 20px;
    }
    
    .target-header {
        font-size: 20px;
    }
    
    .target-subtext {
        font-size: 14px;
    }
    
    /* contact繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺ｮ繝ｬ繧ｹ繝昴Φ繧ｷ繝� */
    .contact__inner {
        flex-direction: column;
    }
    
    #company {
        padding: 0 0 130px;
    }
        .company__inner {
            width: 91.2%;
            max-width: initial;
        }
            .company__contents {
                padding: 23px 15px 17px;
                border: solid 2px var(--color--blue);
            }
                #company .section_heading_sub {
                    margin: 0 auto 10px;
                }
                    .company__list__item {
                        padding: 27px 0;
                    }
                        .company__list__item::before {
                            width: 72px;
                        }
                        .company__list__item dt {
                            width: 72px;
                            font-size: 14px;
                        }
                        .company__list__item dd {
                            padding-left: 20px;
                            font-size: 14px;
                        }

    #contact {
        padding: 0 0 30px;
    }
        .contact__inner {
            display: block;
        }
            .contact__obj {
                width: 569.41px;
                bottom: -1.3px;
                left: 50%;
            }
            .contact__item {
                width: 100%;
                padding: 36px 0 58px;
            }
                        .contact__item__ttl {
                            margin: 0 auto;
                            font-size: 28px;
                            line-height: 1.428;
                        }
                        ._creator .contact__item__ttl {
                            letter-spacing: 0.05em;
                        }
                        .contact__item__sub_ttl {
                            margin: 0 auto 27px;
                            font-size: 14px;
                            line-height: 1.34;
                        }
                        .contact__item__txt {
                            font-size: 14px;
                            line-height: 2;
                        }
                        .contact__item__btn_wrap {
                            width: 82.666667%;
                            height: 66px;
                        }
                            .contact__item__btn {
                                font-size: 18px;
                            }
    
    footer {
        height: 150px;
        border-radius: 50px 50px 0 0;
    }
            .footer__logo {
                width: 140px;
            }
            .footer__copyright {
                font-size: 10px;
                bottom: 10px;
            }
}

@media screen and (max-width: 480px) {
    .pc,.tablet {display: none;}
    .sp {display: inline-block;}
    .view_pc {display: none;}
    .view_tablet {display: none;}
    .view_sp {display: block;}
    .cme-decoration-1 {
        display: none;
    }
    .cme-decoration-2 {
        display: none
    }
    .cta-decoration-1{display: none;}
    .cta-decoration-2{display: none;}
    .cta-decoration-3{display: none;}
    
    .hero-section {
        height: 500px;
    }
    
    .hero-content {
        display: none;
    }
    
    .hero-image-container h1 {
        width: 80%;
    }
    
    .logo-overlay {
        left: 20px;
        top: 20px;
        width: 112px;
        height: 36px;
    }

    .logo-image {
        height: 32px;
    }
    
    .large-text {
        font-size: 40px;
    }
    
    .main-title {
        font-size: 18px;
    }
    
    .company-message .main-message {
        text-align: left;
    }
    
    .company-message .main-title {
        font-size: 32px;
        animation: floatUp 1.5s ease-out;
		font-weight: bold
    }
    
    .company-message .section-description {
        font-size: 16px;
        text-align: left;
        margin: 0 0 20px;
    }
    
    .company-message .company-vision {
        text-align: left;
    }
    
    .company-message .vision-text {
        font-size: 16px;
    }
    
    .company-message .vision-quote {
        font-size: 20px;
		font-weight: bold;
		line-height: 1.1;
    }
    
    .company-message .closing-message {
        text-align: left;
    }
    
    .sp-break::before {
        content: '\A';
        white-space: pre;
    }
    
    .work-appeal .section-label,
    .work-flow .section-label {
        font-size: 28px;
		line-height: 1.4em;
    }
    
    .work-appeal-text .main-description,
    .work-appeal-list li,
    .flow-step-title,
    .flow-step-description {
        font-size: 16px;
		font-weight: bold;
    }
    
    .speciality .section-label {
        font-size: 28px;
    }
    
    .speciality-title {
        font-size: 18px;
        padding: 15px 20px;
    }
    
    .speciality-description {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .background-text {
        font-size: 16px;
        line-height: 1.8;
    }
    
    .job-detail-label,
    .job-detail-content {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .recruitment-background::before,
    .recruitment-background::after {
        display: none;
    }
    
    .company-info-title {
        font-size: 20px;
    }
    
    .company-description,
    .company-detail .detail-label,
    .company-detail .detail-content {
        font-size: 14px;
    }
    
    .company-info-bg {
        padding: 30px;
    }
    
    /* 縺雁撫縺�粋繧上○繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ 480px 繝ｬ繧ｹ繝昴Φ繧ｷ繝� */
    .contact-header {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .phone-location {
        font-size: 16px;
    }
    
    .phone-number {
        font-size: 24px;
    }
    
    .phone-hours {
        font-size: 14px;
    }
    
    .contact-cta-button {
        font-size: 18px;
        padding: 15px 40px;
    }
    
    .contact-target {
        padding: 30px 15px;
    }
    
    .target-header {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .target-subtext {
        font-size: 13px;
        margin-bottom: 30px;
    }
    
    .target-cta {
        font-size: 14px;
        padding: 12px 25px;
    }
    
    /*.footer-logo-text {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }*/
}