@charset "UTF-8";
/* CSS Document */


/*sec-about*/
.sec-about {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 999;
    top: -90px;
    overflow: hidden;
    height: 676px;
    padding-top: 70px;
}
.sec-about .inner {
}
.about_contents {
	width: 100vw;
	background: #EFF2F4;

}
.about_Box {
	background: url("../img/index/vertical_copy02.png") no-repeat;
	background-position: center center;
	max-width: 1200px;
	height: 556px;
	position: relative;
	z-index: 999;
}
.about_contents .textarea {
	width: 50%;
	margin-left: -60px;
	margin-top: 80px;
}
.about_pic {
	width: 45%;
	position: absolute;
	z-index: 9999;
	top:-70px;
	right: -80px;
}
@media print, screen and (max-width: 1330px) {

.about_Box {
	height: 556px;
	position: relative;
	z-index: 999;

}
.about_contents .textarea {
	width: 50%;
	margin-left: 10px;
	margin-top: 80px;
}
.about_pic {
	width: 40%;
	top:-70px;
	right: 70px;
}
	
}
@media print, screen and (max-width: 912px) {
.sec-about {
    height: auto;


}
.about_Box {
	height: auto;
	position: static;
		background-size: 10%;
	background-position: left +10px top +10px;

}
.about_contents {
width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.about_pic {
    position: static;
    width: 80%;
    margin-left: 30px;
    margin-top: -50px;
}
.about_contents .textarea {
	width: 100%;
	padding-left: 10px;
	padding-bottom: 50px;
	margin-left: 10px;
	margin-right: 70px;
	margin-top: 80px;
	}
}
@media print, screen and (max-width: 540px) {
.about_pic {
    width: 85%;
    margin-left: 0px;
}	
}
/*sec-service*/
.sec-service {
	margin-left: auto;
	margin-right: auto;
	margin-top: -230px;
	padding-top:140px;
	padding-bottom: 60px;
	background: url("../img/index/service_pic01.jpg") no-repeat;
	background-size: 50% auto;
	background-position: top left;
}
.sec-service .service_contents {
	background: url("../img/index/vertical_copy03.png") no-repeat;
	background-position:center top;

}
.service_info {
	width: 45%;
	margin-right: 0;
	margin-left: auto;
	padding-top: 5px;
}
.service_contents_Box {
	margin-top: 50px;
}
.service_item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 70px;
}
.service_item figure {
	width: 20%;
}
.service_item figure img {
	width: 100%;
}
.service_item .textarea {
	width: 75%;
}
@media print, screen and (max-width: 1330px) {
.sec-service {
	margin-left: auto;
	margin-right: auto;
	margin-top: -180px;
	padding-top:100px;
	padding-bottom: 60px;

}
.sec-service .service_contents {
	padding-right: 50px;

}
.service_info {
	width: 40%;
	margin-left: auto;
	padding-top: 0px;
}
.service_contents_Box {
	margin-top: 50px;
	}
.service_item {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;

	box-sizing: border-box;
}
.service_item figure {
	width: 100%;
	margin-bottom: 10px;
}

.service_item .textarea {
	width: 100%;
}

	
}
@media print, screen and (max-width: 912px) {
.sec-service {
	margin-top: -90px;
	padding-top:500px;
	padding-bottom: 60px;
	background: url("../img/index/service_pic01_sp.jpg") no-repeat;
	background-position: top center;
	background-size: auto;
}
.sec-service .service_contents {
	background: url("../img/index/vertical_copy03.png") no-repeat;
	background-position:right +50px top +10px;
	background-size: 10%;
	padding-right: 50px;

}
.service_info {
	width: 95%;
	margin-left: auto;
	padding-top: 0px;
}
.service_contents_Box {
	margin-top: 50px;
	}
.service_item {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;

	box-sizing: border-box;
}
.service_item figure {
	width: 80%;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;}

.service_item .textarea {
	width: 100%;
}

	
}
@media print, screen and (max-width: 540px) {
.service_item {
	width: 100%;
}	
}

/*sec-news*/
.sec-news {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	height: 630px;
	background: url("../img/index/service_bg.png") repeat-y;
	background-position: right +200px top;
}
.sec-news::before {
	content: "";
	width: 90px;
	height: 309px;
	position: absolute;
	top:20px;
	right:175px;
	z-index: 1;
	background: url("../img/index/vertical_copy04.png") no-repeat;
}
.sec-news .inner {
	
}
.news_econtents {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news_Box {
	max-width: 1200px;

}

.news_dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.news_dl dt {
	width: 20%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 400;
}
.news_dl dt::after {
	content: "";
	display: block;	
	width: 95px;
	height: 1px;
	background: #293F5A;
	margin-left: 10px;
	margin-right: 20px;

}
.news_dl dd {
	width: 80%;
	font-size: 1.6rem;
}

@media print, screen and (max-width: 1330px) {
.sec-news {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	height: 630px;
	background: url("../img/index/service_bg.png") repeat;
	background-position: right top;
	
}
.sec-news::before {
	content: "";
	width: 90px;
	height: 309px;
	position: absolute;
	top:20px;
	right:70px;
	z-index: 1;
	background: url("../img/index/vertical_copy04.png") no-repeat;

}
.sec-news .inner {
	
}
.news_econtents {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news_Box {
	max-width: 1200px;

}

.news_dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	margin-left: 20px;
}
.news_dl dt {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 400;
}
.news_dl dt::after {
	content: "";
	display: block;	
	width: 95px;
	height: 1px;
	background: #293F5A;
	margin-left: 10px;
	margin-right: 20px;

}
.news_dl dd {
	font-size: 1.6rem;
}

	
}
@media print, screen and (max-width: 912px) {
.sec-news {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	height: auto;
}
.sec-news::before {
	content: "";
	width: 90px;
	height: 309px;
	position: absolute;
	top:20px;
	right:50px;
	z-index: 1;
	background: url("../img/index/vertical_copy04.png") no-repeat;
			background-size: 70%;

}
.sec-news .inner {
	
}
.news_econtents {
	padding-top: 50px;
	padding-bottom: 50px;
	    padding-right: 50px;
}
.news_Box {
	max-width: 1200px;

}

.news_dl {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
		margin-left: 0px;

}
.news_dl dt {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 400;
}
.news_dl dt::after {
	content: "";
	display: block;	
	width: 95px;
	height: 1px;
	background: #293F5A;
	margin-left: 10px;
	margin-right: 20px;

}
.news_dl dd {
	width: 100%;
	font-size: 1.5rem;
}

}

/*sec-media*/
.sec-media {
	/*margin-top: -30px;*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
    position: relative;
    top: -30px;

}
.sec-media .inner {
}
.media_contents {
	width: 100vw;
    padding: 75px calc(50vw - 100%) 20px;
	background: #293F5A;
	margin-left: -20px;
}
.media_Box {
	max-width: 1200px;
	background: url("../img/index/vertical_copy05.png") no-repeat;
	background-position:left 20px top 10px;
	box-sizing: border-box;
	padding-left: 20px;
}

.media_leftBox {
	width: 50%;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
}
.media_leftBox h2 {
	color: #fff;
}
.media_leftBox p {
	color: #fff;
	font-size: 1.8rem;
}

.media_rightBox {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.media_rightBox h3 {
	color: #fff;
}

.media_bnrs {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.media_bnrs li {
	width: 45%;
}
.media_bnrs li a {
	display: block;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 400;
	text-decoration: none;
	background: #fff;
}

.media_bnrs li a:hover {
	/*color: #fff;
	border: 1px solid #FF0000;
	background: #293F5A;*/
}
@media print, screen and (max-width: 1330px) {


	
}
@media print, screen and (max-width: 912px) {
.sec-media {
	width: 100%;
    position: relative;
    top: 0px;

}

.media_contents {
	width: 100vw;
    padding: 75px calc(50vw - 100%) 20px;
	background: #293F5A;
	margin-left: -20px;
}
.media_Box {
	max-width: 1200px;
	background: url("../img/index/vertical_copy05.png") no-repeat;
	background-position:left 20px top 10px;
			background-size: 10%;

	box-sizing: border-box;
	padding-left: 20px;
}

.media_leftBox {
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
}

.media_leftBox p {
	color: #fff;
	font-size: 1.6rem;
}

.media_rightBox {
	width: 80%;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.media_bnrs {
	margin-bottom: 30px;
	justify-content: center;
}
.media_bnrs li {
	width: 45%;
	margin-left: 10px;
	margin-right: 10px;

}
.media_bnrs li a {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 1.6rem;

}


}
@media print, screen and (max-width: 540px) {
.media_contents {
    width: 100vw;
    padding: 50px calc(50vw - 100%) 20px;
    background: #293F5A;
    margin-left: -20px;
}	
.media_leftBox {
	width: 100%;
	padding-left: 20px;
	padding-right: 100px;
	box-sizing: border-box;
}


.media_rightBox {
	width: 95%;
	padding-left: 0px;
	padding-right: 50px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	.media_bnrs {
	margin-bottom: 30px;
	justify-content: center;
	display: inherit;
}
.media_bnrs li {
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.media_bnrs li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6rem;

}
}


/*sec-company*/
.sec-company {
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 120px;
}
.sec-company .company_title::before {
	content: "";
	display: block;
	width: 154px;
	height: 154px;
	background: url("../img/index/company_icon01.png");
	margin: 0 auto;
}
.sec-company .company_contents {
	margin-top: 40px;
	padding: 50px 80px;
	background: #fff;
	border: 1px solid #707070;
}
.company_dl01 dt {
	width: 15%;
	font-size: 2.0rem;
	text-align: left;
	color: #293F5A;
}
.company_dl01 dt::before {
	content: "・";
	display: inline-block;
	font-size: 2.0rem;
	color: #293F5A;
}
.company_dl01 dd {
	width: 70%;
	font-size: 1.8rem;
	text-align: left;
	color: #293F5A;
	margin-left: 1em;
	margin-bottom: 10px;
}
.company_dl01 dd a {
	font-size: 1.8rem;
	color: #293F5A;
	text-decoration: none;
}
.company_dl01 dd a:hover {
	text-decoration: underline;
}

.company_dl02 dt {
	font-size: 1.6rem;
	text-align: left;
	color: #293F5A;
}
.company_dl02 dt::before {
	content: "・";
	display: inline-block;
	font-size: 2.0rem;
	color: #293F5A;
}
.company_li01 {
}
.company_li01 li::before {
	content: "・";
	display: inline-block;
	margin-right: 5px;

}
.company_li01 li {
	width: 32%;
	font-size: 1.5rem;
	text-align: left;
	color: #293F5A;
	text-indent: -1rem;
    padding-left: 2rem;
    box-sizing: border-box;
	margin-bottom: 10px;

}
.company_dl02 dd a {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	color: #293F5A;
	text-decoration: none;
}
.company_dl02 dd a:hover {
	text-decoration: underline;
}
@media print, screen and (max-width: 1330px) {


	
}
@media print, screen and (max-width: 912px){
.sec-company {

	margin-top: 40px;
	padding-bottom: 80px;
}
	.sec-company .company_title::before {
	width: 104px;
	height: 104px;
	background-size: cover;
}
	.sec-company .company_contents {
	margin-right: 65px;
}
.sec-company .company_contents {
	margin-top: 40px;
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #707070;
}
.company_dl01 dt {
	width: 100%;
	font-size: 2.0rem;
	text-align: left;
	color: #293F5A;
}
.company_dl01 dt::before {
	content: "・";
	display: inline-block;
	font-size: 1.8rem;
	color: #293F5A;
}
.company_dl01 dd {
	width: 100%;
	font-size: 1.8rem;
	text-align: left;
	color: #293F5A;
	margin-left: 1em;
	margin-bottom: 10px;
}
.company_li01 li {
	width: 48%;
	font-size: 1.5rem;
	text-align: left;
	color: #293F5A;
	text-indent: -1rem;
    padding-left: 2rem;
    box-sizing: border-box;
	margin-bottom: 10px;

}
.company_dl02 dt {
	font-size: 1.8rem;
}
.company_dl02 dt::before {
	font-size: 1.8rem;
}
.company_dl02 dd a {
	text-align: left;
}
}
@media print, screen and (max-width: 540px) {

.company_li01 li {
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	color: #293F5A;
	text-indent: -1rem;
    padding-left: 2rem;
    box-sizing: border-box;
	margin-bottom: 10px;

}
	
}

.index_contact a{
	display: block;
	padding: 10px;
	background: #293F5A;
	color: #ffffff;
	font-size: 2rem;
	text-decoration: none;
	width: 400px;
	margin: 20px auto;
	text-align: center;
}
.index_contact a:hover{
	background: #000000
}
