@charset "utf-8";
html{
	scroll-padding-top:90px;
	scroll-behavior:smooth;
}
.fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.sp {
	display: none;
}
/*----------------------------------
	keyv
-----------------------------------*/
#index-keyv {
  position: fixed;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/legalcnct/assets/images/index/keyv.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#index-keyv article {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-keyv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.2rem;
  z-index: 2;
}
.index-keyv-txt h2{
	font-size: 5.0rem;
	margin-bottom: 1.0rem;
}
.index-keyv-txt h3{
	background: #5C4033;
	font-size: 2.5rem;
	padding: 1.0rem 3.0rem;
	display: inline-block;
}
/* スクロールダウンの位置 */
.scroll {
  	position: absolute;
  	left: 50%;
  	bottom: 5.0rem;
  	transform: translateX(-50%);
  	width: fit-content;
  	color: #fff;
}
/* マウスホイール */
.scroll::before {
  animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}
/* マウス */
.scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 10px;
  width: 30px;
}
/* アニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
/*----------------------------------
	about
-----------------------------------*/
#index-about {
	background: #F4F0EC;
	padding: 10.0rem 0;
}
#index-about article{

}
#index-about article .index-about-box {
	margin-bottom: 10.0rem;
}
#index-about article .index-about-box article{
	display: flex;
	justify-content: center;
	overflow: visible;
}
#index-about article .index-about-box article .index-about-box-L{
	flex: 1;
	width: 50%;
	background: #fff;
	padding: 10.0rem;
}
#index-about article .index-about-box article .index-about-box-L h3{
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
}
#index-about article .index-about-box article .index-about-box-R {
	transform: translate(-7%, 20%);
	width: 50%;
	height: 500px;
	background: url("/wp-content/themes/legalcnct/assets/images/index/pht_about01.webp") no-repeat center center;
	background-size: cover;
}
/*----------------------------------
	service
-----------------------------------*/
#index-service {
	padding: 5.0rem 0;
}
.index-service-box-inner{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 10.0rem;
}
.index-service-box-inner .index-service-box-item {
	width: 50%;
	text-align: center;
	padding: 0 0 0 5.0rem;
}
.index-service-box-inner .index-service-box-item:nth-child(odd){
	padding: 0 5.0rem 0 0;
}
.index-service-box-inner .index-service-box-item h2{
	display: inline-block;
	padding: 2.0rem 0;
	font-size: 2.0rem;
	background: #fff;
	width: 300px;
	margin: 0 auto;
	transform: translateY(-3.25rem);
	text-align: center;
	line-height: 1;
}
.index-service-box-inner .index-service-box-item .index-txt{
	margin-top: -2.0rem;
	padding: 0 5.0rem 3.0rem;
	text-align: left;
}
/*----------------------------------
	profile
-----------------------------------*/
#index-profile {
	background: #F4F0EC;
	padding: 10.0rem 5.0rem 15.0rem;
}
.profile-box {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	flex-wrap: wrap;
}
.profile-box .profile-box-R{
	transform: translate(-7%, 20%);
	flex: 1;
	width: 50%;
	padding: 5.0rem;
	background: #fff;
	height: 440px;
}
.profile-box .profile-box-L  {
	width: 50%;
	height: 500px;
	background: url("/wp-content/themes/legalcnct/assets/images/index/pht_message.webp") no-repeat center center;
	background-size: cover;
}
.profile-box .profile-box-R h2{
	margin-bottom: 2.0rem;
}
.profile-box .profile-box-R h3{
	margin-bottom: 1.0rem;
}
.profile-box .profile-box-R h3 .position {
	font-size: 1.8rem;
	padding-right: 2.0rem;
}

/*----------------------------------
	office
-----------------------------------*/
#index-office {
	background: url("/wp-content/themes/legalcnct/assets/images/index/bg_office.webp") no-repeat center center / cover;
	padding: 10.0rem 0 12.0rem;
}
#index-office article{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 5.0rem;
}
#index-office article h2{
	margin-bottom: 3.5rem;
}
.index-office-list li{
	border-bottom: 1px solid #5C4033;
	padding: 3.0rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
}
.index-office-list li:first-child{
	border-top: 1px solid #5C4033;
}
.index-office-list li span{
	display: inline-block;
}
.index-office-list li span.col {
	width: 120px;
}
/*----------------------------------
	contact
-----------------------------------*/
#index-contact {
	background: #F4F0EC;
	padding: 5.0rem 0 8.0rem;
}
.contact-form {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 5.0rem;
}
.contact-form ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2.0rem;
}
.contact-form ul li h4{
	font-size: 1.6rem;
	width: 150px;
	font-weight: 200;
}
.contact-form ul li .input-form {
	width: calc( 100% - 200px);
}
.contact-form ul li .input-form input, .contact-form ul li .input-form textarea{
	width: 100%;
	background: #F4F0EC;
	padding: 1.0rem;
}
.contact-form .contact-privacy {
	font-size: 1.2rem;
    width: 100%;
    margin: 0 auto 5.0rem;
	border: 1px solid #707070;
    padding: 2.0rem 3.0rem;
    margin-bottom: 50px;
    overflow: auto;
    height: 200px;
	background: #F4F0EC;
}
.contact-form .btn-submit {
	width: 300px;
	margin: 0 auto;
	height: 65px;
}
.contact-form .btn-submit input{
	display: inline-block;
	min-width: fit-content;
	font-family: "Afacad", serif;
	font-size: 1.8rem;
	color: #fff;
	background: #5C4033;
	border: 1px solid #5C4033;
	border-radius: 10.0rem;
	padding: 1.5rem 0;
	text-align: center;
	transition: .3s;
	width: 100%;
	font-size: 1.6rem;
}
.contact-form .btn-submit input:hover {
	color: #5C4033;
	background: #fff;
}
/*----------------------------------
	page keyv
-----------------------------------*/
#page-keyv.business-manager-visa {
  position: fixed;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/legalcnct/assets/images/page/keyv_business-visa.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  z-index: 1;
}
#page-keyv:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	height: 100%;
	width: 100%;
	z-index: 2;
}
#page-keyv .page-keyv-txt{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 70%;
	z-index: 3;
}
#page-keyv .page-keyv-txt h1{
	margin-bottom: 1.0rem;

}
#page-keyv .page-keyv-txt h2{
	font-weight: 400;
}
/*----------------------------------
	page
-----------------------------------*/
#page-intro {
	padding: 10.0rem 0;
}
#page-intro .flex-box {
	align-items: center;
}
.intro-txt {
	width: 650px;
	font-size: 1.8rem;
	margin-left: auto;
}
#page-matter {
	margin-bottom: 10.0rem;
	overflow-x: hidden;
}
.page-matter-inner {
	display: flex;
	flex-wrap: wrap;
}
.page-matter-box {
	width: 60%;
	padding-right: 5.0rem;
}
.page-matter-box ul{
	margin-bottom: 2.0rem;
	padding-left: 2.0rem;
}
.page-matter-box ul li{
	margin-bottom: 1.0rem;
	list-style: outside square;
}
.page-matter-box ul li:last-child{
	margin-bottom: 0;
}
.page-matter-image {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
.page-matter-image .image{
	background: url(/wp-content/themes/legalcnct/assets/images/page/pht_business-visa01.webp) no-repeat right 20% center / cover;
	width: 100%;
	height: 850px;
	border-radius: 1.6rem 0 0 1.6rem;
}
#page-detail {
	margin-bottom: 10.0rem;
}
ul.flex-box li.page-detail-item {
	width: 100%;
	padding: 2.0rem;
}
.table-cover {
	width: 65%;
	margin: 0 auto 3.0rem;
}
.page-detail-item table{
	width: 100%;
	font-size: 1.4rem;
	border-top: 1px solid #5C4033;
	border-left: 1px solid #5C4033;
}
.page-detail-item table thead th{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #5C4033;
	background: #5C4033;
	text-align: center;
	padding: 1.0rem 0;
	color: #fff;
	font-weight: 400;
}
.page-detail-item table thead th:last-child{
	border-right: 1px solid #5C4033;
}
.page-detail-item table tbody td{
	border-right: 1px solid #5C4033;
	border-bottom: 1px solid #5C4033;
	padding: 1.0rem;
}
.page-detail-item h4{
	margin-bottom: 1.0rem;
	text-align: center;
}
.page-detail-item ol.support-step {
	margin-bottom: 3.0rem;
	display: flex;
	flex-wrap: wrap;
	background: #5C4033;
	padding: 3.0rem;
	font-size: 1.4rem;
	color: #fff;
}
.page-detail-item ol.support-step li{
	width: 50%;
	border-bottom: 1px solid #fff;
	padding: 1.0rem;
	list-style: inside decimal;
}
.page-detail-item ol.support-step li:first-child, .page-detail-item ol.support-step li:nth-child(2){
	border-top: 1px solid #fff;
}
.page-detail-item ol.support-step li div.rubi {
	padding-left: 1.8rem;
}
.work-visa .page-matter-inner {
	flex-wrap: wrap;
}
.work-visa .page-matter-inner .page-matter-image {
	width: 100%;
	order: 1;
	margin: 0 0 3.0rem;
	height: 500px;
}
.work-visa .page-matter-inner .page-matter-image .image {
	background: url(/wp-content/themes/legalcnct/assets/images/page/pht_workvisa01.webp) no-repeat center top 20% / cover;
	height: 100%;
	border-radius: 1.6rem;	
}
.work-visa .page-matter-inner .page-matter-box {
	width: 100%;
	order: 2;
}
.succession .page-matter-inner {
	flex-wrap: wrap;
}
.succession .page-matter-inner .page-matter-image {
	width: 100%;
	order: 1;
	margin: 0 0 3.0rem;
	height: 500px;
}
.succession .page-matter-inner .page-matter-image .image {
	background: url(/wp-content/themes/legalcnct/assets/images/page/pht_succession.webp) no-repeat center top 20% / cover;
	height: 100%;
	border-radius: 1.6rem;	
}
.succession .page-matter-inner .page-matter-box {
	width: 100%;
	order: 2;
}
.formation .page-matter-inner {
	flex-wrap: wrap;
}
.formation .page-matter-inner .page-matter-image {
	width: 100%;
	order: 1;
	margin: 0 0 3.0rem;
	height: 500px;
}
.formation .page-matter-inner .page-matter-image .image {
	background: url(/wp-content/themes/legalcnct/assets/images/page/pht_formation01.webp) no-repeat center top 20% / cover;
	height: 100%;
	border-radius: 1.6rem;	
}
.formation .page-matter-inner .page-matter-box {
	width: 100%;
	order: 2;
}
