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

.slide01,
.slide02,
.slide03,
.slide04 {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
}/**/
.slide01 {
	background-image: url(../img/top/slide.jpg);
}
.slide02 {
	background-image: url(../img/top/slide02.jpg);
}
.slide03 {
	background-image: url(../img/top/slide03.jpg);
}
.slide04 {
	background-image: url(../img/top/slide04.jpg);
}

/*.h_inner .menu_contact a::before {
	font-size: 50px;
    font-family: FontAwesome;
    content: "\f1d8";
    display: block;
	font-weight: 900;
}
*/

.swiper-container::before {
    content: "";
    width: 2px;
    height: 58%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 8%;
    z-index: 10;
}

.swiper-container::after {
/*    content: '';
    position: absolute;
    top: 86%;
    left: 78%;
    width: 120%;
    height: 90%;
    transform-origin: left center;
    transform: rotate(-60deg);
    background-color: rgba(35,56,97,0.8);
    z-index: 1;*/
    content: '';
    background-color: rgba(35,56,97,0.8);
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120%;
    left: 66%;
    padding: -9px 55px;
    -moz-transform: skewX(-160deg);
    transform: skewX(-202deg);
}

.swiperArea .textArea {
    position: absolute;
    right: 10%;
    bottom: 78%;
    z-index: 10;
}

.swiperArea .textArea .inner .textBox {
	color: #fff;
	text-align: end;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.swiperArea .textArea .inner .textBox .text {
	color: #fff;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-shadow: 2px 2px 3px #808080;
}

.swiperArea .textArea .inner .textBox .text05 {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}

.swiperArea .companyName {
	position: absolute;
    bottom: 74%;
    z-index: 10;
    right: 0%;
    width: 28%;
    text-align: center;
}

.swiperArea .companyName .text06 {
	background-color: #fff;
    color: #000000;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	padding: 2%;
}

.swiperArea .textArea .inner .textBox .centerBox {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 65px;
}

/*ニュースエリア*/

.newsArea {
    background-color: #425B89;
    background: linear-gradient(90deg, #425B89 0%, #425B89 50%, #fff 50%, #fff 100%);
	position: relative;
}

.newsArea .news_bg {
	display: flex;
	width: 100%;
}

.newsArea .news_bg .left {
	background-color: #425B89;
	background-color: rgb(66, 91, 137);
    width: 35%;
    line-height: 1.3;
	display: flex;
	justify-content: center;
    align-items: center;
}

.newsArea .news_bg .left .textBox {
    text-align: center;
	letter-spacing: 2px;
}

.newsArea::after {
    content: "";
    position: absolute;
    bottom: 30px;
    height: 2px;
    width: 34%;
    background-color: #fff;
}

.newsArea .news_bg .left .textBox h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.newsArea .news_bg .left .textBox p {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 30px;
}

.newsArea .news_bg .right {
	width: 65%;
    padding: 1.5vw;
	background-color: #fff;
}

.newsArea .news_bg .right .news .display {
	background-color: #DEB53B;
	color: #fff;
}

.newsArea .news_bg .right .news .display p {
	font-size: 14px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 6px 10px;
}

.newsArea .news_bg .right .news .news_s {
	padding: 0 20px;
}

.newsArea .news_bg .right .news .news_s p {
	font-size: 14px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 2.5;	
}

.newsArea .news_bg .right .news ul li {
	display: flex;
	padding: 10px;
}

.newsArea .news_bg .right .btnBox {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	padding-right: 40px;
    text-align: right;
}

.newsArea .news_bg .right .btnBox img {
	padding: 0 5px;
}

/*バナー01エリア*/

.banner01Area .glayBox {
	background-color: #F0F3F7;
	padding-top: 30px;
}

.banner01Area .glayBox .inner .bunnerBox {
	text-align: center;
}

.banner01Area .glayBox .inner .aboutMoreBox {
	padding-bottom: 30px;
}

.banner01Area .glayBox .inner .aboutMoreBox .btnBox {
	background-color: #fff;
	max-width: 970px;
    text-align: right;
    margin: 0 auto;
	font-size: 15px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 16px 30px;
}

.banner01Area .glayBox .inner .aboutMoreBox .btnBox img {
	padding: 0 5px;
}

/*バナー02エリア*/

.banner02Area {
	padding: 40px 0 30px 0;
}

.banner02Area .inner .bunnerBox {
	text-align: center;
}

/*コンテンツエリア*/

.contentsArea {
	padding-bottom: 40px;
}

.contentsArea .inner ul {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.contentsArea .inner ul li {
	padding: 0 5px;
	width: 25%;
}

/*コンストラクションエリア*/

.constructionArea {
	margin-top: -64px;
}

.constructionArea .inner .bunnerBox {
	text-align: center;
}

/*コンテンツエリア02*/

.contentsArea02 {
	background-image: url(../img/top/backcolor.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 60px 0;
    margin-top: -70px;
}

.contentsArea02 .inner .contentsBox {
	display: flex;
	flex-wrap: wrap;
}

.contentsArea02 .inner .contentsBox .left,
.contentsArea02 .inner .contentsBox .right{
	width: 50%;
}

.contentsBox02 {
	display: flex;
	flex-wrap: wrap;
}

.contentsBox02 .fb {
	text-align: center;
}

.contentsBox02 .left,
.contentsBox02 .fb {
	width: 50%;
}

@media screen and (max-width: 1000px) {
.swiperArea .companyName {
    width: 45%;
}
}

@media screen and (max-width: 767px) {
main {
	margin-top: 70px;
}
/*	スライドエリア
*/
	
.slide01, .slide02, .slide03, .slide04 {
    min-height: 90vh;
}
	
.swiperArea .textArea {
    top: 45vh;
}
.swiperArea .companyName {
    top: 76vh;
}
.swiperArea .textArea .inner .textBox .text {
    font-size: 13px;
}
.swiperArea .textArea .inner .textBox .centerBox {
    font-size: 7vw;
}
.swiperArea .textArea .inner .textBox .text05 {
    font-size: 18px;
}

.swiperArea .companyName .text06 {
    font-size: 3vw;
}

/*ニュースエリア	*/
.newsArea .news_bg {
	display: block;
	width: 100%;
}

.newsArea .news_bg .right .news ul li {
	display: block;
	padding: 5px;
}

.newsArea .news_bg .left,
.newsArea .news_bg .right {
	width: 100%;
}
	
.newsArea .news_bg .left .textBox h2 {
    font-size: 10px;
}
.newsArea .news_bg .left .textBox p {
    font-size: 20px;
}
	
.newsArea .news_bg .left .textBox {
	padding: 10px;
}
.newsArea .inner {
	padding: 0;
}
	
.newsArea::after {
	display: none;
}
	
.newsArea .news_bg .right .news .display p {
    font-size: 13px;
    padding: 5px 12px;
}
.newsArea .news_bg .right .news .news_s p {
    font-size: 12px;
}
	
/*コンテンツナビ*/
	
.contentsArea {
    padding-bottom: 30px;
	text-align: center;
}

.contentsArea .inner ul li {
    padding: 5px 5px;
}

/*コンストラクションエリア*/
	
.constructionArea {
    margin: 0px;
}
	
/*contentsArea02	
*/	

.contentsArea02 {
    padding: 0 0 60px 0;
	margin-top: 40px;
}
	
.contentsArea02 .inner .contentsBox .left,
.contentsArea02 .inner .contentsBox .right {
    width: 100%;
    text-align: center;
}

.contentsBox02 .left,
.contentsBox02 .fb {
    width: 100%;
    text-align: center;
}

.contentsBox02 .fb {
	margin-top: 10px;
}
}


@media screen and (max-width: 767px) {
.newsArea .news_bg .right .btnBox {
	padding: 12px 40px 25px 0;
}
.contentsArea .inner ul li {
    padding: 5px 5px;
    width: 50%;
}
}

@media screen and (max-width: 736px) and (orientation: landscape) {
.swiperArea .textArea {
    top: 27vh;
}
	
.swiperArea .textArea .inner .textBox .centerBox {
    font-size: 6vw;
}
	
.swiperArea .textArea .inner .textBox .text05 {
    font-size: 16px;
}
.swiperArea .companyName {
	width: 36%;
}
.swiperArea .companyName .text06 {
    font-size: 2vw;
}
}

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

.swiperArea .companyName {
    top: 66vh;
}
.swiper-container::after {
    left: 46%;
    transform: skewX(-198deg);
}
	
}