@charset "utf-8";

/*mainv（top）
--------------------------------------------*/
.mv-slider {
	width: 100%;
	height: 441px;
	overflow: hidden;
}

.mv-slider .slide {
	height: 671px;
	margin-right: 10px;
}

.mv-slider .slide img {
	height: 441px;
	width: auto;
	display: block;
}

/* 余白ズレ対策 */
.mv-slider .slick-slide {
	margin-right: 10px;
}

.mv-slider .slick-list {
	margin-right: -10px;
}

/* キャッチコピー */
.mv-catch-wrap {
	position: absolute;
	display: flex;
	align-items: flex-end;
	top:0;
	left: 0;
	width: 100%;
	height:441px;
	z-index: 10;
}

.mv-catch-inner {
	width: 100%;
	text-align: left;
	padding: 0 14px;
	margin: 0 auto 30px;
}

.mv-catch-main_wrapper{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-bottom: 10px;
}

.mv-catch-main{
	position: relative;
	display: inline-block;
	font-size: clamp(18px, 5.45vw, 23px);
	color: var(--black-color);
	font-weight: 700;
	line-height: 1.7;
	padding-left: 6px;
	margin-bottom: 3px;
}

.mv-catch-main:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: -1;
	border-radius: 5px;
}

.mv-catch-main .em{
	font-size: clamp(21px, 6.4vw, 27px);
}

.mv-catch-sub{
	font-size: clamp(14px, 4.0vw, 17px);
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 10px var(--black-color);
	margin-left: 3px;
	margin-bottom: 10px;
}

.mv-catch-sub.sub02{
	font-size: clamp(12px, 3.47vw, 15px);
}


/*about
--------------------------------------------*/
.sec_about{
	border-radius: 0 0 50px 50px;
	padding:35px 0 58px;
}

.sec_about .cont01{
	flex-direction: column;
	margin-bottom: 45px;
}

.sec_about .left_block{
	flex: 1;
}

.sec_about .right_block{
	text-align: center;
	width: 100%;
}

.sec_about .ttl01{
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 14px;
}

.sec_about .ttl01 .en{
	text-align: left;
}

.sec_about .ttl01 .em{
	display: block;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.sec_about .detail{
}

.sec_about .txt_block{
	margin-bottom: 14px;
}

.sec_about .ttl02{
	margin-bottom: 26px;
}
.sec_about .ttl02:before{
	content: "industry";
}

.sec_about .cont02 .industry_list{
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	gap: 0;
	max-width: 600px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

.sec_about .cont02 .item{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	background-color: #fff;
	text-align: center;
	border: 1px solid #F6F6F6;
}

.sec_about .cont02 .item .img{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 16px;
}

.sec_about .cont02 .item img{
	height: 45px;
	width: auto;
}

.sec_about .cont02 .item.item02 img,
.sec_about .cont02 .item.item06 img{
	height: 42px;
}

.sec_about .cont02 .item .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 50px;
	line-height: 1.44;
	font-size: 1.2rem;
	font-weight: 500;
}

.sec_about .cont02 .item .txt .sm{
	display: block;
	font-size: 0.8rem;
}

/*strength
--------------------------------------------*/
.sec_strength {
	padding: 60px 0 58px;
}

.sec_strength .sec_inner{
	max-width: 650px;
	margin: 0 auto;
}
.sec_strength .sec_ttl{
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 60px;
}

.sec_strength .sec_ttl:before{
	position: absolute;
	content: "strength";
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--main-color2);
	font-family: var(--font-family-en);
	transform: translateX(-50%);
	left: 50%;
	top: -10px;
}

.sec_strength .sec_ttl .img{
	width: 178px;
	height: auto;
}

.sec_strength .sec_ttl .em{
	font-size:3.5rem;
	color: var(--main-color);
}

.sec_strength .sec_ttl .em02{
	font-size: 2.8rem;
}

.sec_strength .item .ttl03:before{
	content: "strength 01";
}

.sec_strength .list .item{
	display: block;
	/* flex-direction: column;
	gap: 30px; */
	margin-bottom: 50px;
}

.sec_strength .list .item:last-of-type{
	margin-bottom: 0;
}

.sec_strength .item:nth-of-type(2) .ttl03:before{
	content: "strength 02";
}

.sec_strength .item:nth-of-type(3) .ttl03:before{
	content: "strength 03";
}

.sec_strength .item:nth-of-type(4) .ttl03:before{
	content: "strength 04";
}

.sec_strength .list .item .txt{
	margin-bottom: 24px;
}

.sec_strength .list .item .img{
	width: 100%;
}

/*data
--------------------------------------------*/
.sec_data{
	border-radius: 50px 50px 0 0;
	padding: 44px 0 60px;
}

.sec_data .sec_inner{
	max-width: 650px;
	margin: 0 auto;
}

.sec_data .sec_ttl{
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 1.4rem;
	margin-bottom: 24px;
}

.sec_data .data_wrapper{
	margin-bottom: 40px;
}

.sec_data .data_wrapper:last-of-type{
	margin-bottom: 0;
}

.sec_data .data_wrapper .note_right{
	font-size: 1rem;
	text-align: right;
	margin-bottom: 14px;
	margin-top: -30px;
}

.sec_data .data_wrapper .ttl04{
	margin-bottom: 12px;
}

.sec_data .data_list{
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}

.sec_data .data_list .item{
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 6px 10px 0;
}

/* .sec_data .data_list .item .img{
	text-align: center;
} */

.sec_data .data_list .data01,
.sec_data .data_list .data04,
.sec_data .data_list .data05,
.sec_data .data_list .data08{
	width: 100%;
}
.sec_data .data_list .data02,
.sec_data .data_list .data03,
.sec_data .data_list .data06,
.sec_data .data_list .data07{
	width: calc((100% - 10px)/2);
	gap: 6px;
}

.sec_data .data_list .data05 .img,
.sec_data .data_list .data08 .img{
	margin-bottom: 10px;
}

.sec_data .data_list .data08 .img_pc{
	display: none;
}

.sec_data .data_list .data01{
	flex-direction: row;
}

.sec_data .data_list .data01 .txt{
	width: 50%;
}

.sec_data .data_list .data01 .img{
	flex: 1;
}

.sec_data .data_list .data02 img{
	height: 100px;
	width: auto;
}

.sec_data .data_list .data03 img,
.sec_data .data_list .data06 img,
.sec_data .data_list .data07 img{
	height: 75px;
	width: auto;
}

.sec_data .data_list .data04 img{
	height: 110px;
	width: auto;
}

.sec_data .data_list .data05 img,
.sec_data .data_list .data08 img{
	height: 125px;
	width: auto;
}

.sec_data .data_list .data08{
	position: relative;
}

.sec_data .data_wrapper .note_bottom{
	position: absolute;
	font-size: 1rem;
	text-align: right;
	bottom: -22px;
	right: 0;
}

.sec_data .data_list .ttl{
	font-size: 1.4rem;
	font-weight: 700;
}

.sec_data .data_list .note{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
}

.sec_data .data_list .note .em{
	font-size: 3.2rem;
}


/*work_style
--------------------------------------------*/
.sec_work_style {
	padding-top: 50px;
	padding-bottom: 62px;
}
.sec_work_style .sec_ttl{
	margin-bottom: 28px;
}

.sec_work_style .lead{
	margin-bottom: 42px;
}

.tab-list {
	display: flex;
	gap: 1px;
}

.tab-menu {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	width: calc((100% - 3px*2)/3);
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 700;
	cursor: pointer;
	height: 40px;
	border-radius: 8px 8px 0 0;
}

.tab-menu:first-of-type {
	color: var(--main-color3);
	background-color: #fff;
	border: 2px solid var(--main-color3);
}

.tab-menu:nth-of-type(2) {
	color: var(--main-color);
	background-color: #fff;
	border: 2px solid var(--main-color);
}

.tab-menu:nth-of-type(3) {
	color: var(--main-color5);
	background-color: #fff;
	border: 2px solid var(--main-color5);
}


.tab-menu.current:first-of-type,
.tab-menu.current02:first-of-type {
	color: #fff;
	background-color: var(--main-color3);
}

.tab-menu.current:nth-of-type(2),
.tab-menu.current02:nth-of-type(2) {
	color: #fff;
	background-color: var(--main-color);
}

.tab-menu.current:nth-of-type(3),
.tab-menu.current02:nth-of-type(3) {
	color: #fff;
	background-color: var(--main-color5);
}

.tab_wrapper .content-box {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	display: none;
	width: 100%;
	border-radius: 0 0 6px 6px;
	padding: 18px 16px 34px;
}

.sec_work_style .content-box>.cont01_02{
	gap: 20px;
	flex-direction: column-reverse;
	max-width: 600px;
	margin: 0 auto 50px;
}


.sec_work_style .content-box .left_block{
	flex: 1;
}

.sec_work_style .content-box .right_block{
	width:100%;
}

.sec_work_style .content-box .right_block .pc_img{
	display: none;
}


.sec_work_style .content-box .ttl04{
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 18px;
}
.sec_work_style .content-box .cont01{
	margin-bottom: 28px;
}

.sec_work_style .cont01 .ttl{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.sec_work_style .ttl_border {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.sec_work_style .ttl_border span {
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}

.sec_work_style .ttl_border::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #CECECE;
}

.sec_work_style .subttl{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 2px;
}

.sec_work_style .cont02_subbox{
	margin-bottom: 7px;
}

.sec_work_style .cont02_subbox:last-of-type{
	margin-bottom: 0;
}

.sec_work_style .work_list {
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3px;
}
.sec_work_style .work_list .item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 3px*2)/3);
	border:2px solid var(--main-color3);
	font-size: 0.8rem;
	border-radius: 8px;
	letter-spacing: 0;
	line-height: 1.4;
	min-height:33px ;
	text-align: center;
	padding: 4px 0;
}

.sec_work_style .cont02_subbox02 .work_list .item{
	width: calc((100% - 3px*2)/3);
}

.sec_work_style .tab02 .work_list .item{
	border:3px solid var(--main-color);
}

.sec_work_style .tab03 .work_list .item{
	border:3px solid var(--main-color5);
}

.sec_work_style .tab02 .work_list .item{
	border:2px solid var(--main-color);
}

.sec_work_style .tab03 .work_list .item{
	border:2px solid var(--main-color5);
}



.sec_work_style .cont03_inner{
	border-radius: 20px;
	padding: 18px 10px;
	max-width: 600px;
	margin: 0 auto 50px;

}
.sec_work_style .cont03 .ttl03{
	text-align: center;
	font-size: 1.6rem;
}

.sec_work_style .cont03 .ttl03:before{
	transform: translateX(-50%);
	left: 50%;
	content: "schedule";
}

/*===== Vertical Timeline =====*/
.conference-timeline {
	position: relative;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}
.conference-timeline .conference-center-line {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background: var(--main-color3);
	z-index: 0;
}

.tab02 .conference-timeline .conference-center-line{
	background: var(--main-color);
}

.tab03 .conference-timeline .conference-center-line{
	background: var(--main-color5);
}

.conference-timeline .conference-timeline-content {
	padding-top: 15px;
}
.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 40%;
	width: 100%;
}

.timeline-article .content_header{
	position: relative;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0;
	gap: 15px;
}

.timeline-article .content_header:before{
	position: absolute;
	content: "";
	width: 22px;
	height: 1px;
	background-color: var(--main-color3);
	transform: translateY(-50%);
	top: 50%;
	left: -32px;
}

.tab02 .timeline-article .content_header:before{
	background-color: var(--main-color);
}

.tab03 .timeline-article .content_header:before{
	background-color: var(--main-color5);
}

.timeline-article .time {
	position: relative;
	color: var(--main-color3);
}

.tab02 .timeline-article .time {
	color: var(--main-color);
}

.tab03 .timeline-article .time {
	color: var(--main-color5);
}


.timeline-article .detail{
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.timeline-article .content-left-container {
	float: left;
}
.timeline-article .content-right-container {
	float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
	top: 20px;
	font-size: 23px;
	font-family: "FontAwesome";
	color: #fff;
}

.timeline-article .icon {
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	width: 19px;
	height: 19px;
	background-image: url(../img/cmn/icon_yellow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	border-radius: 100%;
    margin-left: 0;
    left: 31px;
}

.tab02 .timeline-article .icon{
	background-image: url(../img/cmn/icon_blue.png);
}

.tab03 .timeline-article .icon{
	background-image: url(../img/cmn/icon_purple.png);
}

.tab01 .conference-timeline .article03{
	margin-top: -12px;
}

.tab01 .conference-timeline .article04{
	/* margin-top: 20px; */
}

.tab01 .conference-timeline .article04 .detail{
	margin-bottom: 6px;
}

/* .tab01 .conference-timeline .article06{
	margin-top: -12px;
} */

.tab01 .conference-timeline .article07{
	margin-top: 45px;
	padding-bottom: 0;
}

/* .tab02 .conference-timeline .article03,
.tab03 .conference-timeline .article03{
	margin-top: -20px;
} */

/* .tab02 .conference-timeline .article04,
.tab03 .conference-timeline .article04{
	margin-top: -20px;
} */

.tab02 .conference-timeline .article02 .content-left-container,
.tab02 .conference-timeline .article03 .content-left-container,
.tab03 .conference-timeline .article02 .content-left-container,
.tab03 .conference-timeline .article03 .content-left-container{
	margin-bottom: 0;
}

/* .tab03 .conference-timeline .article04 .content_header{
	margin-bottom: 50px;
} */

/* .tab02 .conference-timeline .article05,
.tab03 .conference-timeline .article05{
	margin-top: -192px;
} */

/* .tab02 .conference-timeline .article06{
	margin-top: -12px;
} */

.tab03 .conference-timeline .article06{
	margin-top: 52px;
}

.tab02 .conference-timeline .article07{
	margin-top: 45px;
	padding-bottom: 0;
}

.tab03 .conference-timeline .article07{
	margin-top: 0;
}


/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  .conference-timeline .timeline-start,
  .conference-timeline .timeline-end {
    margin: 0;
  }
  .conference-timeline .conference-center-line {
    margin-left: 0;
    left: 30px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 0 0 0 74px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.detail {
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/


/*career
--------------------------------------------*/
.sec_career{
	border-radius: 50px;
    padding: 44px 0 50px;
}

.sec_career .sec_career_header{
	display: block;
}

.sec_career .sec_ttl{
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.sec_career .lead{
	margin-bottom: 50px;
}

.sec_career .career_img{
	text-align: center;
	margin-bottom: 55px;
}

.sec_career .career_list .item{
	flex-direction: column;
	background-color: #fff;
	border-radius: 12px;
	gap: 15px;
	padding: 18px 15px;
	margin-bottom: 20px;
}

.sec_career .career_list .item:last-of-type{
	margin-bottom: 0;
}

.sec_career .career_list .item .ttl{
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	font-weight: 700;
	gap: 10px;
	margin-bottom: 10px;
}

.sec_career .career_list .item02 .ttl{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.sec_career .career_list .item .num{
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.1rem;
	border-radius: 50px;
	min-width:62px;
	padding: 1px 5px;
}

.sec_career .career_list .item .name{
	flex: 1;
	text-align: left;
}

.sec_career .career_list .item02 .num{
	background-color: var(--main-color4);
	margin-bottom: 0;
	width: auto;
}

.sec_career .career_list .item03 .num{
	background-color: var(--main-color2);
}

.sec_career .career_list .item04 .num{
	background-color: var(--main-color3);
}

.sec_career .career_list .item_lead{
	font-size: 1.5rem;
	line-height: 1.38;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.sec_career .career_list .item02 .item_lead{
	width: 100%;
	border-bottom: 1px solid  var(--main-color4);
	padding-bottom: 20px;
	margin-bottom: 18px;
}

.sec_career .career_list .item02 .subitem_wrapper{
	flex-direction: column;
}

.sec_career .career_list .item01 .left_block,
.sec_career .career_list .item03 .left_block,
.sec_career .career_list .item04 .left_block{
	border-bottom: 1px solid var(--main-color);
	width: 100%;

}

.sec_career .career_list .item03 .left_block{
	border-bottom: 1px solid var(--main-color2);
}

.sec_career .career_list .item04 .left_block{
	border-bottom: 1px solid var(--main-color3);
}

/* .sec_career .career_list .item01 .right_block,
.sec_career .career_list .item03 .right_block,
.sec_career .career_list .item04 .right_block{
	flex:1;
} */

.sec_career .career_list .item02 .subitem{
	width: 100%;
	background-color: rgba(76, 199, 100, 0.17);
	border-radius: 6px;
	padding: 16px;
}

.sec_career .career_list .item02 .subitem .ttl{
	font-size: 1.4rem;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}


/*environment
--------------------------------------------*/
.sec_environment{
	border-radius: 50px 50px 0 0;
    padding: 52px 0 0;
}

.sec_environment .p-lr_out{
	padding: 0 4%;
}

.sec_environment .sec_inner{
	max-width: 650px;
	margin: 0 auto;
}

.sec_environment .sec_ttl{
	margin-bottom: 45px;
}

.sec_environment .environment_list .item{
	display: block;
	margin-bottom: 50px;
}

.sec_environment .environment_list .left_block{
	margin-bottom: 50px;
}


.sec_environment .environment_list .item:last-of-type{
	margin-bottom: 24px;
}

/* .sec_environment .environment_list .left_block{
	width: 46.67%;
} */

.sec_environment .environment_list .right_block{
	flex:1;
}

.sec_environment .environment_list .item .ttl03{
	letter-spacing: 0;
	font-size: 1.8rem;
	line-height: 1.44;
	margin-bottom: 8px;
}

.sec_environment .environment_list .item .ttl03 .em{
	display: block;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

.sec_environment .environment_list .item .ttl03:before{
	content: "feature 01";
}

.sec_environment .environment_list .item:nth-of-type(2) .ttl03:before{
	content: "feature 02";
}

.sec_environment .environment_list .item:nth-of-type(3) .ttl03:before{
	content: "feature 03";
}

.sec_environment .environment_list .item:nth-of-type(4) .ttl03:before{
	content: "feature 04";
}

.sec_environment .cont02{
	margin-bottom: 64px;
}
.sec_environment .cont02 .item{
	position: relative;
	width: 100%;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
	padding: 30px 16px 16px;
}

.sec_environment .cont02 .item:after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 15px;
	background-color: var(--main-color4);
	top: 18px;
	right: 23px;
}

.sec_environment .cont02 .item:nth-of-type(2):after{
	background-color: var(--main-color5);
}

.sec_environment .cont02_inner{
	flex-direction: column;
	gap: 18px;
}

.sec_environment .cont02 .ttl03{
	font-size: 1.5rem;
}

.sec_environment .cont02 .ttl03:before{
	content: "notice";
	text-transform: uppercase;
	color: var(--main-color4);
}

.sec_environment .cont02 .item:nth-of-type(2) .ttl03:before{
	content: "speed";
	color: var(--main-color5);
}

.sec_environment .cont03 {
	background-color: var(--main-color);
	border-radius: 35px;
	padding: 50px 0;
}

.sec_environment .cont03 .cont03_header{
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	margin-bottom: 34px;
}

.sec_environment .cont03 .cont03_header .right_block{
	font-size: 1.1rem;
}

.sec_environment .cont03 .ttl03{
	font-size: 2.6rem;
	margin-bottom: 0;
    margin-top: 20px;
}

.sec_environment .cont03 .ttl03:before{
	content: "welfare";
}

.sec_environment .welfare_list{
	flex-wrap: wrap;
	align-items: stretch;
}

.sec_environment .welfare_list .item{
	font-size: 1.1rem;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: calc((100% - 10px)/2);
	padding: 10px;
}

.sec_environment .welfare_list .item .ttl{
	position: relative;
	font-size: 1.2rem;
	line-height: 1.44;
	font-weight: 700;
	letter-spacing: 0;
	padding-left: 24px;
	margin-bottom: 5px;
}

.sec_environment .welfare_list .item .ttl:before{
	position: absolute;
	content: "";
	background-image: url(../img/top/check_icon.png);
	width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
}


/*sec_staff
--------------------------------------------*/
.sec_staff{
	padding-top: 50px;
	margin-bottom:38px;
}

.staff_slider_wrapper {
	position: relative;
}

.staff_slider_wrapper .arrow_box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
        position:relative;
	}

.sec_staff .prev-arrow, 
.sec_staff .next-arrow {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background-color:var(--black-color) ;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
}

.sec_staff .prev-arrow:hover, 
.sec_staff .next-arrow:hover{
	opacity: 0.6;
}


.sec_staff .prev-arrow {
	transform: rotate(180deg);
	margin-right: 10px;
}

/* .sec_staff .prev-arrow::before, 
.sec_staff .next-arrow::before {
	position: absolute;
	content: url(../img/cmn/arrow_white.png);
	width: 23px;
	height: 23px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	transition: all .3s ease;
} */

.sec_staff .prev-arrow::before, 
.sec_staff .next-arrow::before {
	position: absolute;
	content: "";
	background-image: url(../img/cmn/arrow_white.png);
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	transition: all .3s ease;
}

.sec_staff .sec_ttl{
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.sec_staff .staff_list{
	margin-bottom: 20px;
}
.sec_staff .staff_list .item{
	gap: 70px;
	align-items: flex-start;
	border:1px solid #A7A7A7;
	border-radius: 13px;
	box-sizing: border-box;
	padding: 10px 12px 20px;
}

.sec_staff .staff_list .item .item_inner{
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: 0 auto;
}



.sec_staff .staff_list .slick-list {
	/* margin-left: -15px; */
}

.sec_staff .staff_list .cat{
	position: relative;
	font-size: 1.2rem;
	padding-left: 25px;
	margin-bottom: 22px;
}

.sec_staff .staff_list .cat:before{
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(../img/cmn/icon_yellow.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
}

.sec_staff .staff_list .item02 .cat:before{
	background-image: url(../img/cmn/icon_blue.png);
}

.sec_staff .staff_list .item03 .cat:before{
	background-image: url(../img/cmn/icon_purple.png);
}

.sec_staff .staff_list .ttl{
	position: relative;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	padding-left: 35px;
	margin-bottom: 15px;
}

.sec_staff .staff_list .ttl:before{
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(../img/cmn/quote_icon.png);
	width:23px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
}

.sec_staff .staff_list .sp_img{
	margin-bottom: 20px;
}

/* .sec_staff .staff_list .right_block{
	width: 500px;
} */

.sec_staff .staff_list .right_block.pc_img{
	display: none;
}

.sec_staff .staff_list .detail{
	position: relative;
	padding: 0 0 0 17px ;
	margin-bottom: 10px;
}

.sec_staff .staff_list .detail:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #C8C8C8;
	left: 0;
	top: 0;
}


/*sec_faq
--------------------------------------------*/
.sec_faq{
	border-radius: 50px;
    padding: 50px 0 50px;
}
.sec_faq .sec_ttl{
	margin-bottom: 30px;
}

/* アコーディオン */
.sec_faq .accordion_title {
	position: relative;
	letter-spacing: 0;
	font-weight: 700;
	padding: 12px 50px 12px 50px;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.sec_faq .accordion_title:hover {
	opacity: .8;
}
.sec_faq .accordion_title:before{
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 40px;
	background-color: var(--main-color2);
	transform: translateY(-50%);
	top: 50%;
	left: 14px;
}
.sec_faq .accordion_title:after{
	position: absolute;
	content: "Q";
	font-family: var(--font-family-en);
	color: #fff;
	font-size: 1.5rem;
	transform: translateY(-50%);
	top: 50%;
	left: 21px;
}

.sec_faq .faq_box{
	background-color: #fff;
	border-radius: 20px;
	/* padding: 0 20px; */
	margin-bottom: 10px;
}

.sec_faq .faq_box:last-of-type{
	margin-bottom: 0;
}

.sec_faq .faq_box .detail{
	border-top: 1px solid #CECECE;
	padding: 10px 20px 10px 15px;
}
.sec_faq .icon-plus{
	position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        top: 50%;
		right: 20px;
}
.sec_faq .icon-plus::before{
	width: 16px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #4d4d4d;
	content: '';
}
.sec_faq .icon-plus::after{
	width: 16px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #4d4d4d;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .3s;
}
.sec_faq .accordion_title.open .icon-plus::after {
	transform: rotate(0deg);
}
.sec_faq .faq_box .accordion_ttle.open .icon-plus::after{
	transform: rotate(0deg);
}
.sec_faq .faq_box:first-of-type .icon-plus::after{
	transform: rotate(0deg);
}

/* 一番最初のfaqだけアイコンの挙動を逆に */
.sec_faq .faq_box .accordion_title.default .icon-plus::after{
	transform: rotate(0deg);
}
.sec_faq .faq_box .accordion_title.default.open .icon-plus::after{
	transform: rotate(90deg);
}

.sec_faq .accordion_inner {
	display: none;
}
.sec_faq .accordion_inner.default {
	display: block;
}

@media screen and (max-width: 1200px) {
	.sec_faq .faq_inner{
		width: 90%;
		margin:0 auto;
	}
}


/*sec_requirements
--------------------------------------------*/
.sec_requirements{
    padding: 44px 0 89px;
}

.sec_requirements .sec_ttl{
	margin-bottom: 24px;
}

.sec_requirements .sec_ttl .en{
	line-height: 1.1;
}

.sec_requirements .content-box{
	padding: 26px 3.7% 38px;
}
.sec_requirements .content-box .ttl04{
	font-size: 2.0rem;
	padding-left: 0;
	margin-left: 15px;
	margin-bottom: 8px;
}

.sec_requirements .content-box .ttl04:before{
	left: -20px;
} 
.sec_requirements .content-box .cont01{
	margin-bottom: 23px;
}

.sec_requirements .content-box .cont02{
	align-items: stretch;
	background-color: var(--light-bg-color);
	padding:14px 12px ;
	margin-bottom: 20px;
}

.sec_requirements .content-box .cont02 .left_block{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	width: 85px;
	border-right: 1px solid #999;
}

@media only screen and (min-width: 600px) {
.sec_requirements .content-box .cont02 .left_block{
	width: 160px;
}
}

.sec_requirements .content-box .cont02 .right_block{
	font-size: 1.3rem;
	flex: 1;
	padding-left: 4px;
}

.sec_requirements .content-box .cont02 .right_block .item{
	display: block;
	text-indent:-2em;
	margin-left: 2em;
}


.sec_requirements .table {
	width: 100%;
	max-width: none;
}

.sec_requirements .table tr {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.sec_requirements .table tbody th {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 1.5rem;
	width: 100%;
	vertical-align:middle;
	padding: 14px 0 0;
}

.sec_requirements .table tbody td{
	position: relative;
}
.sec_requirements .table tbody td:after {
	position: absolute;
	content: "";
	width: 35%;
	height: 3px;
	background-color: var(--main-color3);
	/* background-color: var(--dark-gray-color); */
	bottom: -2px;
	left: 0;
	z-index: 1;
}

.sec_requirements .tab02 .table tbody td:after{
	background-color: var(--main-color);
}

.sec_requirements .tab03 .table tbody td:after{
	background-color: var(--main-color5);
}
.sec_requirements .table tbody td {
	display: inline-block;
	width: 100%;
	padding: 0 0 20px 0;
}


/*sec_entry
--------------------------------------------*/
.sec_entry{
	border-radius: 50px;
    padding: 50px 0 50px;
}

.sec_entry .sec_ttl{
	margin-bottom: 20px;
}

.sec_entry .entry_header{
	text-align: center;
	margin-bottom: 35px;
}

.sec_entry .entry_header .catch{
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 16px;
}

.sec_entry .entry_header .lead{
	text-align: center;
}

.sec_entry .item01-02_wrapper{
	flex-direction: column;
	margin-bottom: 10px;
}
.sec_entry .item{
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius:12px;
	padding: 33px 14px 15px;
}

.sec_entry .item:after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 15px;
	background-color: var(--main-color4);
	top: 18px;
	right: 23px;
}

.sec_entry .item02:after{
	background-color: var(--main-color);
}

.sec_entry .item03:after{
	background-color: var(--main-color2);
}

.sec_entry .item .ttl03{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.sec_entry .item .ttl03 img{
	width: 147px;
	height: auto;
}

.sec_entry .item01 .ttl03:before{
	color: var(--main-color4);
	content: "line";
}

.sec_entry .item02 .ttl03:before{
	color: var(--main-color);
	content: "platform";
}

.sec_entry .item .txt{
	margin-bottom: 8px;
}

.sec_entry .item .btn{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

.sec_entry .item03{
	width: 100%;
	border-radius: 3px;
	padding-bottom: 63px;
}

.sec_entry .form_header{
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}
.sec_entry .item03 .ttl03:before{
	content: "entry form";
}

.g-policy{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	padding-top: 30px;
}

/*form
--------------------------------------------*/
.sec_entry #entry_form .ttl02{
	margin-bottom: 70px;
}
.sec_entry #entry_form .ttl02::before{
	content: "Form";
	color: #fff2e9;
}
.sec_entry #entry_form .ttl02::after{
	background-color: var(--main-color);
}

.sec_entry #entry_form .lead{
	font-size:2.0rem;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 40px;
}
.sec_entry #entry_form {
	width: 100%;
}
.sec_entry #entry_form .form{
	margin:0 auto;
}
.sec_entry #entry_form .form dl{
	width: 100%;
	margin-bottom: 20px;
}

.sec_entry #entry_form .form dl.confirm{
	margin-top: -20px;
}
.sec_entry #entry_form .form dl:nth-last-child(2){
	margin-bottom: 10px;
}
.sec_entry #entry_form dt {
	position: relative;
	line-height: 1;
	padding-top: 7px;
	margin-bottom: 10px;
}

/* .sec_entry #entry_form .gender_check dd{
	font-size: 1.4rem;
} */
.sec_entry #entry_form dt .label{
	font-weight: 700;
}
.sec_entry #entry_form dt .required,
.sec_entry #entry_form dt .optional {
	font-size: 0.8rem;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 2px;
	padding: 3px 8px;
	line-height: 10px;
	margin-left: 12px;
}
.sec_entry #entry_form dd {
	flex: 1;
}
.sec_entry #entry_form dd input,
.sec_entry #entry_form dd textarea {
	font-family: var(--font-family-noto-sans);
	width: 100%;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #f4f4f4;
	border: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	font-size: 1.6rem;
}
.sec_entry #entry_form dd textarea{
	height: 240px;
}
.sec_entry #entry_form dd input[type="file"] {
	font-size: 1.6rem;
	font-weight: 300;
	height: auto;
	border: none;
	padding: 0;
}
.sec_entry #entry_form dd .note,
.sec_entry #entry_form dd .note02{
	font-size: 1.2rem;
	letter-spacing: 0;
}
.sec_entry #entry_form dd .note02{
	margin-top: 5px;
}

.sec_entry #entry_form .select{
	text-align: center;
}
.sec_entry #entry_form .select_wrapper{
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 40px;
}
.sec_entry #entry_form .select select{
	font-size: 1.2rem;
	/* color: #a7a7a7; */
	letter-spacing: 0.06em;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	padding: 10px 10px;
	-webkit-appearance: none;/* 矢印を非表示 */
	appearance: none;
	background-color: #f4f4f4;
	border:none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_entry #entry_form .select_wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #333;
}
.sec_entry #entry_form .privacy{
	margin-bottom: 56px;
}
.sec_entry #entry_form .privacy p{
	display: flex;
	align-items: center;
	line-height: 1;
}
.sec_entry #entry_form .privacy a{
	margin-left: 5px;
}
.sec_entry #entry_form .privacy .wpcf7-list-item{
	margin-left: 0;
}
.contact_btn {
	margin-top: 50px;
	text-align: center;
}
.contact_btn div{
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
}
.sec_entry #entry_form .btn.btn_cl{ 
	/*シャドーがずれるので削除*/
	border: none;
}
.sec_entry #entry_form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: inherit;
	font-size: 1rem;
	color: #fff;
	border: none;
}
.sec_entry #entry_form .entry_btn{
	position: relative;
	cursor: pointer;
	border-radius: 60px;
	height: 38px;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
	transition: all .2s;
	margin: 0 auto;
	width: 230px;
}
.sec_entry #entry_form .entry_btn::after{
	position: absolute;
	content: "";
	background-image: url("../img/cmn/arrow_white.png");
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	top: 52%;
    right: 10px;
}
.sec_entry #entry_form .entry_btn:hover{
	opacity: 0.6;
}
.sec_entry #entry_form .entry_btn:hover input[type="submit"]{
	color: #fff;
}
span.wpcf7-spinner {
	display: none;
}


/* ===== ラジオを安定縮小＆横並び ===== */
.sec_entry #entry_form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sec_entry #entry_form .wpcf7-list-item {
  margin: 0;
}

.sec_entry #entry_form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
}

.sec_entry #entry_form input[type="radio"] {
  width: 16px;
  height: 16px;
  transform: none;
}

.sec_entry #entry_form input[type="checkbox"]{
	width: 16px;
	height: 16px;
}

/* ================================
   Contact Form 7 エラー表示 共通
   プラグインCSSが読み込まれないため手動制御
================================ */

/* フォーム全体エラー（送信時） */
.wpcf7-response-output {
  margin: 32px 0 0;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  background: #fff4f4;
  color: #c62828;
  border: 1px solid #e57373;
}

/* エラー時のみ表示を明確に */
.wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}

/* 成功メッセージ（将来用） */
.wpcf7-form.sent .wpcf7-response-output {
  background: #f1f8f4;
  color: #2e7d32;
  border: 1px solid #81c784;
}

/* ================================
   入力項目ごとのエラーメッセージ
================================ */

/* 「入力してください。」の文言 */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #d32f2f;
  display: block;
}

/* ================================
   エラー時の入力欄デザイン
================================ */

/* input / textarea / select 共通 */
.wpcf7-not-valid {
  border: 1px solid #d32f2f !important;
  background-color: #fffafa;
}

/* select専用（見た目崩れ防止） */
select.wpcf7-not-valid {
  background-color: #fffafa;
}

/* ================================
   スクリーンリーダー用は非表示
================================ */

/* 上部に出る読み上げ専用エラー */
.screen-reader-response {
  display: none;
}

/* ================================
   select エラーメッセージの被り防止（確定版）
================================ */

/* 基準位置 */
.sec_entry #entry_form .select_wrapper {
  position: relative;
}

/* エラーメッセージを下に逃がす */
.sec_entry #entry_form .select_wrapper .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  font-size: 12px;
  color: #d32f2f;
  white-space: nowrap;
}

/* 注釈側に余白を確保 */
.sec_entry #entry_form dd .note {
  margin-top: 24px;
}

/* placeholder */
.sec_entry #entry_form input::placeholder,
.sec_entry #entry_form textarea::placeholder {
  color: #333;
  font-size: 1.4rem;
}

/* ================================
   エラーがないときは送信ボタン下の装飾を隠す
================================ */

/* 初期状態は非表示 */
.wpcf7-response-output {
    margin: 32px 0 0;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6;
    background: #fff4f4;
    color: #c62828;
    border: 1px solid #e57373;

    display: none !important; /* 強制的に非表示 */
}

/* メッセージが出た場合のみ表示 */
.wpcf7-response-output:not(:empty) {
    display: block !important;
}

/*company
--------------------------------------------*/
.sec_company{
    padding: 44px 0 60px;
}

.sec_company .company_inner{
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

.sec_company .sec_ttl {
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.sec_company .left_block{
	margin-bottom: 30px;
}
.sec_company .right_block{
	width: 100%;
	text-align: center;
}
.sec_company .table {
	width: 100%;
	max-width: none;
}

.sec_company .table tr {
	border-bottom: 1px solid #999;
}

.sec_company .table tbody th {
	font-weight: 700;
	font-size: 1.5rem;
	width: 25%;
	min-width: 110px;
	vertical-align:middle;
	padding: 14px 10px;
}

.sec_company .table tbody td{
	padding: 20px 26px 20px 0;
}

.sec_company .table tbody td a{
	text-decoration: underline;
}
























