@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}
/*body {
    overflow-x: hidden;
}*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

.container{
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}
.mobile{
	display: none !important;
}
.pc{
	display: block !important;
}
.d-none{
	display: none !important;
}
.fs-14{
	font-size: 14px !important;
}

.noto-seri-jp{
	font-family: "Noto Serif JP", serif;
}

.libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
}
.roboto{
    font-family: "Roboto", sans-serif;
}
.italic{
	font-style: italic;
}
.nav a,
.contact-btn{
	color: #000;
	text-decoration: none;
}

.l-menu-ft a{
	color: #fff;
	text-decoration: none;
}

.header {
	mix-blend-mode: unset; !important; 
	color: #000 !important;
}
.card:nth-child(2) .card-copy img{
	max-width: 100%;
}
.card:nth-child(2) .photo{
	background: #fff;
}
.btn-submit{
	cursor: pointer;
}
label.error,
.send-recapcha-fail {
    color: red !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
    display: block;
}
.box-btn-submit {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 40px;
}
.box-compelete-form p{
	font-size: 15px;
    color: #fff;
    margin-top: 30px;
}
.thumb-thanks img{
	max-width: 300px;
	width: 100%;
}
.cont-ct p{
	font-size: 12px;
	margin-bottom: 20px;
}
.cont-ct p:last-child{
	margin-bottom: 0;
}
.card-two-thumb{
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}
.card-two-thumb .card-copy{
	width: 50%;
}
.card-two-thumb .card-copy.reveal-right {
    padding-top: 130px;
}
.box-linkmore{
	text-align: right;
}
.link-more{
	text-align: right;
	margin-top: 15px;
	font-size: 14px;
}
.icon-position{
	width: 5px;
	margin-right: 5px;
}
.tit-item .sm{
	font-size: 14px;
	position: relative;
	bottom: 4px;
}
.none-cursor{
	cursor: unset;
}
.btn-gsm {
    font-size: 14px;
    font-weight: bold;
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 15px;
}
#right-menu{
	position: absolute;
	left: 31px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
#right-menu.close{
	top: 25px;
	right: 25px;
	left: unset;
}
#right-menu span {
	position: relative;
	top: 0;
	background: #000;
	border-radius: 0;
	display: block;
	height: 2px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 30px;
}
#right-menu span + span {
	margin-top: 6px;
}
#right-menu.close span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#right-menu.close span:nth-child(2) {
	width: 0;
	transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
#right-menu.close span:nth-child(3) {
	top: -8px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.tit-business img{
	max-width: 500px;
	width: 100%;
}
.box-hero-line{
	display: flex;
	justify-content: space-between;
	opacity: 0;
	animation: fadeUp .9s var(--ease) .25s forwards;
	max-width: 700px;
	margin: auto;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Libre Caslon Text", serif;
}
.text-line-left{
	width: 90px;
}
.text-line-right{
	width: 150px;
}
.box-hero-line .hero-line{
	gap: 0;
	width: calc(100% - 229px);
	margin-bottom: 0;
}
.box-hero-line .hero-line::before{
	width: calc(100% - 20px);
}
.box-hero-line .hero-line::after{
	display: none;
}
.tit-banner{
	margin-top: 20px;
}
.tit-banner img{
	max-width: 700px;
	width: 100%;
    display: block;
    margin: 20px auto auto;
}
.intro{
	grid-template-columns: 1.3fr 1.3fr;
}
.num-item{
	max-width: 60px !important;
	width: unset !important;
	height: unset !important;
	object-fit: unset !important;
}
.thumb-gr-company img{
	max-width: 360px;
	width: 100%;
}
.tit-company {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}
.date-company {
    font-size: 14px;
    margin-top: 0;
}
.descr-company{
	font-size: 18px;
	font-weight: 400;
}
#profile.company {
    grid-template-columns: 100px 1fr;
}
.tit-contact{
	max-width: 170px;
	width: 100%;
}
.logo-header {
    max-width: 70px;
    width: 100%;
}
.item-profile{
	position: relative;
}
.item-profile:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 170px;
	background: #000;
	border-bottom: 1px solid #000;
}
.item-profile:first-child:after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 170px;
	background: #000;
	border-bottom: 1px solid #000;
}
.box-item-profile {
    display: flex;
    align-items: flex-start;
}
.tit-item-pf {
    width: 180px;
}
.cont-item-pf {
    width: calc(100% - 180px);
}
.item-profile.row {
    border-bottom: 1px solid #E2D6C6;

       /* opacity: 1;
    transform: translateY(0);*/
}

.item-profile.row:first-child {
    border-top: 1px solid #E2D6C6;
}
.item-profile.row:last-child {
    border-bottom: none;
}
.item-profile:last-child:before{
	display: none;
}
.stagger.is-visible > *:nth-child(5) {
    transition-delay: .8s;
}
.stagger.is-visible > *:nth-child(6) {
    transition-delay: 1s;
}
.stagger.is-visible > *:nth-child(7) {
    transition-delay: 1.2s;
}
.section-footer{
	background: #050505;
	color: #fff;
	padding-bottom: 60px;
	margin-top: -1px;
}
.logo-ft {
    max-width: 100px;
    width: 100%;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}

.l-menu-ft li{
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}
.l-menu-ft li:last-child{
	margin-right: 0;
}
.l-menu-ft {
    text-align: center;
    margin: 10px 0 0 0;
    padding-left: 0;
}
.cont-ct p{
	color: #fff !important;
}
.section-banner.hero::before{
	background: unset;
	background-image: url(/demo/images/bg-banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*transform: scale(0);
	animation:bgfadeIn .9s forwards;
	animation-delay: 1s;*/
}
.num-card{
	font-size: 28px;
	font-style: italic;
	font-family: "Libre Caslon Text", serif;
	display: block;
	line-height: 1;
	letter-spacing: -2px;
}
.num-card sup{
	font-style: normal;
	font-size: 14px;
	margin-left: 8px;
}
.card:nth-child(3) .num-card,
.card:nth-child(4) .num-card{
	padding-left: 14px;
}
.card:nth-child(5) .num-card{
	padding-left: 12px;
}

@keyframes bgfadeIn{
    0%{
        transform: scale(0);
    }

    100%{
        transform: scale(1);
    }
}

/*@keyframes bgfadeIn{
	from{
	    opacity:0;
	}
	to{
	    opacity:1;
	}
}*/


.section-banner.hero::after{
	position: relative;
}
.position {
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: "Libre Caslon Text", serif;
}
.link-more{
	font-weight: 400;
	gap: 0;
}
.link-more::after {
    padding-left: 5px;
}
.bold{
	font-weight: bold;
}
.tit-item-form{
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.required{
	color: #FF0000;
}
.form input, .form textarea {
	font-family: inherit;
}

.scroll-downsite.scroll::after{
	display: none;
}
.scroll-downsite {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
     writing-mode: unset;
}
.scroll-downsite .thumb img{
	display: block;
	max-height: 50px;
	animation: scrollLine 1.6s ease-in-out infinite;
}
.scroll-downsite .text{
	font-size: 11px;
}
@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }

    45% {
        transform: scaleY(1);
        transform-origin: top
    }

    55% {
        transform: scaleY(1);
        transform-origin: bottom
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom
    }
}
#group {
    background: #e8ddcf;
    padding: 60px 0;
}
.company {
    grid-template-columns: 130px 1fr;
}
.tit-profile {
    font-size: 60px;
}
.subtit-profile{
	font-size: 24px;
}
#contact,
.section-footer,
.contact {
    background: #000;
}
#business{
	padding-top: 50px;
	padding-bottom: 170px;
}
#profile {
    padding: 120px 0 150px 0;
}
#contact{
	padding: 80px 0 100px 0;
}
.intro{
	gap: 60px;
}
.intro h2 {
    font-size: 39px;
    margin-top: -14px;
}
.card .tit-item{
	line-height: 1.4;
	margin-bottom: 25px;
	font-size: 30px;
}
.card-main.card .tit-item{
	margin-bottom: 40px;
	font-size: 35px;
}
.tit-item{
	font-family: "Noto Serif JP", serif;
}
.card-two-thumb.card .tit-item{
	margin-bottom: 20px;
}

.business .card{
	margin-bottom: 50px;
}
.business .card:first-child{
	margin-bottom: 70px;
}
.business .card:last-child{
	margin-bottom: 0;
}
.card-copy {
    padding: 0;
}
section{
	padding: unset;
}
.pd-sec{
	padding: 130px 0;
}
.card .photo{
	background: transparent;
}
.photo img,
.card:nth-child(2) .card-copy img{
	max-width: 450px;
}

/*.card:nth-child(2) .card-copy img {
    width: unset;
}*/


.img-left{
    margin-left: auto;
}

.form-contact-cf .tit-item-form{
	padding-left: 0;
}
.pd-l-card{
	margin-left: auto;
}
.pd-r-card,
.pd-l-card{
	max-width: 450px;
	width: 100%;
}
.card{
	gap: 0;
}
.l-profile .row b {
    font-size: 14px;
}
.item-profile{
	font-size: 14px;
}
.section-banner .hero-inner{
	width: unset;
	padding: 0 15px 0 15px;
}
.section-banner{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: unset;
}

.text-cf{
	color: #fff !important;
	font-weight: bold;
	margin-top: 0;
}
.modal-content {
    background: #F2ECE7;
}
.tit-policy {
    font-size: 40px;
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
    margin: 0 0 20px 0;
    padding-left: 10px;
}
.modal-header {
    border-bottom: none !important;
    padding-bottom: 0;
    padding-top: 15px;
}
#policy-popup .modal-body {
    padding: 50px 20px 35px 45px;
    background: #F2ECE7;
}
.cont-policy {
    height: 300px;
    overflow-y: scroll;
    padding-right: 15px;
}

#policy-popup .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}
.cont-policy P{
	margin-bottom: 30px;
}
.cont-policy P:last-child{
	margin-bottom: 0;
}
#policy-popup ::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

#policy-popup ::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 999px;
}

#policy-popup ::-webkit-scrollbar-track{
    background: transparent;
}
.btn-gsm{
	color: #000;
	text-decoration: none;
}

.business .card{
	border: none;
}

#policy-popup {
	position: fixed;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	z-index: -1;
	transition: opacity .9s ease;
}
#policy-popup.show{
	opacity: 1;
	z-index: 99999;
	animation: anishowpopup .5s ease forwards;
}
@keyframes anishowpopup{
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}
.modal-dialog {
    width: 520px;
    margin: auto;
    position: relative;
}
.close-popup {
    width: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.close-popup:hover{
	opacity: .8;
}
.bg-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: .8;
    cursor: pointer;
    opacity: 0;
    transform: .5s;
}
.bg-popup.show{
	z-index: 999;
	opacity: .3;
}
/*mobile*/

@media(max-width:1120px){
	.reveal-left,
	.reveal-right,
	.stagger{
		transform: translateX(-15px);
	}
}

@media(max-width:1000px){
	.reveal-left,
	.reveal-right,
	.stagger{
		transform: translateX(0);
	}
}
@media(max-width:991px){
	.card:nth-child(even) .box-photo{
		padding-left: 20px;
	}
	.card:nth-child(odd) .box-photo{
		padding-right: 20px;
	}
}	
@media(max-width:767px){
	html {
		scroll-padding-top: 50px;
	}
	.mobile{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
	#header{
		justify-content: flex-end;
		padding-right: 30px;
	}
	.header.is-scrolled{
/*		top: 28px;*/
	}
	.menu-mobile {
		position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #F2ECE7;
        padding: 100px 50px 200px 50px;
        transform: translateX(-100%);
        transition: .5s;
	}
	.menu-mobile.active{
		transform: translateX(0);
	}
	.menu-mobile .nav{
		display: block !important;
	}
	.menu-mobile .nav a {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.menu-mobile .nav a:last-child{
		margin-bottom: 0;
	}
	.tit-business img {
		max-width: 300px;
	}
	.contact-btn {
		border: none;
	}
	
	.contact-btn::before{
		background: transparent;
	}
	.contact-btn img{
		max-width: 25px;
	}
	.company-title {
		display: flex;
		gap: 10px;
		align-items: center;
		margin-bottom: 6px;
	}
	.tit-profile br{
		display: none;
	}
	.box-compelete-form p{
		margin-top: 20px;
	}
	.box-compelete-form,
	.form-contact {
		margin-top: 20px;
	}
	.intro {
		grid-template-columns: 1fr;
	}
	.card-two-thumb{
		display: flex;
		flex-direction: column-reverse;
	}
	.card-two-thumb .card-copy.reveal-right {
		padding-top: 0;
	}
	.card-two-thumb .num{
		display: block;
	}
	.card-copy {
		padding-top: 0;
	}
	#profile .company {
		grid-template-columns: 1fr;
	}
	.thumb-gr-company img {
		max-width: 200px;
	}
	.tit-company{
		margin-top: 0;
	}
	
	/*section{
		padding-bottom: 0;
	}
	#business {
		padding-bottom: 80px;
	}*/
	section{
		padding-top: 60px;
		padding-bottom: 55px;
	}
	#about {
		padding-bottom: 0;
	}
	#business{
		padding: 100px 0 80px 0;
	}
	.business {
		gap: 0;
	}
	.item-profile:before {
		width: 60px;
	}
	.item-profile:first-child:after {
		width: 60px;
	}
	.pd-sec{
		padding: 50px 0;
	}
	#contact,
	#profile {
		padding: 50px 0 80px 0;
	}
	.photo img, .card:nth-child(2) .card-copy img {
		max-width: 100%;
	}
	.intro {
		gap: 35px;
	}
	.intro h2 {
		line-height: 1.5;
	}

	
	.pd-l-card {
		margin-left: unset;
	}
	.pd-r-card,
	.pd-l-card{
		max-width: 100%;
	}
	.card .photo{
		margin-bottom: 0;
	}
	.card:nth-child(2) .card-copy.reveal-left{
		margin-bottom: 50px;
	}
	.card:nth-child(2) .photo.reveal-left{
		margin-bottom: 0;
	}
	.photo {
		height: 100%;
	}
	.card-two-thumb .card-copy{
		width: 100%;
	}
	.card:nth-child(even) .box-photo {
		padding-left: 0;
	}
	.card:nth-child(odd) .box-photo {
		padding-right: 0;
	}
	.intro h2 {
		margin-top: 0;
	}
	.line-break-mb{
		display: block;
	}
	.descr-banner br{
		display: none;
	}
	.num-item {
		max-width: 55px !important;
		margin-top: 30px;
	}
	.card-main .num-item {
		margin-top: 30px;
	}
	.num-card{
		margin-top: 22px;
	}
	.card .tit-item{
		margin-bottom: 20px;
	}
	.card-main.card .tit-item {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.box-btn-submit {
		display: flex;
		justify-content: center;
	}
	.intro-contact{
		margin-bottom: 30px;
	}
	.text-complete-ct br{
		display: none;
	}
	.business .card:first-child {
		margin-bottom: 50px;
	}
	#business .section-title {
		margin-bottom: 30px;
	}
	#contact{
		padding-bottom: 110px;
	}
	#policy-popup .modal-body {
		padding: 25px 15px;
	}
	.tit-policy {
		font-size: 35px;
	}
	.descr-banner{
		text-align: left;
	}
	.num-card {
		font-size: 22px;
	}
	.num-card sup {
		font-size: 12px;
		margin-left: 5px;
	}

}

@media(max-width:540px){
	.modal-dialog{
		width: 450px;
	}
}

@media(max-width:475px){
	.modal-dialog{
		width: 320px;
	}
}
