@charset "utf-8";
/*==================================================
	Top page
==================================================*/
#slider {
	font-size: 0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
/* Greeting */
#top_greeting {
	position: relative;
	padding-right: 380px;
	text-align: center;
}
#top_greeting .ttl {
	margin-bottom: 28px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
}
#top_greeting .ttl b {
	font-size: 50px;
}
#top_greeting .txt {
	font-size: 21px;
	line-height: 2.3;
}
#top_greeting .man {
	position: absolute;
	right: 0;
	bottom: 120px;
}
/* Reason */
#top_reason {
	position: relative;
	padding-bottom: 80px;
}
#top_reason::before {
	height: 453px;
	top: auto;
	bottom: 0;
	background: var(--top-gray);
}
#top_reason .list {
	counter-reset: reason;
	display: flex;
	justify-content: space-between;
}
#top_reason .box {
	position: relative;
	width: 340px;;
	text-align: center;
	counter-increment: reason;
}
#top_reason .maru {
	position: relative;
	width: 100%;
	height: 340px;
	padding-bottom: 50px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #f7f7f7;
}
#top_reason .maru::before {
	position: absolute;
	z-index: 1;
	top: -12px;
	right: 0;
	color: #ededed;
	font-size: 85px;
	line-height: 1;
	content: counter(reason, decimal-leading-zero);
	font-family: var(--font-wdxl);
}
#top_reason .ico {
	width: 173px;
	height: 161px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_reason .ttl {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.35;
	color: #000;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
#top_reason .txt {
	font-size: 110%;
	line-height: 1.9;
}
#top_reason .btn01 {
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}
/* Business */
#top_business {
	position: relative;
}
#top_business .img {
	position: absolute;
	top: 120px;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 850px) );
}
@media only screen and (max-width: 1150px) {
	#top_business .img {
		left: -30px;
		width: 280px;
	}
}
#top_business .img img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	border-radius: 0 10px 0 0;
}
@media print, screen and (min-width: 1400px){
	#top_business .img img {
		object-position: 50% 20%;
	}
}
#top_business .img img:last-of-type {
	border-radius: 0 0 10px 0;
}
#top_business .info {
	width: 800px;
	margin-left: auto;
}
#top_business h3.sub {
	margin-bottom: 50px;
}
#top_business .ttl {
	font-size: 33px;
}
#top_business .list dl {
	margin-bottom: 60px;
	background: #f2f2f2;
	border-radius: 5px;
}
#top_business .list dl:last-child {
	margin-bottom: 0;
}
#top_business .list dt {
	position: relative;
	padding: 25px 22px 40px;
	background: #e6e6e6;
	font-size: 33px;
	font-weight: normal;
	line-height: 1.35;
}
#top_business .list dt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 27px solid #666;
	border-right: 27px solid transparent;
	content: "";
	border-radius: 5px 0 0 0;
}
#top_business .list dt b {
	margin-right: 25px;
	font-size: 51px;
	line-height: 1;
	color: #000;
}
#top_business .list dd {
	padding: 25px 25px 0;
	position: relative;
}
#top_business .list .txt {
	position: relative;
	top: -45px;
	font-size: 110%;
	line-height: 1.9;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
#top_business .btn01 {
	margin-bottom: 0;
	position: absolute;
	right: 25px;
	bottom: -25px;
}
/* Message */
#top_msg {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 70px 0;
}
#top_msg::before {
	background: linear-gradient(rgba(51, 51, 51, 0.7)), url("../img/top/bg-msg.jpg") no-repeat center / cover;
}
#top_msg h3 {
	color: #fff;
	font-size: 43px;
	margin-bottom: 50px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}
#top_msg h3 .en {
	margin-bottom: 5px;
	color: #ccc;
	font-size: 30px;
}
#top_msg .txt {
	color: #fff;
	font-size: 110%;
	text-align: center;
	line-height: 1.9;
}
/* Voice */
#top_voice {
	position: relative;
	z-index: 0;
}
#top_voice::before {
	background: #fff;
}
#voice_list {
	margin-bottom: 50px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
}
#voice_list a {
	display: block;
	color: #000;
}
#voice_list img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin-bottom: 10px;
}
#voice_list .dummy {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
	margin-bottom: 10px;
}
#voice_list .dummy img {
	width: 80%;
	aspect-ratio: unset;
}
#voice_list .txt {
	text-align: right;
	font-size: 110%;
}
/* Info */
#top_info {
	margin-bottom: 50px;
}
#top_info .waku {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 28px 25px 50px 30px;
	background: #f6f6f6;
	border-radius: 5px;
}
#top_info .waku::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 27px solid #666666;
	border-right: 27px solid transparent;
	content: "";
	border-radius: 5px 0 0 0;
}
#top_info h3 {
	width: 132px;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.4;
}
#news_list {
	width: 670px;
}
#top_info dl {
	margin-bottom: 10px;
	background: #fff;
	padding: 20px;
}
#top_info dl:last-child {
	margin-bottom: 0;
}
#top_info dt,
#top_info dd {
	font-size: 110%;
	line-height: 1.6;
}
#top_info dt {
	color: #666;
}
#top_info dd a {
	color: #000;
	text-decoration: underline;
}
#top_info .btn01 {
	position: absolute;
	right: 32px;
	bottom: -25px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_greeting .man img {
		width: 405px;
	}
}
@media print, screen and (min-width: 641px){ /* PC tablet */
	#top_info dl {
		display: flex;
		align-items: flex-start;
	}
	#top_info dt {
		width: 112px;
	}
	#top_info dd {
		width: calc(100% - 112px);
	}
}

@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_greeting {
		min-height: 0;
		padding-right: 250px;
	}
	#top_greeting .ttl {
		font-size: 25px;
	}
	#top_greeting .ttl b {
		font-size: 40px;
	}
	#top_greeting .txt {
		font-size: 100%;
		line-height: 2;
	}
	#top_greeting .man {
		right: 0;
		bottom: 50px;
		width: 230px;
	}
	#top_reason::before {
		height: calc(100% - 180px);
	}
	#top_reason .list {
		gap: 20px;
	}
	#top_reason .maru {
		width: 190px;
		height: 190px;
		padding-bottom: 20px;
	}
	#top_reason .maru::before {
		font-size: 50px;
	}
	#top_reason .ico {
		width: 121.1px;
		height: 112.7px;
	}
	#top_reason .ico img {
		width: 60px;
	}
	#top_reason .box:nth-of-type(2) .ico img {
		width: 90px;
	}
	#top_reason .box:nth-of-type(3) .ico img {
		width: 90px;
	}
	#top_reason .ttl {
		font-size: 18px;
	}
	#top_business .img {
		width: 30%;
		top: 50px;
	}
	#top_business .img img {
		height: 490px;
	}
	#top_business .info {
		width: calc(100% - 30%);
		margin-left: auto;
	}
	#top_business h3.sub {
		margin-bottom: 30px;
	}
	#top_business .ttl {
		font-size: 20px;
	}
	#top_business .list dt {
		font-size: 18px;
	}
	#top_business .list dt b {
		font-size: 25px;
		margin-right: 15px;
	}
	#top_business .list .txt {
		padding: 15px;
	}
	#top_msg {
		padding: 30px 0;
	}
	#top_msg h3 {
		font-size: 30px;
	}
	#top_msg h3 .en {
		font-size: 20px;
	}
	#voice_list {
		grid-template-columns: repeat(2, 48%);
		row-gap: 28px;
	}
	#top_info .waku {
		width: 100%;
	}
	#top_info h3 {
		margin-bottom: 20px;
	}
	#news_list {
		width: 100%;
	}
}

@media only screen and (max-width: 640px){ /* スマホ */
	#slider img {
		width: 100%;
		aspect-ratio: 7 / 5;
		object-fit: cover;
		display: block;
	}
	#top_greeting {
		padding-right: 0;
		text-align: left;
	}
	#top_greeting .ttl {
		margin-bottom: 18px;
		font-size: 21px;
		text-align: left;
	}
	#top_greeting .txt {
		line-height: 1.9;
		text-align: left;
	}
	#top_greeting .man {
		position: static;
		width: 78%;
		max-width: 300px;
		margin: 28px auto 0;
		text-align: center;
	}
	#top_reason {
		padding-bottom: 60px;
	}
	#top_reason .list {
		display: block;
	}
	#top_reason .box {
		width: 100%;
		margin-bottom: 35px;
	}
	#top_reason .box:last-child {
		margin-bottom: 0;
	}
	#top_reason .maru {
		width: 210px;
		height: 210px;
	}
	#top_reason .txt {
		font-size: 100%;
	}
	#top_business {
		padding-top: 50px;
	}
	#top_business .ttl {
		font-size: 18px;
	}
	#top_business .info {
		width: 100%;
	}
	#top_business .list dl {
		margin-bottom: 50px;
	}
	#top_business .list dt {
		font-size: 16px;
	}
	#top_business .list dt b {
		font-size: 20px;
	}
	#top_business .list dd {
		padding: 15px 15px 0;
	}
	#top_business .list .txt {
		top: -40px;
		font-size: 100%;
	}
	#top_business .btn01 {
		text-align: center;
	}
	#top_business .img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 50px;
	}
	#top_business .img img {
		width: 50%;
		height: 230px;
	}
	#top_msg h3 {
		font-size: 21px;
	}
	#top_msg .txt {
		text-align: left;
		font-size: 100%;
	}
	#top_msg .txt .dsp_tbs {
		display: none;
	}
	#voice_list {
		margin-bottom: 30px;
	}
	#top_info .waku {
		padding: 20px 15px 50px;
	}
	#top_info h3 {
		top: 22px;
		left: 22px;
		font-size: 21px;
	}
	#top_info dl {
		padding: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 320px){ /* スマホ */
	#top_greeting .ttl {
		font-size: 19px;
	}
	#top_reason .maru {
		width: 190px;
		height: 190px;
	}
}
