@charset "UTF-8";

/* aboutintro ---------------------------------------*/
.aboutintro {
	position: relative;
	margin-top: calc(-30 / 1440 * 100vw);
	padding: max(calc(80 / 1440 * 100vw), 80px) 20px max(calc(100 / 1440 * 100vw), 100px);
	z-index: 2;
}

.aboutintro-title {
	margin-bottom: 24px;
	text-align: center;
}

.aboutintro-title span {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.aboutintro-title b {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.about-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.035em;
}

.aboutintro .about-text {
	text-align: center;
}

.aboutintro-image {
	position: absolute;
	z-index: 2;
	top: -31%;
	left: calc(50% + 380px);
	width: min(calc(146 / 1440 * 100vw), 146px);
}

.aboutintro-image img {
	width: 100%;
}


/* aboutmission ---------------------------------------*/
.aboutmission {
	position: relative;
	margin-top: calc(-30 / 1440 * 100vw);
	padding: min(calc(100 / 1440 * 100vw), 100px) 20px min(calc(90 / 1440 * 100vw), 90px);
	z-index: 2;
}

.aboutmission-block {
	margin-left: calc(30 / 1200 * 100%);
	width: calc(600 / 1200 * 100%);
}

.aboutmission-image {
	position: absolute;
	z-index: 2;
}

.aboutmission-image img {
	width: 100%;
}

.aboutmission-image-01 {
	bottom: 24%;
	left: calc(50% + 588px);
	width: min(calc(676 / 1440 * 100vw), 676px);
}

.aboutmission-image-01::before {
	position: absolute;
	top: -17%;
	left: 46%;
	z-index: 1;
	width: calc(94 / 676 * 100%);
	aspect-ratio: 94 / 136;
	background: url('../img/aboutus/img_mission_deco.png') no-repeat;
	background-size: contain;
	content: '';
}

.aboutmission-image-02 {
	bottom: 11%;
	left: calc(50% + 124px);
	width: min(calc(303 / 1440 * 100vw), 303px);
}

.aboutmission-image-03 {
	top: 62%;
	left: calc(50% + 580px);
	width: min(calc(625 / 1440 * 100vw), 625px);
	z-index: 3;
}


/* aboutvision ---------------------------------------*/
.aboutvision {
	position: relative;
	margin-top: calc(-30 / 1440 * 100vw);
	padding: calc(140 / 1440 * 100vw) 20px calc(170 / 1440 * 100vw);
	z-index: 2;
}

.aboutvision-block {
	width: min(calc(630 / 1200 * 100%), 630px);
	margin-left: auto;
}


/* aboutvalue ---------------------------------------*/
.aboutvalue {
	position: relative;
	margin-top: calc(-30 / 1440 * 100vw);
	padding: min(calc(130 / 1440 * 100vw), 130px) 20px;
	z-index: 2;
}

.aboutvalue-block {
	display: flex;
}

.aboutvalue-head {
	flex: 1;
	flex-shrink: 0;
	position: relative;
	margin-top: 80px;
	padding: 0 20px;
}

.aboutvalue-head .section-title {
	margin: 0 auto;
	width: fit-content;
}

.aboutvalue-head-image {
	position: absolute;
	top: 12%;
	left: 10%;
	z-index: -1;
	width: min(calc(335 / 1440 * 100vw), 336px);
}

.aboutvalue-head-image img {
	width: 100%;
}

.aboutvalue-list {
	position: relative;
	width: calc(670 / 1200 * 100%);
}

.aboutvalue-list::after {
	position: absolute;
	bottom: -12%;
	right: 0;
	z-index: 1;
	width: 57px;
	height: 85px;
	background: url('../img/index/img_reason_07.png') no-repeat center center / contain;
	content: '';
}

.aboutvalue-list li {
	position: relative;
	padding: 20px 10px 18px 86px;
	max-width: calc(596 / 670 * 100%);
	background: #eee;
	border-radius: 12px;
}

.aboutvalue-list li + li {
	margin-top: 34px;
}

.aboutvalue-list li:nth-of-type(2n) {
	margin-left: auto;
}

.aboutvalue-list li::after {
	position: absolute;
	z-index: 1;
	content: '';
}
.aboutvalue-list li:first-of-type::after {
	top: -17%;
	left: 73%;
	width: min(calc(62 / 596 * 100%), 62px);
	aspect-ratio: 62 / 152;
	background: url('../img/aboutus/img_value_list_01.png') no-repeat center center / contain;
}
.aboutvalue-list li:nth-of-type(2)::after {
	top: -4%;
	left: -16%;
	width: min(calc(80 / 596 * 100%), 80px);
	aspect-ratio: 80 / 150;
	background: url('../img/aboutus/img_value_list_02.png') no-repeat center center / contain;
}
.aboutvalue-list li:nth-of-type(3)::after {
	top: -14%;
	left: 95.5%;
	width: min(calc(70 / 596 * 100%), 70px);
	aspect-ratio: 70 / 183;
	background: url('../img/aboutus/img_value_list_03.png') no-repeat center center / contain;
}
.aboutvalue-list li:nth-of-type(4)::after {
	top: 37%;
	left: -16.6%;
	width: min(calc(58 / 596 * 100%), 58px);
	aspect-ratio: 58 / 182;
	background: url('../img/aboutus/img_value_list_04.png') no-repeat center center / contain;
}

.aboutvalue-list-num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 18px;
	left: 18px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ff9149;
}

.aboutvalue-list-num-01 img {width: 27px;}
.aboutvalue-list-num-02 img {width: 32px;}
.aboutvalue-list-num-03 img {width: 31px;}
.aboutvalue-list-num-04 img {width: 31px;}

.aboutvalue-list-title {
	font-size: 28px;
	font-weight: 500;
	color: #f08300;
	letter-spacing: 0.035em;
	margin-bottom: 8px;
}

.aboutvalue-list-lead {
	font-size: min(calc(24 / 1100 * 100vw), 24px);
	font-weight: 500;
	margin-bottom: 10px;
}

.aboutvalue-image {
	position: absolute;
	z-index: 2;
}

.aboutvalue-image img {
	width: 100%;
}

.aboutvalue-image-01 {
	top: -50%;
	left: calc(50% - 484px);
	width: min(calc(648 / 1440 * 100vw), 648px);
	z-index: 0;
}
.aboutvalue-image-01::before,
.aboutvalue-image-01::after {
	position: absolute;
	z-index: 1;
	content: '';
}

.aboutvalue-image-01::before {
	top: 13%;
	left: 73%;
	width: calc(52 / 648 * 100%);
	aspect-ratio: 52 / 71;
	background: url('../img/aboutus/img_value_deco_01.png') no-repeat center center / contain;
}

.aboutvalue-image-01::after {
	top: 98%;
	left: 33%;
	width: calc(129 / 648 * 100%);
	aspect-ratio: 129 / 84;
	background: url('../img/aboutus/img_value_deco_02.png') no-repeat center center / contain;
}

.aboutvalue-image-02 {
	top: -12.6%;
	left: calc(50% + 474px);
	width: min(calc(471 / 1440 * 100vw), 471px);
}

.aboutvalue-image-03 {
	top: 70%;
	left: calc(50% - 316px);
	width: min(calc(86 / 1440 * 100vw), 86px);
}

.aboutvalue-image-04 {
	top: 83%;
	left: calc(50% - 660px);
	width: min(calc(608 / 1440 * 100vw), 608px);
	z-index: -1;
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1439px) {
	.aboutintro-image {
		left: 76.5%;
	}
	.aboutmission-image-01 {
		left: 91%;
	}
	.aboutmission-image-03 {
		left: 90%;
	}
	.aboutvalue-image-01 {
    left: 16.5%;
	}
	.aboutvalue-image-02 {
    left: 83%;
	}
	.aboutvalue-image-03 {
    left: 28%;
	}
	.aboutvalue-image-04 {
    left: 4%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.aboutintro-image {
    top: -13%;
		left: 82.5%;
	}
	.aboutvalue-image-01 {
    top: -38.4vw;
	}
	.aboutvalue-image-02 {
    top: -10vw;
	}
	.aboutvalue-list li:first-of-type::after {
    left: 87%;
	}
}

/* large pc */
@media screen and (min-width: 1500px) {
	.aboutintro-image {
		top: unset;
		bottom: 47%;
	}
}

/* sp only */
@media screen and (max-width: 767px) {
	/* aboutintro ---------------------------------------*/
	.aboutintro {
		margin-top: calc(-30 / 375 * 100vw);
		padding: 60px 16px calc(100 / 375 * 100vw);
	}

	.aboutintro-title {
		margin-bottom: 24px;
		text-align: center;
	}

	.aboutintro-title span {
		font-size: 24px;
	}

	.aboutintro-title b {
		font-size: 24px;
	}

	.about-text {
		font-size: 14px;
	}

	.aboutintro .about-text {
		text-align: left;
	}

	.aboutintro-image {
		top: -4%;
		left: calc(50% + 120px);
		width: 64px;
	}


	/* aboutmission ---------------------------------------*/
	.aboutmission {
		margin-top: calc(-30 / 375 * 100vw);
		padding: 100px 20px 150px;
	}

	.aboutmission-block {
		margin-left: 0;
		width: 100%;
	}

	.aboutmission-image-01 {
		bottom: 72%;
		left: calc(50% + 128px);
		width: 250px;
	}

	.aboutmission-image-01::before {
		top: -17%;
		left: 46%;
		width: 47px;
	}

	.aboutmission-image-02 {
		bottom: 30px;
		left: calc(50% - 84px);
		width: 130px;
	}

	.aboutmission-image-03 {
		top: 78%;
		left: calc(50% + 180px);
		width: 310px;
	}


	/* aboutvision ---------------------------------------*/
	.aboutvision {
		margin-top: calc(-30 / 375 * 100vw);
		padding: 60px 20px 160px;
	}

	.aboutvision-block {
		width: 100%;
		margin-left: auto;
	}


	/* aboutvalue ---------------------------------------*/
	.aboutvalue {
		margin-top: calc(-30 / 375 * 100vw);
		padding: 180px 16px 100px;
	}

	.aboutvalue-block {
		display: block;
	}

	.aboutvalue-head {
		margin-top: 0;
		padding: 0;
	}

	.aboutvalue-head .section-title {
		margin: 0 auto 30px 10px;
	}

	.aboutvalue-head-image {
		top: -98%;
		left: 80%;
		width: 168px;
	}

	.aboutvalue-list {
		width: 100%;
	}

	.aboutvalue-list::after {
		bottom: -8%;
		right: 6%;
		width: 34px;
		height: 50px;
	}

	.aboutvalue-list li {
		padding: 8px 6px 8px 40px;
		max-width: calc(313 / 343 * 100%);
	}

	.aboutvalue-list li + li {
		margin-top: 24px;
	}

	.aboutvalue-list li:first-of-type::after {
		top: -19%;
		left: 82%;
		width: 31px;
		aspect-ratio: 62 / 152;
	}
	.aboutvalue-list li:nth-of-type(2)::after {
		top: 30%;
		left: -9%;
		width: 40px;
		aspect-ratio: 80 / 150;
	}
	.aboutvalue-list li:nth-of-type(3)::after {
		top: 45%;
		left: 98%;
		width: 35px;
		aspect-ratio: 70 / 183;
	}
	.aboutvalue-list li:nth-of-type(4)::after {
		top: 55%;
		left: -8%;
		width: 29px;
		aspect-ratio: 58 / 182;
	}

	.aboutvalue-list-num {
		top: 10px;
		left: 6px;
		width: 28px;
		height: 28px;
	}

	.aboutvalue-list-num-01 img {width: 18px;}
	.aboutvalue-list-num-02 img {width: 20px;}
	.aboutvalue-list-num-03 img {width: 20px;}
	.aboutvalue-list-num-04 img {width: 20px;}

	.aboutvalue-list-title {
		font-size: 20px;
		margin-bottom: 4px;
	}

	.aboutvalue-list-lead {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.aboutvalue-image-01 {
		top: -90px;
		left: calc(50% - 100px);
		width: 230px;
	}

	.aboutvalue-image-01::before {
		top: 13%;
		left: 73%;
		width: 22px;
	}

	.aboutvalue-image-01::after {
		top: 93%;
		left: 22%;
		width: 65px;
	}

	.aboutvalue-image-02 {
		top: -100px;
		left: calc(50% + 80px);
		width: 170px;
	}

	.aboutvalue-image-03 {
		top: 72%;
		left: 7%;
		width: 43px;
	}

	.aboutvalue-image-04 {
		top: 92%;
		left: calc(50% - 120px);
		width: 304px;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}
