@charset "utf-8";

/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */

body {
	color: #222;
	font-size: 62.5%; /*10px*/
	font-family: 'Noto Sans JP';
	line-height: 22.5px;
	line-height: 2.25rem;
	/*150%*/
}

.container {
	background: #fff;
	width: 100%;
	min-width: 1300px;
}

@media screen and (max-width:768px) {
	body {
		min-width: 100%;
		word-wrap: break-word;
	}
	.container {
		min-width: 100%;
	}
}


/* ======================================================

	header

========================================================= */
header {
	width: 100%;
	background: url(images/mv_bg.jpg) repeat center top;
}
.headerArea {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 200px;
	background: url(images/mv_bg03.png) repeat-x center bottom;
	z-index:100;
}
.headerArea:before {
	content: "";
	position:absolute;
	bottom: 9px;
	width: 100%;
	height: 421px;
	background: url(images/mv_bg02.png) no-repeat center bottom;
	z-index: 1;
}


.header_inner {
	width: 1300px;
	margin: 0 auto;
}
.h_logo {
	float: left;
	margin: 0 0 30px;
}

.mvArea {
	text-align: center;
}
.mvArea dt img {
	max-width: 100%;
}
.mvArea dt,
.mvArea dd {
	margin: 0 0 30px;
	clear: both;
}


@media screen and (max-width:768px) {
	.headerArea {
		padding: 0 0 20%;
		width: 100%;
		height: auto;
		background-size: contain;
	}
	.headerArea:before {
		content: "";
		height: 156px;
		background-size: contain;
	}
	.header_inner {
		padding: 0 10px;
		width: 100%;
	}
	.h_logo {
		width: 200px;
	}
	.h_logo img {
		max-width: 100%;
	}
	.mvArea dt img {
		width: 100%;
	}
	.mvArea dd img {
		width: 85%;
	}
	.mvArea dd h1 img {
		width: 65%;
	}
}

@media screen and (max-width:599px) {
	.h_logo {
		margin: 0 0 20px;
		width: 120px;
	}
	.mvArea dt,
	.mvArea dd {
		margin: 0 0 15px;
	}
}



/* ======================================================

content_inner

========================================================= */

.content_inner {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.content_inner {
		width: 100%;
		padding: 0 20px;
	}
}

/* ======================================================

content01

========================================================= */
.content01 {
	padding: 0 0 30px;
	background: url(images/content01_bg01.png) repeat center top;
	text-align: center;
}

.content_wide_inner h2 {
	position: relative;
	padding: 110px 0 170px;
	background: url(images/content01_bg02.png) no-repeat center top;
	z-index: 12;
}

.content01 .imgBox {
	position: relative;
	margin: -190px auto 0;
	padding: 0 0 1120px;
	width: 1300px;
}
.content01 .img01 {
	position: absolute;
	top: 0;
	left: 10px;
	z-index:11;
}
.content01 .img02 {
	position: absolute;
	top: 250px;
	right: 0px;
	z-index:12;
}
.content01 .img03 {
	position: absolute;
	top: 470px;
	left: 70px;
	z-index:13;
}



@media screen and (max-width:768px) {
    .content_wide_inner h2 {
		padding: 20px 0 11%;
		background-size: contain;
		width: 100%;
	}
	.content_wide_inner h2 img {
		width: 50%;
	}
	.content01 .imgBox {
		margin: -13% auto 0;
		padding: 0 0 93%;
		width: 100%;
	}
	.content01 .imgBox img {
		width: 100%;
	}
	.content01 .img01 {
		top: 0;
		left: 2%;
		right: 41%;
		width: 57%;
	}
	.content01 .img02 {
		top: 26%;
		right: 1%;
		width: 43%;
	}
	.content01 .img03 {
		top: 45%;
		left: 8%;
		width: 63%;
	}


}

/* ======================================================

content02

========================================================= */
.content02 {
	padding: 0 0 80px;
	background: url(images/content02_bg01.png) repeat center top;
	border-top: 1px solid #fff;
	text-align: center;
}
.content02 .content_inner {
	position: relative;
}
.content02 .content_inner:before {
	content: "";
	position: absolute;
	bottom: 100px;
	right: 230px;
	width: 224px;
	height: 518px;
	background:url(images/content02_bg02.png) no-repeat center top;
	background-size: contain;
}
.content02 h2 {
	margin: -40px auto 60px;
}
.content02 .img {
	margin: 120px auto 0;
	padding: 0 450px 0 0;
}
.content02 .txt {
	padding: 30px 70px 60px;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
.content02 .txt .color {
	color: #ff4c4f;
}
.content02 .btn {
	display: inline-block;
	background: #ffd545;
	border-radius: 30px;
	box-shadow: 8px 8px 0 #e3e3e3;
}
.content02 .btn a {
	display: block;
	position: relative;
	padding: 60px 200px;
	transition:all 0.5s;
}
.content02 .btn a:hover {
	opacity:0.7;
}
.content02 .btn a:before {
	content: "";
	position: absolute;
	top: -26px;
	left: 50px;
	width: 94px;
	height: 212px;
	background:url(images/content02_img01.png) no-repeat center top;
	transition:all 0.5s;
}
.content02 .btn a:after {
	content: "";
	position: absolute;
	top: 30%;
	right: 80px;
	width: 63px;
	height: 68px;
	background:url(images/content02_img02.png) no-repeat center top;
	transition:all 0.5s;
}
.content02 .btn a:hover:before {
		transform: rotate(-5deg);
}
.content02 .btn a:hover:after {
		right: 60px;
}


@keyframes animation03{
    0%{
        transform:rotate(1deg);
    }
    100%{
        transform:rotate(-1deg);
    }
}
.content02 .content_inner:before{
    animation-name: animation03;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction:alternate;
}

@media screen and (max-width:768px) {
	.content02 {
		padding: 0 0 50px;
	}
	.content02 h2 {
	    margin: -20px auto 30px;
    }
	.content02 h2 img {
		width: 100%;
	}
	.content02 .content_inner:before {
		content: "";
		top: 230px;
		bottom: auto;
		right: 30px;
		width: 24%;
		height: 370px;
	}
	.content02 .img {
		margin: 80px 10px 30px 10px;
		padding: 0;
		text-align: left;
	}
	.content02 .img img {
		width: 60%;
	}
	.content02 .txt {
        padding: 20px 28% 0 0;
        font-size: 22px;
	}
	.content02 .btn img {
		width: 200px;
	}
	.content02 .btn a {
		padding: 30px 150px;
	}
	.content02 .btn a:before {
		content: "";
		top: -15px;
		left: 50px;
		width: 60px;
		height: 120px;
		background-size:contain;
	}
	.content02 .btn a:after {
		content: "";
		top: 20px;
		right: 80px;
		width: 40px;
		height: 120px;
		background-size:contain;
	}

}

@media screen and (max-width:599px) {
    .content02 .img {
    	margin: 70px 0 0;
    }
	.content02 .content_inner:before {
		top: 155px;
		right: 21%;
		width: 10%;
		height: 130px;
		/* background-size: cover; */
	}
	.content02 .txt {
        padding: 30px 0 0;
        font-size: 20px;
 }
	.content02 .btn a {
		padding: 30px 0;
		width: 300px;
	}
	.content02 .btn img {
		width: 150px;
	}
	.content02 .btn a:before {
		content: "";
		top: -10px;
		left: 20px;
		width: 42px;
		height: 100px;
	}
	.content02 .btn a:after {
		content: "";
		top: 22px;
		right: 25px;
		width: 30px;
		height: 36px;
	}
	.content02 .btn a:hover:after {
		right: 20px;
	}

}

@media screen and (max-width:499px) {
		.content02 .content_inner:before {
    		top: 125px;
    	}
}


/* ======================================================

content03

========================================================= */
.content03 {
	padding: 50px 0;
	background: #0cb3ac;
	text-align: center;
}
.content03 .content_inner:before {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 284px;
	height: 371px;
	background:url(images/content03_bg01.png) no-repeat center top;
}
.content03 .content_inner:after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: 0;
	width: 284px;
	height: 371px;
	background:url(images/content03_bg02.png) no-repeat center top;
}
.content03 h2 {
    position: relative;
    margin: 0 0 40px;
}
.content03 h2:before,
.content03 h2:after{
	content: "";
	display: inline-block;
	margin: 0 20px 0;
	width: 50px;
	height: 47px;
	background: url("images/content03_bg03.png") no-repeat center top;
}
.content03 .qr_list {
	/* display: flex; */
	/* justify-content: space-between; */
	margin: 0 auto;
	width: 700px;
}
.content03 .qr_list li {
}
.content03 .qr_list dt {
	margin: 0 0 30px;
}
.content03 .qr_list dd {
	background: #fff;



	border-radius: 15px;
}
.content03 .qr_list dd a {
	display: block;
	padding: 20px 20px;
}
.content03 .qr_list dd a:hover {
	opacity: 0.7;
}


@keyframes animation01{
    0%{
        transform:rotate(5deg);
    }
    50%{
        transform:rotate(-5deg);
    }
    100%{
        transform:rotate(5deg);
    }
}
.content03 h2:before,
.content03 h2:after{
    animation-name: animation01;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@media screen and (max-width:768px) {
	.content03 {
		padding: 50px 0 0;
	}
	.content03 .content_inner {
	    padding: 0 20px 300px;
	}
	.content03 h2 img {
		width: 60%;
	}
	.content03 h2:before,
	.content03 h2:after{
		content: "";
		margin: 0 20px 0;
		width: 6%;
		height: 50px;
		background-size: contain;
	}
	.content03 .qr_list {
		width: 100%;

	}
	.content03 .content_inner:before {
		bottom: 0;
		left: 50px;
		width: 200px;
		height: 270px;
		background-size:contain;
	}
	.content03 .content_inner:after {
		bottom: 0;
		right: 50px;
		width: 200px;
		height: 270px;
		background-size:contain;
	}
	.content03 .qr_list dd img {
		width: 100%;
	}
}


@media screen and (max-width:599px) {
	.content03 .content_inner {
	    padding: 0 20px 200px;
	}
	.content03 h2 {
        margin: 0 0 10px;
    }
	.content03 .content_inner:before {
		bottom: 0;
		left: 20px;
		width: 140px;
		height: 190px;
	}
	.content03 .content_inner:after {
		bottom: 10px;
		right: 20px;
		width: 150px;
		height: 190px;
	}
	.content03 h2:before{
		content: "";
		margin: 0 20px 0 0;
		width: 6%;
		height: 25px;
	}
	.content03 h2:after{
		content: "";
		margin: 0 0 0 20px;
		width: 6%;
		height: 25px;
	}
	.content03 .qr_list li img {
		max-width: 100%;
	}

}

/* ======================================================

content04

========================================================= */
.content04 {
	padding: 50px 0 80px;
	background: url(images/content01_bg01.png) repeat center top;
	text-align: center;
}
.content04 h2 {
	margin: 0 auto 30px;
}
.content04 h2:before,
.content04 h2:after{
	content: "";
	display: inline-block;
	margin: 0 20px 0;
	width: 50px;
	height: 47px;
	background: url("images/content03_bg03.png") no-repeat center top;
}

.content04 h2:before,
.content04 h2:after{
    animation-name: animation01;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.content04 p {
	margin: 10px;
	font-size: 20px;
}
.youtubeBox {
	width: 740px;
	margin: 0 auto;
}
.youtubeBox_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox video,
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
	.content04 h2 img {
		width: 60%;
	}
	.content04 h2:before,
	.content04 h2:after{
		margin: 0 20px 0;
		width: 6%;
		height: 50px;
		background-size: contain;
	}
	.content04 .youtubeBox {
		width: 100%;
	}
	.content04 p {
	    font-size: 16px;
    }

}

@media screen and (max-width:599px) {
	.content04 {
		padding: 50px 0;
	}
	.content04 h2 {
		margin: 0 0 10px;
	}
	.content04 h2:before{
		margin: 0 20px 0 0;
		width: 6%;
		height: 25px;
	}
	.content04 h2:after{
		margin: 0 0 0 20px;
		width: 6%;
		height: 25px;
	}

}


/* ======================================================

content05

========================================================= */
.content05 {
	padding: 130px 0 80px;
	background: url(images/content05_bg01.png) repeat center top;
	text-align: center;
}
.content05 h2 {
	position: relative;
	margin: 0 auto 80px;
}
.content05 h2:before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 322px;
	height: 156px;
	background: url("images/content05_txt01.png") no-repeat center top;
}
.content05 h2:after {
	content: "";
	position: absolute;
	top: -46px;
	right: 60px;
	width: 157px;
	height: 241px;
	background: url("images/content05_img01.png") no-repeat center top;
}
.content05 .can_list {
	display: flex;
	justify-content: space-between;
}
.content05 .can_list > li {
	width: 400px;
	background: #ffd545;
	border-radius: 10px;
}
.content05 .can_list dt {
	padding: 25px 0;
	text-align: center;
}
.content05 .can_list .txt {
	padding: 25px;
	font-size: 18px;
	text-align: left;
	line-height: normal;
}
.content05 .can_list .txt h4 {
	margin: 0 0 20px;
}
.content05 .can_list .txt li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 25px;
	background: #ff5e10;
	border-radius: 30px;
	color: #fff;
}
.content05 .can_list .txt ol:after {
	content: "...etc.";
	margin: 13px 0 0;
	font-weight: bold;
	float:right;
}

@keyframes animation04 {
	0%{
		opacity: 0;
	}
	100%{
		opacity:1;
	}
}

.content05 h2:after {
	animation-name: animation04;
	animation-duration: 1s;
    }



@media screen and (max-width:768px) {
	.content05 {
		padding: 80px 0 40px;
	}
	.content05 h2 {
		margin: 0 0 40px;
	}
	.content05 h2 img {
		width: 65%;
	}
	.content05 h2:before {
		content: "";
		top: -90px;
		left: 0;
		width: 28%;
		height: 120px;
		background-size: contain;
	}
	.content05 h2:after{
		content: "";
		top: -30px;
		right: 10px;
		width: 13%;
		height: 140px;
		background-size: contain;
	}
	.content05 .can_list {
		display: block;
	}
	.content05 .can_list > li {
		margin: 0 auto 30px;
		width: 500px;
	}
	.content05 .can_list dt {
		padding: 25px 30px;
	}
	.content05 .can_list dt img {
		max-width: 100%;
	}
	.content05 .can_list .img img {
		width: 100%;
	}
	.content05 .can_list .txt ol {
		padding: 0 0 30px;
	}
	.content05 .can_list .txt li {
		margin: 0 20px 10px 0;
	}
}

@media screen and (max-width:599px) {
	.content05 h2:before {
		top: -70px;
		width: 33%;
		height: 60px;
	}
	.content05 .can_list > li {
		width: 100%;
	}
	.content05 .can_list dt {
		padding: 25px 70px;
	}
}

/* ======================================================

content06

========================================================= */
.content06 {
	padding: 50px 0 120px;
	background: #fff;
	text-align: center;
}
.content06 h2 {
	margin: 0 0 300px;
}
.content06 .btn {
	position: relative;
	display: inline-block;
	background: url(images/content06_bg01.png) no-repeat center top;
	border-radius: 30px;
	box-shadow: 8px 8px 0 #e3e3e3;
}
.content06 .btn:after {
	content: "";
	position: absolute;
	top: -213px;
	right: 80px;
	width: 308px;
	height: 231px;
	background:url(images/content06_img02.png) no-repeat center top;
}
.content06 .btn a {
	display: block;
	position: relative;
	padding: 65px 300px;
}
.content06 .btn:before {
	content: "";
	position: absolute;
	top: -270px;
	left: 50px;
	width: 463px;
	height: 530px;
	background:url(images/content06_img01.png) no-repeat center top;
}
.content06 .btn a:after {
	content: "";
	position: absolute;
	top: 32%;
	right: 180px;
	width: 63px;
	height: 68px;
	background:url(images/content02_img02.png) no-repeat center top;
	transition: all 0.5s;
}
.content06 .btn a:hover {
	opacity: 0.7;
}
.content06 .btn a:hover:after {
    right: 170px;
}


@media screen and (max-width:768px) {
	.content06 {
		padding: 50px 0;
	}
	.content06 h2 {
		margin: 0 0 150px;
	}
	.content06 h2 img {
		width: 100%;
	}
	.content06 .btn img {
		width: 270px;
	}
	.content06 .btn:before {
		top: -120px;
		left: 10px;
		width: 40%;
		height: 238px;
		background-size: contain;
	}
	.content06 .btn:after {
		top: -106px;
		right: 20px;
		width: 30%;
		height: 121px;
		background-size: contain;
	}
	.content06 .btn a {
		padding: 30px 110px;
	}
	.content06 .btn a:after {
		top: 20px;
		right: 40px;
		width: 40px;
		height: 60px;
		background-size:contain;
	}
	.content06 .btn a:hover:after {
		right: 30px;
	}


}

@media screen and (max-width:599px) {
	.content06 h2 {
		margin: 0 0 80px;
	}
	.content06 .btn img {
		width: 190px;
	}
	.content06 .btn:before {
		top: -50px;
		height: 138px;
	}
	.content06 .btn:after {
		top: -63px;
		height: 74px;
	}
	.content06 .btn a {
        padding: 30px 0;

        width: 300px;
	}
	.content06 .btn a:after {
		top: 22px;
		right: 20px;
		width: 30px;
		height: 36px;
	}
	.content06 .btn a:hover:after {
		right: 10px;
	}
}

/* ======================================================

content07

========================================================= */
.content07 {
	padding: 100px 0 40px;
	background:url(images/content01_bg01.png) repeat center top;
}
.content07 .content_inner {
	padding: 0 60px;
}
.content07 .flex_list {
	display: flex;
	justify-content: space-between;
}
.content07 .flex_list li:nth-child(2) {
	margin: 80px 0 0;
}
.content07 .flex_list dt {
	position: relative;
	margin: 0 auto 40px;
}
.content07 .flex_list dt:after {
	content: "";
	position: absolute;
	top: 90px;
	right: 60px;
	width: 63px;
	height: 68px;
	background:url(images/content02_img02.png) no-repeat center top;
}
.content07 .video:hover {
	opacity: 0.7;
}

@keyframes animation02 {
    0%{
        right: 70px;
    }
    100%{
        right: 0px;
    }
}
.content07 .flex_list dt:after{
    animation-name: animation02;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}


@media screen and (max-width:768px) {
	.content07 {
		padding: 50px 0;
	}
	.content07 .content_inner {
		width: 560px;
		padding: 0;
	}
	.content07 h2 img {
		width: 100%;
	}
	.content07 .flex_list li {
		width: 47%;
	}
	.content07 .flex_list li:nth-child(2) {
		margin: 40px 0 0;
	}
	.content07 .flex_list dt {
		margin: 0 auto 20px;
	}
	.content07 .flex_list dt:after {
		content: "";
		top: 42px;
		width: 35px;
		height: 40px;
		background-size: contain;
	}
    .content07 .flex_list dt img {
    	width: 90%;
    }
   	.content07 .flex_list dd img {
   		width: 100%;
   	}
   	.content07 .youtubeBox {
		width: 100%;
	}
	.content07 .video img {
		width: 100%;
	}
	@keyframes animation02 {
		0%{
			right: 10px;
		}
		100%{
			right: -10px;
		}
	}
}

@media screen and (max-width:599px) {
	.content07 .content_inner {
		width: 100%;
		padding: 0 20px;
	}
	.content07 .flex_list {
		display: block;
	}
	.content07 .flex_list li {
		width: 100%;
	}
	.content07 .flex_list dt {
		text-align: center;
	}
	.content07 .flex_list dt:after {
		display:inline-block;
		position: relative;
		left: auto;
		right: auto;
		width: 35px;
		height: 40px;
		transform: rotate(90deg);
	}
	@keyframes animation02 {
		0%{
			top: 0;
		}
		100%{
			top: 10px;
		}
	}
}

/* ======================================================

content08

========================================================= */
.content08 {
	padding: 100px 0 60px;
	background: #fff;
}
.content08 .txtBox {
	padding: 60px 40px 40px 230px;
	border:1px solid #ff5e10;
	border-radius:20px;
	font-size: 20px;
	line-height: 46px;
}
.content08 .txtBox:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 70px;
	width: 100px;
	height: 240px;
	background:url(images/content08_img01.png) no-repeat center top;
	background-size: contain;
	}

.content08 h2 {
	margin: 0 0 30px;
}

.content08 .line {
	border-bottom: 1px solid #ff5e10;
}

@media screen and (max-width:768px) {
	.content08 {
		padding: 40px 0;
	}
	.content08 .txtBox {	
        padding: 40px;
	}
	.content08 h2 img {
		width: 370px;
	}
    .content08 .txtBox:before {
		content: "";
		top: 25px;
		left: 60px;
		width: 50px;
		height: 80px;
		background-size: contain;
	}
    .content08 h2 {
    	padding: 0 70px;
    }
}

@media screen and (max-width:599px) {
	.content08 .txtBox {
        padding: 20px;
        font-size: 18px;
        line-height: 28px;
 }
    .content08 .txtBox:before {
    	position: relative;
    	display: block;
    	margin: 0 auto 10px;
    	top: 0;
    	left: 0;
    	width: 50px;
    	height: 80px;
    }
	.content08 h2 {
		margin: 0 auto 20px;
		padding: 0;
	}
	.content08 h2 img {
		width: 100%;

	}

}

/* ======================================================

content_job

========================================================= */
.content_job {
	padding: 50px 0 80px;
	background: #0cb3ac;
	text-align: center;
}
.content_job h2 {
	margin: 0 auto 30px;
}
.content_job h2:before,
.content_job h2:after{
	content: "";
	display: inline-block;
	margin: 0 20px 0;
	width: 50px;
	height: 47px;
	background: url("images/content03_bg03.png") no-repeat center top;
}

.content_job h2:before,
.content_job h2:after{
    animation-name: animation01;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}


.job_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: left;
}

.job_list dl{
	margin-right: 2%;
	margin-bottom: 30px;
	width:23%;
	background-color: #fff;}

.job_list dl:nth-child(4n){margin-right: 0;}

.job_list dt img{
	width: 100%;
	height: auto;}

.job_list dd{
	padding: 20px;}

.job_list dd h3{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 24px;
	color: #0D7DD4;}

.job_list dd h3 span{
	padding-left: 10px;
	font-size: 22px;}

.job_list dd ol {
	padding: 0 0 40px;
}
.job_list dd ol li{
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 25px;
	background: #4c8bd5;
	border-radius: 30px;
	color: #fff;
}
.job_list dd ol:after {
	content: "...etc.";
	margin: 13px 0 0;
	font-weight: bold;
	float:right;
}



@media screen and (max-width:768px){
	.content_job {
		padding: 50px 0;
	}
	.content_job h2 img {
		width: 25%;
	}
	.content_job h2:before,
	.content_job h2:after{
		margin: 0 20px 0;
		width: 6%;
		height: 50px;
		background-size: contain;
	}
	.job_list dl{
		margin-right: 4%;
		width:48%;}
	.job_list dl:nth-child(even){margin-right: 0;}

	.job_list dd h3{font-size: 22px;}
	
	.job_list dd{
		padding: 15px;}
	}

@media screen and (max-width:599px){
	.content_job {
		padding: 30px 0;
	}
	.content_job h2 {
		margin: 0 auto 10px;
	}
	.content_job h2:before{
		margin: 0 20px 0 0;
		width: 6%;
		height: 25px;
	}
	.content_job h2:after{
		margin: 0 0 0 20px;
		width: 6%;
		height: 25px;
	}
	.job_list {
		margin-bottom:0;
	}
	.job_list dl{
		margin-right: 0;
		width:100%;}

	.job_list dl:nth-child(3n){margin-right: 0;}
	.job_list dl:nth-child(even){margin-right: 0;}
	
	.job_list dt img{width: 100%;height: auto;}
	
	.job_list dd h3{font-size: 20px;}

}



/* ======================================================

content_contact

========================================================= */
.content_contact{
	padding: 100px 0;
	background: url(images/bg_contact.jpg) center bottom no-repeat;
	background-size: cover;
}

.contact_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contact_list li{
	position: relative;
	width: 600px;
	padding: 50px 50px 80px;
	background-color: #0cb3ac;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}

.contact_list li p{
	margin: 0 0 20px;
	font-size: 20px;
}

.contact_list li .icon{
	margin-bottom: 20px;
}

.contact_list li .title{
	line-height: 1.2;
	padding-top: 20px;
	border-top: 1px solid #35dbd4;
	font-size: 30px;
	font-weight: 700;
}

.contact_list li .btn{
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}
.contact_list li .btn {
	display: inline-block;
	background: #ffd545;
	border-radius: 30px;
	box-shadow: 8px 8px 0 #e3e3e3;
}
.contact_list li .btn a {
	display: block;
	position: relative;
	padding: 40px 150px 40px 60px;
	transition:all 0.5s;
}
.contact_list li:nth-child(2) .btn a {
	cursor:default;
	padding: 35px 40px 35px 40px;
}
.contact_list li:first-child .btn a:hover {
	opacity:0.7;
}

.contact_list li:first-child .btn a:after {
	content: "";
	position: absolute;
	top: 27%;
	right: 60px;
	width: 50px;
	height: 54px;
	background:url(images/contact_img01.png) no-repeat center top;
	transition:all 0.5s;
}
.contact_list li:first-child .btn a:hover:after {
	right: 50px;
}



@media screen and (max-width:1299px){
	
	.contact_list li{
		width:48%;
		padding: 40px 30px 60px;}
		
	.contact_list li .title{
		font-size: 26px;
	}

	.contact_list li .btn{
		width: 80%;
		bottom: -50px;
	}
	.contact_list li .btn img{
		width:100%;
		height: auto;
	}
	
}

@media screen and (max-width:768px){
	.contact_list li{
		padding: 40px 20px 40px;}
	
	.contact_list li .title{
		font-size: 24px;
	}
	
	.contact_list li .btn{
		width: 90%;
		bottom: -40px;
	}

	.contact_list li .btn a {
		display: block;
		position: relative;
		padding: 30px 60px 30px 30px;
		transition:all 0.5s;
		line-height: 1em;
	}
	.contact_list li:nth-child(2) .btn a {
		cursor:default;
		padding: 25px 30px 25px 30px;
	}
	.contact_list li:first-child .btn a:after {	
		top: 31%;
		right: 15px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}	
	.contact_list li:first-child .btn a:hover:after {
		right: 5px;
	}

}


@media screen and (max-width:599px){
	.content_contact{
		padding: 50px 0;
	}
	
	.contact_list{
		display: block;
		margin-bottom: 0;}
	
	.contact_list li{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		padding: 30px 20px 30px;}
	
	.contact_list li .btn{
		position: static;
		margin: 20px auto 0;
		width: 100%;
		transform: translateX(0);
	}
	.contact_list li .title{
		font-size: 22px;
	}
	
}

/* ======================================================

content_company

========================================================= */
.content_company{
	padding: 0 0 50px;
}
.content_company .ttl{
	margin: 0 auto 40px;
	padding: 40px 0;
	color: #fff;
	font-size: 42px;
	text-align:center;
	background: #0cb3ac;
}
.content_company dl {
	font-size: 20px;
}
.content_company dl a {
	text-decoration: none;
	color: #333;
}
.content_company dl a:hover {
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	.content_company{
		padding: 0 0 30px;
	}
	.content_company .ttl {
		padding: 20px 0;
		font-size: 24px;
	}
	.content_company dl {
		font-size: 18px;
	}
}



/* ======================================================

footer

========================================================= */

#footer {
	width: 100%;
	background: #fff;
	color: #222;
}





/* ==============================================

copyright

================================================= */

.copyright {
	clear: both;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:599px) {
	.copyright {
		margin-bottom: 50px;
	}
}




/* =======================================

pageTop

========================================== */

#pageTop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 70;

	padding: 20px 20px 17px 20px;
	background-color: rgb(253 211 68 / 80%);
}


#pageTop:hover {
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
		padding: 15px 15px 12px 15px;
	}
}

