@charset "utf-8";

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

    common

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

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



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

    mv

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

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

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

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.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;
}

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

#news dd a,
#news dd p {
	width: 87vw;
	color: #333;
	font-size: 2.94vw;
	font-weight: 600;
	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 a {
	display: block;
}



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

    about

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

#about {
	width: 100%;
	min-height: 106vw;
	font-size: 3.74vw;
	text-align: center;
	font-weight: 400;
	background: #f5f5f5;
	margin-bottom: 12vw;
	padding: 12vw 0;
	box-sizing: border-box;
}

#about h2 + p {
	text-align: left;
	line-height: 2;
	margin-bottom: 6vw;
	padding: 0 6vw;
}

#about dt iframe {
	width: 88vw;
	height: 64.8vw;
}

#about dd {
	width: 88vw;
	color: #333;
	font-size: 3.47vw;
	text-align: left;
	background: #fff;
	margin: 0 auto;
	padding: 6vw;
	box-sizing: border-box;
}

#about dd ul {
	margin-bottom: 7.2vw;
}

#about dd li {
	border-bottom: 0.1rem #646464 dotted;
	margin-bottom: 1.5vw;
	padding: 0 0.6vw 1.5vw;
}

#about dd li .zmdi {
	color: #00a9d4;
	font-size: 4.2vw;
	vertical-align: middle;
	margin-right: 1.5vw;
}

#about dd li span {
	display: inline-block;
	font-size: 2.67vw;
	padding-left: 4.2vw;
}

#about dd a {
	color: #333;
}


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

    service

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

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

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

#service h2 + p {
	text-align: center;
	margin-bottom: 6vw;
}

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

#service li:nth-child(even) {
	margin-right: 0;
}

#service li a {
	color: #333;
}

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

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

#service li:last-child dd {
    min-height: 10.2vw;
    line-height: 10.2vw;
}

#site_daiki #service li:last-child dd,
#site_hannan #service li:last-child dd {
    min-height: 0;
    line-height: inherit;
}

#site_daiki #service li:nth-child(3) dd,
#site_hannan #service li:nth-child(3) dd {
    min-height: 10.2vw;
    line-height: 10.2vw;
}

#service .link_detail .zmdi {
	width: 3.2vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
    vertical-align: top;
    margin-top: 1vw;
}

#service .link_detail {
	color: #333;
	vertical-align: middle;
	letter-spacing: 0.21vw;
	font-weight: 700;
}

#service .link_detail a {
	text-decoration: none;
}

#service .link_detail span {
	font-size: 2.67vw;
	font-weight: 600;
}

#service .distribution .link_detail .zmdi,
#service li:last-child .link_detail .zmdi,
#site_daiki #service li:nth-child(3) .link_detail .zmdi,
#site_hannan #service li:nth-child(3) .link_detail .zmdi {
	vertical-align: middle;
	margin-top: 0;
}

#site_daiki #service li:last-child .link_detail .zmdi,
#site_hannan #service li:last-child .link_detail .zmdi {
	vertical-align: top;
	margin-top: 1vw;
}

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





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

    equipment

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

#equipment {
	background: #f5f5f5;
	margin-bottom: 12vw;
	padding: 12vw 0;
}

#equipment h2 + p {
	text-align: center;
	line-height: 2;
	margin-bottom: 6vw;
}

#equipment .container {
	padding: 0 12vw;
}

#equipment figure {
	margin-bottom: 4.5vw;
	position: relative;
}

#equipment figure:last-of-type {
	margin-bottom: 7.2vw;
}

#equipment figcaption {
	color: #fff;
	font-size: 2.67vw;
	text-align: center;
	background: #00a9d4;
	padding: 1.2vw;
	position: absolute;
	bottom: 0;
	right: 0;
}



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

    recruit

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

#recruit {
	margin-bottom: 12vw;
}

#recruit .container {
	padding: 0 6vw;
}

#recruit a {
	color: #333;
	text-decoration: none;
}

#recruit h2 + p {
	text-align: center;
	line-height: 2;
	margin-bottom: 6vw;
}

#recruit h3 {
	font-size: 4.21vw;
	margin-bottom: 2.1vw;
}

#recruit .exp {
	font-size: 2.67vw;
	margin-bottom: 2.1vw;
}

#recruit ul {
	font-size: 0;
	margin-bottom: 3.2vw;
}

#recruit li {
	display: inline-block;
	width: 42vw;
	vertical-align: top;
	border: 0.1rem #dcdcdc solid;
	margin-bottom: 4vw;
	padding: 3.6vw 3vw;
	box-sizing: border-box;
	position: relative;
}

#recruit li:nth-child(even) {
	margin-left: 4vw;
}

#recruit li .zmdi {
	width: 2.1vw;
	color: #fff;
	font-size: 3.9vw;
	text-align: center;
	line-height: 2.1vw;
	background: #00a9d4;
	padding: 1.2vw;
	position: absolute;
	bottom: 0;
	right: 0;
}






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

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

    common

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




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

    mv

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

.slick-dotted.slick-slider {
	margin-bottom: 0;
}



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

    news

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

#news {
    margin-bottom: 7.2vw;
}

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

#news dl {
    overflow: hidden;
}

#news dt {
	font-size: 1.8vw;
	margin-bottom: 0;
	float: left;
}

#news dd {
    margin-left: 12vw;
    line-height: 1;
}

#news dd a,
#news dd p {
    width: 78vw;
    font-size: 1.8vw;
    line-height: 1;
}

#news dd a span {
	vertical-align: top;
}





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

    about

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

#about {
    font-size: 1.95vw;
    margin-bottom: 7.2vw;
	padding: 7.2vw 0;
}

#about h2 + p {
	padding: 0 15vw;
}

#about dd {
	font-size: 1.95vw;
}

#about dd li span {
	font-size: 1.8vw;
}





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

    service

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

#service {
	margin-bottom: 7.2vw;
}

#service h2 + p {
	font-size: 1.95vw;
}

#service dd {
    padding: 2.1vw;
}

#service li:last-child dd,
#site_daiki #service li:nth-child(3) dd,
#site_hannan #service li:nth-child(3) dd {
    min-height: 0;
    line-height: 1;
}

#service .distribution .link_detail {
	vertical-align: middle;
}

#service .link_detail span {
	font-size: 1.65vw;
	padding-right: 0.3vw;
}




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

    equipment

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

#equipment {
	margin-bottom: 7.2vw;
	padding: 7.2vw 0;
}

#equipment h2 + p,
#equipment figcaption {
	font-size: 1.95vw;
}

#equipment figure img {
    width: 100%;
}




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

    recruit

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

#recruit {
	margin-bottom: 7.2vw;
}

#recruit h2 + p {
	font-size: 1.95vw;
}

#recruit h3,
#recruit .exp {
	margin-bottom: 1.5vw;
}

#recruit h3 .sp {
	display: none;
}

#recruit li {
	padding: 3vw 2.1vw;
}

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

#recruit li .zmdi {
	width: 2.7vw;
	font-size: 1.95vw;
	line-height: 2.7vw;
	padding: 0.21vw;
}





}


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

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

    news

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

#news .container {
	max-width: 768px;
}


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

    service

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




}


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

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

    common

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

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



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

    mv

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

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

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



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

    news

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

#news {
	margin-bottom: 9rem;
}

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

#news .container {
	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 dt {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 3rem;
}

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

#news dd a,
#news dd p {
	width: 660px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 3rem;
}




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

    about

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

#about {
	min-height: 825px;
	font-size: 1.8rem;
	margin-bottom: 9rem;
	padding: 8.1rem 0;
}

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

#about h2 + p {
	padding: 0;
	text-align: center;
	line-height: 2;
	margin-bottom: 5.7rem;
}

#about dl {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#about dt {
	float: left;
}

#about dt iframe {
	width: 570px;
	height: 420px;
}

#about dd {
	width: auto;
	font-size: 1.6rem;
	padding: 4.5rem;
	min-height: 420px;
    height: auto;
    margin-left: 580px;
}

#about dd ul {
    margin-bottom: 4.2rem;
}

#about dd li {
	margin-bottom: 1.2rem;
    padding: 0 0.6rem 1.2rem;
}

#about dd li .zmdi {
	font-size: 2.4rem;
	margin-right: 1.2rem;
}

#about dd li span {
	font-size: 1.4rem;
    padding-left: 2.8rem;
}

#about .btn_detail a {
	min-width: 0;
    width: 230px;
}


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

    service

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

#service {
	margin-bottom: 9rem;
}

#service h2 + p {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
}

#service li {
	width: 30.56%;
	margin-right: 4.16%;
	margin-bottom: 4.5rem;
}

#service li:nth-child(even) {
	margin-right: 4.16%;
}

#service li:nth-child(3n) {
	margin-right: 0;
}

#service dt img {
	width: 330px;
}

#service dd {
    padding: 5% 3%;
}

#service .link_detail {
    font-size: 0;
    line-height: 2.2rem;
    letter-spacing: 0.04rem;
}

#service .link_detail a {
	font-size: 2.2rem;
	text-decoration: none;
	padding-left: 2.4rem;
}

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

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

#service .link_detail span {
	font-size: 1.4rem;
	vertical-align: middle;
	font-weight: 400;
}

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




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

    equipment

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

#equipment {
	margin-bottom: 9rem;
	padding: 8.1rem 0;
}

#equipment h2 + p {
	font-size: 1.6rem;
    margin-bottom: 4.5rem;
}

#equipment .container {
	max-width: none;
	width: 814px;
	margin: 0 auto;
}

#equipment figure {
	float: right;
	margin-bottom: 1.9rem;
}

#equipment figure:first-of-type {
	float: left;
}

#equipment figure:last-of-type {
	margin-bottom: 4.5rem;
}

#equipment figure img {
	max-width: none;
	width: 255px;
	height: auto;
}

#equipment figure:first-of-type img {
	width: 540px;
}

#equipment figcaption {
	font-size: 1.4rem;
	padding: 0.8rem;
}

#equipment figure:first-of-type figcaption {
	font-size: 1.6rem;
}

#equipment .btn_detail {
	clear: both;
}




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

    recruit

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

#recruit {
	margin-bottom: 9rem;
}

#recruit h2 + p {
	font-size: 1.6rem;
	margin-bottom: 4.5rem;
}

#recruit .container {
	max-width: none;
	width: 990px;
}

#recruit li {
	width: 310px;
	margin-bottom: 3rem;
	padding: 3.2rem 2.2rem;
}

#recruit li:nth-child(even) {
	margin-left: 0;
}

#recruit li:nth-child(3n+2) {
	margin-right: 3rem;
	margin-left: 3rem;
}

#recruit li a {
	display: block;
}

#recruit h3 {
	font-size: 2rem;
}

#recruit .exp {
    font-size: 1.4rem;
}

#recruit li .zmdi {
	width: 2.3rem;
	font-size: 2.1rem;
    line-height: 2.3rem;
}




}
