@charset "utf-8";

/* gHeader */
	#gHeader {
		height: 1052px;
		margin-bottom: 25px;
		position: relative;
		background-image: url(../imgs/main/bg-hdr.png);
		background-position: center top;
		background-repeat: repeat-x;
	}

	/* logo */
	#gHeader .logo01,
	#gHeader .logo02 {
		position: absolute;
		z-index: 10;
	}
	#gHeader .logo01 {
		top: 20px;
		left: 20px;
	}
	#gHeader .logo02 {
		top: 64px;
		right: 30px;
	}

	#gHeader .cloudL,
	#gHeader .cloudR {
		position: absolute;
		top: 0;
		z-index: 10;
	}
	#gHeader .cloudL {
		left: 0;
	}
	#gHeader .cloudR {
		right: 0;
	}


	/* cloudBox */
	#gHeader .cloudBox ul li {
		position: absolute;
		left: 50%;
	}
	#gHeader .cloudBox ul li.txt01 {
		top: 160px;
		margin-left: -574px;
	}
	#gHeader .cloudBox ul li.txt02 {
		top: 55px;
		margin-left: -299px;
	}
	#gHeader .cloudBox ul li.txt03 {
		top: 150px;
		margin-left: -22px;
	}
	#gHeader .cloudBox ul li.txt04 {
		top: 145px;
		margin-left: 288px;
	}


	/* leadBox */
	#gHeader .leadBox .lead01,
	#gHeader .leadBox .lead02 {
		position: absolute;
		width: 100%;
		text-align: center;
	}
	#gHeader .leadBox .lead01 {
		top: 385px;
	}
	#gHeader .leadBox .lead02 {
		top: 463px;
	}

	#gHeader .leadBox .lead01 span {
		display: none;
	}

@media only screen and (max-width:640px) {
	#gHeader {
		margin-top: 60px;
		height: auto;
		border-top: 1px solid #d1d1d1;
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* logo */
	#gHeader .logo01,
	#gHeader .logo02 {
		position: absolute;
	}
	#gHeader .logo01 {
		top: -53px;
		left: 10px;
		width: 130px;
	}
	#gHeader .logo02 {
		top: -36px;
		right: 10px;
		width: 120px;
	}

	#gHeader .cloudL,
	#gHeader .cloudR {
		position: inherit;
		top: inherit;
	}
	#gHeader .cloudL {
		float: left;
		left: inherit;
		width: 25.857142857142858%;
	}
	#gHeader .cloudR {
		float: right;
		right: inherit;
		width: 24%;
	}

	/* cloudBox */
	#gHeader .cloudBox {
		display: inline-block;
		clear: both;
		padding: 0 5px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#gHeader .cloudBox ul li {
		position: inherit;
		left: inherit;
		width: 35%;
		float: left;
	}
	#gHeader .cloudBox ul li.txt01,
	#gHeader .cloudBox ul li.txt02,
	#gHeader .cloudBox ul li.txt03,
	#gHeader .cloudBox ul li.txt04 {
		top: inherit;
		margin-left: -13.5%;
	}
	#gHeader .cloudBox ul li.txt01 {
		margin-left: 0;
	}
	#gHeader .cloudBox ul li.txt02,
	#gHeader .cloudBox ul li.txt04 {
		margin-top: -15%;
	}

	/* leadBox */
	#gHeader .leadBox {
		padding: 0 10px;
	}
	#gHeader .leadBox .lead01,
	#gHeader .leadBox .lead02 {
		position: inherit;
		top: inherit;
	}
	#gHeader .leadBox .lead01 {
		margin-bottom: 15px;
	}

	#gHeader .leadBox .lead01 img {
		display: none;
	}
	#gHeader .leadBox .lead01 span {
		display: block;
		font-size: 18px;
		line-height: 28px;
		font-weight: bold;
		text-align: center;
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
	}
	#gHeader .leadBox .lead01 span strong {
		font-size: 26px;
		line-height: 34px;
	}
}




/* section */

	.section.num01 {
	}
	.section.num01 h3 {
		text-align: center;
		margin-bottom: 40px;
	}
	.section.num01 .main_v {
		position: relative;
	}
	.section.num01 .main_v .ttl {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		padding: 0 120px;
		vertical-align: middle;
		background-color: rgba(255,187,0,0.9);
	}

@media only screen and (max-width:640px) {
	.section.num01 h3 {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}


	.section.num02 {
		padding: 20px 0;
		background-color: #edece2;
	}
	.section.num02 .wrap {
		width: 1100px;
	}
	.section.num02 .movieWrap {
		position: relative;
		padding: 20px 70px;
		background-color: #000;
	}
	.section.num02 .movieWrap::after,
	.section.num02 .movieWrap::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 70px;
		height: 100%;
		background-image: url(../imgs/bg-movie.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.section.num02 .movieWrap::after {
		left: 0;
	}
	.section.num02 .movieWrap::before {
		right: 0;
	}

@media only screen and (max-width:640px) {
	.section.num02 .wrap {
		width: auto;
	}
	.section.num02 .movieWrap {
		padding: 10px 35px;
	}
	.section.num02 .movieWrap::after,
	.section.num02 .movieWrap::before {
		width: 35px;
		background-size: cover;
	}
	.section.num02 iframe#movieBox {
		width: 100%!important;
		height: 240px;
	}
}

	.section.num03 {
		padding: 80px 0;
	}
	.section.num03 .ttlBox {
		text-align: center;
		margin-bottom: 80px;
	}
	.section.num03 .ttlBox .ttl01,
	.section.num03 .ttlBox .ttl02 {
		margin-bottom: 30px;
	}
	.section.num03 .ttlBox .ttl02 {
		display: inline-block;
		color: #ffa800;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		padding: 12px 50px;
		border: 3px solid #ffbb00;
		border-radius: 3px;
	}
	.section.num03 .ttlBox p {
		font-size: 38px;
		font-weight: bold;
	}
	.section.num03 .ttlBox p br.sp {
		display: none;
	}

	.section.num03 .articleBox {
	}


	.section.num03 .articleBox .titleA {
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 60px;
	}
	.section.num03 .articleBox .titleA br.sp {
		display: none;
	}
	.section.num03 .articleBox .titleA span {
		display: block;
		color: #ff8000;
		font-size: 18px;
	}

	.section.num03 .articleBox .titleB {
		color: #ff8000;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.section.num03 .articleBox .titleC {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.section.num03 .articleBox p {
		line-height: 1.8;
	}


	.section.num03 .articleBox .clm2 {
		position: relative;
		margin-top: 60px;
	}
	.section.num03 .articleBox .clm2:first-child {
		margin-top: 0;
	}

	.section.num03 .articleBox .clm2 .clmL {
		float: left;
	}
	.section.num03 .articleBox .clm2 .clmR {
		float: right;
	}
	.section.num03 .articleBox .clm2 .image {
		width: 320px;
	}
	.section.num03 .articleBox .clm2 .text {
		width: 600px;
		font-size: 18px;
	}


	.section.num03 .articleBox .icn {
		position: absolute;
		z-index: -1;
	}
	.section.num03 .articleBox .box01 .icn {
		bottom: -90px;
		left: -140px;
	}
	.section.num03 .articleBox .box02 .icn {
		bottom: -80px;
		right: -90px;
	}
	.section.num03 .articleBox .box04 .icn {
		top: -40px;
		left: -120px;
	}

@media only screen and (max-width:640px) {
	.section.num03 {
		overflow: hidden;
		padding: 40px 0;
	}
	.section.num03 .ttlBox {
		margin-bottom: 60px;
	}
	.section.num03 .ttlBox .ttl01,
	.section.num03 .ttlBox .ttl02 {
		margin-bottom: 15px;
	}
	.section.num03 .ttlBox .ttl01 img {
		zoom: 0.7;
	}
	.section.num03 .ttlBox .ttl02 {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 20px;
	}
	.section.num03 .ttlBox p {
		font-size: 24px;
	}
	.section.num03 .ttlBox p br {
		display: none;
	}
	.section.num03 .ttlBox p br.sp {
		display: block;
	}

	.section.num03 .articleBox .titleA {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.section.num03 .articleBox .titleA br.sp {
		display: block;
	}
	.section.num03 .articleBox .titleA span {
		font-size: 16px;
	}

	.section.num03 .articleBox .titleB {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.section.num03 .articleBox .titleB br {
		display: none;
	}
	.section.num03 .articleBox .titleC {
		font-size: 18px;
		margin-bottom: 25px;
	}


	.section.num03 .articleBox .clm2 {
		margin-top: 50px;
	}

	.section.num03 .articleBox .clm2 .clmL,
	.section.num03 .articleBox .clm2 .clmR {
		float: none;
	}
	.section.num03 .articleBox .clm2 .image,
	.section.num03 .articleBox .clm2 .text {
		width: 100%;
	}
	.section.num03 .articleBox .clm2 .image img {
		width: 100%;
	}
	.section.num03 .articleBox .clm2 .text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.section.num03 .articleBox .icn img {
		zoom: 0.5;
	}
	.section.num03 .articleBox .box01 .icn {
		bottom: -45px;
		left: -30px;
	}
	.section.num03 .articleBox .box02 .icn {
		bottom: -60px;
		right: -30px;
	}
	.section.num03 .articleBox .box04 .icn {
		top: -40px;
		left: -40px;
	}
}



/* cvBox */
	.cvBox {
		padding: 80px 0;
		background-image: url(../imgs/cv/bg-cv.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.cvBox .wrap {
		width: 1110px;
	}

	.cvBox p {
		text-align: center;
		margin-bottom: 40px;
	}
	.cvBox ul li {
		float: left;
		width: 545px;
	}
	.cvBox ul li:first-child {
		margin-right: 20px;
	}

	.cvBox ul li a {
		display: block;
		padding: 12px 18px;
		border-radius: 7px;
		transition: .3s;
	}

	.cvBox ul li.req a {
		background-color: #f6ba05;
	}
	.cvBox ul li.req a:hover {
		background-color: #f9cc06;
	}
	.cvBox ul li.tel a {
		background-color: #ff4a4a;
	}
	.cvBox ul li.tel a:hover {
		/*background-color: #ff5e5e;*/
	}


@media only screen and (max-width:640px) {
	.cvBox {
		padding: 40px 0;
	}
	.cvBox .wrap {
		width: auto;
	}
	.cvBox p {
		margin-bottom: 20px;
	}
	.cvBox ul li {
		float: none;
		width: 100%;
	}
	.cvBox ul li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
}




/* gFooter */
	#gFooter {
		border-top: 3px solid #ff8000;
		background-color: #edece2;
	}
	#gFooter .cvBtn {
		padding: 30px 0;
		border-bottom: 1px solid #ff8000;
	}
	#gFooter .cvBtn .wrap {
		width: 1100px;
	}
	#gFooter .cvBtn .bt01 {
		float: left;
		width: 775px;
	}
	#gFooter .cvBtn .bt01 a {
		display: block;
		padding: 15px 95px 15px 35px;
		border: 1px solid #cea427;
		border-radius: 6px;
		background-image: url(../imgs/cv/icn-cv.png);
		background-repeat: no-repeat;
		background-position: right 25px center;
		transition: .3s;
	}
	#gFooter .cvBtn .bt01 a:hover {
		opacity: .7;
		background-position: right 22px center;
	}

	#gFooter .cvBtn .bt02 {
		float: right;
	}
	#gFooter .cvBtn .bt02 ul li {
		margin-top: 15px;
	}
	#gFooter .cvBtn .bt02 ul li:first-child {
		margin-top: 0;
	}
	#gFooter .cvBtn .bt02 ul li a {
		color: #000;
		font-size: 24px;
		text-decoration: none;
		padding-left: 20px;
		background-image: url(../imgs/cv/icn-btn.png);
		background-position: center left;
		background-repeat: no-repeat;
		transition: .3s;
	}
	#gFooter .cvBtn .bt02 ul li a:hover {
		opacity: .5;
	}


	#gFooter .contact {
		font-size: 12px;
		padding: 30px 0;
	}
	
	#gFooter .contact .seo_txt {
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #ccc;
	}

	#gFooter .contact .tel,
	#gFooter .contact .txt01 {
		float: left;
	}
	#gFooter .contact .tel {
		margin-right: 10px;
		margin-bottom: 5px;
	}
	#gFooter .contact .txt01 {
		margin-top: 5px;
	}
	#gFooter .contact br.sp {
		display: none;
	}

@media only screen and (max-width:640px) {
	#gFooter .cvBtn {
		padding: 15px 0;
	}
	#gFooter .cvBtn .wrap {
		width: auto;
	}

	#gFooter .cvBtn .bt01 {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	#gFooter .cvBtn .bt01 a {
		padding: 15px 50px 15px 20px;
		background-position: right 15px center;
		background-size: 16px;
	}

	#gFooter .cvBtn .bt02 {
		float: none;
		text-align: center;
	}
	#gFooter .cvBtn .bt02 ul li {
		margin-top: 10px;
	}
	#gFooter .cvBtn .bt02 ul li:first-child {
		margin-top: 0;
	}
	#gFooter .cvBtn .bt02 ul li a {
		display: inline-block;
		font-size: 16px;
		padding-left: 20px;
		background-size: 4px;
	}

	#gFooter .contact {
		font-size: 14px;
		padding: 15px 0;
		text-align: center;
	}

	#gFooter .contact .seo_txt {
		font-size: 12px;
	}

	#gFooter .contact .tel,
	#gFooter .contact .txt01 {
		float: none;
		margin-bottom: 10px;
	}
	#gFooter .contact .tel {
		margin-right: 0;
	}
	#gFooter .contact .txt01 {
		margin-top: 0;
	}
	#gFooter .contact br.sp {
		display: block;
	}
}



