/* 
 TOP
----------------------------------------------------------- */ 
.header{
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s, visibility 0.8s;
}
.header.is-visible {
	opacity: 1;
	visibility: visible;
}
.p-top-fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: -1;
}
.p-top-fv-slider{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.p-top-fv-slider::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,66,188,0), rgba(0,66,188,0.2) 65%, rgba(0,66,188,0.55) 100%);
	z-index: 2;
	pointer-events: none;
}
.p-top-fv-slider__item {
	overflow: hidden;
}
.p-top-fv-slider__item picture {
	height: 100%;
	width: 100%;
}
.p-top-fv-slider__item img {
	transform: scale(1.1);
	transition: transform 10s linear;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.swiper-slide-active.p-top-fv-slider__item img {
	transform: scale(1);
}
.p-top-fv__heading{
	font-family: var(--font-en);
	font-weight: 600;
	font-size: clamp(84px, 7.8vw, 150px);
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 3%;
	bottom: 30px;
	opacity: 0;
	padding-right: 90px;
	line-height: 1.2;
}
.p-top-fv__heading .char {
	display: inline-block;
	opacity: 0;
	transform: translate(-20%, -20%);
	transition: opacity 1.6s, transform 1.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	will-change: opacity, transform;
	line-height: 1;
}
.p-top-fv__heading br.char {
	display: block;
}
.p-top-fv__heading.is-visible {
	opacity: 1;
}
.p-top-fv__heading.is-visible .char {
	opacity: 1;
	transform: translate(0, 0);
}
.p-top-fv__move {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 6px;
	z-index: 1;
	padding-top: 6px;
	border-top: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	overflow: hidden;
}
.p-top-fv__move.is-visible {
	visibility: visible;
}
.p-top-fv__move li {
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	padding-right: 0.5em;
	font-weight: 700;
	font-style: normal;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}
.p-top-fv__move-ja{
	display: flex;
	align-items: center;
}
.p-top-fv__move .p-top-fv__move-en{
	font-family: var(--font-en);
	display: flex;
	align-items: center;
}
.p-top-fv__move .p-top-fv__move-en::after,
.p-top-fv__move .p-top-fv__move-ja::after{
	content: '';
	display: block;
	background: url("../img/top/top-fv-move.png") center center / cover no-repeat;
	width: 22px;
	height: 22px;
	margin-inline: 1em;
}
.p-top-fv__scroll{
	position:absolute;
	bottom: clamp(60px, 4.1vw, 80px);
	right: 30px;
	z-index:1;
	border: 1px dashed rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.3);
	border-radius: 30px;
	width: 25px;
	height: clamp(70px, 4.7vw, 90px);
	display: grid;
	place-content: center;
}
.p-top-fv__scroll-arrow {
	display: block;
	width: 9px;
	height: 17px;
	background: url("../img/top/top-fv-arrow.svg") center center / contain no-repeat;
	animation: button-arrow-down 2.4s cubic-bezier(0.86, 0, 0.07, 1) infinite;
	animation-delay: 0.4s;
	will-change: transform, opacity;
}
@keyframes button-arrow-down{
	0%{
		transform:translateY(-18px);
		opacity:0;
	}
	30%{
		transform:translateY(0);
		opacity:1;
	}
	70%{
		transform:translateY(0);
		opacity:1;
	}
	100%{
		transform:translateY(18px);
		opacity:0;
	}
}
.p-top-h2__en{
	display: block;
	font-family: var(--font-en);
	font-size: var(--fontsize-18);
	color: var(--sub-color);
	margin-bottom: 4px;
}
.p-top-h2__ja{
	color: var(--main-color);
	font-size: clamp(35px, 2.9vw, 55px);
	font-weight: 700;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.p-top-h2.p-top-h2--white .p-top-h2__ja{
	color: #fff;
}
.p-top-h2__num{
	display: inline-block;
	margin-left: 20px;
	font-family: var(--font-en);
	font-size: var(--fontsize-14);
	line-height: 1.3;
	padding: 2px 28px;
	border-radius: 30px;
	background-color: rgba(251,2,19,0.04);
	color: var(--sub-color);
	border: 1px dashed rgba(251,2,19,0.4);
	font-weight: 500;
	margin-bottom: clamp(10px, 1vw, 20px);
}
.p-top-h2.p-top-h2--white .p-top-h2__num{
	color: #fff;
	border: 1px dashed rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.06);
}
.p-top-move-wave {
	display: flex;
	height: clamp(40px, 5.7vw, 110px);
	overflow: hidden;
}
.p-top-move-wave li {
	flex: 0 0 100vw;
	list-style: none;
}
.p-top-move-wave li img {
	display: block;
	width: 100%;
	height: 100%;
}
.p-top-move-text {
	display:flex;
}
.p-top-move-text li {
	animation:text-loop 100s linear 0s infinite;
	line-height: 1;
	font-size: clamp(180px, 14vw, 270px);
	color: rgba(0,66,188,0.04);
	font-family: var(--font-en);
	white-space: nowrap;
	font-weight: 600;
	padding-right: 0.5em;
	padding-right: 0.5em;
}
.p-top-move-text li:nth-child(2) {
	animation:text-loop2 100s linear -50s infinite;
}
@keyframes text-loop {
	0% {
		transform:translateX(100%)
	}
	to {
		transform:translateX(-100%)
	}
}
@keyframes text-loop2 {
	0% {
		transform:translateX(0)
	}
	to {
		transform:translateX(-200%)
	}
}
.p-top-concept{
	background-color: var(--bg-color);
	padding-block: clamp(60px, 6.2vw, 120px) clamp(150px, 13vw, 250px);
	position: relative;
	z-index: 0;
}
.p-top-concept.is-fixed {
	position: fixed;
	bottom: 0;
	z-index: 0;
}
.p-top-concept-placeholder {
	display: none;
}
.p-top-concept-placeholder.is-active {
	display: block;
}
.p-top-concept::before{
	content: '';
	position: absolute;
	left: -50px;
	top: 50px;
	width: clamp(250px, 31.2vw, 600px);
	height: clamp(250px, 31.2vw, 600px);
	background: url("../img/common/logo-icon.svg") center center / contain no-repeat;
	pointer-events: none;
	z-index: 0;
}
.p-top-concept.is-logo-fixed::before{
	position: fixed;
	left: -50px;
	top: 50px;
}
.p-top-concept__inner{
	width: min(90%,1665px);
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.p-top-concept__box{
	width: min(100%,clamp(880px, 48.4vw, 850px));
	filter: drop-shadow(0px 0px 30px rgba(0, 66, 188, 0.1));
}
.p-top-concept__text{
	background-color: rgba(253,253,253,0.95);
	padding: clamp(30px, 3.4vw, 65px) clamp(40px, 4.1vw, 80px);
	border-radius: 15px 15px 15px 0;
}
.p-top-concept__cta{
	padding: 16px clamp(40px, 4.1vw, 80px) clamp(25px, 2.6vw, 50px);
	background-color: rgba(253,253,253,0.95);
	border-radius: 0 0 15px 15px;
	width: fit-content;
	position: relative;
	max-width: 100%;
}
.p-top-concept__cta::after{
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../img/top/top-concept-box.svg") top left / contain no-repeat;
}
.p-top-concept__text .p-top-h2{
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.p-top-concept__text .p-top-h2__en{
	margin-bottom: 1em;
}
.p-top-concept__text .p-top-h2__ja{
	font-size: clamp(40px, 3.1vw, 60px);
}
.p-top-concept__text .p-top-h2__num{
	margin-left: 0;
}
.p-top-concept__text > p:not(.p-top-concept__group){
	line-height: 2.2;
	font-size: var(--fontsize-20);
}
.p-top-concept__text > p:not(.p-top-concept__group):not(:first-of-type){
	margin-top: 2.2em;
}
.p-top-concept__group{
	margin-top: clamp(20px, 2vw, 40px);
	font-size: var(--fontsize-20);
	color: var(--main-color);
	font-weight: 700;
	text-align: right;
}
.p-top-concept__img{
	width: 50vw;
	height: auto;
	position: absolute;
	right: -30px;
	top: -30px;
	margin-right: calc(50% - 50vw);
	z-index: -1;
}
.p-top-concept__img img{
	width: 100%;
	height: auto;
	display: block;
}
.p-top-concept__img.is-fixed{
	position: fixed;
	right: -30px;
	top: clamp(30px, 4.7vw, 90px);
	margin-right: calc(50% - 50vw);
}
.p-top-concept__img.is-end{
	position: absolute;
	right: -30px;
	top: auto;
	bottom: 200px;
	margin-right: calc(50% - 50vw);
}
.p-top-concept__read{
	text-align: right;
	font-weight: 700;
	font-size: clamp(23px, 1.7vw, 33px);
	color: var(--main-color);
	margin-top: -20px;
	margin-bottom: 50px;
}
.js-concept-line{
	display:block;
}
.p-top-bg-blue{
	margin-top: calc(clamp(60px, 5.7vw, 110px) * -1);
	position: relative;
	z-index: 3;
}
.p-top-bg-blue .p-top-move-wave.p-top-move-wave--top{
	margin-bottom: -1px;
}
.p-top-bg-blue .p-top-move-wave.p-top-move-wave--btm{
	margin-top: -1px;
}
.p-top-bg-blue__body{
	background-color: var(--main-color);
	padding-bottom: clamp(50px, 5.7vw, 110px);
}
.p-top-mission{
	padding-block: clamp(50px, 5.7vw, 110px) clamp(100px, 10.1vw, 195px);
	background: url("../img/top/top-mission-bg.png") center bottom / contain no-repeat;
}
.p-top-mission .p-top-h2.p-top-h2--white{
	padding-bottom: clamp(25px, 2.6vw, 50px);
	border-bottom: clamp(25px, 2.6vw, 50px);
	border-bottom: 1px dashed #fff;
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.p-top-mission-list{
	display: grid;
	gap: clamp(40px, 4.9vw, 95px);
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 24px;
	padding-bottom: clamp(80px, 13.5vw, 260px);
	position: relative;
	z-index: 0;
	list-style: none;
}
.p-top-mission-list::before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: clamp(40px, 8.3vw, 160px);
	width: 100%;
	height: 48px;
	background: url("../img/top/top-mission-list-bg.png") center bottom / contain no-repeat;
	z-index: -1;
}
.p-top-mission-list__item{
	background-color: #fff;
	border-radius: 6px;
	padding: 24px;
	display: grid;
	place-content: center;
	place-items: center center;
	line-height: 1.6;
	height: 110px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	transition: transform var(--trans-base);
	position: relative;
	z-index: 2;
}
.p-top-mission-list__title{
	font-size: clamp(21px, 1.5vw, 28px);
	color: var(--main-color);
	text-align: center;
	font-weight: 700;
}
.p-top-mission-list__en{
	font-family: var(--font-en);
	font-size: var(--fontsize-14);
	text-align: center;
	color: var(--sub-color);
	font-weight: 500;
}
.p-top-mission-lines{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	overflow: visible;
}
.js-line,
.js-line-reverse{
	fill: none;
	stroke: #ffffff;
	stroke-width: 1;
	stroke-dasharray: 6 6;
	stroke-linecap: round;
}
.js-line{
	animation: flowLine 1.5s linear infinite;
}
.js-line-reverse{
	animation: flowLineReverse 1.5s linear infinite;
}
@keyframes flowLine {
	from { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -48; }
}
@keyframes flowLineReverse {
	from { stroke-dashoffset: 0; }
	to { stroke-dashoffset: 48; }
}
.js-line-arrow{
	fill: #fff;
}
.p-top-mission__read{
	color: #fff;
	text-align: center;
	font-size: clamp(21px, 1.5vw, 28px);
	font-weight: 700;
}
.p-top-greeting{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-top-greeting__box{
	background-color: #fff;
	border-radius: 0 30px 30px 0;
	padding: clamp(50px, 5.7vw, 110px) clamp(50px, 6.8vw, 130px) clamp(50px, 5.7vw, 110px) 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - clamp(50px, 4.7vw, 90px));
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.p-top-greeting__box::before{
	content: '';
	position: absolute;
	left: -24px;
	bottom: calc(clamp(60px, 5.7vw, 110px) * -1);
	display: block;
	width: clamp(300px, 35.9vw, 690px);
	height: clamp(300px, 35.9vw, 690px);
	background: url("../img/common/logo-bg-gradation.svg") center center / contain no-repeat;
}
.p-top-greeting__text{
	width: clamp(50px, 4.7vw, 90px);
	display: grid;
	place-content: center;
	place-items: center center;
}
.p-top-greeting__en{
	color: #fff;
	font-size: var(--fontsize-22);
	font-weight: 700;
	font-family: var(--font-en);
	writing-mode: vertical-rl;
}
.p-top-greeting__box .p-top-h2{
	width: 320px;
}
.p-top-greeting__box-text{
	width: calc(95% - 320px);
	padding-top: clamp(25px, 2.6vw, 50px);
}
.p-top-greeting__box-title{
	font-size: clamp(20px, 2vw, 40px);
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: clamp(25px, 2.6vw, 50px);
	line-height: 2;
}
.p-top-greeting__box-text > p:not(.name){
	font-size: var(--fontsize-18);
}
.p-top-greeting__box-text > p:not(:first-of-type){
	margin-top: 2em;
}
.p-top-greeting__name{
	color: var(--main-color);
	margin-top: clamp(20px, 2vw, 40px);
	font-size: clamp(20px, 1.5vw, 28px) !important;
	font-weight: 700;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.p-top-greeting__name > span{
	display: block;
	font-weight: 500;
	margin-right: clamp(20px, 2vw, 40px);
	font-size: var(--fontsize-16);
}
.p-top-img{
	position: relative;
	z-index: 0;
	margin-top: calc(clamp(60px, 5.7vw, 110px) * -1);
	height: clamp(300px, 39vw, 750px);
}
.p-top-img-placeholder {
	display: none;
}
.p-top-img-placeholder.is-active {
	display: block;
}
.p-top-img-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -2;
}
.p-top-img-bg .swiper-wrapper {
	transition-timing-function: linear;
}
.p-top-img-slider{
	height: 100%;
}
.p-top-img-slider img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-top-img-marquee{
	overflow:hidden;
	width:100%;
}
.p-top-img-marquee__track{
	display:flex;
	width:max-content;
}
.p-top-img-slider__list{
	display:flex;
	flex-shrink:0;
}
.p-top-img-slider__item{
	flex-shrink:0;
}
.p-top-img-slider__item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-top-company{
	margin-top: calc(clamp(60px, 5.7vw, 110px) * -1);
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
.p-top-company.p-top-move-wave{
	margin-bottom: -1px;
}
.p-top-company__body{
	background-color: var(--bg-color);
}
.p-top-company__body .p-top-move-text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.p-top-company__inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-block: clamp(40px, 3.9vw, 75px) clamp(100px, 10.4vw, 200px);
	background-image: radial-gradient(circle, var(--main-color) 4px, transparent 4px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 54px 8px;
}
.p-top-company__text{
	width: min(100%,450px);
}
.p-top-company__content{
	width: calc(93% - 450px);
	padding-top: clamp(30px, 4.7vw, 90px);
}
.p-top-company__text .p-top-h2{
	margin-bottom: 30px;
}
.p-top-company .c-definition-list__description .u-text-link{
	margin-left: 10px;
}
.p-top-company__row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-top-company__row:not(:last-of-type){
	margin-bottom: 4px;
}
.p-top-company__term{
	font-weight: 700;
	width: 125px;
}
.p-top-company__description{
	width: calc(100% - 135px);
}
.p-top-products{
	border-radius: 0 0 clamp(30px, 2.6vw, 50px) clamp(30px, 2.6vw, 50px);
	padding-block: clamp(60px, 6vw, 115px) clamp(90px, 8.6vw, 165px);
	position: relative;
	z-index: 3;
	background-color: var(--bg-color);
}
.p-top-products .p-top-h2{
	margin-bottom: clamp(30px, 2.9vw, 55px);
}
.p-top-products__bg{
	padding-block: clamp(40px, 4.1vw, 80px);
	background-color: var(--main-color);
}
.p-top-products__bg .l-inner{
	position: relative;
	z-index: 0;
}
.p-top-products-slider{
	overflow: inherit !important;
}
.p-top-products-slider .swiper-button-prev, 
.p-top-products-slider .swiper-button-next {
	width:clamp(40px, 3.4vw, 65px);
	height:clamp(40px, 3.4vw, 65px);
	z-index: 3;
	background: url("../img/top/top-products-prev.svg") top left / contain no-repeat;
	margin-top: 0 !important;
}
.p-top-products-slider .swiper-button-prev{
	left: auto !important;
	right: calc(clamp(40px, 3.4vw, 65px) + 15px) !important;
	top: calc((clamp(30px, 2.9vw, 55px) + clamp(40px, 4.1vw, 80px) + clamp(30px, 2.9vw, 55px)) * -1) !important;
}
.p-top-products-slider .swiper-button-next {
	background: url("../img/top/top-products-next.svg") top left / contain no-repeat;
	right: 0 !important;
	top: calc((clamp(30px, 2.9vw, 55px) + clamp(40px, 4.1vw, 80px) + clamp(30px, 2.9vw, 55px)) * -1) !important;
}
.p-top-products-slider .swiper-button-prev svg, 
.p-top-products-slider .swiper-button-next svg{
	display: none;
}
.p-products-fv-slider__item{
	transition: transform var(--trans-base);
	height: auto;
}
@media (hover: hover) and (pointer: fine) {
	.p-products-fv-slider__item:hover{
		transform: scale(1.1);
	}
}
.p-products-fv-slider__link{
	background-color: #fff;
	border-radius: 15px;
	padding: clamp(25px, 2.6vw, 50px) clamp(20px, 2vw, 40px) clamp(20px, 2vw, 40px);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.p-products-fv-slider__body{
	display: flex;
	gap: clamp(15px, 1.6vw, 30px);
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 24px;
}
.p-products-fv-slider__title{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: row-reverse;
	letter-spacing: 0.1em;
	width: 75px;
}
.p-products-fv-slider__img{
	width: calc(100% - 75px - clamp(15px, 1.6vw, 30px));
}
.p-products-fv-slider__tag-list{
	display: flex;
	gap: 5px;
	height: 100%;
	flex-direction: column;
}
.p-products-fv-slider__tag{
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: block;
	height: fit-content;
	line-height: 1.3;
	padding: 15px 6px;
	background-color: rgba(112,112,112,0.1);
	border-radius: 20px;
	font-size: var(--fontsize-14);
	white-space: nowrap;
}
.p-products-fv-slider__text{
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: clamp(21px, 1.5vw, 28px);
	color: var(--main-color);
}
.p-products-fv-slider__img-box{
	background-color: #F4F4F4;
	border-radius: 15px;
	padding: 15px;
	display: grid;
	place-content: center;
	place-items: center center;
	margin-bottom: 20px;
	height: 290px;
}
.p-products-fv-slider__img-box img{
	width: min(100%,322px);
	height: auto;
}
.p-products-fv-slider__more{
	padding-top: 24px;
	margin-top: auto;
	border-top: 1px dashed var(--font-color);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.p-products-fv-slider__more-text{
	height: 38px;
	padding-inline: 15px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: var(--main-color);
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: color var(--trans-base), border var(--trans-base);
}
.p-products-fv-slider__link:hover .p-products-fv-slider__more-text{
	color:#fff;
}
.p-products-fv-slider__more-text::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:165%;
	background:var(--main-color);
	transform:translateY(100%);
	transition:transform .6s cubic-bezier(.4,0,.2,1);
	z-index:-1;
	clip-path:path("M0 30 Q14 20 28 30 T56 30 T84 30 T112 30 T140 30 T168 30 T196 30 T223 30 L223 120 L0 120 Z");
}
.p-products-fv-slider__link:hover .p-products-fv-slider__more-text::after{
	transform:translateY(0%);
}
.p-products-fv-slider__more-arrow{
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	position: relative;
	z-index: 0;
}
.p-products-fv-slider__more-arrow::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1,1);
	background-color: var(--pale-color);
	border-radius: 6px;
	width: 100%;
	height: 100%;
	transition: transform var(--trans-base);
	z-index: -1;
}
.p-products-fv-slider__link:hover .p-products-fv-slider__more-arrow::before{
	transform: translate(-50%,-50%) scale(0,0);
}
.p-products-fv-slider__more-arrow::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	background: url("../img/common/logo-icon.svg") center center / contain no-repeat;
	width: 100%;
	height: 100%;
	transition: transform var(--trans-base);
	opacity: 0.2;
}
.p-products-fv-slider__link:hover .p-products-fv-slider__more-arrow::after{
	transform: translate(-50%,-50%) scale(0.8,0.8);
}
.p-products-fv-slider__more-arrow svg{
	height: 6px;
	width: auto;
}
.p-top-products__cta{
	margin-top: clamp(40px, 3.6vw, 70px);
}
.p-top-products__cta .c-more-btn{
	margin: 0 auto;
}
@media screen and (max-width: 1440px) {	
}
@media screen and (max-width: 1280px) {
	.p-top-concept__read{
		margin-bottom: 100px;
	}
	.p-top-concept__box{
		width: min(100%,850px);
	}
	.p-top-greeting__box .p-top-h2{
		width: 250px;
	}
	.p-top-greeting__box-text{
		width: calc(95% - 250px);
	}
}
@media screen and (max-width: 1024px){
	.p-top-greeting__box .p-top-h2{
		width: 100%;
	}
	.p-top-greeting__box-text{
		width: 100%;
	}
	.p-top-greeting__box::before{
		left: auto;
		bottom: auto;
		right: -24px;
		top: -24px;
	}
	.p-top-company__text{
		width: 100%;
	}
	.p-top-company__content{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.p-top-fv__scroll{
		right: 15px;
	}
	.p-top-fv__heading{
		padding-right: 30px;
		font-size: 58px;
	}
	.p-top-concept__box{
		margin-bottom: 300px;
	}
	.p-top-concept__img{
		width: min(110%,500px);
		right: -10px;
		bottom: 210px;
		top: auto;
		margin: 0 calc(50% - 50vw);
	}
	.p-top-concept__read{
		font-size: 21px;
	}
	.p-top-mission-list::before{
		background: url("../img/top/top-mission-list-bg-sp.png") center bottom / contain no-repeat;
	}
	.p-top-mission{
		background: url("../img/top/top-mission-bg-sp.png") center bottom / 100% auto no-repeat;
	}
	.p-top-concept .p-top-h2__num{
		display: block;
		margin-bottom: 0;
		width: fit-content;
		margin-left: auto;
	}
}
@media screen and (max-width: 480px){
	.p-top-h2__num{
		margin-left: 10px;
		padding: 2px 20px;
	}
	.p-top-fv__heading{
		padding-right: 0;
		font-size: 56px;
		margin-bottom: 5px;
	}
	.p-top-concept__text{
		padding: 30px 25px;
		border-radius: 15px 15px 0 0;
	}
	.p-top-concept__text .p-top-h2__ja{
		font-size: clamp(35px, 3.1vw, 60px);
	}
	.p-top-concept .p-top-h2__num{
		margin-top: 10px;
	}
	.p-top-concept__cta{
		padding: 0 25px 30px;
		width: 100%;
	}
	.p-top-concept__read{
		margin-bottom: 50px;
		font-size: 20px;
		text-align: left;
	}
	.p-top-concept__cta::after{
		display: none;
	}
	.p-top-mission-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-mission-list__item{
		width: 80%;
		margin-inline: auto;
	}
	.p-top-mission__read{
		font-size: 18px;
	}
	.p-top-greeting__box{
		width: 95%;
		padding: 50px 5%;
	}
	.p-top-greeting__text{
		display: none;
	}
	.p-top-greeting__box-title{
		font-size: 19px;
	}
	.p-top-greeting__name > span{
		width: 100%;
		margin-right: 0;
		text-align: right;
	}
	.p-top-company .c-definition-list__description .u-text-link{
		margin-left: 0;
	}
	.p-top-company__term{
		width: 100%;
	}
	.p-top-company__description{
		width: 100%;
	}
	.p-products-fv-slider__title{
		width: 100%;
	}
	.p-products-fv-slider__img{
		width: 100%;
	}
	.p-products-fv-slider__img-box{
		height: 230px;
	}
	.p-products-fv-slider__title{
		display: block;
	}
	.p-products-fv-slider__tag-list{
		height: auto;
		flex-direction: row;
		margin-bottom: 5px;
	}
	.p-products-fv-slider__tag{
		writing-mode: horizontal-tb;
		padding: 6px 15px;
	}
	.p-products-fv-slider__text{
		writing-mode: horizontal-tb;
	}
}