
html { scroll-behavior: smooth;}
a {
	text-decoration:none;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

/* --------------------------------------------
 * 　メインヴィジュアル
 * -------------------------------------------- */
.mv_wrap {
	height: 100svh;
    overflow: hidden;
}
.mv {
	margin:0 auto;
	height: calc(100svh - 91.6px);
}
.mv-video {
	margin:0 auto;
	/*height: calc(100svh - 91.6px);*/
	height: 100%;
}
.mv-video video{
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}


/* --------------------------------------------
*About us
*--------------------------------------------*/

.about {
	padding: 100px 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_text {
	width: 45%;
}

.about_text span {
	display: block;
	font-size: 4.2rem;
	font-weight: bold;
	margin-bottom: 50px;
	color: var(--main-color);
	
}

.about_text p {
	margin-bottom: 20px;
}

.about_img {
	width: 50%;
}

/* --------------------------------------------
*事業内容
*--------------------------------------------*/

.business_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 60px;
}

.top-section_title {
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
}

.business_content_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	padding: 80px 0 160px;
}

.business_content_item {
	background: #D9D9D9;
	border-radius: 50%;
	flex: 0 1 calc(25% - 22.5px); /* gap/2 を左右で引く */
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	max-width: none; 
}

.business_content_item p {
	font-size: 2.4rem;
}

.business_content_wrap a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

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

	.business_content_item p {
		font-size: 1.8rem;
	}
	}

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

	.business_content_item p {
		font-size: 1.6rem;
	}
	}


/* --------------------------------------------
* お知らせ
*--------------------------------------------*/

.news {
	padding: 0px 60px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.news_wrap {
	padding: 80px 0 160px;
}

.top_artnewicle {
	width: 100%;
  }
  
  .top_newarticle ul{
	  margin:0 auto;
  }
  .top_newarticle ul li{
	  list-style:none;
	  display: flex;
	  flex-wrap: wrap;
	  
  }
  .top_newarticle ul li a{
	  width:100%;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;	
	  gap: 20px;
	  margin-bottom: 10px;
  }
  .top_newarticle ul li .articate{
	  font-size: 1.6rem;	
	  text-align: left;
  }
  .top_newarticle ul li .artittl{
	  font-size: 1.6rem;
	  text-align: left;
	  text-decoration: underline;
  }
  
  

/* --------------------------------------------
*  実績紹介
*--------------------------------------------*/

.achievements {
	margin-bottom: 170px;
}

.swiper1 {
	overflow: hidden;
	margin-top: -150px;
}


.wrapper1 {
	padding: 250px 0 100px;
	transition-timing-function: linear !important;
	display: flex;
	justify-content: center;
}


.swiper-slide img {
	width: 90%;
	height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
	margin-bottom: 40px;
	margin: 0 auto 30px;
}

.excerpt {
	margin-left: 10px;
	word-break: break-word;
}

.top_btn {
	text-align: center;
}

.top_btn a {
	border: solid 1px;
	padding: 15px 70px;
	position: relative;
}

.top_btn a:hover {
	color: #fff;
	background: var(--main-color);
	transition: 0.3s all ease;
}

.top_btn a::before {
	width: 60px;
	transform: translate(30px, 0px);
	content: "";
	position: absolute;
	top: 2.3rem;
	right: -7px;
	height: 1px;
	background-color: #000;
}

.top_btn a::after {
	width: 15px;
	transform-origin: right center;
	transform: translate(30px, 0px) rotate(25deg);
	content: "";
	position: absolute;
	top: 2.3rem;
	right: -7px;
	height: 1px;
	background-color: #000;
}

.top_btn p {
	font-size: 2rem;
	display: inline-block;
	vertical-align: sub;
}

/* --------------------------------------------
* お問い合わせ
*--------------------------------------------*/

.top_contact {
	padding: 0px 60px 150px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.contact_text {
	display: flex;
	justify-content: center;
	padding: 70px 0;
}

.top_btn2 {
	text-align: center;
}

.top_btn2 a {
	border: solid 1px;
	padding: 15px 50px;
	position: relative;
}

.top_btn2 a::before {
	width: 60px;
	transform: translate(30px, 0px);
	content: "";
	position: absolute;
	top: 2.3rem;
	right: -7px;
	height: 1px;
	background-color: #000;
}

.top_btn2 a:hover {
	color: #fff;
	background: var(--main-color);
	transition: 0.3s all ease
}

.top_btn2 a::after {
	width: 15px;
	transform-origin: right center;
	transform: translate(30px, 0px) rotate(25deg);
	content: "";
	position: absolute;
	top: 2.3rem;
	right: -7px;
	height: 1px;
	background-color: #000;
}

.top_btn2 p {
	font-size: 2rem;
	display: inline-block;
	vertical-align: sub;
}


/* --------------------------------------------
*問い合わせ(パララックス)
*--------------------------------------------*/

/* .mv_parallax {
	margin:100px auto 0 auto;
	height: 350px;
	width: 100%;
	position:relative;
    background: url(https://allone-llc.jp/wp-content/themes/allone_original_theme/img/top/contact_back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
	background-attachment: fixed;
	display: flex;
    flex-wrap: wrap;
}
.mv_parallax img{
	height:40px;
	width:auto;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.mv_parallax .contact_wrap {
    width:100%;
	max-width:1200px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.mv_parallax .contact_wrap .titlearea {
    width: calc(50% - 80px);
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
}
.mv_parallax .contact_wrap .titlearea h2 {
    width: 100%;
    font-weight: normal;
    font-size: 3.6rem;
    margin: 0;
    line-height: 90%;
    letter-spacing: 0.3rem;
}
.mv_parallax .contact_wrap .titlearea p.subtitle {
    width: 100%;
    font-family: 'abel', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0 0 60px 0;
    letter-spacing: 0rem;
}
.mv_parallax .contact_wrap .textarea {
    width: calc(50% - 80px);
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
}
.mv_parallax .contact_wrap .textarea p {
	width: auto;
    text-align: left;
    font-size: 1.6rem;
	color: #ffffff;
    line-height: 160%;
}
 */
