@charset "utf-8";

/*---------------------------------------------------------

    common

---------------------------------------------------------*/

.main_contents {
	margin-bottom: 0;
}

.main_contents h2 {
	margin-bottom: 6vw;
}



/*---------------------------------------------------------

    mv

---------------------------------------------------------*/

#mv {
	margin-bottom: 3vw;
}

#slider {
	width: 100%;
	overflow: hidden;
}

.slick-slide img.pc {
    display: none !important;
}

.slick-slide img {
	width: 100%;
	height: auto;
}


/*---------------------------------------------------------

    news

---------------------------------------------------------*/

#news {
	margin-bottom: 12vw;
}

#news h2 {
	margin-bottom: 4.5vw;
}

#news .container {
	padding: 0 4.65vw;
}

#news .container > ul {
	margin-bottom: 8.1vw;
}

#news .container > ul > li {
	border-bottom: 0.27vw #d2d2d2 dotted;
}

#news .container > ul > li:first-child {
	border-top: 0.27vw #d2d2d2 dotted;
}

#news article {
	padding: 3.3vw 0;
    position: relative;
}

#news dt {
	color: #00a9d4;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 2.7vw;
}

#news dd p {
	width: 87vw;
	white-space: nowrap; /* 横幅のMAXに達しても改行しない */
	overflow: hidden; /* ハミ出した部分を隠す */
	text-overflow: ellipsis; /* 「…」と省略 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-moz-text-overflow: ellipsis; /* Firefox */
	-ms-text-overflow: ellipsis; /* IE */
	-o-text-overflow: ellipsis; /* Opera */
}

#news dd p a {
	color: #333;
	font-weight: 600;
}

#news dd ul {
	font-size: 0;
	position: absolute;
	top: 1.8vw;
	left: 21vw;
}

#news dd li {
	display: inline-block;
	margin-left: 0.45rem;
}

#news dd li:first-child {
	margin-left: 0;
}

#news dd li a {
	display: inline-block;
	color: #fff;
	font-size: 2.67vw;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	padding: 1.5vw;
	box-sizing: border-box;
}



/*---------------------------------------------------------

    about

---------------------------------------------------------*/

#about {
	width: 100%;
	min-height: 106vw;
	color: #fff;
	font-size: 3.74vw;
	text-align: center;
	font-weight: 400;
	background: url('../images/front/sp/bg_about.jpg') no-repeat center;
	background-size: cover;
	margin-bottom: 12vw;
	padding: 12vw 0;
	box-sizing: border-box;
}

#about h2 {
	margin-bottom: 5.7rem;
}

#about h2,
#about h2 span,
#about .btn_detail,
#about .btn_detail .zmdi {
	color: #fff;
}

#about .btn_detail a {
	min-width: 72vw;
	color: #fff;
	border-color: #fff;
}

#about h2 + p {
	line-height: 2;
	margin-bottom: 5.7rem;
}



/*---------------------------------------------------------

    service

---------------------------------------------------------*/

#service {
	margin-bottom: 12vw;
	overflow: hidden;
}

#service .container {
	padding: 0 4.67vw;
}

#service dl {
	width: 44vw;
	border: 0.1rem #dcdcdc solid;
	margin-right: 2.66vw;
	margin-bottom: 2.66vw;
	float: left;
	box-sizing: border-box;
}

#service dl:nth-of-type(even) {
	margin-right: 0;
}

#service dt img {
	width: 44vw;
	vertical-align: top;
}

#service dd {
	text-align: center;
	padding: 3vw;
}

#service dd h3 {
	text-align: center;
	margin-bottom: 1.5vw;
}

#service dd h3 span {
	display: block;
	font-size: 2.67vw;
	margin-bottom: 0.15rem;
}

#service dd .exp {
	text-align: left;
	line-height: 1.6;
	margin-bottom: 1.5vw;
}

#service .btn_detail {
	clear: both;
	padding-top: 6vw;
}





/*---------------------------------------------------------

    group

---------------------------------------------------------*/

#group {
	background: #f5f5f5;
	margin-bottom: 12vw;
	padding: 4.5rem 0 7.2rem;
}

#group dl {
	width: 88vw;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7.2vw;
	padding: 4.94vw;
	box-sizing: border-box;
}

#group dt {
	margin-bottom: 3.6vw;
}

#group dt img {
	width: 78.14vw;
	vertical-align: top;
}

#group dd h3 {
	border-left-width: 1.07vw;
	border-left-style: solid;
	letter-spacing: 0.1rem;
	margin-bottom: 2.1vw;
	padding-left: 1.5vw;
}

#group dd .txt {
	line-height: 1.8;
	border-bottom: 0.1rem #d2d2d2 dotted;
	margin-bottom: 2.1vw;
	padding-bottom: 2.1vw;
}

#group dd li + li {
	margin-top: 0.6vw;
}

#group dd li:last-child {
	margin-top: 1.8rem;
}

#group dd li:last-child a {
	text-decoration: underline;
}

#group dd li .zmdi {
	color: #00a9d4;
	margin-left: 0.3rem;
}

#group dd .link_detail {
	text-align: right;
}



/*---------------------------------------------------------

    recruit

---------------------------------------------------------*/

#recruit {
	margin-bottom: 12vw;
}

#recruit section {
	width: 88vw;
	border: 0.1rem #dcdcdc solid;
	margin: 0 auto 7.2vw;
	padding: 4.94vw;
	box-sizing: border-box;
}

#recruit #personality,
#recruit #interview {
	position: relative;
}

#recruit #flow {
	text-align: center;
}

#recruit section h3 {
	text-align: center;
	margin-bottom: 2.7vw;
}

#recruit #personality img,
#recruit #interview img {
	width: 78.14vw;
	margin-bottom: 3.9vw;
}

#recruit #flow img {
	width: 34.14vw;
	vertical-align: top;
}

#recruit .lead {
	line-height: 1.8;
	margin-bottom: 3.6vw;
}

#recruit #personality .link_detail,
#recruit #interview .lead + ul,
#recruit #interview .link_detail {
	text-align: center;
}

#recruit #interview .lead + ul > li {
	display: inline-block;
	margin: 0 2.4vw;
}

#recruit #flow li + li {
	margin-top: 3.6vw;
}

#recruit #flow figure {
	width: 78.14vw;
	border: 0.1rem #dcdcdc solid;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#recruit #flow img {
	float: left;
}

#recruit #flow figcaption {
	text-align: left;
	margin-left: 37.14vw;
}

#recruit #flow .link_detail .zmdi {
	width: 3.2vw;
	line-height: 3.2vw;
}

#recruit #flow .link_detail a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 700;
	padding-top: 9.1vw;
	padding-bottom: 9.1vw;
}





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

/*---------------------------------------------------------

    common

---------------------------------------------------------*/





/*---------------------------------------------------------

    news

---------------------------------------------------------*/

#news {
	margin-bottom: 7.2vw;
}

#news article {
	padding: 3.3vw 0 2.1vw;
}

#news dt {
	margin-bottom: 1.8vw;
}

#news dd ul {
    top: 2.4vw;
    left: 12vw;
}

#news dd li a {
	font-size: 1.5vw;
	padding: 0.9vw;
}



/*---------------------------------------------------------

    about

---------------------------------------------------------*/

#about {
	min-height: 66vw;
	font-size: 2.1vw;
    margin-bottom: 7.2vw;
    padding: 7.2vw 0;
}

#about .btn_detail a {
	min-width: 39vw;
}


/*---------------------------------------------------------

    service

---------------------------------------------------------*/

#service dd h3 {
	margin-bottom: 2.1vw;
}

#service dd h3 span {
	font-size: 1.5vw;
}




/*---------------------------------------------------------

    group

---------------------------------------------------------*/





/*---------------------------------------------------------

    recruit

---------------------------------------------------------*/

#recruit .lead {
	font-size: 1.95vw;
}

#recruit #flow ul {
	font-size: 0;
}

#recruit #flow li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.81vw;
}

#recruit #flow li + li {
	margin-top: 0;
}

#recruit #flow figure {
	width: 24vw;
	margin-right: 0;
	margin-left: 0;
}

#recruit #flow img {
	width: auto;
	float: none;
}

#recruit #flow figcaption {
	text-align: center;
	margin-left: 0;
}

#recruit #flow .link_detail a {
	font-size: 2.1vw;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}

#recruit #flow .link_detail .zmdi {
    width: 2.1vw;
    font-size: 1.5vw;
    line-height: 2.1vw;
	margin-top: 0;
}




}


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

/*---------------------------------------------------------

    news

---------------------------------------------------------*/





/*---------------------------------------------------------

    about

---------------------------------------------------------*/

#about {
    min-height: 60vw;
}

#about .btn_detail a:hover {
	color: #00a9d4 !important;
	background-color: #fff;
	border-color: #fff;
}

#about .btn_detail a:hover .zmdi {
	color: #00a9d4;
}




/*---------------------------------------------------------

    service

---------------------------------------------------------*/




/*---------------------------------------------------------

    group

---------------------------------------------------------*/






/*---------------------------------------------------------

    recruit

---------------------------------------------------------*/

/*
#flow .link_box {
	transition: opacity 0.3s;
}

#flow .link_box:hover {
	cursor: pointer;
	opacity: 0.3;
}
*/


}


@media screen and (min-width: 1080px) {

/*---------------------------------------------------------

    common

---------------------------------------------------------*/

.main_contents h2 {
	margin-bottom: 4.5rem;
}



/*---------------------------------------------------------

    mv

---------------------------------------------------------*/

#mv {
	margin-bottom: 7.2rem;
}

.slick-slide img.sp {
    display: none !important;
}

.slick-slide img.pc {
    display: block !important;
}

#slider .slick-slide{
	margin-right: 10px;
	margin-left: 10px;
}



/*---------------------------------------------------------

    news

---------------------------------------------------------*/

#news {
	margin-bottom: 9rem;
}

#news h2 {
	margin-bottom: 5.4rem;
}

#news h2 span {
	margin-right: 2.1rem;
}

#news .container {
	width: 870px;
	padding: 0;
}

#news .container > ul {
	margin-bottom: 4.5rem;
}

#news .container > ul > li {
	border-bottom-width: 0.1rem;
}

#news .container > ul > li:first-child {
	border-top-width: 0.1rem;
}

#news article {
	padding: 2.1rem 0.9rem;
	position: static;
}

#news dl {
	overflow: hidden;
}

#news dt {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 3rem;
	float: left;
}

#news dd {
	margin-left: 9rem;
	overflow: hidden;
}

#news dd p {
	width: 570px;
	line-height: 3rem;
	float: left;
}

#news dd p a {
	font-size: 1.5rem;
}

#news dd ul {
	text-align: right;
	float: right;
	position: static;
}

#news dd li {
	display: inline-block;
	margin-left: 0.45rem;
}

#news dd li a {
	min-width: 70px;
	height: 30px;
	line-height: 1.7;
	font-size: 1.2rem;
	padding: 0.6rem 1.2rem;
	box-sizing: border-box;
}





/*---------------------------------------------------------

    about

---------------------------------------------------------*/

#about {
	min-height: 600px;
	font-size: 1.8rem;
	background: url('../images/front/pc/bg_about.jpg') no-repeat center;
	background-size: cover;
	margin-bottom: 9rem;
	padding: 12rem 0;
}

#about h2 {
	margin-bottom: 5.7rem;
}

#about h2 + p {
	line-height: 2;
	margin-bottom: 5.7rem;
}

#about .btn_detail a {
	min-width: 33rem;
}




/*---------------------------------------------------------

    service

---------------------------------------------------------*/

#service {
	margin-bottom: 9rem;
}

#service dl {
	width: 30.6%;
	margin-right: 4.1%;
	margin-bottom: 4.5rem;
}

#service dl:nth-of-type(even) {
	margin-right: 4.1%;
}

#service dl:nth-of-type(3n) {
	margin-right: 0;
}

#service dt img {
	width: 330px;
}

#service dd {
	padding: 2.1rem;
}

#service dd h3 {
	font-size: 2.2rem;
	margin-bottom: 2.1rem;
}

#service dd h3 span {
	font-size: 1.8rem;
	margin-bottom: 0.6rem;
}

#service dd .exp {
	font-size: 1.4rem;
	line-height: 1.9;
	margin-bottom: 3rem;
}

#service .btn_detail {
	clear: both;
	padding-top: 0;
}





/*---------------------------------------------------------

    group

---------------------------------------------------------*/

#group {
	margin-bottom: 9rem;
	padding: 7.2rem 0;
}

#group dl {
	width: auto;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 4.5rem;
	padding: 2.9rem;
}

#group dt {
	float: left;
}

#group dt img {
	width: 368px;
}

#group dd {
	margin-left: 42rem;
}

#group dd h3 {
	font-size: 2.2rem;
	border-left-width: 0.6rem;
	letter-spacing: 0.1rem;
	margin-bottom: 2.4rem;
	padding-left: 1.2rem;
}

#group dd .txt {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 2.1rem;
	padding-bottom: 2.1rem;
}

#group dd li {
	font-size: 1.5rem;
}

#group dd li + li {
	margin-top: 0.9rem;
}



/*---------------------------------------------------------

    recruit

---------------------------------------------------------*/

#recruit {
	margin-bottom: 9rem;
}

#recruit section {
	margin: 0;
	padding: 3.45rem;
}

.personality_interview_box {
    overflow: hidden;
}

#recruit #personality,
#recruit #interview {
	display: inline-block;
    width: 48.15%;
	min-height: 644px;
	vertical-align: top;
	position: relative;
    float: left;
    box-sizing: border-box;
}

#recruit #personality {
	margin-right: 3.7%;
}

#recruit #flow {
	width: auto;
	margin: 3.8rem 0 4.5rem;
	padding-right: 0;
	padding-left: 0;
}

#recruit section h3 {
	margin-bottom: 2.1rem;
}

#recruit #personality img,
#recruit #interview img {
	width: 450px;
	margin-bottom: 2.4rem;
}

#recruit #flow img {
	float: none;
	width: 310px;
}

#recruit .lead {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 2.1rem;
}

#recruit #personality .link_detail,
#recruit #interview .lead + ul {
	text-align: right;
	position: absolute;
	bottom: 3.45rem;
	right: 3.45rem;
}

#recruit #interview .lead + ul > li {
	margin: 0 0 0 1.5rem;
}

#recruit #flow ul {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

#recruit #flow li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1.466%;
    width: 30.4%;
}

#recruit #flow li + li {
	margin-top: 0;
}

#recruit #flow figure {
	width: 310px;
	margin-right: 0;
	margin-left: 0;
}

#recruit #flow figcaption {
	text-align: center;
	margin-left: 0;
}

#recruit #flow .link_detail {
	padding: 1.5rem 0;
}

#recruit #flow .link_detail .zmdi {
	width: 2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	vertical-align: middle;
}

#recruit #flow .link_detail a {
	font-size: 2rem;
	padding: 0 0 0 2.4rem;
}

#recruit #flow .link_detail a::before {
	width: 1.8rem;
    height: 1.8rem;
}

#recruit #flow .link_detail a::after {
	left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}


}
