@charset "UTF-8";
/* ローディング中固定 */
.no-scroll {
	overflow: hidden;
	height: 100vh;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	background-color: #002c4b;
	overflow: hidden;
	pointer-events: all;
	touch-action: none;
}
.loading.none {
	display: none;
	overflow: inherit;
	pointer-events: none;
	touch-action: inherit;
}
.fade-out {
	animation: fadeOut 3s 6s forwards;
}
.ld__text__wrap {
	position: absolute;
	top: 14.5833vw;
	left: calc(50% - 33.6806vw);
	display: flex;
	flex-flow: row-reverse;
	height: 51.3889vw;
}
.ld__text {
	display: block;
	font-size: 2.7778vw;
	font-weight: 600;
	letter-spacing: .25em;
	line-height: 1.8;
	color: #fff;
	writing-mode: vertical-rl;
	white-space: nowrap;
	opacity: 0;
	animation: fadein 2s ease forwards;
}
.ld__text:last-child{
	font-size: 1.6667vw;
	letter-spacing: .25em;
	text-align: right;
	margin-right: 2.0833vw;
}
.ld__text-01 { animation-delay: 1s; }
.ld__text-02 { animation-delay: 2s; }
.ld__text-03 { animation-delay: 3s ;}
.ld__text-04 { animation-delay: 4s; }
.loading__logo {
	position: absolute;
	bottom: 1.3888vw;
	right: 1.3888vw;
	width: 16.6667vw;
}

@keyframes fadein {
	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (min-width:1440px) {
	.ld__text__wrap {
		top: 210px;
		left: calc(50% - 485px);
		height: 740px;
	}
	.ld__text {
		font-size: 40px;
	}
	.ld__text:last-child{
		font-size: 24px;
		margin-right: 30px;
	}
	.loading__logo {
		bottom: 20px;
		right: 20px;
		width: 240px;
	}
}


@media screen and (max-width: 768px) {
	.ld__text__wrap {
		top: 26.0465vw;
		left: 1.8605vw;
		flex-flow: column;
		height: auto;
	}
	.ld__text {
		font-size: 6.4vw;
		letter-spacing: 0;
		line-height: 1.5;
		writing-mode: inherit;
	}
	.ld__text:last-child{
		font-size: 3.7333vw;
		letter-spacing: 0;
		text-align: left;
		margin-right: 0;
		margin-top: 2.6667vw;
	}
	.loading__logo {
		bottom: 5.3333vw;
		right: 5.3333vw;
		width: 50vw;
	}
}





/*-------------------------------
 mvSec
-------------------------------*/
.mvSec {
	position: relative;
	width: 100%;
	height: 98.6111vw;
	margin: 0 auto;
	z-index: 2;
}
.mvSec .mv__inner {
	position: relative;
	max-width: 133.3333vw;
	margin: 0 auto;
	padding: 9.02778vw 0 0;
}
.mvSec .mv__bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 98.6111vw;
	transform: translateX(-50%);
	text-align: center;
	overflow: hidden;
}
.mvSec .mv__bg img {
	width: 133.3333vw;
	max-width: 133.3333vw;
	height: 98.6111vw;
}
.mvSec .mv__bg-line {
	position: absolute;
	top: -3.4722vw;
	left: 50%;
	width: 100%;
	height: 80.1389vw;
	transform: translateX(-50%);
	text-align: center;
	overflow: hidden;
}
.mvSec .mv__bg-line img {
	width: 99.9306vw;
	max-width: 99.9306vw;
}
.mv__title {
	position: relative;
	text-align: center;
}
.mv__title img {
	width: 47.9167vw;
	box-shadow: 0px 0px 1.3889vw 0.3472vw rgba(255, 255, 255, 0.4);
}
.mv__text__wrap {
	position: absolute;
	top: 14.5833vw;
	left: calc(50% - 33.6806vw);
	display: flex;
	flex-flow: row-reverse;
	height: 51.3889vw;
}
.mv__text {
	display: block;
	font-size: 2.7778vw;
	font-weight: 600;
	letter-spacing: .25em;
	line-height: 1.8;
	color: #fff;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.mv__text:last-child{
	font-size: 1.6667vw;
	letter-spacing: .25em;
	text-align: right;
	margin-right: 2.0833vw;
}
.mv__scrolldown {
	position: absolute;
	content: "";
	bottom: 24.3056vw;
	left: calc(50% - 2.7778vw);
	width: 5.5556vw;
	height: 11.8056vw;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.mv__scrolldown a {
	position: absolute;
	bottom: 0;
	left: calc(50% - 2.7778vw);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.5556vw;
	height: 5.5556vw;
	border-radius: 2.7778vw;
	margin: auto;
	font-size: 1.1111vw;
	font-weight: 500;
	line-height: 1;
	color: #003C5A;
	text-decoration: none;
	background: #F6F8F6;
	transition: .2s;
}
.mv__scrolldown:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0.0694vw;
	height: 6.9444vw;
	background-color: transparent;
}
.mv__scrolldown:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0.0694vw;
	height: 6.9444vw;
	background-color: #F6F8F6;
}
.mv__scrolldown:after {
	animation: scroll__anime 2s infinite;
}
.mv__scrolldown a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2.7778vw);
	left: calc(50% - 2.7778vw);
	z-index: -1;
	width: 5.5556vw;
	height: 5.5556vw;
	border-radius: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mv__scrolldown:hover a::before {
	animation: circle 3s infinite;
}

@keyframes circle {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 40px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes scroll__anime {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

@media screen and (min-width:1440px) {
	.mvSec {
		height: 1420px;
	}
	.mvSec .mv__inner {
		max-width: 1920px;
		padding: 130px 0 0;
	}
	.mvSec .mv__bg {
		height: 1420px;
	}
	.mvSec .mv__bg img {
		width: 1920px;
		max-width: 1920px;
		height: 1420px;
	}
	.mvSec .mv__bg-line {
		height: 1154px;
	}
	.mvSec .mv__bg-line img {
		width: 1439px;
		max-width: 1439px;
		height: 1154px;
	}
	.mv__title img {
		width: 690px;
		box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.4);
	}
	.mv__text__wrap {
		top: 210px;
		left: calc(50% - 485px);
		height: 740px;
	}
	.mv__text {
		font-size: 40px;
	}
	.mv__text:last-child{
		font-size: 24px;
		margin-right: 30px;
	}
	.mv__scrolldown {
		bottom: 350px;
		left: calc( 50% - 40px );
		width: 80px;
		height: 170px;
	}
	.mv__scrolldown a {
		left: calc( 50% - 40px );
		width: 80px;
		height: 80px;
		border-radius: 40px;
		font-size: 16px;
	}
	.mv__scrolldown:before {
		height: 100px;
	}
	.mv__scrolldown:after {
		height: 100px;
	}
	.mv__scrolldown a::before {
		width: 80px;
		height: 80px;
		top: calc(50% - 40px);
		left: calc(50% - 40px);
	}
}

@media screen and (min-width:1920px) {
	.mvSec::before,
	.mvSec::after {
		position: absolute;
		content: "";
		top:0 ;
		width: calc( 50% - ( 1920px / 2 ));
		height: 1420px;
		background: url("../img/top/main__bg-repeat.png") repeat-x;
		background-size: 1px 1420px;
		z-index: 2;
	}
	.mvSec::before {
		left: 0;
	}
	.mvSec::after {
		right: 0;
	}
}

@media screen and (max-width:768px) {
	.mvSec {
		height: 193.3333vw;
	}
	.mvSec .mv__inner {
		padding: 40.6977vw 0 0;
	}
	.mvSec .mv__bg {
		height: 193.3333vw;
	}
	.mvSec .mv__bg img {
		width: 100%;
		height: 193.3333vw;
	}
	.mvSec .mv__bg-line {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateX(0);
	}
	.mvSec .mv__bg-line img {
		width: 100%;
		height: 100%;
	}
	.mv__title img {
		width: 92vw;
		box-shadow: 0px 0px 5.3333vw 1.3333vw rgba(255, 255, 255, 0.4);
	}
	.mv__text__wrap {
		top: 26.0465vw;
		left: 1.8605vw;
		flex-flow: column;
		height: auto;
	}
	.mv__text {
		font-size: 6.4vw;
		letter-spacing: 0;
		line-height: 1.5;
		writing-mode: inherit;
	}
	.mv__text:last-child{
		font-size: 3.7333vw;
		letter-spacing: 0;
		text-align: left;
		margin-right: 0;
		margin-top: 2.6667vw;
	}
	.mv__scrolldown {
		bottom: 16vw;
		left: calc(50% - 11.6279vw);
		width: 23.2558vw;
		height: 56.9767vw;
	}
	.mv__scrolldown a {
		bottom: 0;
		left: calc(50% - 11.6279vw);
		align-items: flex-start;
		width: 23.2558vw;
		height: 23.2558vw;
		padding-top: 6.9767vw;
		border-radius: 11.6279vw;
		font-size: 3.4667vw;
	}
	.mv__scrolldown:before {
		height: 34.6667vw;
	}
	.mv__scrolldown:after {
		height: 34.6667vw;
	}
	.mv__scrolldown:after {
		animation: scroll__anime 2s infinite;
	}
	.mv__scrolldown a::before {
		width: 29.3333vw;
		height: 29.3333vw;
		top: calc(50% - 14.6667vw);
		left: calc(50% - 14.6667vw);
	}
}



/*-------------------------------
 messageSec
-------------------------------*/
.messageSec {
	position: relative;
	margin-top: -120px;
	z-index: 1;
}
.messageSec .l-inner {
	padding: 215px 0 100px;
}
.messageSec .parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.messageSec .parallax-bg .message_bg {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background: url('../img/top/message__bg.png') no-repeat;
	background-size: contain;
}
.messageSec .sec__title {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
.messageSec .sec__title .sec__title-en {
	margin-bottom: 30px;
}
.messageSec .message__box {
	position: relative;
	display: flex;
	width: 100%;
	padding-bottom: 50px;
	z-index: 1;
}
.messageSec .message__box.message__box-r {
	justify-content: flex-end;
}
.messageSec .message__box .message__item {
	width: 500px;
	height: 525px;
	padding: 45px 50px;
	background: rgb( 255 255 255 / 0.9);
}
.messageSec .message__box .message__item p {
	font-size: 16px;
	line-height: 1.625;
}
.messageSec .message__box .message__item p:not(:last-child) {
	margin-bottom: 30px;
}
.messageSec .message__box .message__item .signature {
	font-size: 16px;
	line-height: 1.625;
	text-align: right;
}
.messageSec .message__box.message__box-r .message__item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.message__block {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	height: 225px;
	padding-bottom: 50px;
}

@media screen and (max-width:1200px) {
	.messageSec {
		margin-top: -10vw;
	}
	.messageSec .l-inner {
		padding: 17.9167vw 0 8.3333vw;
	}
	.messageSec .sec__title .sec__title-en {
		margin-bottom: 2.5vw;
	}
	.messageSec .message__box {
		padding-bottom: 4.1667vw;
	}
	.messageSec .message__box .message__item {
		width: 41.6667vw;
		height: 43.75vw;
		padding: 3.75vw 4.1667vw;
	}
	.messageSec .message__box .message__item p {
		font-size: 1.3333vw;
	}
	.messageSec .message__box .message__item p:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.messageSec .message__box .message__item .signature {
		font-size: 1.3333vw;
	}
	.message__block {
		height: 32vh;
		padding-bottom: 4.1666vw;
	}
}

@media screen and (max-width:768px) {
	.messageSec {
		margin-top: 0;
		padding-top: 26.6667vw;
		background: url('../img/top/message__bg-sp.png') no-repeat left bottom;
		background-size: contain;
	}
	.messageSec .l-inner {
		padding: 4vw 0 26.667vw;
	}
	.messageSec .parallax-bg {
		display: none;
	}
	.messageSec .sec__title {
		position: static;
		height: auto;
		margin-bottom: 10.667vw;
	}
	.messageSec .sec__title .sec__title-jp {
		font-size: 4.5333vw;
	}
	.messageSec .sec__title .sec__title-en {
		margin-bottom: 8vw;
		font-size: 3.4666vw;
	}
	.messageSec .message__box {
		display: block;
		padding-bottom: 0;
	}
	.messageSec .message__box.message__box-r {
		justify-content: flex-start;
	}
	.messageSec .message__box .message__item {
		width: 100%;
		height: auto;
		padding: 5.3333vw 3.7333vw;
		background: rgb(255 255 255 / 0.5);
	}
	.messageSec .message__box .message__item p {
		font-size: 3.7333vw;
		line-height: 1.5;
	}
	.messageSec .message__box .message__item p:not(:last-child) {
		margin-bottom: 5.3333vw;
	}
	.messageSec .message__box .message__item .signature {
		margin-top: 8vw;
		font-size: 3.7333vw;
	}
	.messageSec .message__box.message__box-r .message__item {
		padding: 0 3.7333vw 5.3333vw;
	}
	.message__block {
		height: auto;
		padding: 8vw 0;
	}
}


/*-------------------------------
 attorneySec
-------------------------------*/
.attorneySec {
	padding: 80px 0 110px;
	z-index: 0;
}
.attorneySec .sec__title {
	margin-bottom: 40px;
}
.attorneySec .l-box-flex {
	justify-content: center;
	gap: 70px;
}
.attorneySec .attorney__img {
	width: 470px;
	padding-top: 5px;
}
.attorneySec .attorney__detail {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 400px;
}
.attorneySec .attorney__detail .profile__role {
	margin-bottom: 10px;
	font-size: 18px;
}
.attorneySec .attorney__detail .profile__name {
	margin-bottom: 35px;
	font-size: 24px;
}
.attorneySec .attorney__detail .profile__career {
	font-size: 16px;
	line-height: 1.875;
}

@media screen and (max-width:1200px) {
	.attorneySec {
		padding: 6.6667vw 0 9.1667vw;
	}
	.attorneySec .sec__title {
		margin-bottom: 3.3333vw;
	}
	.attorneySec .l-box-flex {
		gap: 5.8333vw;
	}
	.attorneySec .attorney__img {
		width: 39.1667vw;
		padding-top: 0.4167vw;
	}
	.attorneySec .attorney__detail {
	}
	.attorneySec .attorney__detail .profile__role {
		margin-bottom: 0.8333vw;
		font-size: 1.5vw;
	}
	.attorneySec .attorney__detail .profile__name {
		margin-bottom: 2.9167vw;
		font-size: 2vw;
	}
	.attorneySec .attorney__detail .profile__career {
		font-size: 1.3333vw;
	}
}

@media screen and (max-width:768px) {
	.attorneySec {
		padding: 0 0 16vw;
	}
	.attorneySec .sec__title {
		margin-bottom: 2.6667vw;
	}
	.attorneySec .l-box-flex {
		flex-flow: column;
		justify-content: flex-start;
		gap: 5.8667vw;
	}
	.attorneySec .attorney__img {
		width: 100%;
		padding-top: 0;
	}
	.attorneySec .attorney__detail {
		width: 100%;
		text-align: center;
	}
	.attorneySec .attorney__detail .attorney__profile {
		margin-bottom: 6.6667vw;
	}
	.attorneySec .attorney__detail .profile__role {
		margin-bottom: 0.8vw;
		font-size: 3.4667vw;
	}
	.attorneySec .attorney__detail .profile__name {
		margin-bottom: 4.8vw;
		font-size: 4.8vw;
	}
	.attorneySec .attorney__detail .profile__career {
		font-size: 3.4667vw;
		line-height: 1.38;
	}
	.attorneySec .attorney__detail .box__link {
		justify-content: center;
	}
}



/*-------------------------------
 aboutSec
-------------------------------*/
.aboutSec {
	padding: 80px 0 0;
}
.aboutSec .sec__title {
	margin-bottom: 40px;
}
.aboutSec .firm__profile {
	width: 760px;
	margin: 0 auto 60px;
}
.aboutSec .firm__profile dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	min-height: 45px;
	line-height: 1.5;
}
.aboutSec .firm__profile dl dt {
	width: 105px;
	font-size: 16px;
	color: #003c5a;
	border-right: 2px solid #003C5A;
}
.aboutSec .firm__profile dl dd {
	font-size: 16px;
	padding-left: 40px;
}
.aboutSec .map__wrap {
	width:100%;
}
.aboutSec .googlemap__link {
	margin: 10px 0;
	font-size: 14px;
	text-align: right;
}
.aboutSec .googlemap__link a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	color: #003c5a;
}
.aboutSec .googlemap__link a img {
	width: 16px;
	margin-left: 5px;
}

@media screen and (max-width:1200px) {
	.aboutSec {
		padding: 6.6667vw 0 0;
	}
	.aboutSec .sec__title {
		margin-bottom: 3.3333vw;
	}
	.aboutSec .firm__profile {
		width: 63.3333vw;
		margin: 0 auto 5vw;
	}
	.aboutSec .firm__profile dl {
		min-height: 3.75vw;
	}
	.aboutSec .firm__profile dl dt {
		width: 8.75vw;
		font-size: 1.3333vw;
	}
	.aboutSec .firm__profile dl dd {
		font-size: 1.3333vw;
		padding-left: 3.3333vw;
	}
	.googlemap__link {
		margin: 0.8333vw 0;
		font-size: 1.1667vw;
	}
	.googlemap__link a img {
		width: 1.3333vw;
		margin-left: 0.4167vw;
	}
}

@media screen and (max-width:768px) {
	.aboutSec {
		padding: 12vw 0 13.3333vw;
		background: #fff;
	}
	.aboutSec .sec__title {
		margin-bottom: 5.3333vw;
	}
	.aboutSec .firm__profile {
		width: 100%;
		margin: 0 auto 8vw;
	}
	.aboutSec .firm__profile dl {
		align-items: flex-start;
		flex-flow: column;
		min-height: 12vw;
		line-height: 1.35;
		margin-bottom: 4vw;
	}
	.aboutSec .firm__profile dl dt {
		width: 100%;
		margin-bottom: 1.3333vw;
		font-size: 3.7333vw;
		font-weight: 600;
		border-right: none;
	}
	.aboutSec .firm__profile dl dd {
		width: 100%;
		font-size: 3.7333vw;
		padding-left: 0;
	}
	.aboutSec .googlemap__link {
		margin: 2.6667vw 0 5.3333vw;
		font-size: 3.2vw;
	}
	.aboutSec .googlemap__link a img {
		width: 2.6667vw;
		margin-left: 1.3333vw;
	}
}


@media screen and (max-width:768px) {
	.footerSec {
		background-color: #fff;
	}
}
