@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual .mainImg {
	width: 100%;
}
#main .mainVisual .mainImg img {
	width: 100%;
}
#main .mainVisual .textBox {
	padding: 0 3rem;
	width: 100rem;
	position: absolute;
	left: calc(50% - 49.5rem);
	top: 4rem;
	z-index: 2;
	font-size: 2.8rem;
	font-weight: 600;
	color: #595757;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
#main .mainVisual .textBox .pageTtl {
	margin-bottom: 2.2rem;
	width: 51.4rem;
}
#main .mainVisual .textBox .intro {
	font-size: 2.779rem;
	letter-spacing: 0.06em;
}
#main .mainVisual .textBox .intro .col {
	font-size: 3.601rem;
	color: #009dcd;
	font-weight: 800;
	letter-spacing: 0.06em;
}
#main .future {
	padding: 4.6rem 0 12.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.215;
	text-align: center;
	background: #0096da url(../img/index/img01.png) no-repeat bottom right calc(50% - 23.5rem) / 66.2rem;
}
#main .future .heading {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 4.7rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .industry {
	padding-bottom: 16.7rem;
	background-color: #eaf5fc;
}
#main .industry .content {
	max-width: 107.4rem;
}
#main .industry .imgBox {
	margin-bottom: 13.1rem;
	padding-left: 3.1rem;
	position: relative;
	z-index: 1;
}
#main .industry .imgBox:last-child {
	margin-bottom: 0;
}
#main .industry .imgBox .posImg {
	width: 33rem;
	position: absolute;
	right: -3.1rem;
	top: -7rem;
}
#main .industry .imgBox .photoBox {
	width: 73.7rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .industry .imgBox .textBox {
	margin: -17.7rem 0 0 auto;
	padding: 3.8rem 3.8rem 2.8rem;
	width: 56.6rem;
	border-radius: 2rem;
	background-color: #fff;
	border: 0.3rem solid #595757;
	position: relative;
	z-index: 1;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.75;
	color: #595757;
	text-align: justify;
}
#main .industry .imgBox .textBox p {
	margin-bottom: 2.4rem;
	min-height: 11rem;
	font-feature-settings: "palt";
}
#main .industry .imgBox .heading {
	margin-bottom: 2rem;
	color: #036eb7;
	font-size: 4.277rem;
	line-height: 1.2;
	font-weight: 800;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .industry .imgBox .comBtn01 a {
	margin-right: -1.2rem;
	min-width: 26.3rem;
	min-height: 5.5rem;
	font-size: 2.575rem;
	background-color: #036eb7;
	background-image: url(../img/common/arrow05.png);
	background-size: 3.5rem;
}
#main .industry .imgBox02 .posImg {
	right: auto;
	top: -14rem;
	left: 0.6rem;
}
#main .industry .imgBox02 .posImg01 {
	left: -2rem;
	top: -10.3rem;
}
#main .industry .imgBox02 .photoBox {
	margin-left: auto;
}
#main .industry .imgBox02 .textBox {
	margin-right: auto;
	margin-left: 0;
}
#main .people {
	padding-bottom: 15.5rem;
	background-color: #ebf4ec;
}
#main .people .headLine04 {
	color: #0dac67;
}
#main .people .comText {
	margin-bottom: 10.2rem;
	color: #595757;
	font-size: 2.6rem;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: 0;
	font-feature-settings: normal;
}
#main .people .peopleUl {
	margin: 0 auto 5.5rem;
	width: 90.2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10.8rem 11.5rem;
}
#main .people .peopleUl li {
	width: 39.3rem;
}
#main .people .peopleUl a {
	display: block;
	border-radius: 1.2rem;
	overflow: hidden;
	background: url(../img/index/line_bg.png) repeat left top / 8.9rem,linear-gradient(to top,#fff 0%,#0dac67 1.8rem);
}
#main .people .peopleUl .image {
	width: 100%;
	aspect-ratio: 393/418;
	position: relative;
}
#main .people .peopleUl .image .text {
	font-size: 2.07rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.467;
	color: #fff;
	position: absolute;
	left: 1.3rem;
	bottom: 1.5rem;
	font-feature-settings: "palt";
}
#main .people .peopleUl .image .text span {
	padding: 0 0.6rem;
	width: fit-content;
	display: block;
	background: linear-gradient(to top,#727171 0%,#727171 100%) no-repeat left top 0.2rem / 100% 2.9rem;
}
#main .people .peopleUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .people .peopleUl .infoTxt {
	padding: 1.3rem 7rem 1.3rem 2rem;
	font-size: 2.7rem;
	font-weight: 600;
	color: #3e3a39;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff url(../img/common/arrow08.png) no-repeat center right 1.2rem / 5rem;
}
#main .people .peopleUl .name {
	margin-left: 0.9rem;
	font-size: 2.231rem;
	font-weight: 500;
}
#main .people .peopleUl .name small {
	font-size: 1.793rem;
}
#main .people .peopleUl .infoTxt .date {
	width: 100%;
	display: block;
	font-size: 1.89rem;
	font-weight: 400;
}
#main .people .innerBox .comBtn01 a {
	min-width: 26.3rem;
	min-height: 5.5rem;
	font-size: 2.575rem;
	background-size: 3.5rem;
}
#main .people .innerBox {
	margin-bottom: 11.1rem;
}
#main .workStyle {
	padding-bottom: 13rem;
	background-color: #ffeec5;
}
#main .workStyle .headLine04 {
	color: #ed7700;
}
#main .workStyle .comText {
	margin-bottom: 8rem;
	color: #595757;
	font-size: 2.6rem;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: 0;
	font-feature-settings: normal;
}
#main .media {
	padding-bottom: 17.2rem;
}
#main .media .headLine04 {
	color: #00a29a;
}
#main .media .videoList {
	margin: 0 auto;
	width: 80.5rem;
}
#main .media .videoList .heading {
	margin-bottom: 4.8rem;
	min-height: 10.5rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	color: #595757;
}
#main .media .videoList li {
	width: 100%;
	display: block !important;
	overflow: hidden;
}
#main .media .videoList .video {
	width: 100%;
	height: 45.3rem;
	background-color: #ccc;
}
#main .media .videoList .video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.slick-arrow {
	width: 9rem;
	height: 9rem;
	font-size: 0;
	border: none;
	appearance: none;
	position: absolute;
	left: -12.1rem;
	bottom: 18.2rem;
	z-index: 88;
	background: url(../img/index/icon01.png) no-repeat center center/ 100%;
	cursor: pointer;
	transition: opacity 0.3s;
}
.slick-next {
	left: auto;
	right: -12.1rem;
	background-image: url(../img/index/icon02.png);
}
.slick-dots {
	bottom: -5.6rem;
	display: flex;
	justify-content: center;
	gap: 3.1rem;
}
.slick-dots li {
	margin: 0;
	width: 1.6rem !important;
	height: 1.6rem !important;
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	background-color: #c8c9ca;
	transition: background 0.3s;
}
.slick-dots li.slick-active button {
	background-color: #0dac67;
}
#main .pamphlet {
	padding: 6rem 0 7rem;
	color: #595757;
	background-color: #fdfce5;
}
#main .pamphlet .content {
	margin: 0 auto;
	width: 75rem;
}
#main .pamphlet .heading {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 3.381rem;
	font-weight: 900;
	font-family: "Zen Kaku Gothic New",  sans-serif;
}
#main .pamphlet .heading .col {
	color: #f39800;
	font-size: 6rem;
	letter-spacing: 0.04em;
}
#main .pamphlet .imgBox {
	display: flex;
	gap: 9rem;
}
#main .pamphlet .imgBox .photoBox {
	width: 32rem;
}
#main .pamphlet .imgBox .textBox {
	padding: 1.5rem 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}
#main .pamphlet .imgBox .textBox p {
	margin: 0 2rem 0.8rem;
	line-height: 1.75;
	font-weight: 500;
	flex: 1;
	display: flex;
	align-items: center;
}
#main .pamphlet .imgBox .comBtn01 a {
	width: 100%;
	min-width: inherit;
}
#main .pamphlet .imgBox .comBtn01 li + li {
	margin-top: 2.6rem;
}
#main .pamphlet .imgBox .comBtn01 .link01 a {
	background-color: #f39800;
	background-image: url(../img/common/arrow07.png);
	background-size: 3.2rem;
}
#main .pamphlet .imgBox .comBtn01 .link02 a {
	background-color: #898989;
	background-image: url(../img/common/arrow09.png);
}
#main .workStyle .headLine04::before {
	background-image: url(../img/index/img04.png);
}
#main .media .headLine04::before {
	background-image: url(../img/index/img08.png);
}
#main .people .headLine04::before {
	background-image: url(../img/index/img03.png);
}
@media all and (min-width: 897px) {
	#main .workStyle .headLine04 {
		padding: 6rem 14.2rem 6.3rem 26.2rem;
		letter-spacing: 0.04em;
	}
	#main .workStyle .headLine04::before {
		left: -7rem;
		top: -4.7rem;
		background-image: url(../img/index/img04.png);
	}
	#main .people .headLine04 {
		padding-top: 6.2rem;
		padding-bottom: 4.3rem;
	}
	#main .people .headLine04::before {
		top: -3rem;
		background-image: url(../img/index/img03.png);
	}
	#main .media .headLine04 {
		padding: 6.7rem 16rem 7.5rem;
		width: fit-content;
		color: #00a29a;
		font-size: 5.591rem;
	}
	#main .media .headLine04::before {
		width: 19.2rem;
		height: 21.2rem;
		left: -7.5rem;
		top: -0.5rem;
		background-image: url(../img/index/img08.png);
	}
	#main .media .headLine04 .big {
		font-size: 8.4rem;
	}
	#main .media .headLine04 .col {
		font-size: 4.638rem;
	}
	.slick-arrow:hover {
		opacity: 0.7;
	}
	.slick-dots li button:hover {
		background-color: #0dac67;
	}
	#main .people .peopleUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 6rem;
	}
	#main .mainVisual .mainImg {
		width: 100%;
	}
	#main .mainVisual .textBox {
		margin-bottom: -0.4rem;
		padding: 1.2rem 1rem 0 5.1rem;
		width: auto;
		position: inherit;
		left: auto;
		top: auto;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
	}
	#main .mainVisual .textBox .pageTtl {
		margin-bottom: 1rem;
		width: 25.7rem;
	}
	#main .mainVisual .textBox .intro {
		font-size: 1.389rem;
	}
	#main .mainVisual .textBox .intro .col {
		font-size: 1.8rem;
	}
	#main .future {
		padding: 3.2rem 0 8.4rem;
		font-size: 1.35rem;
		line-height: 2.1;
		background-size: 33.1rem;
		background-position: right 1.2rem bottom 0.2rem;
	}
	#main .future .heading {
		margin: 0 -1rem 1.5rem;
		font-size: 2.35rem;
		letter-spacing: -0.02em;
	}
	#main .industry {
		padding-bottom: 8rem;
	}
	#main .industry .imgBox {
		margin-bottom: 5rem;
		padding-left: 0;
	}
	#main .industry .imgBox .posImg {
		width: 12rem;
		position: absolute;
		right: auto;
		left: -2rem;
		top: auto;
		bottom: -2rem;
		z-index: 2;
	}
	#main .industry .imgBox .photoBox {
		width: 90%;
		border-radius: 1rem;
	}
	#main .industry .imgBox .textBox {
		margin: -2.5rem 0 0 auto;
		padding: 1.5rem 2rem;
		width: 80%;
		border-radius: 1rem;
		border-width: 1px;
		font-size: 1.4rem;
	}
	#main .industry .imgBox .textBox p {
		margin-bottom: 2rem;
		min-height: inherit;
	}
	#main .industry .imgBox .heading {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	#main .industry .imgBox .comBtn01 a {
		margin-right: -1.2rem;
		min-width: 15rem;
		min-height: 3.2rem;
		line-height: 1.5;
		font-size: 1.4rem;
		background-size: 2.6rem;
	}
	#main .industry .imgBox02 .posImg {
		right: -3rem;
		top: auto;
		left: auto;
		bottom: -2rem;
	}
	#main .industry .imgBox02 .posImg01 {
		width: 9rem;
		left: auto;
		right: -1.5rem;
		top: auto;
		bottom: -1rem;
	}
	#main .industry .imgBox02 .textBox {
		margin-right: auto;
		margin-left: 0;
	}
	#main .people {
		padding-bottom: 6rem;
	}
	#main .people .comText {
		margin: 0 2rem 4rem;
		font-size: 1.6rem;
	}
	#main .people .peopleUl {
		margin: 0 auto 3rem;
		width: auto;
		display: block;
	}
	#main .people .peopleUl li {
		margin-bottom: 4rem;
		width: 100%;
	}
	#main .people .peopleUl li:last-child {
		margin-bottom: 0;
	}
	#main .people .peopleUl .image .text {
		font-size: 1.6rem;
	}
	#main .people .peopleUl .infoTxt {
		font-size: 2rem;
		background-size: 4rem;
		justify-content: flex-start;
	}
	#main .people .peopleUl .name {
		margin-left: 1rem;
		font-size: 1.6rem;
	}
	#main .people .peopleUl .name small {
		font-size: 1.4rem;
	}
	#main .people .peopleUl .infoTxt .date {
		font-size: 1.4rem;
	}
	#main .people .innerBox .comBtn01 a {
		min-width: 20rem;
		min-height: 4rem;
		font-size: 1.9rem;
		background-size: 3rem;
	}
	#main .people .innerBox {
		margin-bottom: 6rem;
	}
	#main .workStyle {
		padding-bottom: 6rem;
	}
	#main .workStyle .comText {
		margin: 0 2rem 4rem;
		font-size: 1.6rem;
	}
	#main .media {
		padding-bottom: 6rem;
	}
	#main .media .videoList {
		margin: 0 4rem;
		width: auto;
	}
	#main .media .videoList .heading {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		min-height: 5.6rem;
	}
	#main .media .videoList .video {
		height: auto;
		aspect-ratio: 295/200;
	}
	.slick-arrow {
		width: 3rem;
		height: 3rem;
		bottom: calc(98 / 295 * (100vw - 80px));
	}
	.slick-prev {
		left: -3.5rem;
	}
	.slick-next {
		right: -3.5rem;
	}
	.slick-dots {
		bottom: -3rem;
		gap: 1rem;
	}
	.slick-dots li {
		width: 1rem !important;
		height: 1rem !important;
	}
	#main .pamphlet {
		padding: 4rem 0 6rem;
	}
	#main .pamphlet .content {
		margin: 0 auto;
		width: auto;
	}
	#main .pamphlet .heading {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .pamphlet .heading .col {
		font-size: 2.4rem;
	}
	#main .pamphlet .imgBox {
		display: block;
	}
	#main .pamphlet .imgBox .photoBox {
		margin: 0 auto 2rem;
		width: 18rem;
	}
	#main .pamphlet .imgBox .textBox {
		padding: 1.5rem 0;
		display: block;
	}
	#main .pamphlet .imgBox .textBox p {
		margin: 0 0 1.5rem;
		display: block;
	}
	#main .pamphlet .imgBox .comBtn01 li + li {
		margin-top: 1.5rem;
	}
	#main .pamphlet .imgBox .comBtn01 {
		margin: 0 auto;
		max-width: 26rem;
	}
	#main .pamphlet .imgBox .comBtn01 a {
		font-size: 1.4rem;
		background-size: 2.8rem;
	}
}