@charset "utf-8";

/* -------------------- mv -------------------- */
.sub_mv {
	background-image: url(../img/bg_job.png);
}

/* -------------------- content -------------------- */
.job_name {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.job_name::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/ico_tit.png) no-repeat center center;
	margin-right: 10px;
}

.sub_list>li {
	border-top: 1px solid #9acc82;
	border-bottom: 1px solid #9acc82;
	padding: 25px 0;
}

.sub_list_img {
	margin-bottom: 0;
}

.sub_list>li.no_link .sub_list_img {
	position: relative;
}

.sub_list_btn {
	margin-top: 28px;
}

/*-------------------- popup --------------------*/
.popup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 80%;
	max-width: 730px;
	max-height: 420px;
	z-index: 1000;
	background-color: #f6f4ef;
	border: 2px solid #9acc82;
	border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn_close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.btn_close img{
	display: block;
}
.popup_txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
	align-items: center;
	padding: 50px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------- detail -------------------- */
.anchor_list {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.anchor_list>li {
	width: 33%;
	margin-right: 14%;
}

.anchor_list>li:last-of-type {
	margin-right: 0;
}

.anchor_list>li>a {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #282828;
	text-align: center;
	border: 6px solid #dcedd3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 16px;
}

.anchor_list>li>a::after {
	content: "";
	width: 15px;
	height: 10px;
	background: url(../img/ico_arrow_green.png) no-repeat center center;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.logistic_block01,
.logistic_step_content {
	display: flex;
}

.logistic_block01 {
	flex-direction: row-reverse;
}

.logistic_block01 .logistic_img {
	width: 462px;
	margin-left: 30px;
}

.logistic_block01 img {
	display: block;
}

.logistic_block01 .content_txt16 {
	width: calc(100% - 492px);
}

.logistic_anchor {
	padding-top: 75px;
}

.logistic_anchor .ttl_h2 {
	margin-bottom: 32px;
}

.logistic_step_tit {
	font-size: 1.8rem;
	font-weight: bold;
}

.logistic_step_wrap {
	width: 100%;
	padding: 40px 60px;
	background-color: #f6f4ef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 30px;
}

.logistic_step_tit span {
	color: #9acc82;
}

.logistic_step_content {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 30px 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.logistic_step_content .logistic_img {
	width: 350px;
	margin-right: 45px;
}

.logistic_step_content img {
	display: block;
}

.logistic_step_content .content_txt {
	width: calc(100% - 390px);
}

.logistic_arrow {
	display: block;
	margin: 18px auto 10px auto;
}
.logistic_line01{
	margin-top: 30px;
}
.logistic_line01 .content_txt{
	margin-top: 20px;
}

@media only screen and (max-width:1024px) {

	/* -------------------- content -------------------- */
	.job_name {
		font-size: 2.2rem;
	}

	/* -------------------- detail -------------------- */

	.anchor_list>li>a {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width:768px) {

	/* -------------------- content -------------------- */
	.job_name {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.sub_list>li {
		padding: 20px 0;
	}
	/*-------------------- popup --------------------*/
	.popup_txt{
		font-size: 2rem;
	}

	/* -------------------- detail -------------------- */
	.anchor_list {
		margin-top: 30px;
	}

	.anchor_list>li {
		width: 40%;
		margin-right: 8%;
	}

	.anchor_list>li>a {
		font-size: 2rem;
		border-width: 4px;
		padding: 12px;
	}

	.logistic_block01,
	.logistic_step_content {
		display: block;
	}

	.logistic_block01 .logistic_img {
		width: 85%;
		max-width: 462px;
		margin: 0 auto 30px auto;
	}

	.logistic_block01 .content_txt16 {
		width: 100%;
	}

	.logistic_anchor {
		padding-top: 60px;
	}

	.logistic_anchor .ttl_h2 {
		margin-bottom: 25px;
	}

	.logistic_step_tit {
		font-size: 1.6rem;
	}

	.logistic_step_wrap {
		padding: 30px;
		margin-top: 20px;
	}

	.logistic_step_content {
		padding: 20px;
	}

	.logistic_step_content .logistic_img {
		max-width: 350px;
		width: 85%;
		margin: 0 auto 15px auto;
	}

	.logistic_step_content .content_txt {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	/* -------------------- content -------------------- */
	.job_name {
		font-size: 1.8rem;
	}

	.sub_list_btn {
		margin-top: 20px;
	}
	/*-------------------- popup --------------------*/
	
	.popup_txt{
		font-size: 1.8rem;
		padding: 30px;
	}

	/* -------------------- detail -------------------- */

	.anchor_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.anchor_list>li:last-of-type {
		margin-right: 0;
	}

	.anchor_list>li>a {
		font-size: 1.6rem;
	}

	.anchor_list>li>a::after {
		width: 12px;
		margin-left: 8px;
		background-size: 100%;
		top: -1px;
	}

	.logistic_anchor {
		padding-top: 50px;
	}

	.logistic_step_wrap {
		padding: 30px 20px;
	}

	.logistic_step_content {
		padding: 20px 15px;
	}
}

/* 20250704 add style */
.logistic_tabBtn{
	display: flex;
	border-bottom: 2px solid #dcedd3;
}
.logistic_tabBtn>li{
	width: 50%;
	display: flex;
}
.logistic_tabBtn>li a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #282828;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	border: 2px solid #dcedd3;
	border-bottom: none;
	padding: 24px 10px 22px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.logistic_tabBtn>li a:hover,.logistic_tabBtn>li a.tabSelect{
	background-color: #dcedd3;
}
.logistic_tabBtn>li:last-child a{
	/* border-left: none; */
}
.logistic_tabCenter{
	
}
.logistic_tabCenter>li{
	display: none;
}
.logistic_tabCenter>li.tabSelect{
	display: block;
}
.logistic_tabCenter .logistic_step_wrap{
	margin-top: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.logistic_step_day{
	font-size: 2.2rem;
	font-weight: bold;
	color: #9acc82;
	margin-bottom: 20px;
}
.logistic_step_day.mg_top60{
	margin-top: 60px;
}

@media only screen and (max-width:1024px) {
	.logistic_tabBtn>li a{
		font-size: 1.6rem;
		padding: 24px 10px 22px;
	}
}

@media only screen and (max-width:768px) {
	.logistic_step_day {
	    font-size: 2.0rem;
	    margin-bottom: 15px;
	}
	.logistic_step_day.mg_top60 {
	    margin-top: 40px;
	}
}

@media only screen and (max-width:480px) {
	.logistic_tabBtn>li a{
		font-size: 1.4rem;
		padding: 15px 8px 13px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}

/*business*/
.business_block01,
.business_step_content {
	display: flex;
}

.business_block01 {
	flex-direction: row-reverse;
}

.business_block01 .business_img {
	width: 462px;
	margin-left: 30px;
}

.business_block01 img {
	display: block;
}

.business_block01 .content_txt16 {
	width: calc(100% - 492px);
}

.business_anchor {
	padding-top: 75px;
}

.business_anchor .ttl_h2 {
	margin-bottom: 32px;
}

.business_step_tit {
	font-size: 1.8rem;
	font-weight: bold;
}

.business_step_wrap {
	width: 100%;
	padding: 40px 60px;
	background-color: #f6f4ef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 30px;
}

.business_step_tit span {
	color: #9acc82;
}

.business_step_content {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 30px 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.business_step_content .business_img {
	width: 350px;
	margin-right: 45px;
}

.business_step_content img {
	display: block;
}

.business_step_content .content_txt {
	width: calc(100% - 390px);
}

.business_arrow {
	display: block;
	margin: 18px auto 10px auto;
}
.business_line01{
	margin-top: 30px;
}
.business_line01 .content_txt{
	margin-top: 20px;
}

@media only screen and (max-width:768px) {
	.business_block01,
	.business_step_content {
		display: block;
	}

	.business_block01 .business_img {
		width: 85%;
		max-width: 462px;
		margin: 0 auto 30px auto;
	}

	.business_block01 .content_txt16 {
		width: 100%;
	}

	.business_anchor {
		padding-top: 60px;
	}

	.business_anchor .ttl_h2 {
		margin-bottom: 25px;
	}

	.business_step_tit {
		font-size: 1.6rem;
	}

	.business_step_wrap {
		padding: 30px;
		margin-top: 20px;
	}

	.business_step_content {
		padding: 20px;
	}

	.business_step_content .business_img {
		max-width: 350px;
		width: 85%;
		margin: 0 auto 15px auto;
	}

	.business_step_content .content_txt {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.business_anchor {
		padding-top: 50px;
	}

	.business_step_wrap {
		padding: 30px 20px;
	}

	.business_step_content {
		padding: 20px 15px;
	}
}