@charset "UTF-8";

/* -----------------------------------------------------------------------------
Top
----------------------------------------------------------------------------- */
#index_main{
	width: 100%;
	height: 780px;
}
#index_main .main_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 940px;
	z-index: 10;
}
#index_main .main_top .scroll01 li{
	position: relative;
}
#index_main .main_top .scroll01 .kv{
	position: relative;
}
#index_main .main_top .scroll01 .kv img{
	position: relative;
	width: 100%;
	height: 900px;
	min-height: 600px;
	object-fit: cover;
}
@media only screen and (max-height: 1000px) {
	#index_main{
		height: 74.5vh;
	}
	#index_main .main_top{
		height: calc(90vh + 40px);
	}
	#index_main .main_top .scroll01 .kv img{
		height: 90vh;
	}
}
#index_main .main_top .scroll01 .main-txt{
	position: relative;
	width: 1260px;
	margin: auto;
}
#index_main .main_top .scroll01 .main-txt a{
	display: block;
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 600px;
	color: #fff;
	background-color: #0067b5;
	padding: 60px 55px;
	box-sizing: border-box;
}
#index_main .main_top .scroll01 .main-txt a{
	color: #fff;
}
#index_main .main_top .scroll01 .main-txt .title{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 10px;
}
#index_main .main_top .scroll01 .main-txt .text{
	font-size: 15px;
	padding-bottom: 0;
}
#index_main .main_top .scroll01 .main-txt .arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	transition: 0.5s all;
}
#index_main .main_top .scroll01 .main-txt .arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	transition: 0.5s all;
}
#index_main .main_top .scroll01 .main-txt a:hover .arrow{
	background: rgba(255,255,255,1);
	transform: scale(1.15);
}
#index_main .main_top .scroll01 .main-txt a:hover .arrow i{
	color: #0067b5;
}
.main_top.swiper .swiper-pagination{
	top: 50%;
	bottom: auto;
	right: 35px;
	left: auto;
	transform: translateY(-50%);
	width: auto;
}
.main_top.swiper .swiper-pagination .swiper-pagination-bullet{
	position: relative;
	display: block;
	margin: 10px 0;
	width: 17px;
	height: 17px;
	background-color: transparent;
	border-radius: 100%;
	opacity: 1;
	transition: 0.5s all;
}
.main_top.swiper .swiper-pagination .swiper-pagination-bullet::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: transparent;
	border: 1px solid #0067b5;
	border-radius: 100%;
	transition: 0.5s all;
}
.main_top.swiper .swiper-pagination .swiper-pagination-bullet:hover::before{
	background-color: #0067b5;
}
.main_top.swiper .swiper-pagination .swiper-pagination-bullet-active{
	background-color: rgba(0,103,181,0.2);
}
.main_top.swiper .swiper-pagination .swiper-pagination-bullet-active::before{
	background-color: #0067b5;
}
#index_main .main_top .main-wrap{
	position: relative;
	width: 1260px;
	margin: auto;
}
#index_content .text{
	color: #333;
}
#index_content .title, .button, .viewmore a:link{
	color: #0067b5;
}
#index_content .title,.button,.viewmore a:visited{
	color: #0067b5;
}
#index_content .title a:link{
	color: #0067b5;
}
#index_content .title a:visited{
	color: #0067b5;
}

#index_content{
	margin-top: 150px;
}
/* 240125　追加 */
.head_important_text{
	width: 1260px;
    margin: 0 auto 40px;
	font-size: 15px;
	text-align: center;
}
#index_content #content-pickup{
	max-width: 1260px;
	margin: 0 auto 100px;
}
#index_content #content-pickup .wrap > *{
	display: flex;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 9999px;
	padding: 15px 40px;
	transition: 0.5s all;
}
#index_content #content-pickup a:hover{
	background-color: #f0f0f0;
}
#index_content #content-pickup a::after{
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #333;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	transition: 0.5s all;
}
#index_content #content-pickup a:hover::after{
	right: 27px;
}
#index_content #content-pickup p{
	font-size: 14px;
}
#index_content #content-pickup .news-date{
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
}

#index_content #content-top{
	width: 100%;
	padding-bottom: 200px;
}
#index_content .content-visual{
	width: 1260px;
	text-align: center;
	margin: 0 auto;
}
#index_content .flex-container{
	display: flex;
	justify-content: center;
}
#index_content .content-titlebox{
	background-image: url(../images/bg_content-top.jpg);
	background-size: 1260px;
	background-repeat: no-repeat;
	background-position: center -120px;
	height: 270px;
	padding: 110px 0;
}
#index_content .flex-container .container-itemL{
	flex-basis: 400px;
	padding-right: 50px;
}
#index_content .flex-container .container-itemR{
	flex-basis: 480px;
	padding-left: 50px;
}
#index_content .flex-container .container-itemR .title{
	font-size: 22px;
	color: #0067b5;
	line-height: 1.8;
	padding-bottom: 30px;
}
#index_content .flex-container .container-itemR .text{
	font-size: 16px;
	line-height: 2;
}

#index_content .flex-container.wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1260px;
	text-align: center;
	margin: 0 auto;
}
#index_content #content-top .wrap-item{
	width: 300px;
}
#index_content #content-top .wrap-item:nth-child(n+5){
	margin-top: 60px;
}
#index_content #content-top .wrap-item figure{
	overflow: hidden;
}
#index_content #content-top .wrap-item figure img{
	transition: 0.5s all;
}
#index_content #content-top .wrap-item a:hover figure img{
	transform: scale(1.06);
}
#index_content #content-top .wrap-item .title{
	margin-top: 20px;
	padding: 0;
	font-size: 20px;
}
#index_content #content-top .wrap-item .text{
	margin-top: 10px;
	padding-bottom: 0;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	transition: 0.5s all;
}
#index_content #content-top .wrap-item a:hover .text{
	color: #0067b5;
}
#index_content #content-news{
	width: 1000px;
	margin: 0 auto;
}
#index_content #content-news .flex-container{
	justify-content: flex-start;
}
.news-category{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 8px;
}
.news-category li + li{
	margin-left: 8px;
}
.news-category li > *{
	display: block;
	background-color: #e7edf5;
	padding: 5px 25px;
	margin: 0;
	color: #0067b5;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	transition: 0.5s all;
	cursor: pointer;
	user-select: none;
}
.news-category li > *:hover,
.news-category li.active > *{
	background-color: #0067b5;
	color: #fff;
}
#index_content .nextpage i{
	padding-left: 10px;
	font-size: 16px;
}
#index_content .title-fonts > *{
	color: #0067b5;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
}
.news-list{
	border-top: 1px solid #ddd;
	margin: 50px 0 30px;
	font-size: 14px;
}
.news-list li{
	border-bottom: 1px solid #ddd;
}
.news-list li > *{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 28px 0;
	transition: 0.5s all;
}
.news-list a:hover{
	color: #0067b5;
}
.news-list .news-title{
	width: 65%;
	font-size: 16px;
}
.news-list .news-date{
	color:  #0067b5;
	margin-right: 25px;
}
.news-list li .button{
	width: 120px;
	padding: 3px 0;
	margin: 0 30px 0 0;
	background-color: #fff;
	border: 1px solid #0067b5;
	color:  #0067b5;
	font-size: 12px;
	text-align: center;
}
.news-list li{
	position: relative;
}
.news-list li a::after{
	content: "\f178";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	font-weight: 900;
	color: #0067b5;
	transition: 0.5s all;
}
.news-list li a:hover::after{
	right: 10px;
}
.news-list li .no-link::after{
	content: "";
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	color: #333;
	pointer-events: none;
}
.news-list li .no-link:hover{
	color: #333;
}
#index_content .viewmore{
	display: flex;
	justify-content: flex-end;
}
#index_content .viewmore a{
	display: flex;
	align-items: center;
	align-self: flex-start;
	color: #0067b5;
	font-weight: 700;
}
#index_content .viewmore a::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/corp/images/icon-more.png) no-repeat center / 100%;
	margin-right: 10px;
	transition: 0.5s all;
}
#index_content .viewmore a:hover::before{
	transform: scale(0.9);
}
#index_content #content-service1{
	padding: 180px 0 120px;
	overflow: hidden;
}
#index_content #content-service1 .flex-container{
	align-items: flex-end;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#index_content #content-service1 .nextpage{
	margin-bottom: 8px;
}
#index_content #content-service1 .nextpage a{
	display: block;
	position: relative;
	background-color: #0067b5;
	padding: 10px 15px 10px 30px;
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	transition: 0.5s all;
}
#index_content #content-service1 .nextpage a:hover{
	background-color: #004499;
}
#index_content #content-service1 .nextpage a span{
	display: flex;
	align-items: center;
}
#index_content #content-service1 .nextpage a .nextpage-arrow{
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #fff;
	margin-left: 15px;
}
#index_content #content-service1 .nextpage a .nextpage-arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	color: #0067b5;
	font-size: 13px;
	font-weight: 900;
	transition: 0.5s all;
}
#index_content #content-service1 .nextpage a:hover .nextpage-arrow i{
	color: #004499;
}
#index_content #content-service1 .service_slide{
	width: 1000px;
	margin: auto;
}
#index_content #content-service1 .swiper{
	margin-top: 40px;
	padding-top: 40px;
	overflow: visible;
}
#index_content #content-service1 .swiper .swiper-slide{
	width: 318px;
	transition: 0.4s all;
}
#index_content #content-service1 .swiper-wrapper:hover .swiper-slide{
	opacity: .4;
}
#index_content #content-service1 .swiper .swiper-slide:hover{
	opacity: 1;
}
#index_content #content-service1 .swiper .swiper-slide a{
	display: block;
	transition: 0.4s all;
}
#index_content #content-service1 .swiper .swiper-slide a:hover{
	opacity: 1;
	transform: translateY(-3%);
}
#index_content #content-service1 .swiper .swiper-slide figure{
	margin-bottom: 25px;
}
#index_content #content-service1 .swiper .swiper-slide .title{
	padding: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
#index_content #content-service1 .swiper .swiper-slide .text{
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 0;
}
#index_content #content-service1 .swiper-control{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 1000px;
	margin: 30px auto 0;
	padding: 20px 0;
}
#index_content #content-service1 .swiper-control .swiper-arrow{
	display: flex;
}
#index_content #content-service1 .swiper-control .swiper-arrow > div{
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #0067b5;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.5s all;
}
#index_content #content-service1 .swiper-control .swiper-arrow:hover > div{
	background-color: #e7edf5;
}
#index_content #content-service1 .swiper-control .swiper-arrow > div:hover{
	background-color: #0067b5;
	transform: scale(1.1);
}
#index_content #content-service1 .swiper-control .swiper-arrow > div::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
}
#index_content #content-service1 .swiper-control .swiper-arrow .swiper-prev::before{
	content: "\f104";
}
#index_content #content-service1 .swiper-control .swiper-arrow .swiper-next{
	margin-left: 10px;
}
#index_content #content-service1 .swiper-control .swiper-arrow .swiper-next::before{
	content: "\f105";
}
#index_content #content-service2{
	background-color: #0067b5;
}
#index_content #content-service2 .flex-container.wrap{
	flex-direction: row-reverse;
	align-items: center;
	width: 1000px;
	background-color: #0067b5;
	padding: 60px 0;
}
#index_content #content-service2 .flex-container .container-boxR .title{
	font-size: 36px;
}
#index_content #content-service2 .container-boxL{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 620px;
	margin-left: -15px;
}
#index_content #content-service2 .container-boxL::after{
	content: "";
	display: block;
	width: calc(100% / 3);
}
#index_content #content-service2 .container-boxL .itemL{
	width: calc(100% / 6);
	margin: 20px 0;
}
#index_content #content-service2 .container-boxL .item-icon a{
	transition: 0.5s all;
}
#index_content #content-service2 .container-boxL .item-icon a:hover{
	opacity: .3;
}
#index_content #content-service2 .container-boxL .itemL img{
	width: 64px;
}
#index_content #content-service2 .container-boxL .itemL .item-name{
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#index_content #content-service2 .container-boxR .title{
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	text-align: left;
}
#index_content #content-service2 .container-boxR .text{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	padding: 0;
}
#index_content #content-service2 .viewmore{
	margin-top: 60px;
}
#index_content #content-service2 .viewmore a{
	color: #fff;
}
#index_content #content-service2 .viewmore a::before{
	background-image: url(/corp/images/icon-more-white.png);
}
#index_content #content-service2 .viewmore.pc_none{
	display: none;
}
#index_content #index-case{
	position: relative;
	padding: 180px 0;
}
#index_content #index-case .case-wrap{
	position: relative;
	width: calc(100% - 70px);
}
#index_content #index-case .case-box{
	position: absolute;
	bottom: -60px;
	right: 80px;
	width: 520px;
	background-color: #0067b5;
	color: #fff;
	padding: 40px 60px;
	text-align: justify;
	box-sizing: border-box;
}
#index_content #index-case .case-box .title{
	color: #fff;
	font-size: 30px;
	padding: 0;
	margin-bottom: 10px;
}
#index_content #index-case .case-box .text{
	color: #fff;
}
#index_content #index-case .case-more{
	position: relative;
	display: block;
	border: 1px solid #5a96c4;
	text-align: center;
	padding: 13px 20px;
	width: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	transition: 0.5s all;
}
#index_content #index-case a:hover .case-more{
	border-color: #fff;
}
#index_content #index-case a{
	color: #fff;
}
#index_content #index-case .case-more i{
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	padding-left: 10px;
	font-size: 14px;
}
#index_content #index-case .flex-container{
	width: 1000px;
	justify-content: space-between;
	margin: 240px auto 0;
}
#index_content #index-case .video-item{
	text-align: center;
}
#index_content #index-case .video-item iframe{
	vertical-align: bottom;
}
#index_content #index-case .video-item img{
	width: 480px;
	height: 270px;
	object-fit: contain;
	background-color: #333;
}
#index_content #index-case .title{
	font-size: 16px;
}
#index-serviceList{
	padding: 80px 0;
	background-color: #f8f8f8;
}
#index-serviceList .serviceList{
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
#index-serviceList .serviceList li{
	position: relative;
	width: 145px;
	margin-right: 26px;
}
#index-serviceList .serviceList li:nth-child(6n){
	margin-right: 0;
}
#index-serviceList .serviceList li:nth-child(n+7){
	margin-top: 26px;
}
#index-serviceList .serviceList li img{
	border-radius: 100%;
}
#index-serviceList .serviceList li a{
	transition: 0.5s all;
}
#index-serviceList .serviceList li a:hover{
	opacity: .5;
}

@media only screen and (max-width: 768px) {
	#index_main{
		height: 122.5vw;
	}
	#index_main .main_top{
		height: 150vw;
	}
	#index_main .main_top .scroll01 .kv img{
		height: 140vw;
		min-height: auto;
	}
	#index_main .main_top .scroll01 .main-txt{
		width: 100%;
	}
	#index_main .main_top .scroll01 .main-txt a{
		bottom: -10vw;
		width: 86vw;
		padding: 7vw;
	}
	#index_main .main_top .scroll01 .main-txt .title{
		font-size: 5vw;
		line-height: 1.4;
	}
	#index_main .main_top .scroll01 .main-txt .text{
		font-size: 3.2vw;
		line-height: 1.7;
	}
	#index_main .main_top .scroll01 .main-txt .arrow{
		bottom: 0;
		right: 0;
		width: 7vw;
		height: 7vw;
		border-radius: 0;
	}
	#index_main .main_top .scroll01 .main-txt a:hover .arrow{
		transform: none;
	}
	#index_main .main_top .scroll01 .main-txt .arrow i{
		font-size: 2.8vw;
	}
	.main_top.swiper .swiper-pagination{
		right: 5vw;
	}
	.main_top.swiper .swiper-pagination .swiper-pagination-bullet{
		width: 3.8vw;
		height: 3.8vw;
		margin: 1.2vw 0;
	}
	.main_top.swiper .swiper-pagination .swiper-pagination-bullet::before{
		width: 1.2vw;
		height: 1.2vw;
	}
	
	#index_content{
		margin-top: 24vw;
	}
	/* 240125　追加 */
	.head_important_text{
		width: 90vw;
		margin: 0 auto 40px;
		font-size: 3.2vw;
		text-align: left;
	}
	#index_content #content-pickup{
		width: 90vw;
		margin-bottom: 10vw;
	}
	#index_content #content-pickup .wrap > *{
		display: block;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	#index_content #content-pickup a:hover{
		background-color: transparent;
	}
	#index_content #content-pickup a::after{
		display: none;
	}
	#index_content #content-pickup p{
		font-size: 3.5vw;
		line-height: 1.5;
	}
	#index_content #content-pickup .news-date{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		margin-bottom: 1.5vw;
		font-size: 3.2vw;
		font-weight: 700;
	}
	#index_content #content-pickup .news-title::after{
		content: "\f105";
		display: inline-block;
		font-family: "Font Awesome 6 Free";
		font-size: 2.6vw;
		font-weight: 900;
		vertical-align: middle;
		margin-left: 2.5vw;
	}

	#index_content #content-top{
		padding-bottom: 25vw;
	}
	#index_content .content-visual{
		width: 100%;
	}
	#index_content .content-titlebox{
		background-size: 220vw;
		background-position: -5vw -48vw;
		height: 90vw;
		padding: 10vw 5vw 5vw;
	}
	#index_content .flex-container{
		display: block;
	}
	#index_content .flex-container .container-itemL{
		flex-basis: auto;
		padding-right: 0;
		width: 60vw;
	}
	#index_content .flex-container .container-itemR{
		flex-basis: auto;
		padding-left: 0;
	}
	#index_content .flex-container .container-itemR .title{
		font-size: 4.2vw;
		padding: 8vw 0 5vw;
	}
	#index_content .flex-container .container-itemR .text{
		font-size: 3.5vw;
		line-height: 1.8;
		padding-bottom: 0;
	}
	#index_content .flex-container.wrap{
		width: 90vw;
	}
	#index_content #content-top .wrap-item{
		width: 48%;
	}
	#index_content #content-top .wrap-item:nth-child(n + 3){
		margin-top: 6vw;
	}
	#index_content #content-top .wrap-item .title{
		margin-top: 4vw;
		font-size: 4vw;
	}
	#index_content #content-top .wrap-item .text{
		margin-top: 2vw;
		font-size: 3.2vw;
	}
	#index_content .sp_button{
		display: block;
		width: 80%;
		margin: 8vw auto 0;
	}
	#index_content .sp_button a{
		display: block;
		position: relative;
		background-color: #0067b5;
		padding: 3vw 0;
		border-radius: 9999px;
		box-sizing: border-box;
		color: #fff;
		font-size: 3.6vw;
		font-weight: 500;
		text-align: center;
	}
	#index_content .sp_button a .nextpage-arrow{
		position: absolute;
		top: 50%;
		right: 3vw;
		transform: translateY(-50%);
		width: 7vw;
		height: 7vw;
		border-radius: 100%;
		background: #fff;
	}
	#index_content .sp_button a .nextpage-arrow i{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;		
		color: #0067b5;
		font-size: 3vw;
		font-weight: 900;
	}
	#index_content #content-news{
		width: 90vw;
	}
	#index_content .title-fonts > *{
		font-size: 11vw;
		text-align: center;
	}
	.news-category{
		justify-content: flex-start;
		overflow-x: scroll;
		margin-top: 10vw;
		padding-bottom: 3vw;
	}
	.news-category li > *{
		padding: 1vw 4vw;
		font-size: 3vw;
		white-space: nowrap;
	}
	.news-category li + li{
		margin-left: 1vw;
	}
	.news-list{
		margin: 5vw 0;
	}
	.news-list li > *{
		padding: 6vw 0;
	}
	.news-list a:nth-child(4){
		border-bottom: 1px solid #ddd;
	}
	.news-list .news-date{
		margin-right: 3vw;
		font-size: 3.2vw;
		font-weight: 500;
	}
	.news-list li .button{
		width: 24vw;
		margin: 0;
		padding: 0.3vw 0;
		font-size: 2.5vw;
	}
	.news-list .news-title{
		width: 100%;
		margin-top: 3vw;
		font-size: 3.5vw;
		line-height: 1.6;
		box-sizing: border-box;
	}
	.news-list a .news-title{
		padding-right: 10vw;
	}
	.news-list li a::after{
		right: 1vw;
		font-size: 4vw;
	}
	.news-list li a:hover::after{
		right: 1vw;
	}
	#index_content .viewmore{
		font-size: 3.5vw;
	}
	#index_content .viewmore a::before{
		width: 6vw;
		height: 6vw;
		margin-right: 2vw;
	}
	#index_content #content-service1{
		padding: 30vw 0 20vw;
	}
	#index_content #content-service1 .flex-container{
		width: 90vw;
	}
	#index_content #content-service1 .service_slide{
		width: 100%;
	}
	#index_content #content-service1 .swiper{
		margin-top: 10vw;
		padding-top: 0;
	}
	#index_content #content-service1 .swiper-wrapper:hover .swiper-slide{
		opacity: 1;
	}
	#index_content #content-service1 .swiper .swiper-slide a:hover{
		transform: none;
	}
	#index_content #content-service1 .swiper .swiper-slide figure{
		margin-bottom: 4vw;
	}
	#index_content #content-service1 .swiper .swiper-slide .title{
		margin-bottom: 2vw;
		font-size: 4.2vw;
	}
	#index_content #content-service1 .swiper .swiper-slide .text{
		font-size: 3.2vw;
	}
	#index_content #content-service1 .swiper-control{
		width: 90vw;
		margin-top: 6vw;
		padding: 0;
	}
	#index_content #content-service1 .swiper-control .swiper-arrow > div{
		width: 8vw;
		height: 8vw;
	}
	#index_content #content-service1 .swiper-control .swiper-arrow .swiper-next{
		margin-left: 2vw;
	}
	#index_content #content-service1 .swiper-control .swiper-arrow:hover > div{
		background-color: #0067b5;
	}
	#index_content #content-service1 .swiper-control .swiper-arrow > div:hover{
		transform: none;
	}
	#index_content #content-service1 .swiper-control .swiper-arrow > div::before{
		font-size: 3.2vw;
	}
	#index_content #content-service1 .sp_button{
		margin-top: 12vw;
	}
	#index_content #content-service2 .flex-container.wrap{
		display: block;
		width: 90vw;
		padding: 16vw 0;
	}
	#index_content #content-service2 .flex-container .container-boxR{
		margin-bottom: 7vw;
	}
	#index_content #content-service2 .flex-container .container-boxR .title{
		font-size: 7vw;
		text-align: center;
	}
	#index_content #content-service2 .container-boxR .text{
		font-size: 3.8vw;
		text-align: center;
	}
	#index_content #content-service2 .container-boxR .viewmore{
		display: none;
	}
	#index_content #content-service2 .viewmore.pc_none{
		display: flex;
		margin-top: 7vw;
	}
	#index_content #content-service2 .container-boxL{
		width: 100%;
		margin-left: 0;
	}
	#index_content #content-service2 .container-boxL .itemL{
		width: calc(100% / 4);
		margin: 3vw 0;
	}
	#index_content #content-service2 .container-boxL .itemL img{
		width: 60%;
	}
	#index_content #content-service2 .container-boxL .itemL .item-name{
		padding-top: 3vw;
		font-size: 3.2vw;
	}
	#index_content #content-service2 .container-boxL::after{
		width: calc(100% / 2);
	}
	#index_content #index-case{
		padding: 18vw 0 20vw;
	}
	#index_content #index-case .case-wrap{
		width: 100%;
	}
	#index_content #index-case .case-main{
		width: 100%;
		height: 110vw;
	}
	#index_content #index-case .case-box{
		bottom: -10vw;
		right: 0;
		left: 0;
		margin: auto;
		width: 90vw;
		padding: 6vw 8vw;
	}
	#index_content #index-case .case-box .title{
		font-size: 5.5vw;
		margin: 0 0 2vw;
	}
	#index_content #index-case .case-box .text{
		font-size: 3.5vw;
		line-height: 1.8;
		padding-bottom: 0;
		margin-bottom: 5vw;
	}
	#index_content #index-case .case-more{
		padding: 2.5vw 0;
		font-size: 3.5vw;
	}
	#index_content #index-case .case-more i{
		right: 4vw;
		font-size: 3.5vw;
	}
	#index_content #index-case .flex-container{
		width: 95vw;
		margin-top: 40vw;
	}
	#index_content #index-case .video-item{
		width: 90vw;
		margin: auto;
	}
	#index_content #index-case .video-item + .video-item{
		margin-top: 8vw;
	}
	#index_content #index-case .video-item iframe{
		width: 100%;
		height: 50.5vw;
	}
	#index_content #index-case .video-item img{
		width: 100%;
		height: 50.5vw;
	}
	#index_content #index-case .title{
		padding: 0;
		margin-top: 5vw;
		font-size: 3.5vw;
	}
	
	#index-serviceList{
		padding: 40px 0;
	}
	#index-serviceList .serviceList{
		width: 90vw;
	}
	#index-serviceList .serviceList li{
		width: calc(91% / 4);
		margin-right: 3%;
	}
	#index-serviceList .serviceList li:nth-child(6n){
		margin-right: 3%;
	}
	#index-serviceList .serviceList li:nth-child(4n){
		margin-right: 0;
	}
	#index-serviceList .serviceList li:nth-child(n+5),
	#index-serviceList .serviceList li:nth-child(n+7){
		margin-top: 3%;
	}
}


/* -----------------------------------------------------------------------------
Service
----------------------------------------------------------------------------- */
.service-navi{
	margin-bottom: 200px;
}
.service-navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.service-navi ul::after{
	content: "";
	display: block;
	width: 32%;
}
.service-navi li{
	align-self: stretch;
	display: flex;
	align-items: center;
	position: relative;
	width: 32%;
}
.service-navi li:nth-child(n + 4){
	margin-top: 20px;
}
.service-navi li a{
	align-self: stretch;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 30px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 500;
	box-sizing: border-box;
	transition: 0.5s all;
}
.service-navi li a:hover{
	color: #0067b5;
	border-color: #0067b5;
}
.service-navi li a .arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #0067b5;
	transition: 0.5s all;
}
.service-navi li a .arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}
.service-navi .subcont_ttl{
	margin-bottom: 20px;
}
.service-navi .more_link{
	margin-top: 40px;
	text-align: right;
}

.service-wrapper{
	margin-bottom: 120px;
}
.service-wrapper .service-top{
	position: relative;
	color: #fff;
	margin-bottom: 70px;
}
.service-wrapper .service-top-wrap{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: 800px;
}
.service-wrapper h2{
	font-size: 26px;
	line-height: 1;
}
.service-wrapper h2 + small{
	display: block;
	margin-top: 10px;
}
.service-wrapper .service-top p{
	margin-top: 30px;
	font-size: 16px;
}
.service-wrapper .flexbox{
	margin-bottom: 0;
}
.service-wrapper .flexbox + .flexbox{
	margin-top: 60px;
}
.service-wrapper.reverse .flexbox + .flexbox{
	margin-top: 0;
	margin-bottom: 60px;
}
.service-wrapper .flexbox .service-item{
	width: 49%;
}
.service-wrapper .flexbox .service-item + .service-item:nth-child(n+3){
	margin-top: 50px;
}
.service-wrapper .flexbox .service-item.full{
	width: 100%;
}
.service-wrapper .flexbox .service-item h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 15px;
}
.service-wrapper .flexbox .service-item h3 a{
	position: relative;
}
.service-wrapper .flexbox .service-item h3 a::after{
	content: "\f105";
	display: inline-block;
	margin-left: 15px;
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	font-weight: 900;
	transition: 0.5s all;
}
.service-wrapper .flexbox .service-item h3 a:hover::after{
	margin-left: 20px;
}
.service-wrapper .flexbox .service-item ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 30px);
	margin: 20px auto 0;
	font-size: 17px;
}
.service-wrapper .flexbox .service-item ul li{
	width: 100%;
	border-bottom: 0.5px solid #333;
}
.service-wrapper .flexbox .service-item.full ul li{
	width: 48%;
}
.service-wrapper .flexbox .service-item ul li:first-child,
.service-wrapper .flexbox .service-item.full ul li:nth-child(2){
	border-top: 0.5px solid #333;
}
.service-wrapper .flexbox .service-item ul li a{
	position: relative;
	display: block;
	padding: 15px;
}
.service-wrapper .flexbox .service-item ul li a::after{
	content: "\f178";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	font-weight: 900;
	color: #0067b5;
	transition: 0.5s all;
}
.service-wrapper .flexbox .service-item ul li.blank a::after{
	content: "\f35d";
}
.service-wrapper .flexbox .service-item ul li a:hover::after {
	right: 10px;
}

#detail_content {
	width: 1130px;
	margin: 0 auto;
}
#detail-intro h1{
	font-size: 30px;
	color: #0067b5;
}
#detail-intro p{
	padding: 30px 0 70px;
}
#service-detail a {
	color: #0067b5;
}
#service-detail .service-top h2{
	padding-top: 20px;
	line-height: 1;
}
#service-detail .service-top {
	background-color: #0067b5;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 20px;
	position: relative;
}
#service-detail .service-top ::after{
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
#service-detail .service-top ::after{
	border-top: solid 20px #0067b5;
	border-right: solid 20px transparent;
	top: 100%;
}
#service-detail .service-box {
	width: 1085px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
#service-detail .service-box .flexbox{
	margin: 0;
}
#service-detail .service-box .flexbox .service-item1{
	width: 620px;
}
#service-detail .service-box .flexbox .service-item2{
	width: 410px;
}
#service-detail .service-box .caption{
	width: 280px;
	padding-top: 10px;
}
#service-detail .service-box .flexbox .service-item2 .icon-item img{
	width: 20px;
	padding: 3px 5px 0 0;
}
#service-detail .service-box .flexbox .service-item2 .zoom{
	padding-top: 10px;
}
#detail_content h3 {
	font-size: 18px;
	padding-bottom: 20px;
}
#service-detail .service-box h3 + p{
	padding-bottom: 40px;
}
#introduction p {
	font-size: 20px;
	color: #fff;
}
#introduction .case {
	position: relative;
	width: 530px;
	background-image: url(../../corp/images/service/introduction1.jpg);
	background-size: cover;
}
#introduction .products {
	position: relative;
	width: 530px;
	background-image: url(../../corp/images/service/introduction2.jpg);
	background-size: cover;
}
#introduction a::after{
	position: absolute;
	top: 130px;
	right: 20px;
	display: block;
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #0067b5;
	text-align: center;
	font-size: 20px;
	transition: 0.5s all;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 2;
}
#introduction a{
	padding: 60px 30px;
	display: block;
}
#introduction a:hover::after {
	transform: translateX(15px);
}
#relation a {
	color: #333;
}
#relation .related-items {
	display: flex;
	flex-wrap: wrap;
	width: 320px;
	margin: 0 0 40px 0;
	align-items: center;
}
#relation .related-items .itemsL{
	width: 110px;
	margin: 0 auto 0 0;
}
#relation .related-items .itemsR{
	width: 180px;
}

.service-industry-nav{
	margin-bottom: 160px;
}
.service-industry-nav ul{
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: auto;
}
.service-industry-nav li{
	width: calc(100% / 8);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	/* font-feature-settings: "palt"; */
}
.service-industry-nav li:nth-child(n + 9){
	margin-top: 40px;
}
.service-industry-nav li .industry-icon{
	position: relative;
	width: 90px;
	height: 90px;
	background-color: #0067b5;
	margin: 0 auto 20px;
	border-radius: 8px;
	transition: 0.5s all;
}
.service-industry-nav li .industry-icon::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #0067b5;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.service-industry-nav a p{
	transition: 0.5s all;
}
.service-industry-nav li a:hover .industry-icon{
	transform: translateY(4px);
}
.service-industry .industry-icon.icon01{
	background-color: #de314a;
}
.service-industry-nav .industry-icon.icon01::after{
	border-top-color: #de314a;
}
.service-industry-nav a:hover .icon01 + p{
	color: #de314a;
}
.service-industry .industry-icon.icon02{
	background-color: #5947b7;
}
.service-industry-nav .industry-icon.icon02::after{
	border-top-color: #5947b7;
}
.service-industry-nav a:hover .icon02 + p{
	color: #5947b7;
}
.service-industry .industry-icon.icon03{
	background-color: #f2b32b;
}
.service-industry-nav .industry-icon.icon03::after{
	border-top-color: #f2b32b;
}
.service-industry-nav a:hover .icon03 + p{
	color: #f2b32b;
}
.service-industry .industry-icon.icon04{
	background-color: #4faaad;
}
.service-industry-nav .industry-icon.icon04::after{
	border-top-color: #4faaad;
}
.service-industry-nav a:hover .icon04 + p{
	color: #4faaad;
}
.service-industry .industry-icon.icon05{
	background-color: #97672f;
}
.service-industry-nav .industry-icon.icon05::after{
	border-top-color: #97672f;
}
.service-industry-nav a:hover .icon05 + p{
	color: #97672f;
}
.service-industry .industry-icon.icon06{
	background-color: #4a576f;
}
.service-industry-nav .industry-icon.icon06::after{
	border-top-color: #4a576f;
}
.service-industry-nav a:hover .icon06 + p{
	color: #4a576f;
}
.service-industry .industry-icon.icon07{
	background-color: #3e6e9e;
}
.service-industry-nav .industry-icon.icon07::after{
	border-top-color: #3e6e9e;
}
.service-industry-nav a:hover .icon07 + p{
	color: #3e6e9e;
}
.service-industry .industry-icon.icon08{
	background-color: #948b71;
}
.service-industry-nav .industry-icon.icon08::after{
	border-top-color: #948b71;
}
.service-industry-nav a:hover .icon08 + p{
	color: #948b71;
}
.service-industry .industry-icon.icon09{
	background-color: #ef6f89;
}
.service-industry-nav .industry-icon.icon09::after{
	border-top-color: #ef6f89;
}
.service-industry-nav a:hover .icon09 + p{
	color: #ef6f89;
}
.service-industry .industry-icon.icon10{
	background-color: #87737b;
}
.service-industry-nav .industry-icon.icon10::after{
	border-top-color: #87737b;
}
.service-industry-nav a:hover .icon10 + p{
	color: #87737b;
}
.service-industry .industry-icon.icon11{
	background-color: #bb5f99;
}
.service-industry-nav .industry-icon.icon11::after{
	border-top-color: #bb5f99;
}
.service-industry-nav a:hover .icon11 + p{
	color: #bb5f99;
}
.service-industry .industry-icon.icon12{
	background-color: #4d9348;
}
.service-industry-nav .industry-icon.icon12::after{
	border-top-color: #4d9348;
}
.service-industry-nav a:hover .icon12 + p{
	color: #4d9348;
}
.service-industry .industry-icon.icon13{
	background-color: #2ea0d5;
}
.service-industry-nav .industry-icon.icon13::after{
	border-top-color: #2ea0d5;
}
.service-industry-nav a:hover .icon13 + p{
	color: #2ea0d5;
}
.service-industry .industry-icon.icon14{
	background-color: #eb8f35;
}
.service-industry-nav .industry-icon.icon14::after{
	border-top-color: #eb8f35;
}
.service-industry-nav a:hover .icon14 + p{
	color: #eb8f35;
}
.service-industry .industry-icon.icon15{
	background-color: #d05e4b;
}
.service-industry-nav .industry-icon.icon15::after{
	border-top-color: #d05e4b;
}
.service-industry-nav a:hover .icon15 + p{
	color: #d05e4b;
}
.service-industry .industry-icon.icon16{
	background-color: #7d888d;
}
.service-industry-nav .industry-icon.icon16::after{
	border-top-color: #7d888d;
}
.service-industry-nav a:hover .icon16 + p{
	color: #7d888d;
}
.service-industry-nav li a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56%;
}
.service-industry .temp-index-list li + li{
	margin-top: 5px;
}
.service-industry .temp-index-img{
	background-color: transparent;
}
.service-industry .temp-index-img > img{
	border-radius: 0 0 0 20px;
}
.temp-index-img .industry-icon{
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	background-color: #0067b5;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.temp-index-img .industry-icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 54%;
}
.service-industry .temp-index-ttl{
	color: #fff;
	font-size: 20px;
	padding: 12px 0;
	border-radius: 0 20px 0 0;
	text-align: center;
}
.service-industry #service01 .temp-index-ttl{
	background-color: #de314a;
}
.service-industry #service02 .temp-index-ttl{
	background-color: #5947b7;
}
.service-industry #service03 .temp-index-ttl{
	background-color: #f2b32b;
}
.service-industry #service04 .temp-index-ttl{
	background-color: #4faaad;
}
.service-industry #service05 .temp-index-ttl{
	background-color: #97672f;
}
.service-industry #service06 .temp-index-ttl{
	background-color: #4a576f;
}
.service-industry #service07 .temp-index-ttl{
	background-color: #3e6e9e;
}
.service-industry #service08 .temp-index-ttl{
	background-color: #948b71;
}
.service-industry #service09 .temp-index-ttl{
	background-color: #ef6f89;
}
.service-industry #service10 .temp-index-ttl{
	background-color: #87737b;
}
.service-industry #service11 .temp-index-ttl{
	background-color: #bb5f99;
}
.service-industry #service12 .temp-index-ttl{
	background-color: #4d9348;
}
.service-industry #service13 .temp-index-ttl{
	background-color: #2ea0d5;
}
.service-industry #service14 .temp-index-ttl{
	background-color: #eb8f35;
}
.service-industry #service15 .temp-index-ttl{
	background-color: #d05e4b;
}
.service-industry #service16 .temp-index-ttl{
	background-color: #7d888d;
}

/* 240325　追加 */
.consultation_banner{
	border: 1px solid #ddd;
	display: flex;
	padding: 20px;
	width: 80%;
	margin: -60px auto 120px;
	justify-content: space-between;
}
.consultation_banner img{
	width: 35%;
}


@media only screen and (max-width: 768px) {
	.service-navi{
		margin-bottom: 25vw;
	}
	.service-navi li{
		width: 49%;
	}
	.service-navi li:nth-child(n + 3),
	.service-navi li:nth-child(n + 4){
		margin-top: 2vw;
	}
	#content .service-navi li a{
		display: flex;
		/* height: 13.5vw; */
		padding: 3vw 4vw;
		font-size: 3vw;
		line-height: 1.4;
	}
	.service-navi li a .arrow{
		right: 3vw;
		width: 4vw;
		height: 4vw;
	}
	.service-navi li a .arrow i{
		font-size: 2vw;
	}
	.service-navi .more_link{
		margin-top: 5vw;
	}
	
	.service-wrapper{
		margin-bottom: 16vw;
	}
	.service-wrapper .service-top{
		margin-bottom: 7vw;
	}
	.service-wrapper .service-top-img{
		position: relative;
	}
	.service-wrapper .service-top-img::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,103,181,.7);
	}
	.service-wrapper .service-top-img img{
		width: 100%;
		height: 46vw;
		object-fit: cover;
		object-position: 90% 100%
	}
	.service-wrapper .service-top-wrap{
		left: 0;
		width: 100%;
		padding: 0 7vw;
		box-sizing: border-box;
	}
	.service-wrapper h2{
		font-size: 4.8vw;
	}
	.service-wrapper h2 + small{
		font-size: 3.2vw;
		margin-top: 5px;
	}
	.service-wrapper .service-top p{
		margin-top: 3vw;
		font-size: 3.5vw;
		line-height: 1.6;
	}
	.service-wrapper .flexbox + .flexbox{
		margin-top: 8vw;
	}
	.service-wrapper.reverse .flexbox + .flexbox{
		margin-bottom: 8vw;
	}
	.service-wrapper .flexbox .service-item{
		width: 100%;
	}
	.service-wrapper .flexbox .service-item + .service-item,
	.service-wrapper .flexbox .service-item + .service-item:nth-child(n+3){
		margin-top: 5vw;
	}
	.service-wrapper .flexbox .service-item h3{
		width: calc(100% - 8vw);
		margin: 0 auto;
		font-size: 3.8vw;
	}
	.service-wrapper .flexbox .service-item h3 a{
		padding-right: 5vw;
	}
	.service-wrapper .flexbox .service-item h3 a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		margin-left: 0;
		font-size: 4vw;
	}
	.service-wrapper .flexbox .service-item ul{
		width: calc(100% - 8vw);
		font-size: 3.4vw;
		line-height: 1.6;
		margin-top: 3.5vw;
	}
	.service-wrapper .flexbox .service-item ul li{
		border-bottom: 1px solid #ddd;
	}
	.service-wrapper .flexbox .service-item.full ul li{
		width: 100%;
	}
	.service-wrapper .flexbox .service-item ul li:first-child{
		border-top: 1px solid #ddd;
	}
	.service-wrapper .flexbox .service-item.full ul li:nth-child(2){
		border-top: none;
	}
	.service-wrapper .flexbox .service-item ul li a{
		padding: 3vw 8vw 3vw 2vw;
	}
	.service-wrapper .flexbox .service-item ul li a::after{
		right: 2vw;
		font-size: 3.6vw;
	}

	#detail_content {
		width: 92vw;
		margin: 0 auto;
	}
	#detail-intro h1{
		font-size: 5vw;
		line-height: 1;
	}
	#detail-intro p{
		padding: 5vw 0 10vw;
	}
	#service-detail .service-top h2{
		padding-top: 3.5vw;
		line-height: 1;
	}
	#service-detail .service-top {
		background-color: #0067b5;
		padding: 0 0 0 3vw;
		color: #fff;
		font-size: 3.8vw;
		position: relative;
	}
	#service-detail .service-top ::after{
		width: calc(100% - 3vw);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
	#service-detail .service-top ::after{
		border-top: solid 3vw #0067b5;
		border-right: solid 3vw transparent;
		top: 100%;
	}
	#service-detail .service-box {
		width: 90vw;
		margin: 0 auto;
		padding: 10vw 0 10vw;
	}
	#service-detail .service-box .flexbox{
		margin: 0;
	}
	#service-detail .service-box .flexbox .service-item1{
		width: 90vw;
		margin: 0 auto;
	}
	#service-detail .service-box .flexbox .service-item2{
		width: 90vw;
		margin: 7vw auto 0;
	}
	#service-detail .service-box .caption{
		width: 55vw;
		padding-top: 2vw;
	}
	#service-detail .service-box .flexbox .service-item2 .icon-item img{
		width: 4vw;
		padding: 0.5vw 1vw 0 0;
	}
	#service-detail .service-box .flexbox .service-item2 .zoom{
		padding-top: 2vw;
	}
	#detail_content h3 {
		font-size: 3.8vw;
		padding-bottom: 4vw;
	}
	#service-detail .service-box h3 + p{
		padding-bottom: 5vw;
	}
	#introduction .flexbox {
		margin: 0 0 15vw 0;
	}
 	#introduction  p {
		font-size: 4vw;
		color: #fff;
	}
	#introduction .case {
		position: relative;
		width: 92vw;
		background-image: url(../../corp/images/service/introduction1.jpg);
		background-size: cover;
		margin-bottom: 5vw;
	}
	#introduction .products {
		position: relative;
		width: 92vw;
		background-image: url(../../corp/images/service/introduction2.jpg);
		background-size: cover;
	}
	#introduction a::after{
		position: absolute;
		top: 15vw;
		right: 4vw;
		font-size: 3.5vw;
		transition:none;
		width: 8vw;
		height: 8vw;
		border-radius: 50%;
		line-height: 2.5;
	}
	#introduction a{
		padding: 8vw 5vw;
	}
	#introduction a:hover::after {
		transform: none;
	}
	#relation .flexbox {
		margin: 0 0 10vw;
	}
	#relation .p {
		font-size: 2.5vw;
	}
	#relation .related-items {
		width: 44vw;
		margin: 0 0 8vw 0;
	}
	#relation .related-items .itemsL{
		width: 15vw;
		margin: 0 auto 0 0;
	}
	#relation .related-items .itemsR{
		width: 26vw;
	}

	.service-industry-nav{
		overflow: scroll;
		margin-bottom: 15vw;
	}
	.service-industry-nav ul{
		flex-wrap: nowrap;
		width: fit-content;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	.service-industry-nav li{
		width: fit-content;
		font-size: 2.5vw;
		line-height: 1.4;
	}
	.service-industry-nav li .industry-icon{
		width: 15vw;
		height: 15vw;
		margin-bottom: 3vw;
		border-radius: 0.8vw;
	}
	.service-industry-nav li .industry-icon::after{
		bottom: calc(-2vw + 1px);
		border-top-width: 2vw;
		border-right-width: 2vw;
		border-left-width: 2vw;
	}
	.service-industry-nav li a:hover .industry-icon{
		transform: none;
	}
	.service-industry-nav li + li{
		margin-left: 2.8vw;
	}
	.service-industry-nav li:nth-child(n + 6){
		margin-top: 0;
	}
	.service-industry .temp-index{
		width: 100%;
	}
	.service-industry .temp-index + .temp-index{
		margin-top: 40px;
	}
	.service-industry .temp-index-ttl{
		font-size: 4vw;
		padding: 2.5vw 0;
		border-radius: 0 3vw 0 0;
	}
	.service-industry .temp-index-txt{
		width: calc(100% - 6vw);
		margin: auto;
	}
	.service-industry .temp-index-img{
		margin-bottom: 20px;
	}
	.service-industry .temp-index-img > img{
		border-radius: 0 0 0 3vw;
	}
	.service-industry .temp-index-img img{
		height: auto;
		object-fit: contain;
	}
	.temp-index-img .industry-icon{
		bottom: 3vw;
		left: 3vw;
		width: 12vw;
		height: 12vw;
	}

	/* 240325　追加１ */
	.consultation_banner{
		display: block;
		text-align: center;
		padding-bottom: 40px;
		margin-top: 50px;
		margin-bottom: 80px;
	}
	.consultation_banner p{
		font-size: 3.5vw;
	}
	.consultation_banner img{
		width: 80%;
	}


}


/* -----------------------------------------------------------------------------
Company
----------------------------------------------------------------------------- */
.company_wrapper .cont_intro_ttl{
	margin-bottom: 40px;
}
.company_message{
	line-height: 2;
}
.company_autograph{
	margin-top: 20px;
	text-align: right;
}
.company_img{
	margin-top: 100px;
}
.outline_table{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.outline_table dt, .outline_table dd{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 30px 0;
	box-sizing: border-box;
}
.outline_table dt{
	width: 220px;
	border-bottom-color: #999;
}
.outline_table dd{
	width: calc(100% - 240px);
	border-bottom-color: #e5ebf0;
}
.outline_table dd > p + p{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5ebf0;
}
.outline_img img{
	max-width: 200px;
	margin-top: 20px;
}
.company_wrapper .cont_access .cont_subttl{
	margin: 30px auto 10px;
}
.company_wrapper .cont_iframe{
	margin: 50px 25px 0;
}
.company_wrapper .cont_iframe iframe{
	width: 100%;
	height: 380px;
}

.csr_intro_ttl{
	display: block;
	color: #333;
	font-size: 21px;
	font-weight: 700;
	margin-top: 5px;
}
.csr_block{
	margin-bottom: 180px;
}
.csr_wrap{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.csr_wrap:nth-child(even){
	flex-direction: row;
}
.csr_wrap + .csr_wrap{
	margin-top: 130px;
}
.csr_img{
	width: 480px;
}
.csr_txt{
	width: 580px;
}
.csr_cooy{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
}
.csr_strong{
	font-size: 18px;
	margin-top: 10px;
}
.csr_txt p{
	font-size: 15px;
	line-height: 1.9;
	margin-top: 40px;
}
.csr_wrap + p{
	margin: 240px 0 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
}
.sdgs_table{
	border: 12px solid #f2f2f2;
	padding: 50px 0;
	margin-top: 80px;
	box-sizing: border-box;
}
.sdgs_table dl{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sdgs_table dt{
	padding-right: 110px;
	margin-right: 80px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
}
.sdgs_table dd{
	width: 420px;
	box-sizing: border-box;
}
.sdgs_table dd ul{
	display: flex;
	flex-wrap: wrap;
}
.sdgs_table dd li{
	width: 80px;
	margin-right: 5px;
}
.sdgs_table dd li:nth-child(5n){
	margin-right: 0;
}
.sdgs_table dd li:nth-child(n+6){
	margin-top: 5px;
}
.csr_block .cont_box + .cont_box{
	margin-top: 140px;
}
.csr_block .cont_txt + .cont_txt{
	margin-top: 100px;
}
.csr_headline{
	border-left: 7px solid #0067b5;
	padding-left: 25px;
	margin-bottom: 30px;
	color: #0067b5;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
}
.csr_flex{
	display: flex;
}
.csr_logo{
	flex-shrink: 0;
	width: 220px;
	margin-left: 40px;
}
.csr_block .cont_subbox{
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	.company_wrapper .cont_intro_ttl{
		margin-bottom: 20px;
	}
	.company_img{
		margin-top: 60px;
	}
	.company_wrapper{
		font-size: 3.5vw;
	}
	.outline_table{
		display: block;
	}
	.outline_table dt{
		width: 100%;
		padding: 5px 1vw;
		border-bottom-color: #e5ebf0;
		font-weight: 700;
	}
	.outline_table dt:first-child{
		padding-top: 0;
	}
	.outline_table dd{
		width: 100%;
		padding: 10px 1vw;
		margin-bottom: 20px;
	}
	.outline_table dd{
		border-bottom: none;
	}
	.outline_img img{
		width: 40vw;
		margin-top: 20px;
	}
	.company_wrapper .cont_access{
		width: 100%;
	}
	.company_wrapper .cont_access .cont_subttl{
		margin-top: 20px;
	}
	.company_wrapper .cont_iframe{
		margin: 30px 4vw 0;
	}
	.company_wrapper .cont_iframe iframe{
		height: 45vw;
	}

	.csr_intro_ttl{
		font-size: 3.5vw;
	}
	.csr_block{
		margin-bottom: 25vw;
	}
	.csr_wrap{
		display: block;
	}
	.csr_wrap + .csr_wrap{
		margin-top: 12vw;
	}
	.csr_img{
		width: 100%;
		margin-bottom: 5vw;
	}
	.csr_txt{
		width: calc(100% - 8vw);
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.csr_cooy{
		font-size: 5vw;
	}
	.csr_strong{
		font-size: 3.8vw;
		line-height: 1.6;
	}
	.csr_txt p{
		font-size: 3.5vw;
		line-height: 1.8;
		margin-top: 2vw;
	}
	.csr_wrap + p{
		margin: 20vw 0 8vw;
		font-size: 3.2vw;
	}
	.sdgs_table{
		border-width: 3vw;
		padding: 6vw 8vw;
		margin-top: 12vw;
	}
	.sdgs_table dl{
		display: block;
	}
	.sdgs_table dt{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		font-size: 3vw;
	}
	.sdgs_table dd{
		width: 100%;
		margin-top: 6vw;
	}
	.sdgs_table dd li{
		width: calc(94% / 4);
		margin-right: 2%;
	}
	.sdgs_table dd li:nth-child(4n){
		margin-right: 0;
	}
	.sdgs_table dd li:nth-child(5n){
		margin-right: 2%;
	}
	.sdgs_table dd li:nth-child(n+5),
	.sdgs_table dd li:nth-child(n+6){
		margin-top: 2%;
	}
	.csr_block .cont_box + .cont_box{
		margin-top: 20vw;
	}
	.csr_headline{
		border-left-width: 1.5vw;
		padding-left: 5vw;
		margin-bottom: 5vw;
		font-size: 4.5vw;
	}
	.csr_block .cont_txt + .cont_txt{
		margin-top: 12vw;
	}
	.csr_flex{
		flex-direction: column-reverse;
	}
	.csr_logo{
		width: 50%;
		margin: 0 auto 20px;
	}
	.csr_block .cont_subbox{
		margin-top: 8vw;
	}
}


/* -----------------------------------------------------------------------------
Technical Info
----------------------------------------------------------------------------- */
.tech_case_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tech_case_list li{
	align-self: stretch;
	display: flex;
	align-items: center;
	position: relative;
	width: 48%;
}
.tech_case_list li:nth-child(n+3){
	margin-top: 20px;
}
.tech_case_list a{
	align-self: stretch;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 50px 30px 30px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	font-size: 17px;
	font-weight: 500;
	box-sizing: border-box;
	transition: 0.5s all;
}
.tech_case_list a .arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #0067b5;
	transition: 0.5s all;
}
.tech_case_list a .arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}
.tech_case_list a:hover{
	color: #0067b5;
	border-color: #0067b5;
}

#sacra_iframe{
	height: 920px;
}

.navi_local{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}
.navi_local .subcont_ttl{
	margin-bottom: 20px;
}
.navi_local ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navi_local li{
	width: 48%;
	border-bottom: 0.5px solid #333;
}
.navi_local li:first-child,
.navi_local li:nth-child(2){
	border-top: 0.5px solid #333;
}
.navi_local li a{
	position: relative;
	display: block;
	padding: 15px;
}
.navi_local li a::after{
	content: "\f178";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	font-weight: 900;
	color: #0067b5;
	transition: 0.5s all;
}
.navi_local li a:hover::after {
	right: 10px;
}

#res {
	text-align: center;
	font-size: 12px;
}
#res #pop-thumb {
	width: 80px;
	position: absolute;
}
#res #pop-thumb li {
	position: relative;
	display: inline-block;
	width: 80px;
}
#res #pop-thumb li span {
	display: block;
	cursor: pointer;
	background: #0067b5;
	color: #fff;
	text-align: center;
	margin: 0 4px;
	padding: 2px 4px;
	border-radius: 5px;
}
#res #pop-thumb li span:hover, #pop-thumb li span.active {
	opacity: 0.7;
}
#res #pop-thumb li span img {
	display: none;
}
#res .point {
	display: inline-block;
	width: 690px;
	border: #0067b5 solid 1px;
	background: #ECF6FD;
	padding: 15px;
	margin-top: 15px;
}
#res .point h3 {
	color: #0067b5;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.tech_case_list{
		display: block;
	}
	.tech_case_list li{
		display: block;
		width: 100%;
	}
	.tech_case_list li + li,
	.tech_case_list li:nth-child(n+3){
		margin-top: 3vw;
	}
	.tech_case_list a{
		padding: 5vw 12vw 5vw 5vw;
		font-size: 3.8vw;
		line-height: 1.4;
	}
	.tech_case_list a .arrow{
		right: 4vw;
		width: 5vw;
		height: 5vw;
	}
	.tech_case_list a .arrow i{
		font-size: 2vw;
	}

	#sacra_iframe{
		height: 230vw;
	}

	.navi_local{
		width: 100%;
		margin-top: 80px;
	}
	.navi_local ul{
		font-size: 3.2vw;
		line-height: 1.6;
		margin-top: 3vw;
	}
	.navi_local li{
		border-bottom: 1px solid #ddd;
	}
	.navi_local li{
		width: 100%;
	}
	.navi_local li:first-child{
		border-top: 1px solid #ddd;
	}
	.navi_local li:nth-child(2){
		border-top: none;
	}
	.navi_local li a{
		padding: 3vw 2vw;
	}
	.navi_local li a::after{
		right: 2vw;
		font-size: 3.6vw;
	}
	#res #pop-thumb {
		width: 100% ;
		position: relative;
		margin: 0 0 3vw 1vw;
		text-align: left;
	}
	#res #pop-thumb li {
		width: calc(96%/3);
		margin: 0 0 5px;
		text-align: center;
	}
	#res .point {
		width: 100%;
		box-sizing: border-box;
		line-height: 1.7em;
	}
}
@media only screen and (max-width: 320px) {
	#sacra_iframe {
		height: 270vw;
	}
}


/* -----------------------------------------------------------------------------
Recruit
----------------------------------------------------------------------------- */
/* 240322　変更 */
.recruit-intro{
	position: relative;
	margin-bottom: 100px;
}
.recruit-intro > div{
	display: flex;
	justify-content: space-between;
}
.recruit-intro-ttl{
	color: #0067b5;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
.recruit-intro-top p{
	font-size: 23px;
	font-weight: 700;
	line-height: 1.7;
}
.recruit-intro-top .recruit-intro-img-item{
	width: 370px;
}
.recruit-intro-bottom{
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-top: -20px;
}
.recruit-intro-bottom p{
	width: 525px;
	font-size: 18px;
	line-height: 2;
}
.recruit-intro-bottom .recruit-intro-img{
	display: flex;
}
.recruit-intro-bottom .recruit-intro-img-item{
	width: 242px;
}
.recruit-intro-bottom .recruit-intro-img-item:first-child{
	position: relative;
	top: -120px;
}
.recruit-intro-bottom .recruit-intro-img-item + .recruit-intro-img-item{
	margin-left: 35px;
}

/* 240322 追加 ここから */
.recruit-current-navi {
	margin-bottom: 160px;
}
.recruit-current-navi ul{
	display: flex;
	gap: 70px;
	align-items: center;
	justify-content: center;
}
.recruit-current-navi ul li{
	align-self: stretch;
	display: flex;
	position: relative;
	width: 40%;
}
.recruit-current-navi ul li a{
	align-self: stretch;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	box-sizing: border-box;
	transition: 0.5s all;
}
.recruit-current-navi li a:hover{
	color: #0067b5;
	border-color: #0067b5;
}
.recruit-current-navi ul li p {
	font-weight: bold;
}
.recruit-current-navi ul li span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.recruit-current-navi ul li img{
	width: 45%;
	margin-right: 20px;
}
.recruit-current-navi li a .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #0067b5;
	transition: 0.5s all;
}
 .recruit-current-navi li a .arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}
/* 240322 追加 ここまで */

.recruit-culture{
	margin-bottom: 170px;
}
.recruit-culture .flexbox{
	align-items: center;
}
.recruit-culture-img{
	width: 557px;
}
.recruit-culture-wrap{
	width: 473px;
}
.recruit-wrap{
	text-align: center;
	margin-bottom: 60px;
}
.recruit-culture .recruit-wrap{
	text-align: left;
	margin-bottom: 20px;
}
.recruit-ttl{
	color: #0067b5;
	font-size: 44px;
	line-height: 1;
}
.recruit-ttl-copy{
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
}
.recruit-view{
	margin-top: 30px;
}
#content .recruit-view a{
	color: #0067b5;
}
.recruit-view a i{
	position: relative;
	font-size: 16px;
	font-weight: 900;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0067b5;
	border-radius: 100%;
	text-align: center;
	transition: 0.5s all;
}
#content .recruit-view a:hover i{
	margin-right: 15px;
	transform: scale(1.1);
}
.recruit-view a span{
	font-size: 15px;
	transition: 0.5s letter-spacing;
}
#content .recruit-view a:hover span{
	letter-spacing: 0.5em;
}
#recruit-index-project .flexbox{
	flex-direction: row-reverse;
}
.recruit-project .temp-index{
	margin-bottom: 50px;
}
.temp-index-img-ttl{
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}
/* .recruit-project .temp-index-arrow{
	bottom: 25px;
	right: 25px;
	width: auto;
	height: auto;
	border-radius: 0%;
	background: transparent;
}
.recruit-project .temp-index-arrow i{
	color: #fff;
	font-size: 24px;
} */
.project_wrap .flexbox > li{
	width: 540px;
}
.project_wrap .flexbox > li:nth-child(n+3){
	margin-top: 100px;
}
.project_wrap .flexbox > li .project_ttl{
	color: #0067b5;
	font-size: 22px;
	font-weight: 700;
}
.project_wrap .flexbox > li .project_txt{
	font-size: 16px;
	margin-top: 30px;
}
.project_wrap .flexbox > li .project_txt > p{
	margin-top: 10px;
}
.recruit-interview .temp-index-txt{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}
.recruit-current{
	margin-bottom: 140px;
}
.recruit-current .flexbox + .flexbox{
	margin-top: -40px;
}
.recruit-current-wrap{
	width: 290px;
}
.recruit-current-wrap .recruit-wrap{
	text-align: left;
	margin-bottom: 30px;
}
.recruit-current-wrap .recruit-ttl{
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.recruit-current-img{
	position: relative;
	width: 795px;
}
.recruit-current-btn{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	z-index: 1;
}
.recruit-current-btn ul{
	display: flex;
	flex-wrap: wrap;
}
.recruit-current-btn li{
	margin: 10px;
}
.recruit-current-btn a{
	display: block;
	background: #fff;
	padding: 18px 30px;
	border-radius: 40px;
	transition: 0.5s all;
}
#content .recruit-current-btn a:hover{
	color: #fff;
	background: #0067b5;;
}
.recruit-current-btn a span::after{
	content: "\f105";
	position: relative;
	left: 0;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #0067b5;
	font-size: 15px;
	margin-left: 10px;
	transition: 0.5s all;
}
.recruit-current-btn a:hover span::after{
	position: relative;
	left: 3px;
	color: #fff;
}
.recruit-news{
	margin-bottom: 200px;
}

#recruit-interview{
	margin-bottom: 240px;
}
.interview-head-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.interview-cover img{
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}
.interview-ttl{
	display: flex;
	flex-direction: column;
	position: relative;;
	left: 65px;
	margin-top: -105px;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}
.interview-ttl > span{
	width: fit-content;
	background-color: #0067b5;
	padding: 7px 15px 13px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.interview-ttl > span + span{
	margin-top: 7px;
}
.interview-num{
	position: relative;;
	right: 65px;
	color: #0067b5;
	font-family: 'Lato', sans-serif;
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
	text-align: right;
}
.interview-num sup{
	font-size: 58px;
	margin-right: 5px;
}
.interview-num-ttl{
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.interview-profile{
	width: 1000px;
	margin: 60px auto 0;
}
.interview-profile-wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.interview-profile-year{
	width: fit-content;
	padding: 7px 14px;
	border: 1px solid #333;
	border-radius: 9999px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
.interview-profile-name{
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.interview-profile-name small{
	font-size: 24px;
	line-height: 1.6;
}
.interview-profile-name img{
	width: auto;
	height: 40px;
}
.interview-profile-info dl{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.interview-profile-info dt{
	margin-right: 25px;
	color: #0067b5;
}
.interview-main{
	border-top: 1px solid #ddd;
	padding-top: 100px;
	margin-top: 100px;
}
.interview-main > p{
	max-width: 1000px;
	margin: auto;
	font-size: 17px;
	line-height: 2.4;
	text-align: justify;
	hanging-punctuation: allow-end;
}
.interview-img{
	margin: 90px auto;
}
.interview-img img{
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}
.interview-copy{
	max-width: 880px;
	margin: 70px auto;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.recruit-interview-navi{
	overflow: hidden;
	margin-bottom: 100px;
}
.recruit-interview-navi-head{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1130px;
	margin: 0 auto 70px;
}
.recruit-interview-navi-ttl{
	color: #0067b5;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
}
.recruit-interview-navi .swiper-arrow{
	display: flex;
	margin-bottom: 5px;
}
.recruit-interview-navi .swiper-arrow > div{
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #0067b5;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.5s all;
}
.recruit-interview-navi .swiper-arrow > div::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
}
.recruit-interview-navi .swiper-arrow .swiper-prev::before{
	content: "\f104";
}
.recruit-interview-navi .swiper-arrow .swiper-next{
	margin-left: 10px;
}
.recruit-interview-navi .swiper-arrow .swiper-next::before{
	content: "\f105";
}
.recruit-interview-navi .swiper-arrow:hover > div{
	background-color: #e7edf5;
}
.recruit-interview-navi .swiper-arrow > div:hover{
	background-color: #0067b5;
	transform: scale(1.1);
}
.recruit-interview-navi .swiper{
	overflow: visible;
	width: 1130px;
	margin: auto;
}
.recruit-interview-navi + .navi_local{
	margin-bottom: 160px;
}

.cont_txt .outline_table dt .cont_subttl{
	margin-bottom: 0;
}
.cont_txt .outline_table dd > .cont_box,
.cont_txt .outline_table dd > .cont_sidebox{
	margin-left: 0;
	margin-right: 0;
}
.cont_txt .outline_table dd > .cont_list + *{
	margin-top: 10px;
}
.cont_txt .cont_box .outline_table dd > .cont_box .cont_img{
	margin-bottom: 0;
}
.cont_box .entry_btn{
	margin: 40px auto 80px;
}
.entry_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40%;
	margin: auto;
	border: 2px solid #0067b5;
	border-bottom-width: 7px;
	padding: 18px 0;
	border-radius: 9999px;
	color: #0067b5;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.5s all;
}
.entry_btn a:hover{
	background-color: #ECF6FD;
}
.entry_btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #0067b5;
}
.entry_btn .fa-paper-plane{
	margin-right: 20px;
}
.entry_btn a .arrow{
	position: relative;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 11px;
}
.entry_btn a .arrow::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 26px;
	height: 26px;
	background-color: #0067b5;
	border-radius: 100%;
	transition: 0.5s all;
}
.entry_btn a:hover .arrow::after{
	width: 32px;
	height: 32px;
}
.entry_btn a .arrow i{
	position: relative;
	color: #fff;
	transition: 0.5s all;
	z-index: 2;
}
.entry_note p{
	font-size: 14px;
	text-align: left;
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	/* 240321　変更 */
	.recruit-intro{
		margin-bottom: 60px;
	}
	.recruit-intro > div{
		display: block;
	}
	.recruit-intro-txt{
		text-align: center;
	}
	.recruit-intro-ttl{
		font-size: 6vw;
		margin-bottom: 10px;
	}
	.recruit-intro-top p{
		font-size: 4vw;
	}
	.recruit-intro-top .recruit-intro-img{
		display: none;
	}
	/* .recruit-intro-top .recruit-intro-img-item{
		width: 50vw;
		margin-top: 40px;
		margin-left: auto;
	} */
	.recruit-intro-bottom{
		margin-top: 20px;
	}
	.recruit-intro-bottom p{
		width: 100%;
		font-size: 3.5vw;
		text-align: left;
	}
	.recruit-intro-bottom .recruit-intro-img{
		justify-content: space-between;
		margin-top: 30px;
	}
	.recruit-intro-bottom .recruit-intro-img-item{
		width: 43vw;
	}
	.recruit-intro-bottom .recruit-intro-img-item:first-child{
		top: 0;
	}
	.recruit-intro-bottom .recruit-intro-img-item + .recruit-intro-img-item{
		margin-left: 0;
		margin-top: 40px;
	}


	/* 240318 追加1 ここから */
	.recruit-current-navi{
		margin-bottom: 90px;
	}
	.recruit-current-navi ul{
		flex-direction: column;
		gap: 40px;
	}
	.recruit-current-navi ul li{
		width: 100%;
	}
	#content .recruit-current-navi ul li a{
		display: flex;
	}
	.recruit-current-navi ul li p{
		font-size: 3.5vw;
	}
	.recruit-current-navi ul li p span{
		font-size: 3vw;
	}
	/* 240318 追加1 ここまで */
	/* 240318 追加2 ここから */
	.recruit-current-navi2{
		margin-bottom: 80px;
	}
	.recruit-current-navi2 ul{
		flex-direction: column;
		gap: 20px;
	}
	.recruit-current-navi2 ul li{
		width: 262px;
		margin: 0 auto;
	}
	#content .recruit-current-navi2 ul li a{
		display: flex;
	}
	.recruit-current-navi2 ul li p{
		font-size: 3.5vw;
	}
	.recruit-current-navi2 ul li p span{
		font-size: 3vw;
	}
	/* 240318 追加2 ここまで */




	.recruit-culture{
		margin-bottom: 100px;
	}
	.recruit-culture .flexbox{
		display: block;
	}
	.recruit-culture-img{
		width: 100%;
		margin-bottom: 25px;
	}
	.recruit-wrap{
		margin-bottom: 40px;
	}
	.recruit-ttl{
		font-size: 8vw;
	}
	.recruit-culture .recruit-wrap{
		margin-bottom: 10px;
	}
	.recruit-ttl-copy{
		font-size: 3.5vw;
		margin-top: 10px;
	}
	.recruit-culture-wrap{
		width: 100%;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	.recruit-culture-wrap p{
		font-size: 3.5vw;
	}
	.recruit-view{
		margin-top: 20px;
	}
	#content .recruit-view a{
		padding: 0;
		text-align: right;
	}
	.recruit-view a i{
		font-size: 4vw;
		margin-right: 2vw;
		width: 6vw;
		height: 6vw;
		line-height: 6vw;
	}
	.recruit-view a span{
		font-size: 4vw;
	}
	.recruit-project{
		margin-bottom: 100px;
	}
	.recruit-project .temp-index{
		width: 100%;
		margin-bottom: 0;
	}
	.temp-index a .temp-index-img img{
		width: 100%;
		height: 28vw;
		object-fit: cover;
	}
	.temp-index-img-ttl{
		left: 8vw;
		font-size: 4.5vw;
	}
	.recruit-project .temp-index .temp-index-img{
		margin-bottom: 10px;
	}
	.recruit-project .temp-index-arrow{
		top: 50%;
		bottom: auto;
		right: 5vw;
		transform: translateY(-50%);
	}
	.temp-index a:hover .temp-index-arrow{
		transform: translateY(-50%);
	}
	/* .recruit-project .temp-index-arrow i{
		font-size: 5vw;
	} */
	.project_wrap .flexbox > li{
		width: 100%;
	}
	.project_wrap .flexbox > li + li,
	.project_wrap .flexbox > li:nth-child(n+3){
		margin-top: 15vw;
	}
	.project_wrap .flexbox > li .project_ttl{
		font-size: 4.5vw;
		line-height: 1.6;
	}
	.project_wrap .flexbox > li .project_txt{
		font-size: 3.2vw;
		margin-top: 6vw;
		padding: 0 4vw;
	}
	.recruit-interview{
		margin-bottom: 100px;
	}
	.recruit-interview .temp-index-txt{
		margin-top: 10px;
		font-size: 3vw;
		font-weight: 400;
		line-height: 1.6;
	}
	.recruit-current{
		margin-bottom: 100px;
	}
	.recruit-current .flexbox{
		flex-flow: column;
		margin-bottom: 60px;
	}
	.recruit-current .flexbox + .flexbox{
		margin-top: 20px;
	}
	.recruit-current-wrap{
		width: 100%;
		margin-bottom: 30px;
	}
	.recruit-current #recruit-current-career .recruit-current-wrap{
		margin-bottom: 15px;
	}
	.recruit-current-img{
		width: 100%;
	}
	#recruit-current-career .recruit-current-img img{
		display: none;
	}
	.recruit-current-btn li{
		width: 100%;
		margin: 0 0 5px;
	}
	.recruit-current-btn{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		font-size: 3vw;
		font-weight: 700;
	}
	#content .recruit-current-btn a{
		position: relative;
		color: #fff;
		background-color: #0067b5;
		padding: 14px 5vw;
	}
	.recruit-current-btn a span::after{
		position: absolute;
		top: 50%;
		left: auto;
		right: 4vw;
		transform: translateY(-50%);
		font-size: 3.5vw;
		color: #fff;
	}
	.recruit-current-btn a:hover span::after{
		position: absolute;
		left: auto;
	}
	.recruit-current-wrap .recruit-wrap{
		margin-bottom: 15px;
	}
	.recruit-current-wrap .recruit-ttl{
		font-size: 4.4vw;
		font-weight: 700;
	}
	.recruit-current-wrap p{
		font-size: 3.5vw;
	}

	.recruit-news{
		margin-bottom: 100px;
	}

	#recruit-interview{
		margin-bottom: 20vw;
	}
	.interview-ttl{
		left: 5vw;
		margin-top: -14vw;
		font-size: 4vw;
	}
	.interview-ttl > span{
		padding: 1.5vw 2vw 1.9vw;
	}
	.interview-ttl > span + span{
		margin-top: 0.8vw;
	}
	.interview-num{
		right: 5vw;
		font-size: 10vw;
	}
	.interview-num sup{
		font-size: 6vw;
		margin-right: 1vw;
	}
	.interview-num-ttl{
		padding: 0 0.3vw;
		margin-bottom: 0.5vw;
		font-size: 2vw;
		letter-spacing: 0;
	}
	.interview-profile{
		width: calc(100% - 10vw);
		margin-top: 9vw;
	}
	.interview-profile-wrap{
		display: block;
	}
	.interview-profile-year{
		padding: 1.2vw 3vw;
		margin-bottom: 2.5vw;
		font-size: 2.6vw;
	}
	.interview-profile-name{
		font-size: 5vw;
	}
	.interview-profile-name small{
		font-size: 3vw;
	}
	.interview-profile-name img{
		height: 5.5vw;
	}
	.interview-profile-info{
		margin-top: 4vw;
	}
	.interview-profile-info dl{
		font-size: 3vw;
	}
	.interview-profile-info dt{
		margin-right: 4vw;
	}
	.interview-main{
		padding-top: 12vw;
		margin-top: 12vw;
	}
	.interview-main > p{
		width: calc(100% - 10vw);
		font-size: 3.5vw;
		line-height: 2.2;
	}
	.interview-img{
		margin: 14vw auto;
	}
	.interview-copy{
		width: calc(100% - 10vw);
		margin: 10vw auto;
		font-size: 4.5vw;
		line-height: 1.6;
	}
	.recruit-interview-navi{
		margin-bottom: 80px;
	}
	.recruit-interview-navi-head{
		width: 92vw;
		margin-bottom: 8vw;
	}
	.recruit-interview-navi-ttl{
		font-size: 9vw;
	}
	.recruit-interview-navi .swiper-arrow{
		margin-bottom: 1vw;
	}
	.recruit-interview-navi .swiper-arrow > div{
		width: 8vw;
		height: 8vw;
	}
	.recruit-interview-navi .swiper-arrow .swiper-next{
		margin-left: 2vw;
	}
	.recruit-interview-navi .swiper-arrow:hover > div{
		background-color: #0067b5;
	}
	.recruit-interview-navi .swiper-arrow > div:hover{
		transform: none;
	}
	.recruit-interview-navi .swiper-arrow > div::before{
		font-size: 3.2vw;
	}
	.recruit-interview-navi .swiper{
		width: 92vw;
		overflow: hidden;
	}
	.recruit-interview-navi + .navi_local{
		width: 92vw;
		margin-bottom: 80px;
	}

	.outline_table dt > .cont_subttl{
		margin-bottom: 0;
	}
	.cont_txt .notice{
		padding: 15px 6vw;
	}

	.cont_box .entry_btn{
		margin: 30px auto 60px;
	}
	#content .entry_btn a{
		display: flex;
		width: 100%;
		font-size: 4.5vw;
	}
	.entry_btn .fa-paper-plane{
		margin-right: 4vw;
	}
	.entry_btn a .arrow{
		margin-left: 6vw;
		margin-right: 3vw;
		font-size: 2.5vw;
	}
	.entry_btn a .arrow::after{
		width: 7vw;
		height: 7vw;
	}
	.entry_btn a:hover .arrow::after{
		width: 8vw;
		height: 8vw;
	}
	.cont_txt .entry_note p{
		font-size: 3vw;
		line-height: 1.8;
		margin-top: 20px;
	}
}


/* -----------------------------------------------------------------------------
Case Study
----------------------------------------------------------------------------- */
.case-study{
	min-height: 300px;
	margin-bottom: 160px;
}
.case-study .cont_headline .en{
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
}
.case-study .headline_link{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 500;
}
.case-study .headline_link a{
	display: flex;
	align-items: center;
	color: #fff;
}
.case-study .headline_link .arrow{
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	transition: 0.5s all;
}
.case-study .headline_link .arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	transition: 0.5s all;
}
.case-study .headline_link a:hover .arrow{
	background: rgba(255,255,255,1);
}
.case-study .headline_link a:hover .arrow i{
	color: #0067b5;
}
.case_index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_index li{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 48%;
}
.case_index li:nth-child(n+3){
	margin-top: 40px;
}
.case_index li > a{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	transition: 0.5s all;
}
.case_index li > a:hover{
	border-color: #0067b5;
}
.case_index li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #0067b5;
}
.case_img{
	overflow: hidden;
	margin-bottom: 30px;
}
.case_index_wrap{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0 20px;
	font-size: 14px;
}
.case_ttl{
	color: #0067b5;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.case_tag{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.case_tag_item{
	background-color: #0067b5;
	padding: 6px 16px;
	border-radius: 9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.case_tag_item > span::before{
	content: "#";
	display: inline-block;
}
.case_index_wrap > p{
	flex-grow: 1;
}
.case_index .case_name{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.case_head{
	margin-bottom: 70px;
}
.case_head .case_tag{
	margin-bottom: 15px;
}
.case_head .case_tag_item{
	padding: 7px 18px 8px;
	font-size: 14px;
}
.case_head .case_ttl{
	font-size: 32px;
}
.case_main{
	font-size: 15px;
}
.case_main .case_img{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px;
	box-sizing: border-box;
}
.case_main .case_img a img{
	transition: 0.5s all;
}
.case_main .case_img a:hover img{
	opacity: .8;
}
.case_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case_logo img{
	width: auto;
	height: 70px;
}
.case_main .case_name{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
.case_data{
	margin-top: 35px;
}
.case_data > p{
	font-size: 17px;
	margin-bottom: 20px;
}
.case_data dl{
	display: flex;
	background-color: #ECF6FD;
	font-size: 17px;
	box-sizing: border-box;
}
.case_data dt{
	align-self: stretch;
	display: flex;
	align-items: center;
	padding: 0 50px;
	box-sizing: border-box;
	background-color: #0067b5;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.case_data dt > span{
	align-self: stretch;
	display: flex;
	align-items: center;
	width: 100%;
}
.case_data dd{
	padding: 20px 0 20px 40px;
}
.case_data dd + dd{
	margin-left: 25px;
}
.case_data dd a{
	display: flex;
	align-items: center;
	color: #0067b5;
	font-weight: 700;
	margin: 8px 0;
}
.case_data dd a .arrow{
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border-radius: 100%;
	background-color: #0067b5;
	transition: 0.5s all;
}
.case_data dd a:hover .arrow{
	transform: translateX(3px);
}
.case_data dd a .arrow i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
}
.case_data dd a .icon{
	margin-left: 10px;
	font-size: 14px;
}
.case_data dd ul{
	margin-top: 10px;
	font-size: 15px;
}
.case_data dd .cont_list li{
	line-height: 1.5;
}
.case_data dd .cont_list li + li{
	margin-top: 5px;
}
.case_data dd .cont_list li::before{
	top: 9px;
}
.case_main_wrap{
	margin-top: 100px;
}
.case_block + .case_block{
	margin-top: 80px;
}
.case_block_ttl{
	border-left: 4px solid #0067b5;
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
}
.case_block .cont_box,
.case_block .cont_sidebox{
	margin-left: 0;
	margin-right: 0;
}
.case_block .cont_sidebox > .cont_txt{
	width: 70%;
}
.case_block .cont_sidebox > .cont_img{
	width: 25%;
}
.case_block .cont_txt p{
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	hanging-punctuation: allow-end;
}

@media only screen and (max-width: 768px) {
	#content.case-study{
		margin-bottom: 80px;
	}
	.case-study .cont_headline{
		margin-bottom: 15vw;
	}
	.case-study .cont_headline .en{
		font-size: 3.2vw;
		margin-left: 3vw;
	}
	.case-study .headline_link{
		top: 15vw;
		right: 4vw;
		transform: none;
		font-size: 3.2vw;
	}
	#content.case-study .headline_link a{
		display: flex;
		color: #0067b5;
	}
	.case-study .headline_link .arrow{
		background: #0067b5;
		width: 5vw;
		height: 5vw;
		margin-left: 2vw;
	}
	.case-study .headline_link a .arrow i{
		font-size: 2vw;
	}
	.case-study .headline_link a:hover .arrow{
		background: #0067b5;
	}
	.case-study .headline_link a:hover .arrow i{
		color: #fff;
	}
	.case_index{
		display: block;
	}
	.case_index li{
		width: 100%;
	}
	.case_index li + li{
		margin-top: 5vw;
	}
	.case_index li > a{
		padding: 2vw 2vw 8vw;
	}
	.case_index li a::after{
		border-left-width: 9vw;
		border-bottom-width: 9vw;
	}
	.case_img{
		margin-bottom: 4vw;
	}
	.case_index_wrap{
		padding: 0 4vw;
		font-size: 3.2vw;
	}
	.case_ttl{
		font-size: 4.2vw;
	}
	.case_tag_item{
		padding: 1vw 4vw;
		font-size: 3vw;
	}
	.case_index .case_name{
		padding-top: 3vw;
		margin-top: 6vw;
		font-size: 3.5vw;
	}

	.case_head{
		margin-bottom: 10vw;
		font-size: 3.5vw;
	}
	.case_head .case_tag{
		margin-bottom: 2vw;
	}
	.case_head .case_tag_item{
		padding: 1vw 4vw 1.5vw;
		font-size: 3.2vw;
	}
	.case_head .case_ttl{
		font-size: 5.2vw;
		margin-bottom: 3vw;
	}
	.case_main{
		font-size: 3.2vw;
	}
	.case_info{
		align-items: flex-end;
	}
	.case_main .case_name{
		font-size: 4.2vw;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.case_logo{
		flex-shrink: 0;
	}
	.case_logo img{
		height: 10vw;
	}
	.case_main .case_img{
		margin-top: 5vw;
		padding: 1.5vw;
	}
	.case_data{
		margin-top: 5vw;
	}
	.case_data > p{
		font-size: 3.6vw;
	}
	.case_data dl{
		display: block;
		font-size: 3.6vw;
	}
	.case_data dt{
		display: block;
		padding: 4vw 0;
		text-align: center;
	}
	.case_data dt > span{
		display: inline;
	}
	.case_data dd{
		padding: 5vw 7vw;
	}
	.case_data dd + dd{
		margin-left: 4vw;
	}
	#content .case_data dd a{
		display: flex;
		justify-content: space-between;
		padding-bottom: 1vw;
		border-bottom: 1px solid #0067b5;
	}
	#content .case_data dd + dd a{
		border-top: 1px solid #b5d4e9;
	}
	.case_data dd a .arrow{
		width: 4.5vw;
		height: 4.5vw;
	}
	.case_data dd a .arrow i{
		font-size: 2vw;
	}
	.case_data dd a:hover .arrow{
		transform: none;
	}
	.case_data dd ul{
		font-size: 3.2vw;
	}
	.case_data dd .cont_list li::before{
		top: 2vw;
	}
	.case_main_wrap{
		margin-top: 15vw;
	}
	.case_block + .case_block{
		margin-top: 12vw;
	}
	.case_block_ttl{
		padding-left: 5vw;
		margin-bottom: 4vw;
		font-size: 4.5vw;
	}
	.case_block .cont_sidebox > .cont_txt{
		width: 100%;
	}
	.case_block .cont_txt p{
		font-size: 3.6vw;
	}
	.case_block .cont_sidebox > .cont_img{
		width: 100%;
	}
}


/* -----------------------------------------------------------------------------
Inquiry
----------------------------------------------------------------------------- */
#formID{
	position: relative;
}
.txt_tel{
	font-size: 15px;
	text-align: right;
	margin-bottom: 40px;
	line-height: 1;
}
.txt_tel strong{
	color: #0067b5;
	font-size: 25px;
	margin-left: 10px;
}
.txt_tel strong i{
	margin-right: 5px;
}
.txt_tel a{
	text-decoration: none;
}
.form-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
.form-main > .cont_note{
	width: 100%;
	background-color: #f2f2f2;
	margin: 0 0 40px;
	padding: 15px 25px;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
}
.form-main > .form-wrap{
	width: 48%;
	margin-bottom: 40px;
}
.form-main > .form-wrap.short{
	width: 31%;
}
.form-main > .form-wrap.full,
.form-main > #naiyou,
.form-main > .form-wrap.period{
	width: 100%;
}
.cont_note .required{
	color: #D3151C;
	margin-right: 2px;
}
.form-title{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.form-title.required::after{
	content: "*";
	color: #D3151C;
	margin-left: 2px;
}
.form-wrap > div{
	position: relative;
	font-size: 14px;
	word-wrap: break-word;
}
.form-main .yubin > div,
.form-main .tels > div{
	display: inline-block;
	width: 25%;
}
.form-main .period > div{
	display: flex;
	align-items: center;
}
.form-main .period > div > *{
	flex-shrink: 0;
}
.form-main .period input{
	width: 24%;
}
.form-main .select-wrap{
	position: relative;
}
.form-main select{
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0;
	padding: 10px 13px;
	color: #333;
	font-size: 16px;
	text-overflow: ellipsis;
	outline: none;
	box-shadow: none;
	appearance: none;
	box-sizing: border-box;
	cursor: pointer;
}
.form-main .select-wrap::after{
	content: "\f0dc";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #333;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
}
.form-main input,
.form-main textarea{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 13px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	transition: 0.5s all;
}
.form-main input:focus,
.form-main textarea:focus{
	border-color: #0067b5;
}
.form-main textarea{
	min-height: 240px;
	vertical-align: bottom;
}
.form-main .checkbox_list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.form-main .checkbox_list + *{
	margin-top: 15px;
}
.form-main .checkbox_list li{
	width: 25%;
}
.form-main .checkbox_list li:nth-child(n+5){
	margin-top: 5px;
}
.form-main .checkbox_list input[type=checkbox]{
	visibility: hidden;
	width: 0;
}
.form-main .checkbox_list label{
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 35px;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
}
.form-main .checkbox_list label::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	border: 1px solid #333;
	width: 16px;
	height: 16px;
	margin-top: -8px;	
	border-radius: 2px;
}
.form-main .checkbox_list label::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #0067b5;
	border-bottom: 2px solid #0067b5;
	margin-top: -7px;
	transform: rotate(45deg);
	opacity: 0;
}
.form-main .checkbox_list input[type=checkbox]:checked + label::after{
	border-right-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
}
.form-main .checkbox_list input[type=checkbox]:checked + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background: #0067b5;
	border: 1px solid #0067b5;
	border-radius: 2px;
	margin-top: -8px;
}
.form-wrap.column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-wrap.column .form-wrap + .form-wrap{
	margin-top: 0;
}
.form-wrap .cont_ttl{
	width: 100%;
}
.form-wrap.column > div{
	width: 31.5%;
}
.form-main .period input{
	margin-left: 10px;
}
.form-wrap .cont_note{
	color: #D3151C;
	text-align: left;
	margin-top: 10px;
}
.btn-container{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.btn-container > input{
	border: none;
	border-radius: 9999px;
	padding: 15px 0;
	font-weight: 500;
}
.btn-container .reset-button{
	width: 200px;
	background-color: #bbb;
	color: #fff;
}
.btn-container .reset-button:hover{
	background-color: #ccc;
}
.btn-container .submit-button{
	width: 380px;
	margin-left: 15px;
	background-color: #0067b5;
	color: #fff;
}
.btn-container .submit-button:hover{
	background-color: #004499;
}
.grecaptcha-badge{
	z-index: 9999;
}

.form-post .form-title{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
	.txt_tel{
		font-size: 3vw;
		margin-bottom: 5vw;
	}
	.txt_tel strong{
		font-size: 4.5vw;
		margin-left: 2vw;
	}
	.txt_tel strong i{
		margin-right: 1vw;
	}
	.form-main{
		display: block;
		margin-top: 14vw;
	}
	.form-main > .cont_note{
		margin-bottom: 5vw;
		padding: 3vw 4vw;
		font-size: 2.5vw;
		line-height: 1.5;
	}
	.form-main > .form-wrap{
		width: 100%;
		margin-bottom: 5vw;
	}
	.form-main > .form-wrap.short{
		width: 100%;
	}
	.form-title{
		font-size: 3.2vw;
	}
	.form-main input,
	.form-main textarea{
		padding: 2.4vw 3.5vw;
		border-radius: 1vw;
		font-size: 16px;
	}
	.form-main textarea{
		min-height: 34vw;
	}
	.form-main .yubin > div,
	.form-main .tels > div{
		width: 23vw;
	}
	.form-main .yubin input,
	.form-main .tels input{
		width: 100%;
	}
	.form-main select{
		padding: 2.4vw 3.5vw;
		font-size: 3.5vw;
	}
	.form-main .select-wrap::after{
		right: 3.5vw;
		font-size: 3vw;
	}
	.form-wrap.column{
		display: block;
	}
	.form-wrap.column .form-wrap + .form-wrap{
		margin-top: 2.5vw;
	}
	.form-wrap.column > div{
		width: 100%;
	}
	.form-wrap > div{
		font-size: 3.2vw;
	}
	.form-main .period > div{
		display: block;
	}
	.form-main .period input{
		width: 60vw;
		margin-left: 2vw;
	}
	.form-main .period input#enddate{
		margin-top: 2vw;
		margin-bottom: 2vw;
	}
	.form-wrap .cont_note{
		margin-top: 1vw;
	}
	.form-main .checkbox_list li{
		width: 100%;
	}
	.form-main .checkbox_list li:nth-child(n+5){
		margin-top: 0;
	}
	.form-main .checkbox_list label{
		padding-left: 8vw;
		font-size: 3.2vw;
	}
	.form-main .checkbox_list label::before{
		width: 4.5vw;
		height: 4.5vw;
		border-radius: 0.5vw;
		margin-top: -2.5vw;
	}
	.form-main .checkbox_list label::after{
		left: 1.5vw;
		width: 1.5vw;
		height: 2.5vw;
		margin-top: -2.2vw;
	}
	.form-main .checkbox_list input[type=checkbox]:checked + label::before{
		width: 4.5vw;
		height: 4.5vw;
		border-radius: 0.5vw;
		margin-top: -2.5vw;
	}
	.btn-container{
		margin-top: 10vw;
	}
	.btn-container > input{
		width: calc(100% - 2vw / 2);
		padding: 3vw 0;
		margin: 0;
		border-radius: 9999vw;
		font-size: 3.5vw;
	}
	.btn-container .reset-button{
		width: 36%;
	}
	.btn-container .submit-button{
		width: 62%;
		margin-left: 2%;
	}
}


/* -----------------------------------------------------------------------------
News
----------------------------------------------------------------------------- */
#content.news_content{
	max-width: 1130px;
	min-height: 300px;
	margin-bottom: 160px;
	word-break: break-all;
}
.news_content .news-category{
	margin-bottom: 60px;
}
.news_content .news-wrap + .news-wrap{
	margin-top: 100px;
}
.news_content .news-wrap .title-fonts > *{
	color: #0067b5;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
}
.news_content .news-list{
	margin-top: 30px;
}
.news_content .pagination{
	margin-top: 80px;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
.news_content .pagination .nav-links{
	display: flex;
	justify-content: center;
}
.news_content .pagination .nav-links .page-numbers:not(.dots){
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-color: transparent;
	border-radius: 100%;
	transition: 0.5s all;
}
.news_content .pagination .nav-links .dots{
	margin: 0 5px;
}
.news_content .pagination .nav-links .page-numbers.current{
	color: #fff;
	background-color: #0067b5;
}
.news_content .pagination .nav-links a.page-numbers:hover{
	background-color: #eee;
}
.news_content .pagination .nav-links .prev,
.news_content .pagination .nav-links .next{
	color: transparent;
}
.news_content .pagination .nav-links .prev::before,
.news_content .pagination .nav-links .next::before{
	content: "\f053";
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	transition: 0.5s all;
}
.news_content .pagination .nav-links .next::before{
	content: "\f054";
}

.news_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_content #columnL{
	width: 80%;
	overflow: hidden;
}
.news_content #columnR{
	font-size: 14px;
}
.news_section .title{
	font-size: 28px;
	font-weight: 700;
	padding: 0;
}
.news_section .date{
	color: #999;
	font-size: 15px;
}
.news_section .sns{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px 0 60px;
	font-size: 14px;
}
.news_section .sns a{
	display: inline-block;
}
.news_section .sns a:first-child{
	margin-left: 5px;
}
.news_section .sns img{
	width: 28px;
	margin-left: 5px;
	border-radius: 100%;
}
.news_section > section{
	clear: both;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}
/* 231120　追加 */
.news_section .border_top{
	border-top: 5px solid #0067b5;
	padding-top: 25px;
}
.news_section .none_border{
	border-bottom: none;
	padding-bottom: 0;
}
.news_section > section + section{
	margin-top: 60px;
}
.news_section .text_M{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.news_section .text{
	font-size: 15px;
	line-height: 1.8;
}
.news_section .red{
	color: #D3151C;
}
.news_section .blue{
	color: #0067b5;
}
.news_section .subtitle{
	position: relative;
	background-color: #0067b5;
	padding: 13px 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
}
.news_section .subtitle::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
.news_section .caption{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.news_section .image{
	margin: 60px auto;
	text-align: center;
}
.news_section img.ico{
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 5px;
}
.news_section h4{
	margin-bottom: 10px;
	font-size: 110%;
}
.news_section a{
	color: #0067b5;
}
.news_section a:hover{
	text-decoration: underline;
}
.news_section a img{
	transition: 0.5s all;
}
.news_section a:hover img{
	opacity: 0.6;
}
.news_section .box{
	border: 1px solid #0067b5;
	background-color: #ECF6FD;
	margin-top: 30px;
	padding: 35px 50px;
	box-sizing: border-box;
}
.news_section .box .caption{
	margin-bottom: 10px;
}
.news_section .box.no_service{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 15px 50px;
	color: #0067b5;
	font-size: 105%;
	font-weight: 700;
	text-align: center;
}
.news_section .translation{
	text-align: right;
	margin: 20px 0;
}
.news_section .translation a{
	display: inline-block;
	background-color: #0067b5;
	padding: 7px 15px 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
}
.news_section .translation a.selected,
.news_section .translation a:hover{
	background-color: #004499;
}
.news_section .translation a + a{
	margin-left: 2px;
}
/* 231120　フォントサイズ変更 */
.news_section table{
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
.news_section table tr{
	background: #f2f2f2;
}
.news_section table tr:nth-child(even){
	background: #eee;
}
.news_section table tr:first-child{
	background: #ED6D00;
	color: #FFF;
	font-weight: 700;
}
.news_section table th{
	width: 180px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #FFF solid 1px;
}
.news_section table td{
	width: 255px;
	padding: 10px;
	border-left: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
}
/* 231121　追加 */
.news_section table strong{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.news_section table tr .title_blue{
	background: #346da1;
	color: #FFF;
}
.news_section table tr .title_grey {
	background: #f1f1f1;
	color: #333;
}
.news_section table td.sakura01,
.news_section table td.ume01{
	background:#FFFFF0;
}
.news_section table td.autumn01{
	background:#fff0e9;
}
.news_section table td.sakura02,
.news_section table td.autumn02,
.news_section table td.ume02{
	background: #ffe4cd;
}
.news_section .sakura_col,
.news_section .autumn_col,
.news_section .ume_col{
	display: inline-block;
	width: 30px;
	height: 18px;
	background: #ffe4cd;
	border: 1px solid #ccc;
	margin-right: 10px;
	vertical-align: -5px;
}
.news_section .autumn_col{
	background: #fbb19a;
}
.news_section a .btn_contact{
	position: relative;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: #0067b5;
	padding: 15px 0;
	margin: 20px auto;
	border-radius: 9999px;
	transition: 0.5s all;
}
.news_section a .btn_contact.btn_contactM{
	width: 50%;
}
.news_section a .btn_contact img{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}
.news_section a:hover .btn_contact{
	background-color: #0067b5;
	opacity: 0.9;
}
.news_section .text_images_R{
	float: right;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 15px;
	border: #ccc solid 1px;
	margin-left: 25px;
	background: #fff;
}
.news_section .text_images_R::after{
	content: "";
	display: block;
	clear: both;
}
.news_section iframe{
	max-width: 100%;
}
.news_section .cb{
	clear: both;
}
.news_section .mt0 {
	margin-top: 0;
}
.news_section .mt5 {
	margin-top: 5px;
}
.news_section .mt10 {
	margin-top: 10px;
}
.news_section .mt15 {
	margin-top: 15px;
}
.news_section .mt20 {
	margin-top: 20px;
}
.news_section .mt25 {
	margin-top: 25px;
}
.news_section .mt30 {
	margin-top: 30px;
}
.news_section .mt35 {
	margin-top: 35px;
}
.news_section .mt40 {
	margin-top: 40px;
}
.news_section .mt45 {
	margin-top: 45px;
}
.news_section .mt50 {
	margin-top: 50px;
}
.news_section .mt55 {
	margin-top: 55px;
}
.news_section .mt60 {
	margin-top: 60px;
}
.news_section .mt70 {
	margin-top: 70px;
}
.news_section .mt80 {
	margin-top: 80px;
}
.news_section .mt90 {
	margin-top: 90px;
}
.news_section .mt100 {
	margin-top: 100px;
}
.news_section .mb0 {
	margin-bottom: 0;
}
.news_section .mb5 {
	margin-bottom: 5px;
}
.news_section .mb10 {
	margin-bottom: 10px;
}
.news_section .mb15 {
	margin-bottom: 15px;
}
.news_section .mb20 {
	margin-bottom: 20px;
}
.news_section .mb25 {
	margin-bottom: 25px;
}
.news_section .mb30 {
	margin-bottom: 30px;
}
.news_section .mb35 {
	margin-bottom: 35px;
}
.news_section .mb40 {
	margin-bottom: 40px;
}
.news_section .mb45 {
	margin-bottom: 45px;
}
.news_section .mb50 {
	margin-bottom: 50px;
}
.news_section .mb55 {
	margin-bottom: 55px;
}
.news_section .mb60 {
	margin-bottom: 60px;
}
.news_section .mb70 {
	margin-bottom: 70px;
}
.news_section .mb80 {
	margin-bottom: 80px;
}
.news_section .mb90 {
	margin-bottom: 90px;
}
.news_section .mb100 {
	margin-bottom: 100px;
}
.news_section .mr5 {
	margin-right: 5px;
}
.news_section .mr10 {
	margin-right: 10px;
}
.news_section .mr15 {
	margin-right: 15px;
}
.news_section .mr20 {
	margin-right: 20px;
}
.news_section .mr25 {
	margin-right: 25px;
}
.news_section .mr30 {
	margin-right: 30px;
}
.news_section .ml5 {
	margin-left: 5px;
}
.news_section .ml10 {
	margin-left: 10px;
}
.news_section .ml15 {
	margin-left: 15px;
}
.news_section .ml20 {
	margin-left: 20px;
}
.news_section .ml25 {
	margin-left: 25px;
}
.news_section .ml30 {
	margin-left: 30px;
}
.news_section .mcntr {
	margin: 0 auto;
}
.news_section .tcntr {
	text-align: center;
}
.news_section .tright {
	text-align: right;
}
.news_section .f10 {
	font-size: 10px;
}
.news_section .f11 {
	font-size: 11px;
}
.news_section .f12 {
	font-size: 12px;
}
.news_section .f13 {
	font-size: 13px;
}
.news_section .f14 {
	font-size: 14px;
}
.news_section .f15 {
	font-size: 15px;
}
.news_section .f16 {
	font-size: 16px;
}
.news_section .bold {
	font-weight: bold;
}
.news_section .fblue {
	color: #2b4c98;
}
.news_section .fred {
	color: #de3435;
}
.news_section .fpink {
	color: #c95b8f;
}
.news_section .fwht {
	color: #ffffff;
}
.news_section .fnarrow {
	letter-spacing: -0.1em;
}
.news_section .prel {
	position: relative;
}
.news_section .forange {
	font-size: 14px;
	font-weight: bold;
	color: #ff6666;
}
/* 231120　文字色追加 */
.news_section .fb {
	font-weight: bold;
	color: #666;
}
.news_section .vasub {
	vertical-align: sub;
}
.news_section .vami {
	vertical-align: middle;
}
.news_section .vaspr {
	vertical-align: super;
	font-size: small;
}
.news_section .fwide {
	letter-spacing: 0.1em;
}
.news_section .linet {
	text-decoration: line-through;
}
.news_content #columnR .link_title{
	color: #0067b5;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.news_content #columnR .scroll{
	display: block;
	position: relative;
	padding-left: 20px;
	transition: 0.5s all;
}
.news_content #columnR .scroll:hover{
	color: #0067b5;
}
.news_content #columnR .scroll + .scroll{
	margin-top: 5px;
}
.news_content #columnR .scroll::before{
	content: "\f054";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding-right: 15px;
	transition: 0.5s left;
}
.news_content #columnR .scroll:hover::before{
	left: 3px;
}
.news_content #columnR .scroll .link{
	display: inline;
}
.news_section .only_sp {
	display: none;
}

/* 20231221 logout追加 */
#wpLogout {
    position: fixed;
    z-index: 999999999;
    top: 40px;
    left: 0
}
#wpLogout a {
    background: #666;
    color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 12px;
    height: 40px;
    width: 80px;
    text-align: center;
    line-height: 40px;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px
}
#wpLogout a:hover {
    background: #00275e;
	text-decoration:none;
}

@media only screen and (max-width: 768px) {
	.news_content{
		overflow: hidden;
	}
	.news_content .news-category{
		margin: 0 auto 8vw 4vw;
	}
	.news-category li:last-child > *{
		margin-right: 8vw;
		pointer-events: none;
	}
	.news_content .news-wrap{
		margin-left: 4vw;
		margin-right: 4vw;
	}
	#content.news_content .news-list a{
		display: flex;
	}
	.news_content .news-wrap .title-fonts > *{
		font-size: 8vw;
	}
	.news_content .news-wrap + .news-wrap{
		margin-top: 50px;
	}
	.news_content .news-list{
		margin-top: 20px;
	}
	.news_content .pagination{
		margin-top: 10vw;
		font-size: 3.5vw;
		line-height: 8vw;
	}
	.news_content .pagination .nav-links .page-numbers:not(.dots){
		width: 8vw;
		height: 8vw;
		margin: 0 0.5vw;
	}
	.news_content .pagination .nav-links .dots{
		margin: 0 0.5vw;
	}
	.news_content .pagination .nav-links .page-numbers.prev{
		margin-left: 0;
	}
	.news_content .pagination .nav-links .page-numbers.next{
		margin-right: 0;
	}
	.news_content .pagination .nav-links .prev::before,
	.news_content .pagination .nav-links .next::before{
		font-size: 2.5vw;
	}

	#content.news_content{
		margin-bottom: 80px;
		font-size: 3.5vw;
	}
	.news_content #columnL{
		width: 100%;
	}
	.news_section{
		overflow: hidden;
	}
	.news_section .title{
		font-size: 5vw;
		line-height: 1.6;
	}
	.news_section .date{
		font-size: 3vw;
	}
	.news_section .sns{
		margin-bottom: 40px;
		font-size: 3vw;
	}
	.news_section .sns img{
		width: 6.5vw;
		margin-left: 1vw;
	}
	.news_section .sns a:first-child{
		margin-left: 1vw;
	}
	.news_section > section{
		padding-bottom: 30px;
	}
	.news_section > section + section{
		margin-top: 30px;
	}
	.news_section > section > *{
		max-width: 100%;
	}
	.news_section > section > *:not(.subtitle){
		margin-left: 4vw;
		margin-right: 4vw;
	}
	/* 231120 追加　 */
	.news_section  .border_top{
		border-top-width: 4px;
		padding-top: 4vw;
	}
	.news_section .text_M{
		font-size: 3.5vw;
	}
	.news_section .subtitle{
		margin-bottom: 25px;
		padding: 12px 4vw;
		font-size: 4vw;
		line-height: 1.4;
	}
	.news_section .subtitle::after{
		border-left-width: 4vw;
		border-bottom-width: 4vw;
	}
	.news_section .caption{
		font-size: 3.7vw;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	#content .news_section a{
		display: initial;
	}
	.news_section img.ico{
		margin-right: 1vw;
	}
	.news_section img.ico + a{
		margin-left: 0;
		margin-right: 0;
	}
	.news_section .image{
		margin: 40px auto;
	}
	.news_section .box{
		padding: 20px 6vw;
	}
	.news_section .box.no_service{
		padding: 10px 6vw;
		margin-bottom: 30px;
	}
	.news_section > section > .translation{
		margin-left: 0;
		margin-right: 0;
	}
	.news_section .translation a{
		padding: 4px 4vw;
		font-size: 3vw;
	}
	.news_section table{
		width: auto;
		font-size: 2.5vw;
	}
	.news_section table th{
		width: auto;
		padding: 1vw;
	}
	.news_section table td{
		width: auto;
		padding: 1vw;
	}
	/* 231121　追加 */
	.news_section table strong{
		font-size: 3vw;
	}
	.news_section .sakura_col{
		width: 8vw;
		height: 15px;
		margin-right: 2vw;
	}
	.news_section a .btn_contact{
		padding: 3vw 0;
	}
	.news_section a .btn_contact img{
		right: 3vw;
		width: 6vw;
	}
	.news_section a .btn_contact.btn_contactM{
		width: 100%;
	}
	.news_section .text_images_R{
		float: none;
		padding: 0;
	}

	.news_section .f10 {
		font-size: 2.5vw;
	}
	.news_section .f11 {
		font-size: 2.8vw;
	}
	.news_section .f12 {
		font-size: 3vw;
	}
	.news_section .f13 {
		font-size: 3vw;
	}
	.news_section .f14 {
		font-size: 3.2vw;
	}
	.news_section .f15 {
		font-size: 3.5vw;
	}
	.news_section .f16 {
		font-size: 3.5vw;
	}
	.news_section .only_sp {
		display: block;
	}

	.news_content #columnR{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 92%;
		margin: 60px auto 0;
		font-size: 3.2vw;
		font-weight: 500;
	}
	.news_content #columnR .link_title{
		width: 100%;
		font-size: 4.5vw;
		margin-bottom: 20px;
	}
	.news_content #columnR .scroll{
		width: 30%;
		padding-left: 5vw;
		box-sizing: border-box;
	}
	.news_content #columnR::after{
		content: "";
		display: block;
		width: 30%;
	}
	.news_content #columnR .scroll + .scroll{
		margin-top: 0;
	}
	.news_content #columnR .scroll:nth-of-type(n + 4){
		margin-top: 5px;
	}
	.news_content #columnR .scroll::before{
		top: calc(50% + 1px);
		font-size: 2.6vw;
		padding-right: 3vw;
	}
	.news_content #columnR .scroll:hover::before{
		left: 0;
	}
}

/* -----------------------------------------------------------------------------
Privacy Policy
----------------------------------------------------------------------------- */
.cont_box .free_list dl + p{
	margin-top: 0;
}
.circle_list{
	padding-left: 30px;
}
.circle_list li{
	padding-left: 15px;
	text-indent: -13px;
}
.circle_list li::before{
	content: "◯";
	display: inline-block;
	margin-right: 10px;
}
.text_indent{
	padding-left: 35px;
}
.text_indent .free_list{
	margin-top: 20px;
}
.text_indent .free_list dl + dl{
	margin-top: 0;
}
.text_indent .free_list dt{
	margin-right: 10px;
}
.cont_box .text_indent .free_list dl + p{
	margin-top: 20px;
}
.free_list dt.note{
	margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	.circle_list{
		padding-left: 5vw;
	}
	.circle_list li{
		padding-left: 4vw;
		text-indent: -2.6vw;
	}
	.circle_list li::before{
		margin-right: 1.5vw;
	}
	.text_indent{
		padding-left: 7vw;
	}
}

/* -----------------------------------------------------------------------------
Security
----------------------------------------------------------------------------- */
.content_wrapper .cont_block .cont_box.txt_right {
	text-align: right;
	margin-left: 0;
}
.content_wrapper .cont_block .free_list.nowrap dl{
	display: block;
}
.content_wrapper .cont_block .list_inner {
	margin: 10px 0;
}
.content_wrapper .cont_block .list_inner li + li {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	.content_wrapper .cont_block .list_inner {
		margin: 3vw 0;
	}
}

/* -----------------------------------------------------------------------------
policy
----------------------------------------------------------------------------- */
.main_wrapper.policy .cont_block .list_inner {
	padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
	#content .main_wrapper.policy .cont_block a {
	display: inline-block;
	}
	.main_wrapper.policy .cont_block .list_inner {
		padding: 0 0.5rem 0 1rem;
		text-align: justify;
	}
}

/* -----------------------------------------------------------------------------
Consultation
----------------------------------------------------------------------------- */
.content_wrapper .consultation_box,
.content_wrapper .cont_intro.consultation_box {
	text-align: center;
}
.content_wrapper .consultation_box > .cont_img{
	width: 100%;
	margin: 50px auto 0;
}
.content_wrapper .cont_box .consultation-text-center {
	text-align: center;
	padding: 30px 0 40px 0;
	font-weight: 600;
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.content_wrapper .consultation_box .cont_intro_txt{
		text-align: left;
		font-size: 3.5vw;
	}
	.content_wrapper .consultation_box .cont_intro_txt:first-child{
		margin: 0;
	}
	.content_wrapper .consultation_box > .cont_img {
		width: 100%;
		margin: 10vw auto 0;
	}
	.content_wrapper .cont_box .consultation-text-center {
		text-align: center;
		padding: 7vw 0 0 0;
		font-weight: 600;
		font-size: 3.7vw;
	}
}

/* -----------------------------------------------------------------------------
Sitemap
----------------------------------------------------------------------------- */
.sitemap{
	margin-bottom: 120px;
}
.sitemap .cont_block + .cont_block{
	border-top: 1px solid #ddd;
	padding-top: 40px;
	margin-top: 40px;
}
.sitemap_ttl{
	font-size: 20px;
	font-weight: 700;
}
.sitemap_ttl a::after{
	content: "\f054";
	display: inline-block;
	margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
	vertical-align: 1px;
	opacity: 0;
	transition: 0.5s all;
}
.sitemap_ttl a:hover::after{
	margin-left: 15px;
	opacity: 1;
}
.sitemap_wrap{
	display: flex;
	flex-wrap: wrap;
}
.sitemap_ttl + .sitemap_wrap{
	margin-top: 20px;
}
.sitemap_wrap > div{
	width: calc(100% / 3);
}
.sitemap_wrap > div:nth-child(n + 4){
	margin-top: 10px;
}
.sitemap_subttl{
	color: #0067b5;
	font-size: 18px;
	font-weight: 700;
}
.sitemap_subttl a{
	color: #0067b5;
}
.sitemap_subttl a::after{
	content: "\f054";
	display: inline-block;
	margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	font-weight: 900;
	vertical-align: 1px;
	opacity: 0;
	transition: 0.5s all;
}
.sitemap_subttl a:hover::after{
	margin-left: 15px;
	opacity: 1;
}
.sitemap_list{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
.sitemap_list{
	margin-bottom: 30px;
}
.sitemap_wrap > div:nth-last-child(-n+3) .sitemap_list{
	margin-bottom: 0;
}
.sitemap_list li a{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	transition: 0.5s all;
}
.sitemap_list li a:hover{
	color: #0067b5;
}
.sitemap_list li a::before{
	content: "\f054";
	position: absolute;
	top: 2px;
	left: 0;
	color: #333;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transition: 0.5s all;
}
.sitemap_list li a:hover::before{
	left: 3px;
	color: #0067b5;
}
.sitemap_list li.blank a::after{
	content: "\f35d";
	display: inline-block;
	padding-left: 10px;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	vertical-align: 1px;
}
.sitemap_list li + li{
	margin-top: 6px;
}

@media only screen and (max-width: 768px) {
	.sitemap{
		margin-bottom: 80px;
	}
	.sitemap .cont_block + .cont_block{
		padding-top: 25px;
		margin-top: 25px;
	}
	.sitemap_ttl{
		font-size: 4.2vw;
	}
	.sitemap_wrap{
		display: block;
	}
	.sitemap_wrap > div{
		width: 100%;
		margin-top: 5px;
	}
	.sitemap_wrap > div:nth-child(n + 4){
		margin-top: 5px;
	}
	.sitemap_ttl + .sitemap_wrap{
		margin-top: 10px;
	}
	.sitemap_subttl{
		font-size: 3.8vw;
	}
	.sitemap_list{
		font-size: 3.2vw;
		margin-bottom: 20px;
	}
	.sitemap_wrap > div:nth-last-child(-n+3) .sitemap_list{
		margin-bottom: 20px;
	}
	.sitemap_list li a{
		padding-left: 4.5vw;
	}
	#content .sitemap_list li a{
		display: inline-block;
	}
}