main{
	overflow: hidden;
}
/* メインビジュアル start */
.heroHeader{
	background-image: url("../img/front/img_01.jpg");
	background-size: cover;
	background-position: center;
}
.heroHeader-inner {
	width: 100%;
	height: 100vh;
	position: relative;
}
.heroHeader .content{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50% , -53%);
}
.heroHeader .content::before{
	content: "";
	display: inline-block;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-color: rgba(58, 153, 227, 0.8);
	position: absolute;
	top: 50%;
	left: 36%;
	transform: translate(-64% , -50%);
	z-index: -1;
}
.heroHeader .content::after{
	content: "";
	display: inline-block;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-color: rgba(101, 224, 183, 0.8);
	position: absolute;
	top: 50%;
	left: 64%;
	transform: translate(-36% , -50%);
	z-index: -2;
}
.heroHeader .content h2{
	font-size: 3.5rem;
	font-weight: 500;
	color: white;
	letter-spacing: 5px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.heroHeader .content p{
	font-size: 2rem;
	font-weight: 500;
	color: white;
	letter-spacing: 1.5px;
	text-align: center;
}
.heroHeader .bottomItem{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heroHeader .bottomItem .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.heroHeader .bottomItem .center{
	margin: 0 30px;
	animation: rotateAnimation 10s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* メインビジュアル end */

/* mvBottom start */
.mvBottom{
	position: relative;
	padding-bottom: 0;
}
.mvBottom::before{
	content: "";
	display: inline-block;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background-color: rgba(58, 153, 227, 0.1);
	position: absolute;
	top: 50%;
	left: -400px;
	transform: translateY(-50%);
	z-index: -1;
}
.mvBottom .inner{
	max-width: 100%;
}
.mvBottom .upper{
	box-sizing: border-box;
	max-width: 1140px;
	margin: 0 auto;
	background: linear-gradient(to right, #65e0b7, #3a99e3);
	border-radius: 30px;
	padding: 65px 70px 70px;
}
.mvBottom .upper h2{
	color: white;
}
.mvBottom .upper .content{
	background-color: #fff;
	border-radius: 30px;
	margin-top: 60px;
	padding: 50px 80px;
	position: relative;
}
.mvBottom .upper .content::before{
	content: url("../img/front/svg_03.svg");
	display: inline-block;
	width: 87px;
	height: 94px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.mvBottom .upper .content .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mvBottom .upper .box{
	text-align: center;
}
.mvBottom .upper .box h3{
	color: #1A6096;
}
.mvBottom .upper .box:first-of-type div{
	margin: 48px 0;
}
.mvBottom .upper .box:last-of-type div{
	margin: 30px 0;
}
.mvBottom .bottom{
	position: relative;
	background-image: url("../img/front/img_03.png");
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 120px 0;
	z-index: -1;
}
.mvBottom .bottom .content{
	box-sizing: border-box;
	max-width: 1140px;
	margin: 0 auto;
}
.mvBottom .bottom .text{
	margin-top: 25px;
}
.mvBottom .bottom .text p{
	letter-spacing: 2px;
	line-height: 2;
	margin-top: 16px;
}
.mvBottom .bottom .text p:first-of-type{
	margin-top: 0;
}
/* mvBottom end */

/* our service start */
.front-os{
	background: linear-gradient(to right, #65e0b7, #3a99e3);
	padding: 5%;
}
.front-os .inner{
	max-width: 100%;
	background-color: #fff;
	border-radius: 50px;
	padding: 100px 0;
}
.front-os .main{
	box-sizing: border-box;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
.front-os .secTitle{
	text-align: center;
}
.front-os .secTitle div{
	justify-content: center;
}
.front-os .content{
	margin-top: 80px;
}
.front-os .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.front-os .box{
	box-sizing: border-box;
	width: 47%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.front-os .box .image{
	overflow: hidden;
}
.front-os .box .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-os .box .info{
	padding: 30px 50px 50px;
	border-top: solid 7px #1A6096;
}
.front-os .box .info h3{
	color: #1A6096;
	margin-bottom: 20px;
}
.front-os .box .info p{
	letter-spacing: 2px;
	text-align: left;
}
.front-os .btn{
	margin-top: 40px;
}
@media screen and (max-width:1400px){
	.front-os .main{
		max-width: 1000px;
	}
}
@media screen and (max-width:1250px){
	.front-os .main{
		max-width: 900px;
	}
}
/* our service end */

/* message start */
.front-message{
	padding-top: 150px;
	padding-bottom: 20px;
	position: relative;
}
.front-message .inner{
	max-width: 100%;
	position: relative;
}
.front-message .inner::before{
	content: "";
	display: inline-block;
	width: 650px;
	height: 650px;
	border-radius: 50%;
	background-color: rgba(101, 224, 183, 0.1);
	position: absolute;
	top: 28%;
	left: -325px;
	transform: translateY(-72%);
	z-index: -1;
}
.front-message .bgItem{
	width: 75vw;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
}
.front-message .main{
	max-width: 1140px;
	margin: 0 auto;
}
.front-message .upper{
	margin-bottom: 100px;
}
.front-message .upper .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.front-message .upper .box.left{
	box-sizing: border-box;
	width: 25%;
}
.front-message .upper .left .secTitle{
	margin-bottom: 30px;
}
.front-message .upper .left p{
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 2px;
}
.front-message .upper .box.right{
	box-sizing: border-box;
	width: 68%;
}
.front-message .bottom .text p{
	line-height: 2;
	margin-top: 16px;
}
.front-message .bottom .text p.blue{
	font-weight: 500;
	color: #1A6096;
}
.front-message .bottom .btnWrapper{
	text-align: right;
	padding: 40px 0 70px;
}

.slider-block{
	padding-bottom: 100px;
}
.slider-block h3{
	font-size: 3rem;
	max-width: 1140px;
	margin: 0 auto;
	border-top: solid 1px #dedede;
	padding: 90px 0;
}
.slide-items01,
.slide-items02{
  width: 100%;
  height: 100%;
}
.slick-track{
	display: flex!important;
	align-items: center!important;
}
.slide-items01 li,
.slide-items02 li{
	display: flex!important;
	justify-content: center!important;
}
.slide-items01 li img,
.slide-items02 li img{
	width: 100%;
	object-fit: cover;
}
/* message end */

/* Company Information start */
.front-ci{
	background-image: url("../img/front/img_07.jpg");
	background-size: cover;
	background-position: center;
	padding: 13vw 0;
}
.front-ci .inner{
	max-width: 1000px;
}
.front-ci .content{
	margin-top: 30px;
}
.front-ci ul li{
	margin-top: 20px;
}
.front-ci h3{
	font-size: 3rem;
	text-align: left;
}
.front-ci ul li span{
	color: #1A6096;
}
.front-ci ul p{
	font-size: 1.8rem;
	font-weight: 500;
}
/* Company Information end */

/* news blog start */
.front-news-blog{
	padding: 0;
}
.front-news-blog .inner{
	max-width: 1000px;
}
.front-news-blog .block{
	padding: 120px 0;
}
.front-news-blog .block.news{
	border-bottom: solid 1px #E2F2FF;
}
.front-news-blog .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.front-news-blog .left{
	box-sizing: border-box;
	width: 30%;
}
.front-news-blog .left .secTitle{
	margin-bottom: 20px;
}
.front-news-blog .left p{
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.front-news-blog .left .btn{
	margin-top: 30px;
}
.front-news-blog .right{
	box-sizing: border-box;
	width: 65%;
}
.front-news-blog .right ul li{
	background-color: #F9F9F9;
	margin-bottom: 20px;
	border-radius: 20px;
}
.front-news-blog .right ul li:last-of-type{
	margin-bottom: 0;
}
.front-news-blog .right ul li a{
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.3s;
}
.front-news-blog .right ul li a:hover{
	background-color: #1A6096;
}
.front-news-blog .right ul li a figure{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.front-news-blog .right ul li a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.front-news-blog .right ul li a:hover figure img{
	transform: scale(1.1);
}
.front-news-blog .right ul li a div{
	box-sizing: border-box;
	width: calc(100% - 200px);
	padding: 0 30px;
}
.front-news-blog .news .right ul li a div{
	width: 100%;
	padding: 30px 40px;
}
.front-news-blog .right ul li a time{
	display: inline-block;
	text-align: left;
	margin-bottom: 5px;
	transition: 0.3s;
}
.front-news-blog .right ul li a:hover time{
	color: white;
}
.front-news-blog .right ul li a h3{
	font-size: 1.7rem;
	font-weight: 500;
	text-align: left;
	transition: 0.3s;
}
.front-news-blog .right ul li a:hover h3{
	color: white;
}
.front-news-blog .noPost{
	width: 100%;
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* news blog end */

/* welcome start */
.front-welcome{
	padding: 120px 100px;
	position: relative;
}
.front-welcome .bgItem {
	width: 75vw;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 1;
}
.front-welcome .inner{
	max-width: 100%;
	background-image: url("../img/front/img_10.jpg");
	background-size: cover;
	background-position: center;
	padding: 200px 120px 120px;
}
.front-welcome .wrapper{
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.front-welcome .box{
	box-sizing: border-box;
	width: 47%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px;
	border-radius: 20px;
}
.front-welcome .box .upper{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #1A6096;
}
.front-welcome .box .upper h3{
	font-size: 3rem;
	margin-bottom: 30px;
}
.front-welcome .box .upper p{
	font-size: 1.8rem;
	letter-spacing: 2px;
	line-height: 2;
	text-align: center;
}
.front-welcome .box.right .upper p{
	letter-spacing: 1px;
}
.front-welcome .box .bottom h4{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.front-welcome .box .bottom .image{
	margin-top: 30px;
}
@media screen and (max-width:1500px){
	.front-welcome{
		padding: 120px 50px;
	}
	.front-welcome .inner{
		padding: 200px 50px 120px;
	}
}
/* welcome end */



@media screen and (max-width:767px){
	
	
	
	
	/* メインビジュアル start */
	.heroHeader{
		padding-top: 80px;
		background: linear-gradient(to right, #65e0b7, #3a99e3);
	}
	.heroHeader-inner{
		height: calc(100vh - 80px);
		background-image: url("../img/front/img_01_sp.jpg");
		background-size: cover;
	}
	.heroHeader .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
		top: 50%;
    left: 50%;
		transform: translate(-50%, -50%);
	}
	.heroHeader .content::before{
		width: 300px;
    height: 300px;
	}
	.heroHeader .content::after{
		width: 300px;
    height: 300px;
	}
	.heroHeader .content h2 {
		font-size: 5.5vw;
		letter-spacing: 2px;
	}
	.heroHeader .content p{
		font-size: 4vw;
	}
	.heroHeader .bottomItem{
		bottom: auto;
		top: -27px;
	}
	.heroHeader .bottomItem .wrapper{
		padding: 0 10px;
	}
	.heroHeader .bottomItem .center {
		width: 15%;
    margin: 0 5px;
	}
	/* メインビジュアル end */

	/* mvBottom start */
	.mvBottom{
		padding-top: 60px;
	}
	.mvBottom .inner{
		padding: 0;
	}
	.mvBottom .upper {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 30px 20px 20px;
	}
	.mvBottom .upper h2{
		font-size: 2rem;
	}
	.mvBottom .upper .content {
		margin-top: 30px;
		padding: 30px 20px;
	}
	.mvBottom .upper .content .wrapper{
		display: block;
	}
	.mvBottom .upper .box:first-of-type{
		margin-bottom: 140px;
	}
	.mvBottom .upper .box:first-of-type div{
		width: 50%;
		margin: 25px auto;
	}
	.mvBottom .upper .box:last-of-type div{
		width: 50%;
		margin: 25px auto;
	}
	.mvBottom .upper .content::before {
		content: url(../img/front/svg_03_sp.svg);
		display: inline-block;
		width: 71px;
		height: 65px;
		position: absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -52%);
	}
	.mvBottom .upper .box h3{
		font-size: 2rem;
	}
	.mvBottom .bottom{
		background-image: url(../img/front/img_03_sp.png);
		padding: 60px 0;
	}
	.mvBottom .bottom .content{
		padding: 0 20px;
	}
	.mvBottom .bottom .text{
		margin-top: 15px;
	}
	.mvBottom .bottom .text p{
		margin-top: 15px;
	}
	/* mvBottom end */
	
	/* our service start */
	.front-os .inner{
		padding: 50px 0 40px;
		border-radius: 25px;
	}
	.front-os .content{
		margin-top: 40px;
		padding: 0 30px;
	}
	.front-os .wrapper{
		display: block;
	}
	.front-os .box{
		width: 100%;
	}
	.front-os .box:first-of-type{
		margin-bottom: 30px;
	}
	.front-os .box .info {
    padding: 20px 20px 30px;
}
	.front-os .box .info h3{
		margin-bottom: 15px;
	}
	.front-os .btn{
		margin-top: 25px;
	}
	/* our service end */

	/* message start */
	.front-message{
		padding-top: 100px;
		padding-bottom: 0;
	}
	.front-message .inner::before {
    width: 400px;
    height: 400px;
    top: 20%;
    left: -200px;
    transform: translateY(-80%);
	}
	.front-message .bgItem{
		width: 100vw;
		top: -1px;
	}
	.front-message .upper{
		margin-bottom: 30px;
	}
	.front-message .upper .wrapper{
		display: block;
	}
	.front-message .upper .box.left{
		width: 100%;
	}
	.front-message .upper .left .secTitle{
		margin-bottom: 20px;
	}
	.front-message .upper .left p{
		font-size: 1.8rem;
	}
	.front-message .upper .box.right {
    width: 85%;
    margin-top: 30px;
    margin-left: 15%;
}
	.front-message .bottom .text p{
		line-height: 1.7;
		margin-top: 14px;
	}
	.front-message .bottom .btnWrapper{
		padding: 30px 0 35px;
		text-align: center;
	}
	.slider-block{
		padding-bottom: 50px;
	}
	.slider-block h3{
		font-size: 1.8rem;
		padding: 40px 0;
	}
	/* message end */

	/* Company Information start */
	.front-ci {
    background-image: url(../img/front/img_07_sp.jpg);
	}
	.front-ci .inner{
		padding: 0 30px;
	}
	.front-ci h3{
		font-size: 2.3rem;
	}
	.front-ci .content{
		margin-top: 15px;
	}
	.front-ci ul li {
    margin-top: 15px;
	}
	.front-ci ul li span{
		font-size: 1.3rem;
	}
	.front-ci ul p{
		font-size: 1.5rem;
	}
	/* Company Information end */

	/* news blog start */
	.front-news-blog .block{
		padding: 50px 0;
	}
	.front-news-blog .wrapper{
		display: block;
	}
	.front-news-blog .left,
	.front-news-blog .right{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.front-news-blog .left{
		margin-bottom: 40px;
	}
	.front-news-blog .left .secTitle{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.front-news-blog .left p{
		font-size: 1.8rem;
		line-height: 1;
	}
	.front-news-blog .news .left .secTitle{
		width: 105px;
	}
	.front-news-blog .blog .left .secTitle{
		width: 77px;
	}
	.front-news-blog .news .left .text{
		width: calc(100% - 135px);
		line-height: 1.7;
	}
	.front-news-blog .blog .left .text{
		width: calc(100% - 107px);
		line-height: 1.7;
	}
	.front-news-blog .left .btn {
    margin: 40px auto 0;
	}
	.front-news-blog .right ul li {
    border-radius: 10px;
		margin-bottom: 15px;
}
	.front-news-blog .news .right ul li a div {
    width: 100%;
    padding: 15px 25px;
	}
	.front-news-blog .right ul li a time{
		font-size: 1.2rem;
	}
	.front-news-blog .right ul li a h3{
		font-size: 1.4rem;
		line-height: 1.7;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; /* 任意の行数を指定 */
	}
	.front-news-blog .right ul li a{
		border-radius: 10px;
	}
	.front-news-blog .right ul li a figure{
		width: 120px;
    height: 100px;
	}
	.front-news-blog .right ul li a div {
    width: calc(100% - 100px);
    padding: 0 20px;
	}
	.front-news-blog .noPost{
		height: 130px;
	}
	/* news blog end */

	/* welcome start */
	.front-welcome{
		padding: 40px 20px 50px;
	}
	.front-welcome .bgItem{
		width: 100vw;
		top: 10px;
	}
	.front-welcome .inner {
		padding: 70px 20px 50px;
		background-image: url(../img/front/img_10_sp.jpg);
	}
	.front-welcome .wrapper{
		display: block;
	}
	.front-welcome .box {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
	}
	.front-welcome .box.left{
		margin-bottom: 20px;
	}
	.front-welcome .box .upper{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.front-welcome .box .upper h3 {
    font-size: 2.3rem;
		line-height: 1.5;
    margin-bottom: 15px;
}
	.front-welcome .box .upper p {
    font-size: 1.5rem;
		line-height: 1.7;
}
	.front-welcome .box .bottom h4{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.front-welcome .box .bottom .image{
		margin-top: 20px;
	}
	/* welcome end */
	

	
}