@charset 'utf-8';

@import url('vegas.min.css');

/* =========================================================
All
========================================================= */
body,
header,
header .header{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

header img,
article img,
footer img{
	max-width: 100%;
	height: auto;
}
.menu-wrap.copy{
	display: none !important;
}
/*
	body .vegas-container{
		position: absolute !important;
	}
*/


/* =========================================================
Icon
========================================================= */
.i_bg i{
	position: absolute;
	z-index: -1;
	opacity: 0;
}


/* =========================================================
Vega
========================================================= */
#vegaimg{
	height: 100%;
}
#vegaimg .vegaimg{
	top: 0 !important;
	left: 0;
	padding-top: 56.25%;
}
body.scroll #vegaimg .vegaimg{
	position: absolute !important;
}
#vegaimg .vegaimg .vegas-container{
	position: absolute !important;
}
@media print, screen and (min-width: 751px) {
  #top_header_home .vegaimg {
		-webkit-transform: translateZ(0);
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}
}
@media only screen and (max-width:750px){
	#top_header_home,
	#top_header_home .vegaimg *{
		height: 100vh !important;
		min-height: 100vh;
	}
}
.vegas-content-scrollable{
	overflow: hidden;
}
.vegas-container{
	position: absolute !important;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100vh !important;
}
.vegas-container:before{
	display: none;
}
.vegas-overlay{
	mix-blend-mode: multiply;
	background-color: rgba(0,0,0,1);
	background-image: none !important;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
}
@media only screen and (max-width:750px){
	#vegaimg .vegaimg{
		top: auto !important;
		bottom: 50vh;
		left: 0;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
	}
	body.ios #vegaimg .vegaimg{
		top: 50vh !important;
		bottom: auto !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
.vegas-animation-zoomout {
    animation: zoomout ease-out;
}
.vegas-animation-zoomin {
    animation: zoomin ease-out;
}
@-webkit-keyframes zoomout{
	0% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomout {
	0% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes zoomin{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}
@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}


/* =========================================================
Loading
========================================================= */
#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 99999;
	background-color: var(--main-color);
}

#preload_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}
#preload_text svg{
	min-height: 1px;
}

/* =========================================================
container
========================================================= */
#container .container{
	margin-top: 0;
}
section{
	position: relative;
	z-index: 1;
}


/* =========================================================
top_home
========================================================= */
#top_header_home{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.1s ease;
	        transition: all 0.1s ease;
	vertical-align: top;
	background-color:transparent;
	position: relative;
	z-index: 1000;
}
body.scroll #top_header_home{
	z-index: -1;
	opacity: 0;
}
#top_header_home:before{
  content:"";
  display: block;
  width: 100%;
  padding-top: 56.43%;
}
#top_header_home .inner{
	width: 100%;
  height: 100%;
	max-width: 100%;
	overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
}
#top_header_home .top_txt{
	z-index: 3;
	text-align: center;
	width: 100%;
	top:28vw;
}
#top_header_home .top_txt1{
	letter-spacing: 0;
}
#top_header_home .top_txt2{
	letter-spacing: 0.03em;
	margin-top: 22px;
	margin-bottom: 4px;
}
#top_header_home .top_txt2 span{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap:1em;
}
#top_header_home .top_txt2 span:before,
#top_header_home .top_txt2 span:after{
	content:"";
	display: block;
	width: 2em;
	background-color: var(--main-color--font1);
	height: 2px;
	margin-top: 4px;
}
@media print, screen and (min-width: 1401px) {
	#top_header_home .top_txt1{
		font-size: 3.71vw;
	}
	#top_header_home .top_txt2{
		font-size: 1.26vw;
		margin-top: 1.57vw;
		margin-bottom: 0.03vw;
	}
}
@media only screen and (max-width:750px){
	#top_header_home .top_txt {
		top: auto;
		bottom: 50vh;
		transform: translateX(-50%) translateY(50%);
		-webkit-transform: translateX(-50%) translateY(50%);
	}
	body.ios #top_header_home .top_txt {
		top: 50vh;
		bottom: auto;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
	}
	#top_header_home .top_txt2 span:before,
	#top_header_home .top_txt2 span:after{
		width: 1em;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
}



/* =========================================================
business
========================================================= */
#business {
	position: relative;
	overflow: hidden;
}
#business h2 {
	position: absolute;
	letter-spacing: -2px;
	top: -30px;
	white-space: nowrap;
	left: -18px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media print,screen and (min-width: 1401px) {
	#business h2{
		font-size: 12.1vw;
		top: -2.1vw;
		left: -1.3vw;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 1001px) {
}
#business .business_bloc {
}
#business .business_bloc .inner {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#business .business_bloc .inner .btn_area {
}
#business .business_bloc .inner .btn_area [class*='btn_def']{
	margin: 54px auto 0 0;
}
@media print,screen and (min-width: 1401px) {
	#business .business_bloc .inner {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
}
#business .business_bloc .inner .txt_area {
	position: relative;
	z-index: 2;
}
#business .business_bloc .inner .txt_area h3 {
	letter-spacing: 0.1em;
}
#business .business_bloc .inner .txt_area p {
	margin-top: 46px;
}
#business .business_bloc .inner .btn_area {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 55px;
	gap: 30px;
}
#business .business_bloc .inner .btn_area [class*='btn_def']{
	margin: 0;
}
@media only screen and (max-width: 750px){
	#business{
		background-image: none;
	}
	#business h2 {
		top: -18px;
		left: -9px;
		letter-spacing: -1px;
		z-index: 1;
	}
	#business .business_bloc{
	}
	#business .business_bloc .inner {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	#business .business_bloc .inner .txt_area h3 {
		letter-spacing: 0.09em;
	}
	#business .business_bloc .inner .txt_area p {
		margin-top: 30px;
		line-height: 2.4em;
	}
}


/* =========================================================
works
========================================================= */
#works {
	overflow: hidden;
}
#works .works_bloc {
	text-align: center;
/*	overflow: hidden;*/
}
#works .works_bloc .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
#works .works_bloc .inner h3{
	text-align: left;
}
@media print,screen and (min-width: 1401px) {
	#works .works_bloc .inner{
		position: relative;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 751px) {
	#works .works_bloc .inner{
	}
}
#works .works_bloc .txt_area {
	padding-bottom: 60px;
}
#works h2 {
	position: absolute;
	top: -30px;
	right: -18px;
	letter-spacing: -2px;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media print,screen and (min-width: 1401px) {
	#works h2{
		top: -2.1vw;
		right: -1.3vw;
		font-size: 12.1vw;
	}
}
#works .works_bloc .txt_area h3 {
	letter-spacing: 0.03em;
	text-align: left;
}
#works .btn_area {
}
#works .btn_area [class*="btn_def"]{
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px){
	#works {
		padding-top: 0;
	}
	#works .works_bloc {
		text-align: center;
/*		overflow: hidden;*/
	}
	#works .works_bloc .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#works .works_bloc .txt_area {
		padding-bottom: 0.55rem;
	}
	#works h2 {
		top: -17px;
		right: -2px;
		letter-spacing: -1px;
		z-index: 1;
	}
	#works .works_bloc .txt_area h3 {
	}
	#works .btn_area [class*="btn_def"]{
		margin: 0 auto;
	}
}


/* =========================================================
works_slider
========================================================= */
#works_slider  {
	position: relative;
	left: 0;
	width: calc(100% + calc(calc(100vw - 100%) / 2));
	padding: 60px 0;
}
#works_slider [class*=_triangle_]{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#works_slider .works_slider{
}
#works_slider .splide__track {
}
#works_slider .splide__track .splide__list {
}
#works_slider .splide__track .splide__list .splide__slide {
}
#works .works_box {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	opacity: 1 !important;
}
#works .works_box .works_img {
	width: 100%;
}
#works .works_box .works_img img {
	display: none;
}
#works .works_box h4 {
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	line-height: 1.3em;
	margin-top: 16px;
}
#works .works_box .works_info {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 14px;
	text-align: left;
	width: 100%;
}
#works .works_box .works_info *{
	display: block;
}
#works .works_box .works_info .works_date {
}
#works .works_box .works_info span {
}
#works .works_box .works_info .works_category {
}
#works_slider .splide__arrows {
	position: absolute;
	top: 100%;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	max-width: 1140px;
	width: 100%;
	margin-top: 58px;
	padding-right: 20px;
}
#works_slider .splide__arrows .splide__arrow {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	background: none;
	position: static;
	width: auto;
	opacity: 1;
	transform: none;
	border-radius: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.3s ease 0s;
	   -moz-transition: transform 0.3s ease 0s;
	    -ms-transition: transform 0.3s ease 0s;
	        transition: transform 0.3s ease 0s;

}
#works_slider .splide__arrows .splide__arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#works_slider .splide__arrows .splide__arrow:first-child{
	margin-right: 10px;
}
#works_slider .splide__arrows .splide__arrow i{
}
#works_slider .splide__arrows .splide__arrow--prev i {
}
#works_slider .splide__arrows .splide__arrow--next i {
}
@media only screen and (max-width: 750px){
	#works .works_box .works_img {
		width: 100%;
	}
	#works .works_box .works_img img {
		display: none;
	}
	#works .works_box h4 {
		margin-top: 10px;
	}
	#works .works_box .works_info {
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		margin-top: 12px;
	}
	#works .works_box .works_info .works_category {
		border-top: 1px solid var(--main-color--font1);
		padding-top: 5px;
	}
	#works .works_box .works_info * {
		width: 100%;
		display: block;
	}
	#works_slider  {
		padding: 60px 0;
	}
	#works_slider ,
	#works_slider .splide__track,
	#works_slider .splide__track .splide__list{
		-webkit-transition: height 0.3s ease 0s;
		   -moz-transition: height 0.3s ease 0s;
		    -ms-transition: height 0.3s ease 0s;
		        transition: height 0.3s ease 0s;
	}
	#works_slider .splide__track .splide__list{
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#works_slider .splide__track .splide__list .splide__slide{
		-webkit-transition: height 0.3s ease 0s;
		   -moz-transition: height 0.3s ease 0s;
		    -ms-transition: height 0.3s ease 0s;
		        transition: height 0.3s ease 0s;
  }
	#works_slider .splide__arrows {
		display: none;
	}
}


/* =========================================================
business_slider
========================================================= */
@-webkit-keyframes arrow--animebtn--1{
	0% {-webkit-transform:translate(3px, 0);}
	100% {-webkit-transform:translate(0, 0);}
}
@keyframes arrow--animebtn--1{
	0% {transform:translate(3px, 0);}
	100% {transform:translate(0, 0);}
}
@-webkit-keyframes arrow--animebtn--1--hover{
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(2px, 0);}
	100% {-webkit-transform:translate(0, 0);}
}
@keyframes arrow--animebtn--1--hover{
	0% {transform:translate(0, 0);}
	50% {transform:translate(2px, 0);}
	100% {transform:translate(0, 0);}
}
#business_slider {
}
#business_slider .splide__track {
}
#business_slider .splide__track .splide__list {
}
#business_slider .splide__track .splide__list .splide__slide {
}
@media print,screen and (min-width: 751px) {
	#business_slider .splide__track .splide__list .splide__slide {
		width: auto !important;
	}
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_link{
	display: block;
	overflow: hidden;
	opacity: 1 !important;
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_number_title {
	position: absolute;
	z-index: 2;
	top: 27px;
	right: 29px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: center;
	-webkit-align-items: center;
	gap:10px;
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_number {
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_title {
	position: relative;
	z-index: 2;
/*	opacity: 0;*/
	-webkit-transition: opacity 0.8s ease 0.5s;
	        transition: opacity 0.8s ease 0.5s;
/*  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.4));*/
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
	width: 800px;
	height: 470px;
	position: relative;
	z-index: 1;
}
#business_slider .splide__track .splide__list .splide__slide.is-active .business_slide_img:before,
#business_slider .splide__track .splide__list .splide__slide.is-visible:not(.is-next):not(.is-prev) .business_slide_img:before{
/*	opacity: 1;*/
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_img:before{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	visibility: visible;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0.4;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
#business_slider .splide__track .splide__list .splide__slide:hover .business_slide_img:before{
	opacity: 1;
}
#business_slider .splide__track .splide__list .splide__slide .business_slide_img img {
}
#business_slider .splide__track .splide__list .splide__slide ._position_absolute_center_middle_ {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: center;
	-webkit-align-items: center;
	position: absolute;
	z-index: 2;
}
#business_slider .splide__track .splide__list .splide__slide.is-active .business_slide_title ,
#business_slider .splide__track .splide__list .splide__slide.is-visible:not(.is-next):not(.is-prev) .business_slide_title {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease;
	        transition: opacity 0.8s ease;
}
#business_slider .splide__track .splide__list .splide__slide .btn_area {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0.5s;
	        transition: opacity 0.8s ease 0.5s;
}
#business_slider .splide__track .splide__list .splide__slide .btn_area .btn_min{
	direction: ltr;
}
#business_slider .splide__track .splide__list .splide__slide.is-active .btn_area ,
#business_slider .splide__track .splide__list .splide__slide.is-visible:not(.is-next):not(.is-prev) .btn_area {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease;
	        transition: opacity 0.8s ease;
}
#business_slider .splide__pagination {
	padding: 0;
	bottom: 20px;
}
#business_slider .splide__pagination li {
  margin: 0 5px;
  height: 10px;
}
#business_slider .splide__pagination li:first-child {
	margin-left: 0;
}
#business_slider .splide__pagination li:last-child {
	margin-right: 0;
}
#business_slider .splide__pagination li .splide__pagination__page {
	transform: none;
	opacity: 1;
	background-color: var(--main-color--font2);
	border-radius: 0;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	        transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#business_slider .splide__pagination li .splide__pagination__page:hover {
	cursor: pointer;
	opacity: 1;
	background-color: var(--sub-color--border1);
}
#business_slider .splide__pagination li .splide__pagination__page.is-active {
	background-color: var(--sub-color--border1);
}
#business_slider .splide__arrows {
}
#business_slider .splide__arrows .splide__arrow {
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--main-color);
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
#business_slider .splide__arrows .splide__arrow:hover {
	-webkit-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
#business_slider .splide__arrows .splide__arrow:before {
	font-family: 'Font Awesome 6 Free';
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: var(--main-color--font1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
#business_slider .splide__arrows .splide__arrow:not(:hover):before {
/*
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: arrow--animebtn--1;
	animation-name: arrow--animebtn--1;
*/
}
#business_slider .splide__arrows .splide__arrow:hover:before {
/*
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: arrow--animebtn--1--hover;
	animation-name: arrow--animebtn--1--hover;
*/
}
#business_slider .splide__arrows .splide__arrow svg {
	display: none;
}
#business_slider .splide__arrows .splide__arrow.splide__arrow--prev {
	top: calc(50% - 20px);
	left: calc(50% - 420px);
	right: auto;
}
#business_slider .splide__arrows .splide__arrow.splide__arrow--prev:before {
	content: '\f0d9';
}
#business_slider .splide__arrows .splide__arrow.splide__arrow--next {
	top: calc(50% - 20px);
	right: calc(50% - 420px);
	left: auto;
}
#business_slider .splide__arrows .splide__arrow.splide__arrow--next:before {
	content: '\f0da';
}
@media only screen and (max-width: 750px){
	#business_slider .splide__track .splide__list .splide__slide .business_slide_img {
		width: 100vw;
		height: 237px;
	}
	#business_slider .splide__track .splide__list .splide__slide .business_slide_number {
		top: 18px;
		right: 18px;
	}
	#business_slider .splide__track .splide__list .splide__slide .business_slide_title {
		white-space: nowrap;
	}
	#business_slider .splide__track .splide__list .splide__slide .btn_area {
		margin-bottom: 5px;
	}
}

/* =========================================================
recruit
========================================================= */
#recruit{
	position: relative;
	overflow: hidden;
}
#recruit .recruit_bloc .img_area{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: transparent;
	background-image: url(../../img/home/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#recruit .recruit_bloc .rec_bloc .inner{
	padding-top: 120px;
	padding-bottom: 120px;
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area{
	width: 50%;
	margin-right: auto;
	padding-right: 20px;
}
#recruit h2{
	position: absolute;
	letter-spacing: -2px;
	top: -30px;
	white-space: nowrap;
	left: -18px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media print,screen and (min-width: 1401px) {
	#recruit h2{
		font-size: 12.1vw;
		top: -2.1vw;
		left: -1.3vw;
	}
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area h3{
	letter-spacing: 0.03em;
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area p{
	line-height: 1.7em;
	margin-top: 55px;
}
#recruit .recruit_bloc .rec_bloc .inner .btn_area{
	width: 50%;
	margin-top: 50px;
	margin-right: auto;
}
#recruit .recruit_bloc .rec_bloc .inner .btn_area [class*="btn_def"]{
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px){
	#recruit .recruit_bloc{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column-reverse wrap;
		-webkit-flex-flow: column-reverse wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#recruit .recruit_bloc .rec_bloc{
		width: 100%;
	}
	#recruit .recruit_bloc .rec_bloc .inner{
		padding-top: 60px;
    padding-bottom: 60px;
	}
	#recruit .recruit_bloc .rec_bloc .inner .txt_area{
		width: 100%;
		padding-right: 0;
	}
	#recruit h2 {
		top: -18px;
		left: -9px;
		letter-spacing: -1px;
		z-index: 1;
	}
	#recruit .recruit_bloc .rec_bloc .inner .txt_area p{
		line-height: 1.4em;
		margin-top: 55px;
	}
	#recruit .recruit_bloc .rec_bloc .inner .btn_area{
		width: 100%;
		margin-top: 55px;
		margin-right: 0;
	}
	#recruit .recruit_bloc .rec_bloc .inner .btn_area [class*="btn_def"]{
		margin: 0 auto;
	}
	#recruit .recruit_bloc .img_area{
		position: relative;
		width: 100%;
		padding-top: 86.4%;
	}
}

/* =========================================================
news
========================================================= */
#news {
	position: relative;
	overflow: hidden;
}
#news h2 {
	position: absolute;
	top: -30px;
	right: -18px;
	letter-spacing: -2px;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media print,screen and (min-width: 1401px) {
	#news h2{
		top: -2.1vw;
		right: -1.3vw;
		font-size: 12.1vw;
	}
}
#news .inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 108px;
	padding-bottom: 120px;
}
#news .inner .ttl_bloc {
	margin-right: 20px;
}
#news .inner .ttl_bloc .ttl_area {
}
#news .inner .ttl_bloc .btn_area {
}
#news .inner .ttl_bloc .btn_area [class*='btn_def'] {
	margin: 60px auto 0 0;
}
#news .inner .txt_bloc {
	width: calc(100% - 180px);
	max-width: 850px;
}
@media only screen and (max-width: 750px){
	#news h2 {
		top: -17px;
		right: -2px;
		letter-spacing: -1px;
		z-index: 1;
	}
	#news .inner {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#news .inner .ttl_bloc {
		width: 100%;
		margin-right: 0;
	}
	#news .inner .txt_bloc {
		width: 100%;
		max-width: 100%;
		margin-top: 60px;
	}
	#news .inner .btn_area {
		width: 100%;
	}
	#news .inner .btn_area [class*='btn_def'] {
		margin: 60px auto 0;
	}
}


/* =========================================================
news_list
========================================================= */
#news_list {
	margin-top: 11px;
	width: 100%;
	border-top: 1px solid #ccc;
}
#news_list .lnk_bloc {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#news_list .link {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 26px 20px 27px 12px;
}
#news_list .link .date {
	font-size: 1em;
	width: 6.2em;
}
#news_list .link .title {
	font-size: 1em;
	width: calc(100% - 6.2em);
}
@media only screen and (max-width: 750px){
	#news_list {
		margin-top: 0;
	}
	#news_list .link {
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		padding: 26px 0px 27px 12px;
	}
	#news_list .link .date {
		width: 100%;
	}
	#news_list .link .title {
		width: 100%;
		margin-top: 5px;
	}
}
