
/* --------------------------　メインスライダー　-------------------------- */

figure {
	margin: 0 !important;
	padding: 0 !important;
}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
  background: #000;
  background:url(../../images/top/main.jpg) ;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 120px;	
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.top_main h1 {
	width: 860px;
	margin: 0 auto;
}
.top_main h1 img {
	width: 100%;
	height: auto;
}
.top_main h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	font-size: 2.1rem;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}

.top_main_sp {
		display: none;
		margin-top: 59px;
}


.pcimg {
	display: block;
}
.spimg {
	display: none;
}


@media screen and (max-width: 1000px) {
	

.top_main {
	display: none; 
  }
	
.top_main_sp {
  overflow: hidden;
  display: block; 
  position: relative;
}
	

.pcimg {
	display: none;
}
.spimg {
	display: block;
}

}



/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	width: 110rem;
	margin: auto;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
.content_wrap  {
	width: auto;
	margin: auto 20px;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 30px;
}	
}

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

コンテンツ　01

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

.content01 {
	background: url("../../images/top/bg01.png");
	background-position: center top;
	background-repeat:repeat-y;
	padding: 100px 0 150px 0;
	margin: 30px 0;
}
.content01 h2 {
	padding: 0;
	margin: 0;
	font-size: 3.3rem;
	line-height: 0.8;
	position: relative;
	font-weight: bold;
	margin-bottom: 70px;
}

.content01 h2:before {
  content: '';
  position: absolute;
left:45%;
  background: url("../../images/top/title.png");
	background-position: center top;
	background-size: 92px 18px;
	 display: block;
	width: 92px;
	height: 18px;
	top: -30px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content01 h2 span {
	font-size: 1.8rem;
	line-height: 1;
}
.top_service {
	display: flex;
	margin-bottom: 75px;
	flex-wrap: wrap;
}
.top_service div {
	width: 31%;
	text-align: center;
	margin: 0 12px;
}
.top_service div img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.top_service div h3 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.4;
}
.buttonbg {
	background: url("../../images/top/buttonbg.png");
	background-repeat: no-repeat;
	width: 230px;
	height: 69px;
	padding-top: 14px;
	padding-left: 15px;
	box-sizing: border-box;
	margin: auto;
}
.buttonbg02 {
	background: url("../../images/top/buttonbg02.png");
	background-repeat: no-repeat;
	width: 230px;
	height: 69px;
	padding-top: 14px;
	padding-left: 15px;
	box-sizing: border-box;
	margin: auto;
}
.more {
	display: block;
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding: 0px 20px;
	margin:0px;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	background: #fff;
	margin-top: auto !important;
	width: 200px;
	box-sizing: border-box;
	letter-spacing: 0.2rem;
	
}
.more:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right:10%;
    width: 10px;
    height: 10px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.more:hover {
    background: #000;
	border: 2px solid #000;
	color:#fff;
}

.more:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.more02 {
	display: block;
	color: #e50012;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding: 0px 20px;
	margin:0px;
	position: relative;
	overflow: hidden;
	border: 2px solid #e50012;
	background: #fff;
	margin-top: auto !important;
	width: 200px;
	box-sizing: border-box;
	letter-spacing: 0.2rem;
	
}
.more02:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right:10%;
    width: 10px;
    height: 10px;
    border-top: solid 3px #e50012;
    border-right: solid 3px #e50012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.more02:hover {
    background: #000;
	border: 2px solid #000;
	color:#fff;
}

.more02:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


@media screen and (max-width: 1000px) {
	
	
.content01 {
	background: url("../../images/top/bg01.png");
	background-size: 100%;
	background-position: center top;
	background-repeat:repeat-y;
	padding: 50px 0 50px 0;
	margin: 15px 0;
}
.content01 h2 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	position: relative;
	font-weight: bold;
	margin-bottom: 35px;
}

.content01 h2:before {
  content: '';
  position: absolute;
left:45%;
  background: url("../../images/top/title.png");
	background-position: center top;
	background-size: 45px 9px;
	 display: block;
	width: 45px;
	height: 9px;
	top: -15px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content01 h2 span {
	font-size: 1.4rem;
	line-height: 1;
}
.top_service {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top_service div {
	width: 100%;
	text-align: center;
	margin: 0 0px;
	margin-bottom: 20px;
}
.top_service div img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.top_service div h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
}
.buttonbg {
	background: url("../../images/top/buttonbg.png");
	background-repeat: no-repeat;
	width: 230px;
	height: 69px;
	padding-top: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin: auto;
}
.buttonbg02 {
	background: url("../../images/top/buttonbg02.png");
	background-repeat: no-repeat;
	width: 230px;
	height: 69px;
	padding-top: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin: auto;
}
.more {
	display: block;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	padding: 2px 20px;
	margin:0px;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	background: #fff;
	margin-top: auto !important;
	width: 200px;
	box-sizing: border-box;
	letter-spacing: 0.2rem;
	
}
.more:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right:10%;
    width: 7px;
    height: 7px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.more:hover {
    background: #000;
	border: 2px solid #000;
	color:#fff;
}

.more:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.more02 {
	display: block;
	color: #e50012;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	padding: 2px 20px;
	margin:0px;
	position: relative;
	overflow: hidden;
	border: 2px solid #e50012;
	background: #fff;
	margin-top: auto !important;
	width: 200px;
	box-sizing: border-box;
	letter-spacing: 0.2rem;
	
}
.more02:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right:10%;
    width: 7px;
    height: 7px;
    border-top: solid 3px #e50012;
    border-right: solid 3px #e50012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.more02:hover {
    background: #000;
	border: 2px solid #000;
	color:#fff;
}

.more02:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
	
	
	
}



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

コンテンツ　02

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

.content02 {
	background: url("../../images/top/bg02.png");
	background-repeat: repeat-x;
	background-position: center top;
	padding: 160px 0 130px 0;
	margin: 30px 0;
}
.content02 h2 {
	padding: 0;
	margin: 0;
	font-size: 3.3rem;
	line-height: 0.8;
	position: relative;
	font-weight: bold;
	margin-bottom: 120px;
	color:#fff;
}

.content02 h2:before {
  content: '';
  position: absolute;
left:45%;
  background: url("../../images/top/title02.png");
	background-position: center top;
	background-size: 92px 18px;
	 display: block;
	width: 92px;
	height: 18px;
	top: -30px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content02 h2 span {
	font-size: 1.8rem;
	line-height: 1;
}
.top_company {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.top_company02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}
.top_company_l,
.top_company02_r {
	width: 52%;
}
.top_company_r,
.top_company02_l {
	width: 45%;
}
.top_company_l img,
.top_company02_r img {
	width: 100%;
	height: auto;
}
.top_company_r h3,
.top_company02_l h3 {
	padding: 0;
	margin: 0;
	font-size: 4rem;
	color:#e50012;
	margin-bottom: 40px;
}
.top_company02_l p {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

#topgaiyou {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 1.7rem;
	margin-bottom: 20px;	
}

dl#topgaiyou dl,dl#topgaiyou dt,dl#topgaiyou dd {
	margin: 0;
	padding: 0;
}

dl#topgaiyou dt,dl#topgaiyou dd {
		line-height: 1.5;
}

dl#topgaiyou dt {
	clear: left;
	float: left;
	width: 25%;
}

dl#topgaiyou dd {
	margin-left:25%;
	
}


@media screen and (max-width: 1000px) {
	
	
	
.content02 {
	background: url("../../images/top/bg02sp.png");
	background-repeat: repeat;
	background-size: cover;
	background-position: center top;
	padding: 50px 0 50px 0;
	margin: 30px 0;
}
	.content02 .content_wrap {
		margin: auto 10px;
	}
	.content02sp {
		background: url("../../images/top/bg02sp2.png");
			background-size: cover;
		background-position: center top;
		padding: 20px;
		transform: skewX(-0deg);
		margin-bottom: 30px;
		margin-top: -20px;
	
	}
.content02 h2 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	position: relative;
	font-weight: bold;
	margin-bottom: 50px;
	color:#fff;
}

.content02 h2:before {
  content: '';
  position: absolute;
left:45%;
  background: url("../../images/top/title02.png");
	background-position: center top;
	background-size: 45px 9px;
	 display: block;
	width: 45px;
	height: 9px;
	top: -15px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content02 h2 span {
	font-size: 1.4rem;
	line-height: 1;
}
.top_company {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	transform: skewX(1deg);
}
.top_company02 {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 10px;
}
.top_company_l,
.top_company02_r {
	width: auto;
}
.top_company_r,
.top_company02_l {
	width: auto;
}
.top_company_l img,
.top_company02_r img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.top_company_r h3,
.top_company02_l h3 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	color:#e50012;
	margin-bottom: 20px;
}
.top_company02_l p {
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

#topgaiyou {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;	
}

dl#topgaiyou dl,dl#topgaiyou dt,dl#topgaiyou dd {
	margin: 0;
	padding: 0;
}

dl#topgaiyou dt,dl#topgaiyou dd {
		line-height: 1.7;
}

dl#topgaiyou dt {
	clear: left;
	float: left;
	width: 25%;
}

dl#topgaiyou dd {
	margin-left:25%;
	
}
	
	
	
}












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

コンテンツ　03

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


.newsdate {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	
}

.newslist {
	margin-bottom: 100px;
}
.newslist img {
	width: 100%;
	height: 230px !important;
	object-fit: cover;
}

.top_service.newslist div h3 {
	 max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cta {
	padding-top: 130px;
	margin-bottom: 20px;
}
.cta h3 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0;
}
.ctatel {
	position: relative;
	font-size: 6.3rem;
	text-align: center;
	margin-top: -20px;
	font-weight: bold;
	
}
.ctatel img {
	position: relative;
	width: 62px;
	height: auto;
	top:-30px;
	margin-right: 10px;
}


.ctamail {
	width: 595px;
	margin: auto;
}
.ctamail img {
	width: 100%;
	height: auto;
}



@media screen and (max-width: 1000px) {
	

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

コンテンツ　03

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


.newsdate {
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	
}

.newslist {
	margin-bottom: 40px;
}
.newslist img {
	width: 100%;
	height: 200px !important;
	object-fit: cover;
}
.top_service.newslist div h3 {
	 max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cta {
	padding-top: 60px;
	margin-bottom: 20px;
}
.cta h3 {
	font-size: 1.6rem;
	text-align: center;
	padding: 0;
	margin: 0;
}
.ctatel {
	position: relative;
	font-size: 3rem;
	text-align: center;
	margin-top: 0px;
	
}
.ctatel img {
	position: relative;
	width: 30px;
	height: auto;
	top:-15px;
	margin-right: 10px;
}


.ctamail {
	width: auto;
	margin: auto;
}
.ctamail img {
	width: 100%;
	height: auto;
}
	
	
}






