:root {
	--color-text: #4a4a4a;
	--color-orange: #ffc33b;
	--color-red: #fe3c3c;
	--color-gray: #707070;
	--color-yellow: #f6ff08;
	--bg-body: #000000;
	--layer-header: 100;
	--layer-drawer: 90;
	--layer-header-nav: 90;
	--layer-header-mask: 80;
	--layer-footer: 50;
	--layer-default: 1;
	--layer-background: -1;
	--width-max: 1400px;
	--width-min: 320px;
	--width-pc-comp: 1920;
	--height-header: 80px;
	--height-header-sp: 60px;
	--section-inner-padding: 100px;
	--section-inner-padding-2: 205px;
	--section-inner-padding-sp: 20px;
	--section-inner-padding-sp-2: 40px;
	--transiton-drawer: 0.7s;
	--transiton-hover: 0.3s;
}

html {
	font-size: 62.5%;
}

body {
	background: var(--bg-body);
	color: var(--color-text);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.3;
}

img,
video {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

a,
button {
	color: inherit;
	display: inline-block;
	height: auto;
	text-decoration: none;
	transition: opacity var(--transiton-hover);
	width: 100%;
}

a:hover,
button:hover {
	opacity: 0.7;
}

.text-orange {
	color: var(--color-orange);
}

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

.underline-gray,
.underline-gray-l {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.underline-gray::before,
.underline-gray-l::before {
	background: var(--color-gray);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.underline-gray-l {
	display: block;
}

.l-header {
	height: var(--height-header);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: var(--layer-header);
}

.l-section {
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-section__inner,
.l-section__inner-l {
	height: inherit;
	margin-inline: auto;
	max-width: var(--width-max);
}

.l-section__inner {
	padding-inline: clamp(2rem, calc(7.41vw + -0.3704rem), 10rem);
}

.l-section__inner-l {
	padding-inline: clamp(2rem, calc(17.13vw + -3.4815rem), 20.5rem);
}

.l-section__contents {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.3;
}

.l-section__title--en {
	color: #989898;
	font-size: 2rem;
	font-size: clamp(1.6rem, calc(0.37vw + 1.4815rem), 2rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
}

.l-section__title--ja {
	color: white;
	font-size: 3.8rem;
	font-size: clamp(2.8rem, calc(0.93vw + 2.5037rem), 3.8rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5789473684;
	margin-top: 20px;
}

:root {
	--hamburger-width: 51px;
	--hamburger-width-tb: 40px;
	--hamburger-width-sp: 30px;
}

.c-hamburger {
	border: none;
	height: var(--hamburger-width);
	position: relative;
	width: var(--hamburger-width);
}

.c-hamburger__bar {
	background-color: #4a4a4a;
	height: calc(var(--hamburger-width) / 10);
	position: absolute;
	transition: all 0.5s; /* ハンバーガーボタンのバーのデザイン */
	width: var(--hamburger-width);
}

.c-hamburger__bar:nth-child(1) {
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
}

.c-hamburger__bar:nth-child(2) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-hamburger__bar:nth-child(3) {
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.drawer-open .c-hamburger__bar { /* 中央寄せにして回転 */
}

.drawer-open .c-hamburger__bar:nth-child(1) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.drawer-open .c-hamburger__bar:nth-child(2) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-open .c-hamburger__bar:nth-child(3) {
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%) rotate(-135deg);
}

.c-btn__add-acount {
	background-color: #006AAC;
	border: 5px solid white;
	border-bottom-left-radius: 20px;
	border-right: none;
	border-top-left-radius: 20px;
	color: white;
	display: grid;
	font-size: 30px;
	font-weight: bold;
	height: 324px;
	letter-spacing: 5px;
	opacity: 0;
	padding-right: 85px;
	place-items: center;
	position: fixed;
	right: -85px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 170px;
	writing-mode: vertical-rl;
	z-index: 1000;
}

.c-btn__add-acount.js-show:hover {
	opacity: 0.7;
	padding-right: revert;
	right: 0;
}

.c-btn__add-acount.js-show {
	opacity: 1;
}

.p-header {
	color: #fff;
}

.p-header__contents {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.p-header__logo {
	font-size: 2.4rem;
	font-size: clamp(1.8rem, calc(0.56vw + 1.6222rem), 2.4rem);
	font-weight: 900;
	letter-spacing: 0em;
	letter-spacing: -1.5px;
	line-height: 1.1666666667;
	padding-bottom: 6px;
}

.p-drawer__nav {
	background-color: rgba(255, 255, 255, 0.8);
	height: calc(100% - var(--height-header));
	height: 100%;
	padding-block: 8rem;
	padding-inline: clamp(4rem, calc(3.7vw + 2.8148rem), 8rem);
	position: fixed;
	right: -100%;
	top: var(--height-header);
	top: 0;
	transition: 0.7s;
	z-index: var(--layer-drawer);
}

.drawer-open .p-drawer__nav {
	right: 0;
}

.p-drawer__nav .p-drawer__nav--list {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-drawer__nav .p-drawer__nav--item {
	font-size: 2.4rem;
	font-size: clamp(1.8rem, calc(0.56vw + 1.6222rem), 2.4rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	width: 100%;
}

.p-drawer__nav .p-drawer__nav--link {
	padding-block: 2rem;
}

.p-drawer__nav .p-drawer__nav--link-login {
	background-color: var(--main-color);
	color: white;
}

.p-drawer__mask {
	background: transparent;
	content: "";
	inset: 0;
	left: 100%;
	position: fixed;
	transition: var(--transiton-drawer);
	z-index: var(--layer-header-mask);
}

.drawer-open .p-drawer__mask {
	left: 0;
}

.p-footer {
	background: #690000;
	color: #fff;
}

.p-footer__inner {
	padding-top: 45px;
}

.p-footer__nav {
	padding-bottom: 32px;
	padding-top: 40px;
}

.p-footer__nav--title {
	display: inline;
	font-size: 2.4rem;
	font-size: clamp(1.8rem, calc(0.56vw + 1.6222rem), 2.4rem);
	font-weight: 900;
	letter-spacing: 0em;
	letter-spacing: -1.5px;
	line-height: 1.1666666667;
}

.p-footer__nav--list {
	align-items: center;
	display: flex;
	gap: 3rem;
}

.p-footer__nav--item {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.7222222222;
	padding-block: clamp(0.5rem, calc(0.46vw + 0.3519rem), 1rem);
}

.p-footer__copy {
	background-color: black;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0em;
	letter-spacing: 1px;
	line-height: 1.6875;
	padding-bottom: 40px;
	padding-top: 35px;
	text-align: center; /* smallタグ width,display*/
	width: 100%;
}

.p-fv {
	padding-bottom: clamp(5rem, calc(5.09vw + 3.3704rem), 10.5rem);
	position: relative;
	z-index: 1;
}

.p-fv__bg-gradation,
.p-fv__bg-right {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv__bg-gradation {
	background: url("../img/fv-bg-gradation.webp") no-repeat center/cover;
	opacity: 0.05;
	z-index: 1;
}

.p-fv__bg-right {
	/*background: url("../img/fv-bg.webp") no-repeat center right/60.6% 100%;*/
	z-index: 2;
}

.p-fv__inner {
	padding-top: 88px;
	position: relative;
	z-index: 3;
}

.p-fv__contents {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.p-fv__content-left .p-fv__img--car {
	margin-top: 4px;
	width: clamp(28rem, calc(54.81vw + 13.6593rem), 120.4rem);
margin-bottom:7rem;
}

.p-fv__content-left .p-fv__text-brand {
	margin-top: clamp(-7.7rem, calc(-5.28vw + -0.3111rem), -2rem);
}

.p-fv__content-left .p-fv__text-brand h2 {
	color: yellow;
	font-size: 8.3rem;
	font-size: clamp(3rem, calc(4.91vw + 1.4296rem), 8.3rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.0240963855;
}

.p-fv__content-left .p-fv__text-brand p {
	color: white;
	font-size: 2.6rem;
	font-size: clamp(1.2rem, calc(1.3vw + 0.7852rem), 2.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.8461538462;
	margin-top: -5px;
}

.p-fv__content-right {
	flex: 0 0 306px;
}

.p-fv__content-right .p-fv__text-hero {
	color: white;
	font-size: 5rem;
	font-size: clamp(3rem, calc(1.85vw + 2.4074rem), 5rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.64;
}

.p-sdgs {
	padding-bottom: clamp(5rem, calc(7.04vw + 2.7482rem), 12.6rem);
	text-align: center;
}

.p-sdgs__head {
	background: linear-gradient(to bottom, #ffebbf, #bf8400) no-repeat;
	border-radius: 7px;
	margin-top: clamp(-10.4rem, calc(-5.93vw + -2.1037rem), -4rem);
	padding-bottom: 33px;
	padding-inline: 2rem;
	position: relative;
}

.p-sdgs__head--title {
	font-size: 2rem;
	font-size: clamp(1.2rem, calc(0.74vw + 0.963rem), 2rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 3.7;
}

.p-sdgs__head--message {
	font-size: 1.6rem;
	font-size: clamp(1rem, calc(0.56vw + 0.8222rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: -2px;
}

.p-sdgs__head--container {
	display: flex;
}

.p-sdgs__head--img {
	margin-inline: auto;
	margin-top: 18px;
	max-width: 431px;
	padding-right: 13px;
}

.p-sdgs__head--button {
	background-color: #ffffff;
	border-radius: 5px;
	bottom: 37px;
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	height: 35px;
	letter-spacing: 0em;
	line-height: 1.7692307692;
	margin-left: auto;
	position: absolute;
	right: 21px;
	width: 138px;
}

.p-sdgs__head--icon {
	background-color: black;
	display: inline-block;
	height: 1px;
	margin-left: 5px;
	position: relative;
	width: 14px;
}

.p-sdgs__head--icon::before {
	background-color: black;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	rotate: 45deg;
	top: 0;
	transform-origin: top right;
	width: 7px;
}

.p-sdgs__body {
	background-color: #fff7e6;
	height: 0;
	margin-top: 9px;
	overflow: hidden;
	position: relative;
	transition: height 0.3s ease-in-out;
}

.p-sdgs__body--inner {
	padding-bottom: clamp(3rem, calc(3.7vw + 1.8148rem), 7rem);
	padding-inline: clamp(1rem, calc(3.98vw + -0.2741rem), 5.3rem);
	padding-top: clamp(4rem, calc(2.41vw + 3.2296rem), 6.6rem);
}

.p-sdgs__body--title {
	font-size: 2.3rem;
	font-size: clamp(1.4rem, calc(0.83vw + 1.1333rem), 2.3rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7826086957;
}

.p-sdgs__body--message {
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5625;
	margin-top: 34px;
	padding-left: 35px;
}

.p-sdgs__body--img {
	margin-inline: auto;
	margin-top: clamp(3rem, calc(1.85vw + 2.4074rem), 5rem);
	max-width: 469px;
}

.p-sdgs__body--contents {
	margin-top: clamp(3rem, calc(3.15vw + 1.9926rem), 6.4rem);
	padding-left: 52px;
}

.p-sdgs__body--content {
	display: flex;
	gap: 43px;
}

.p-sdgs__body--content + .p-sdgs__body--content {
	margin-top: 42px;
}

.p-sdgs__body--content-left {
	flex: 0 0 176px;
}

.p-sdgs__body--content-right {
	line-height: 1;
	text-align: left;
}

.p-sdgs__body--content-title {
	color: #ff3b3c;
	font-size: 1.7rem;
	font-size: clamp(1.4rem, calc(0.28vw + 1.3111rem), 1.7rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4705882353;
	padding-bottom: clamp(1rem, calc(0.74vw + 0.763rem), 1.8rem);
}

.p-sdgs__body--content-message {
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-top: 23px;
}

.p-sdgs__body--button {
	background-color: #747474;
	height: 2px;
	position: absolute;
	right: 32px;
	rotate: 45deg;
	top: 42px;
	width: 33px;
}

.p-sdgs__body--button::before {
	background-color: #747474;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(90deg);
	transform-origin: center;
	width: 100%;
}

.p-sdgs__body--button:focus-visible::before {
	outline: -webkit-focus-ring-color auto 1px;
}

/* フォーカス時のスタイル */

.p-sdgs__body--button:focus,
.p-sdgs__body--button:hover {
	background-color: #555; /* メインの線の色を変更 */
}

/* 疑似要素のフォーカススタイル */

.p-sdgs__body--button:focus::before,
.p-sdgs__body--button:hover::before {
	background-color: #555; /* 疑似要素の線の色も変更 */
}

.p-feature {
	padding-bottom: clamp(4rem, calc(3.98vw + 2.7259rem), 8.3rem);
}

.p-feature__contents {
	display: flex;
	gap: 4%;
	justify-content: space-between;
}

.p-feature__texts {
	width: 50%;
}

.p-feature__message {
	color: white;
	font-size: 2rem;
	font-size: clamp(1.6rem, calc(0.37vw + 1.4815rem), 2rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.3;
	margin-top: -3px;
	width: 46%;
}

.p-reason {
	background: url("../img/reason-bg.webp") no-repeat center center/cover;
	text-align: center;
}

.p-reason__inner {
	padding-block: clamp(4rem, calc(5.56vw + 2.2222rem), 10rem);
}

.p-reason__contents {
	background: rgba(255, 255, 255, 0.9);
	padding-block: 62px 68px;
	padding-inline: clamp(2rem, calc(7.87vw + -0.5185rem), 10.5rem);
}

.p-reason__title {
	font-size: 3.3rem;
	font-size: clamp(1.7rem, calc(1.48vw + 1.2259rem), 3.3rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
}

.p-reason__message {
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5625;
	margin-top: 10px;
}

.p-reason__message .underline-yellow {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: var(--color-yellow);
	text-decoration-thickness: 8px;
	text-underline-offset: -4px;
}

.p-reason__container {
	display: flex;
	gap: 8%;
	justify-content: center;
	margin-top: 32px;
	text-align: left;
}

.p-reason__content {
	width: 46%;
}

.p-reason__content--title {
	font-size: 2.4rem;
	font-size: clamp(1.4rem, calc(0.93vw + 1.1037rem), 2.4rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4583333333;
	margin-top: 30px;
	padding-bottom: clamp(1rem, calc(1.67vw + 0.4667rem), 2.8rem);
	white-space: nowrap;
}

.p-reason__content--message {
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
	margin-top: 29px;
}
.p-reason__content--img img{
aspect-ratio:5/3;
}
.p-mission {
	overflow: hidden;
	padding-bottom: clamp(4rem, calc(3.15vw + 2.9926rem), 7.4rem);
	padding-top: clamp(4rem, calc(4.07vw + 2.6963rem), 8.4rem);
}

.p-mission__message {
	color: white;
	font-size: 2rem;
	font-size: clamp(1.6rem, calc(0.37vw + 1.4815rem), 2rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.3;
	margin-top: 14px;
	max-width: 772px;
}

.p-mission-img {
        width:71%;
	max-width: 1023px;
	opacity: 0.45;
	position: absolute;
	right: -280px;
	top: 50%;
	translate: 0 -46%;
	z-index: -1;
}

.p-works {
	color: white;
	padding-bottom: clamp(4rem, calc(6.85vw + 1.8074rem), 11.4rem);
}

.p-work {
	min-height: 329px;
	padding-block: 50px 40px;
}

.p-work + .p-work {
	margin-top: 50px;
}

.p-work-red {
	background-color: #d30028;
}

.p-work-orange {
	background-color: #e65900;
}

.p-work-yellow {
	background-color: #f2ba00;
}

.p-work__contents {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(2rem, calc(4vw + -2.1rem), 3.5rem);
}

.p-work__texts {
	width: 522px;
}

.p-work__title--en {
	color: white;
}

.p-work__message {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
	margin-top: 8px;
}

.p-work__images {
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 740px;
}

.p-work__image {
	height: -moz-fit-content;
	height: fit-content;
	max-width: 360px;
	position: relative;
}
.p-work__image img{
aspect-ratio:3/2;
}
.work__image--description {
	align-items: center;
	background: linear-gradient(to bottom, rgba(66, 66, 66, 0.2), rgb(13, 13, 13));
	bottom: 0;
	color: white;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	height: 66px;
	justify-content: center;
	left: 0;
	letter-spacing: 0em;
	line-height: 1.7;
	position: absolute;
	width: 100%;
}

.p-case {
	background: linear-gradient(to bottom, #fc711b, #a03e00) no-repeat;
	text-align: center;
}

.p-case__inner {
	padding-bottom: clamp(4rem, calc(3.43vw + 2.9037rem), 7.7rem);
	padding-top: clamp(4rem, calc(3.24vw + 2.963rem), 7.5rem);
}

.p-case__title--en {
	color: white;
}

.p-case__contents {
	display: flex;
	gap: clamp(3rem, calc(3.73vw + -0.8267rem), 4.4rem);
	margin-top: 43px;
}

.p-case__item {
	color: #4a4a4a;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.p-case__item--text {
	background-color: white;
	flex: 1;
	padding-block: 11px 18px;
	padding-inline: 24px;
	position: relative;
}

.p-case__item--text::before {
	background-color: #ffea00;
	bottom: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0px);
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	width: 24px;
}

.p-case__item--business {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.7222222222;
}

.p-case__item--name {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.7083333333;
}

.p-case__item--message {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.7222222222;
	margin-top: 20px;
	text-align: left;
}
.p-case__item--img img{
aspect-ratio:4/3;
}

.p-contact {
	color: white;
	text-align: center;
}

.p-contact__inner {
	padding-bottom: clamp(4rem, calc(5.56vw + 2.2222rem), 10rem);
	padding-top: clamp(4rem, calc(6.39vw + 1.9556rem), 10.9rem);
}

.p-contact__text {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	padding-inline: 74px;
	position: relative;
}

.p-contact__text .text-mail {
	color: #fec239;
}

.p-contact__text::before,
.p-contact__text::after {
	background-color: white;
	bottom: 20px;
	content: "";
	height: 2px;
	position: absolute;
	width: 38px;
}

.p-contact__text::before {
	left: 0;
	rotate: 61deg;
}

.p-contact__text::after {
	right: 7px;
	rotate: -61deg;
}

.p-contact__button {
	background-color: rgba(255, 255, 255, 0.38);
	margin-top: 14px;
	padding: 36px;
}

.p-contact__button-link {
	background-color: #ea8b0a;
	font-size: 3.3rem;
	font-size: clamp(1.6rem, calc(1.57vw + 1.0963rem), 3.3rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
	padding: 36px;
}

.p-access {
	padding-bottom: clamp(4rem, calc(2.59vw + 3.1704rem), 6.8rem);
}

.p-access__contents {
	background-color: white;
	display: flex;
	gap: 81px;
	justify-content: center;
	padding-bottom: clamp(4rem, calc(3.06vw + 3.0222rem), 7.3rem);
	padding-inline: clamp(2rem, calc(7.87vw + -0.5185rem), 10.5rem);
	padding-top: clamp(2rem, calc(10.46vw + -1.3482rem), 13.3rem);
}

.p-access__texts {
	flex: 1;
}

.p-access__title--ja {
	color: var(--color-text);
}

.p-access__lists {
	margin-top: 32px;
}

.p-access__list {
	display: flex;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
}

.p-access__list + .p-access__list {
	margin-top: 1px;
}

.p-access__term {
	white-space: nowrap;
}

.p-access__map {
	flex-shrink: 0;
	max-width: 423px;
	width: 100%;
}

.p-access__map iframe {
	aspect-ratio: 423/325;
	height: auto;
	width: 100%;
}

.p-company {
	padding-bottom: clamp(4rem, calc(5.56vw + 2.2222rem), 10rem);
	text-align: center;
}

.p-company__contents {
	background-color: white;
	padding-bottom: clamp(4rem, calc(6.48vw + 1.9259rem), 11rem);
	padding-inline: clamp(2rem, calc(7.87vw + -0.5185rem), 10.5rem);
	padding-top: clamp(4rem, calc(5.09vw + 2.3704rem), 9.5rem);
}

.p-company__title {
	display: inline-block;
	font-size: 3.3rem;
	font-size: clamp(2rem, calc(1.2vw + 1.6148rem), 3.3rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
	padding-bottom: 2px;
	position: relative;
}

.p-company__title::after {
	background: #ffa700;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 170px;
}

.p-company__lists {
	font-size: 1.6rem;
	font-size: clamp(1.2rem, calc(0.37vw + 1.0815rem), 1.6rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
	margin-top: clamp(3rem, calc(1.85vw + 2.4074rem), 5rem);
	text-align: left;
}

.p-company__list {
	display: flex;
}

.p-company__list + .p-company__list {
	margin-top: clamp(1rem, calc(1.76vw + 0.437rem), 2.9rem);
}

.p-company__term {
	width: 176px;
}

.p-recruit {
	text-align: center;
}

.p-recruit__inner {
	padding-inline: 0;
}

.p-recruit__contents {
	display: flex;
}

.p-recruit__texts {
	background: url("../img/recruit-bg.webp") no-repeat center/cover;
	flex: 1;
	padding-block: 48px;
	padding-right: 30px;
}

.p-recruit__title--en {
	color: white;
}

.p-recruit__title--ja {
	color: #4a4a4a;
}

.p-recruit__button {
	background-color: #ffffff;
	margin-top: 23px;
	max-width: 374px;
	padding-block: 6px;
}

.p-recruit__button--has-arrow {
	display: inline-block;
	padding-left: 50px;
	padding-right: 44px;
	position: relative;
}

.p-recruit__button--has-arrow::before,
.p-recruit__button--has-arrow::after {
	background-color: #4a4a4a;
	bottom: 14px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 33px;
}

.p-recruit__button--has-arrow::after {
	rotate: 45deg;
	transform-origin: right bottom;
	width: 14px;
}

.p-recruit__img {
	background: url("../img/recruit-img.webp") no-repeat center/cover;
	flex-shrink: 0;
	max-width: 586px;
	width: 50%;
}

.p-recruit__img img {
	height: 100%;
}

.p-recruitment {
	text-align: center;
}

.p-recruitment__inner {
	padding-block: clamp(4rem, calc(5.56vw + 2.2222rem), 10rem);
}

.p-recruitment__contents {
	background-color: white;
	padding-bottom: clamp(4rem, calc(4.44vw + 2.5778rem), 8.8rem);
	padding-inline: clamp(2rem, calc(7.87vw + -0.5185rem), 10.5rem);
	padding-top: clamp(4rem, calc(5.09vw + 2.3704rem), 9.5rem);
}

.p-recruitment__title {
	color: #4a4a4a;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
}

.p-recruitment__texts {
	color: #4a4a4a;
	font-size: 1.7rem;
	font-size: clamp(1.4rem, calc(0.28vw + 1.3111rem), 1.7rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4705882353;
	margin-top: clamp(3rem, calc(2.04vw + 2.3482rem), 5.2rem);
	text-align: left;
}

.recruitment__text--accent {
	color: #e94c96;
	display: inline-block;
	padding-inline: 20px;
	position: relative;
}

.recruitment__text--accent::before,
.recruitment__text--accent::after {
	background-color: #e94c96;
	bottom: 10px;
	content: "";
	height: 1px;
	position: absolute;
	width: 20px;
}

.recruitment__text--accent::before {
	left: 0;
	rotate: 45deg;
}

.recruitment__text--accent::after {
	right: -3px;
	rotate: -45deg;
}

.recruitment__text--head {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
	margin-top: 32px;
}

.recruitment__text--body {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8125;
	margin-top: 30px;
}

.p-recruitment__list {
	display: flex;
}

.p-recruitment__term {
	flex-shrink: 0;
	max-width: 144px;
	width: 100%;
}

.display-none {
	display: none !important;
}

.display-inline-block {
	display: inline-block;
}

.overflow-auto {
	overflow: auto;
}

.animated__fadeIn {
	opacity: 0;
	transition: opacity 1s ease, translate 1s ease;
	translate: 0 40px;
}

.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

html {
	scroll-behavior: smooth;
}

@media (min-width: 768px) and (max-width: 1024px) {

.c-hamburger {
	height: var(--hamburger-width-tb);
	width: var(--hamburger-width-tb);
}

.c-hamburger__bar {
	height: calc(var(--hamburger-width-tb) / 10);
	width: var(--hamburger-width-tb);
}

.is-sp {
	display: none !important;
}

.is-pc {
	display: none !important;
}

.hidden-tab {
	display: none !important;
}

}

@media (min-width: 1025px) {

.p-fv__inner {
	padding-right: 172px;
}

.p-mission__title--ja {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4473684211;
	margin-top: 30px;
}

.p-work__inner {
	padding-right: 0;
}

.p-work__title--en {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4545454545;
}

.p-work__title--ja {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4473684211;
	margin-top: -1px;
}

.p-case__inner {
	padding-inline: clamp(4rem, calc(44vw + -41.1rem), 20.5rem);
}

.p-case__title--en {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6;
}

.p-case__title--ja {
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
	margin-top: 5px;
}

.p-access__texts {
	margin-top: 20px;
}

.p-access__title--ja {
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7878787879;
	margin-top: -28px;
}

.p-company__content:nth-child(2) {
	margin-top: 23px;
}

.p-company__content:nth-child(2) .p-company__title {
	padding-bottom: 11px;
}

.p-company__content:nth-child(2) .p-company__lists {
	margin-top: 56px;
}

.p-company__content:nth-child(2) .p-company__list + .p-company__list {
	margin-top: 11px;
}

.p-company__content:nth-child(2) .p-company__term {
	width: 200px;
}

.p-company__content:nth-child(3) {
	margin-top: 27px;
}

.p-company__content:nth-child(3) .p-company__title {
	padding-bottom: 11px;
}

.p-company__content:nth-child(3) .p-company__lists {
	margin-top: 56px;
}

.p-company__content:nth-child(3) .p-company__list + .p-company__list {
	margin-top: 11px;
}

.p-company__content:nth-child(3) .p-company__term {
	width: 194px;
}

.p-recruit__title--ja {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4571428571;
	margin-top: 1px;
}

.is-sp {
	display: none !important;
}

.is-tab {
	display: none !important;
}

.hidden-pc {
	display: none !important;
}

}

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

.c-btn__add-acount {
	border-width: 3px;
	font-size: 20px;
	height: 250px;
	letter-spacing: 4px;
	padding-right: 50px;
	right: -50px;
	width: 50px;
	width: 100px;
}

}

@media (max-width: 1024px) {

.p-header__logo {
	padding-bottom: 0;
}

.p-footer__nav--list {
	align-items: revert;
	flex-direction: column;
	gap: 0;
}

.p-fv__contents {
	flex-direction: column-reverse;
}

.p-fv__content-left .p-fv__text-brand p {
	margin-top: 0;
}

.p-fv__content-right {
	flex: revert;
}

.p-sdgs__head {
	padding-bottom: 10px;
}

.p-sdgs__head--img {
	margin-top: 0;
	padding: right 0;
	padding-bottom: 50px;
}

.p-sdgs__head--button {
	bottom: 10px;
	right: 10px;
}

.p-sdgs__body--message {
	margin-top: 20px;
	padding-left: 0;
}

.p-sdgs__body--contents {
	padding-left: 0;
}

.p-sdgs__body--content {
	display: block;
}

.p-sdgs__body--content-img {
	max-width: 200px;
	width: 50%;
}

.p-sdgs__body--content-right {
	margin-top: 10px;
}

.p-feature__contents {
	flex-direction: column;
}

.p-feature__texts {
	width: 100%;
}

.p-feature__message {
	line-height: 1.6;
	margin-top: 30px;
	width: 100%;
}

.p-reason__contents {
	padding-block: 30px;
}

.p-reason__message {
	margin-top: 20px;
}

.p-reason__message .underline-yellow {
	text-decoration-thickness: 4px;
	text-underline-offset: 0;
}

.p-reason__container {
	flex-direction: column;
}

.p-reason__content {
	width: 100%;
}

.p-reason__content + .p-reason__content {
	margin-top: 60px;
}

.p-mission__message {
	line-height: 1.6;
	margin-top: 30px;
	max-width: revert;
}

.p-mission-img {
	display: none;
}

.p-work__message {
	line-height: 1.6;
	margin-top: 20px;
}

.p-work__images {
	margin-top: 30px;
}

.p-case__contents {
	align-items: center;
	flex-direction: column;
}

.p-case__item {
	max-width: 600px;
}

.p-access__contents {
	flex-direction: column;
	gap: 30px;
}

.p-company__content + .p-company__content {
	margin-top: 30px;
}

.p-recruit__contents {
	display: block;
}

.p-recruit__texts {
	padding-inline: 20px;
}

.is-tab {
	display: none !important;
}

.is-pc {
	display: none !important;
}

}

@media (max-width: 767px) {

.l-header {
	height: var(--height-header-sp);
}

.c-hamburger {
	height: var(--hamburger-width-sp);
	width: var(--hamburger-width-sp);
}

.c-hamburger__bar {
	height: calc(var(--hamburger-width-sp) / 10);
	width: var(--hamburger-width-sp);
}

.p-footer__copy {
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.p-sdgs__body--button {
	right: 10px;
	top: 24px;
	width: 30px;
}

.p-reason__content--title {
	white-space: revert;
}

.p-work__images {
	align-items: center;
	flex-direction: column;
}

.p-contact__text {
	padding-inline: 20px;
}

.p-contact__text::before,
.p-contact__text::after {
	display: none;
}

.p-contact__button {
	padding: 20px;
}

.p-contact__button-link {
	padding: 20px;
}

.p-access__lists {
	margin-top: 20px;
}

.p-company__term {
	flex: 0 0 90px !important;
}

.p-recruitment__texts {
	text-align: center;
}

.recruitment__text--head {
	text-align: left;
}

.recruitment__text--body {
	text-align: left;
}

.p-recruitment__term {
	max-width: 80px;
}

.hidden-sp {
	display: none !important;
}

}