@charset "UTF-8";

/*---------------------------------------------------------
	COMMON
---------------------------------------------------------*/
.page_head_ttl h1 {
    font-size: var(--base-70);
	font-weight: 500;
	margin-bottom: 5px;
}
/*---------------------------------------------------------
	PAGE MUNE
---------------------------------------------------------*/
#page_menu{
	transition: all 0.3s;
}
#page_menu.fadeUp {
	position: fixed;
    top: 100px;
    margin: 0;
    width: 100%;
	background: rgb(233 247 238 / 95%);
    z-index: 1;
    display: flex;
    align-items: center;
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
	transition: all 0.3s;
}
#page_menu h2{
	opacity: 0;
	font-weight: bold;
    margin: 0 25px;
    width: 80px;
}
#page_menu.fadeUp h2 {
	opacity: 1;
}
#page_menu ul {
	width: calc(100% - 130px);
	margin: 10px 0;
	display: inline-flex;
}
#page_menu ul li {
	height: min(3.75vw, 35px);
    line-height: min(3.75vw, 35px);
}
/*---------------------------------------------------------
	COMPANY
---------------------------------------------------------*/
#message,
#office{
	/*margin-top: var(--base-90);*/
}
.message_wrap,
.office_wrap{
	margin-top: var(--base-90);
}
#message .section_content p{
	margin-left: var(--base-40);
	padding-right: var(--base-55);
}
#message .section_content span{
	margin-top: var(--base-35);
	display: block;
	font-size: var(--base-20);
	font-weight: 600;
}
#message .section_content .section_sub_img{
	width: var(--base-560);
	margin-top: var(--base-150);
	background: #eee;
	border-radius: var(--base-60);
}
#message .section_content .section_sub_img img{
	min-width: min(40vw, 500px);
	border-radius: var(--base-60);
}
#message .section_content .section_sub_img_bg{
	position: absolute;
	display: block;
	right: min(29.375vw, 376px);
	top: min(30vw, 400px);
	width: min(16.875vw, 216px);
	height: min(21.875vw, 280px);
	background-color: #eaf5eb;
	border-radius: var(--base-60);
	z-index: -2;
} 
@media screen and (max-width: 576px) {
	#message .section_content .section_sub_img{
		position: static;
		margin-top: 0;
		margin-bottom: var(--base-20);
		width: 100%;
	}
	#message .section_content .section_sub_img img{
		width: 100%;
	}
	#message .section_content .section_sub_img_bg{
		display: none;
	}
	#message .section_content p {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
/*---------------------------------------------------------
	PHILOSOPHY
---------------------------------------------------------*/
#philosophy {
	/*margin-top: var(--base-30);*/
	margin-bottom: var(--base-75);
	z-index: 3;
}
#philosophy .section_content,
#overview .section_content,
#office .section_content,
#vision .section_content{
	padding-left: min(11.328125vw, 145px);
	padding-right: min(11.328125vw, 145px); 
}
#philosophy .section_content h3{
	text-align: center;
}
#philosophy .section_content p{
	padding: var(--base-60) 0 0;
}
.phil_bg{
	padding-top: var(--base-120);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.phil_bg::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--base-color-white);
	opacity: 0.8;
	z-index: 2;
}
/*---------------------------------------------------------
	VISION
---------------------------------------------------------*/
#vision .block_wrap h2{
	margin-top: var(--base-40);
	font-size: var(--base-20);
	font-weight: 700;
}
#vision .block_wrap h2:first-of-type{
	margin-top: 0;
}
#vision .block_wrap h3{
	margin-top: var(--base-20);
	font-size: var(--base-18);
	font-weight: 700;	
}
#vision .block_wrap h3:first-of-type{
	margin-top: 0;
}
#vision .block_wrap strong{
	font-weight: 700;
}
#vision .block_wrap li{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 2em;
	line-height: var(--base-40);
}
.vision_wrap{
	margin-top: -7vw;
}
.vision_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--base-color-white);
    opacity: 0.5;
    z-index: 2;
}
.vision_wrap .wp-block-column{
	padding-left: 1em;
}
@media screen and (max-width: 768px) {
	#philosophy .section_content,
	#overview .section_content,
	#office .section_content,
	#vision .section_content{
		padding-left: var(--base-50);
		padding-right: var(--base-50);
	}
}
@media screen and (max-width: 576px) {
	#philosophy .section_content,
	#overview .section_content,
	#office .section_content,
	#vision .section_content{
		padding-left: 0;
		padding-right: 0; 
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 576px) {
	
}


/*---------------------------------------------------------
	HISTORY
---------------------------------------------------------*/
.fadeUp {
	transform: translateY(0px);
    opacity: 1;
}
.history_wrap{
	background: #f3fffa;
}
#history .block_wrap{
	position: relative;
	overflow: hidden;
}
#history .block_wrap::before{
    content: '';
	position: absolute;
	top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 27px);
    margin-top: 0.1em;
    background: #333;
}
#history .block_wrap::after{
	content: '';
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    transform-origin: top right;
    position: absolute;
    bottom: 0;
    right: 50%;
    box-sizing: border-box;
}
#history .about-timeline-wrap{
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
#history .about-timeline-wrap .wp-block-group__inner-container{
	width: 50%;
    margin-top: 6vw;
    position: relative;
	float: right;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(50px);
}
#history .about-timeline-wrap .wp-block-group__inner-container.fadeUp{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#history .about-timeline-wrap:first-child .wp-block-group__inner-container{
	margin-top: 0;
	transform: translateY(100px)!important;
}
#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container{
	margin-top: 8%;
	float: left;
	text-align: right;
}
#history .about-timeline-wrap .wp-block-group__inner-container.cont-position{
	margin-top: -10%!important;
}
#history .about-timeline-wrap .wp-block-group__inner-container.cont-position2{
	position: relative;
	top: -80px;
}
#history .about-timeline-wrap h2{
	width: 88px;
    height: 50px;
	top: 0;
    left: -44px;
    position: absolute;
    z-index: 2;
	background: #03CBCB;
}
#history .about-timeline-wrap:nth-child(2n) h2{
    right: -44px;
    left: auto;
}
#history .about-timeline-wrap h2 mark{
	height: 100%;
    font-size: 1.1em;
    color: #fff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}
#history .about-timeline-wrap h2::before,
#history .about-timeline-wrap h2::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #aaa;
    z-index: 0;
}
#history .about-timeline-wrap h2::before {
    transform: rotate(60deg);
}
#history .about-timeline-wrap h2::after {
    transform: rotate(-60deg);
}
#history .about-timeline-wrap ul{
    margin-bottom: 1em;
    width: calc(100% - 44px);
	float: right;
}
#history .about-timeline-wrap ul li:first-child:last-child{
	position: relative;
	top: 15px;
}
#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container ul{
	float: left;
}
#history .about-timeline-wrap ul li{
	margin-bottom: 0.8em;
    line-height: 1.1em;
	padding-left: 60px;
}
#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container ul li{
	padding-right: 60px;
}
#history .about-timeline-wrap img{
	margin-top: 15px;
    padding-left: 106px;
	text-align: center;
}
#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container img{
	padding-right: 55px;
}

/*---------------------------------------------------------
	CHRONOLOGY カラー設定
---------------------------------------------------------*/
#history .about-timeline-wrap:nth-child(6n+1) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+1) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-child(6n+1) .wp-block-group__inner-container h2{
	background: #03CBCB;
}
#history .about-timeline-wrap:nth-child(6n+1) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-03CBCB-r@2x.png') no-repeat 0 5px / 50px 10px;
}
#history .about-timeline-wrap:nth-child(6n+2) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+2) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-child(6n+2) .wp-block-group__inner-container h2{
	background: #0544A1;
}
#history .about-timeline-wrap:nth-child(6n+2) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-0544A1-l@2x.png') no-repeat right 5px / 50px 10px;
}
#history .about-timeline-wrap:nth-child(6n+3) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+3) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-child(6n+3) .wp-block-group__inner-container h2{
	background: #F1045D;
}
#history .about-timeline-wrap:nth-child(6n+3) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-F1045D-r@2x.png') no-repeat 0 5px / 50px 10px;
}
#history .about-timeline-wrap:nth-child(6n+4) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+4) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-child(6n+4) .wp-block-group__inner-container h2{
	background: #54D1F2;
}
#history .about-timeline-wrap:nth-child(6n+4) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-54D1F2-l@2x.png') no-repeat right 5px / 50px 10px;
}
#history .about-timeline-wrap:nth-child(6n+5) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+5) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-of-type(6n+5) .wp-block-group__inner-container h2{
	background: #E5E51D;
}
#history .about-timeline-wrap:nth-of-type(6n+5) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-E5E51D-r@2x.png') no-repeat 0 5px / 50px 10px;
}
#history .about-timeline-wrap:nth-child(6n+6) .wp-block-group__inner-container h2::before,
#history .about-timeline-wrap:nth-child(6n+6) .wp-block-group__inner-container h2::after,
#history .about-timeline-wrap:nth-of-type(6n+6) .wp-block-group__inner-container h2{
	background: #7DDC00;
}
#history .about-timeline-wrap:nth-of-type(6n+6) .wp-block-group__inner-container ul li{
	background: url('../img/recruit/icon-7DDC00-l@2x.png') no-repeat right 5px / 50px 10px;
}
#history .section_content p{
	font-size: var(--base-18);
	line-height: var(--base-30);
	margin-bottom: var(--base-60);
	padding-top: var(--base-10);
}

/* MEDIA SCREEN 768
---------------------------------------------------------*/
@media screen and (max-width: 768px) ,screen and (max-width: 896px) and (orientation: landscape) {
	/*-------------------------------------------------------*/
	/* MAIN .about-timeline-wrap
	---------------------------------------------------------*/
	#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container ul {
		float: none;
	}
	#history .about-timeline-wrap .wp-block-group__inner-container {
		width:100%;
		margin-top:120px;
		float: none;
	}
	#history .block_wrap::before {
    	left: 6.75vw;
		width:0.4vw;
	}
	#history .block_wrap::after {
		left: 16px;
        bottom: 5px;
	}
	#history .about-timeline-wrap:first-child .wp-block-group__inner-container{
		transform: translateY(0)!important;
		margin-top: 50px;
		float: none;
	}
	#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container{
		margin-top: 100px!important;
	}
	#history .about-timeline-wrap .wp-block-group__inner-container.cont-position {
		margin-top: 100px!important;
		position: initial;
		float: none;
		min-height: 50px;
	}
	#history .block_wrap ul {
		margin-bottom: 1em;
		width:calc(100% - 15vw);
		top:15px;
		z-index: 1;
		padding: 0;
		margin-left:15vw;
		float: none;
	}
	#history .block_wrap h2 {
		position: absolute;
		clear: both;
		max-width: 100%;
		width: 14.25vw;
        height: 8.09625vw;
		margin: 0 auto 1em;
		padding: 0;
		text-align: left;
		font-size: 1.2em;
		top: 0;
        left: 0!important;
		right: auto!important;
	}
	#history .about-timeline-wrap h2 mark {
        font-size: 5.1vw;
    }
	#history .about-timeline-wrap:nth-child(2n) .wp-block-group__inner-container{
		float: none;
		text-align:left;
	}
	#history .about-timeline-wrap ul li {
		width: 100%;
		line-height: 1.5;
	}

	
	#history .about-timeline-wrap:nth-child(6n+1) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-03CBCB-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	#history .about-timeline-wrap:nth-child(6n+2) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-0544A1-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	#history .about-timeline-wrap:nth-child(6n+3) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-F1045D-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	#history .about-timeline-wrap:nth-child(6n+4) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-54D1F2-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	#history .about-timeline-wrap:nth-of-type(6n+5) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-E5E51D-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	#history .about-timeline-wrap:nth-of-type(6n+6) .wp-block-group__inner-container ul li{
		background: url('../img/recruit/icon-7DDC00-r@2x.png') no-repeat 0 5px / 50px 10px;
	}
	.about-timeline .left li {
		padding-right: 0;
		padding-left: 60px;
	}
	.about-timeline__img img.sp-on{
		display: inline !important;
	}
	#history .about-timeline-wrap img{
		width:80%;
	}
	.right .hexagon {
		top:0;
		left:0;
	}
	.left .hexagon{
		left:0;
		right:auto;
	}
	.hexagon {
		width: 14.25vw;
		height: 8.09625vw;
	}
	.hexagon_cont {
		font-size: 5.1vw;
	} 
	.hexagon::before,
	.hexagon::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #aaa;
		z-index: 0;
	}
	.hexagon::before {
		transform: rotate(60deg);
	}
	.hexagon::after {
		transform: rotate(-60deg);
	}
	.dli-arrow-up {
		left: 6.75vw;
		height: 10vw;
	}
	
	.dli-arrow-up::before {
		border-width: 0.6vw;

	}
}
/* MEDIA SCREEN 640
---------------------------------------------------------*/
@media screen and (max-width: 640px){
	#page_menu.fadeUp{
		top: 75px;
	}
}
/* MEDIA SCREEN 480
---------------------------------------------------------*/
@media screen and (max-width: 480px){
	

}