@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 20rem;
	background: url(../img/bg-grd.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
/* ---- slider ---- */
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 100vh;
	position: relative;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
.top-kv .wrap {
	position: absolute;
	left: 12rem;
	bottom: 30vh;
	color: #fff;
	z-index: 3;
}
.top-kv .wrap div {
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 3.8rem;
	letter-spacing: 0.3em;
	margin-bottom: 2.5rem;
}
.top-kv .wrap p {
	font-size: 1.6rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > *,
	.CMS-NOT-EDITABLE-AREA {
		height: 52rem;
	}
	.top-kv .wrap {
		left: 3rem;
		bottom: 10rem;
	}
	.top-kv .wrap div {
		font-size: 3.2rem;
		margin-bottom: 1.5rem;
	}
	.top-kv .wrap p {
		font-size: 1.4rem;
	}
}
/* ---- scroll ---- */
.scroll {
    display: flex;
	flex-direction: column-reverse;
    position: absolute;
    z-index: 10;
    font-size: 1rem;
	font-family: var(--font-en);
	left: 4rem;
	bottom: 0;
	writing-mode: vertical-lr;
	color: #fff;
}
.scroll span {
    width: 0.1rem;
    height: 13rem;
    background: #fff;
    animation: scroll infinite 1s;
	margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
	.scroll {
		font-size: 1rem;
		left: 1rem;
	}
	.scroll span {
		height: 7rem;
	}	
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}



/* -------------------------------------------

about

------------------------------------------- */
.top-about {
	background: url(../img/top-about-bg.jpg) no-repeat center / cover;
	position: relative;
	padding: 15rem 0 30rem 0;
	color: #fff;
}
.top-about h2 {
	position: absolute;
	left: 3.5rem;
	top: 7.3rem;
	z-index: 10;
	opacity: 0.5;
}
.top-about .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top-about .wrap > figure {
	width: 40%;
}
.top-about .wrap > div {
	width: 60%;
	padding: 0 15rem 5rem 8rem;
}
.top-about h3 {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.top-about h3 strong {
	font-size: 2.8rem;
	font-weight: 500;
}
.top-about p {
	margin: 4rem 0 5rem 0;
}
.top-about .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-about {	
		background: url(../img/top-about-bg.jpg) no-repeat top right / cover;		
		padding: 6rem 0 40rem 0;
		overflow: hidden;
	}
	.top-about h2 {
		position: relative;
		left: 2rem;
		top: auto;
		margin-bottom: -1.5rem;
	}
	.top-about .wrap {
		display: block;
	}
	.top-about .wrap > figure {
		width: 100%;
		padding-right: 3rem;
		margin-bottom: 3rem;
	}
	.top-about .wrap > div {
		width: 100%;
		padding: 0 3rem;
	}
	.top-about h3 {
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
		line-height: 1.6;
	}
	.top-about h3 strong {
		font-size: 2.8rem;
		font-weight: 500;
	}
	.top-about p {
		margin: 2.5rem 0 4rem 0;
	}
	.top-about .more {
		margin: 0;
	}	
}



/* -------------------------------------------

business

------------------------------------------- */
.top-business {
	padding: 12rem 0 8rem 0;
	background: url(../img/top-business-bg.png) no-repeat left center;
	background-size: auto 80%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: -25rem;
}
.top-business > * {
	position: relative;
	z-index: 10;
}
.top-business h2 {
	position: absolute;
	right: -1rem;
	top: 9rem;
	color: #9db3d1;
	font-size: 9rem;
	opacity: 0.3;
}
.top-business h3 {
	margin-bottom: 5rem;
}
.top-business p {
	text-align: center;
}
.top-business ul {
	margin-top: 5rem;
	margin-bottom: 6rem;
	display: flex;
	justify-content: space-between;
}
.top-business li {
	width: 31%;
	position: relative;
}
.top-business li::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,#267fef,#a2d4e1);
	position: absolute;
	right: -0.7rem;
	bottom: -1rem;
	z-index: -1;
}
.top-business li span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 6rem;
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.top-business li a {
	overflow: hidden;
}
.top-business li a figure {
	overflow: hidden;
}
.top-business li a img {
	transition: all .3s;
}
.top-business li a:hover {
	opacity: 1;
}
.top-business li a:hover img {
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	.top-business {
		padding: 6rem 3rem 6rem 3rem;
		background-size: cover;
		margin-top: -38rem;
	}
	.top-business h2 {
		position: relative;
		right: -3rem;
		top: auto;
		font-size: 8rem;
		text-align: right;
		margin-bottom: 3rem;
	}
	.top-business h3 {
		margin-bottom: 3rem;
	}
	.top-business p {
		text-align: left;
	}
	.top-business ul {
		margin-top: 4rem;
		margin-bottom: 6rem;
		display: block;
	}
	.top-business li {
		width: 100%;
	}
	.top-business li:not(:last-child) {
		margin-bottom: 5rem;
	}	
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
	background: url(../img/top-news-bg.jpg) no-repeat right bottom;
	background-size: 50% auto;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
		background-size: 100% auto;		
    }   
}
/* ---- more ---- */
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



/* -------------------------------------------

recruit

------------------------------------------- */
.top-wrap {
	background: url(../img/top-wrap-bg.jpg) no-repeat center / cover;
}
.top-recruit {
	padding: 8rem 0;
}
.top-recruit .wrap {
	background: rgba(255,255,255,0.9);
	padding: 6rem 0 4rem 0;
	box-shadow: 0.5rem 0.5rem 0.8rem rgba(0,0,0,0.2);
}
.top-recruit h2 {
	margin: 0;
}
.top-recruit p {
	margin: 4rem 0 2rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 3rem;
	}
	.top-recruit .wrap {
		padding: 6rem 3rem 4rem 3rem;
	}
	.top-recruit h2 {
		margin: 0;
	}
	.top-recruit p {
		text-align: left;
	}	
}



/* -------------------------------------------

case

------------------------------------------- */
.top-case {
	padding: 4rem 0 10rem 0;
}
table.price {
	background: #fff;
	border-collapse: collapse;
	border: solid 0.1rem #000;
	width: 100%;
	margin: 0 auto;
}
table.price thead {
	background: linear-gradient(to right,#038eff,#bbe6ed);
}
table.price th,
table.price td {
	border: solid 0.1rem #000;
	text-align: center;	
	padding: 1.5rem 1rem;
	vertical-align: middle;
	line-height: 1.4;
}
table.price th {
	color: #fff;
}
table.price td {
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-case {
		padding: 6rem 3rem 8rem 3rem;
	}
	.table-wrap {
		overflow-x: scroll;
		background: #fff;
	}	
	table.price {
		font-size: 1.3rem;
	}	
	table.price th,
	table.price td {
		white-space: nowrap;
	}	
}



/* -------------------------------------------

price

------------------------------------------- */
.top-price {
	background: url(../img/top-price-bg-1.jpg) no-repeat center / cover;
	color: #fff;
	position: relative;
}
.top-price .wrap {
	width: 57%;
	background: url(../img/top-price-bg-2.png) no-repeat center / cover;
	padding-top: 8rem;
	padding-right: 8rem;
	padding-bottom: 8rem;
	padding-left: calc((100% - 88rem) / 2);
}
.top-price h2 {
	text-align: left;
	margin-bottom: 0;
}
.top-price p {
	margin: 3rem 0 6rem 0;
}
.top-price .more {
	margin: 0;
}
.top-price > span {
	font-family: var(--font-en);
	color: #fff;
	opacity: 0.3;
	font-weight: 500;
	font-size: 8.8rem;
	display: block;
	position: absolute;
	right: 0;
	top: 4rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.top-price {
		color: #fff;
	}
	.top-price .wrap {
		width: 100%;
		padding: 12rem 3rem 6rem 3rem;
	}
	.top-price h2 {
		text-align: center;
	}
	.top-price p {
		margin: 3rem 0 4rem 0;
	}
	.top-price .more {
		margin: 0 auto;
	}	
	.top-price > span {
		font-size: 8rem;
		display: block;
		top: 1.5rem;
		text-align: right;
	}	
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
	background: url(../img/top-contact-bg.jpg) no-repeat center / cover;
	padding: 10rem 0;
}
.top-contact h2,
.top-contact p {
	color: #fff;
}
.top-contact h2 {
	margin: 0;
}
.top-contact p {
	margin: 2.5rem 0 4rem 0;
	text-align: center;
}
.top-contact ul {
	display: flex;
	justify-content: space-between;
}
.top-contact li {
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.9);
	box-shadow: 0.5rem 0.5rem 0.8rem rgba(0,0,0,0.2);	
	height: 15rem;
}
.top-contact .tel dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-contact .tel dt {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
.top-contact .tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 4rem;
}
.top-contact .tel img {
	width: 2.6rem;
	margin-right: 1rem;
	margin-top: 0.3rem;
}
.top-contact .form span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	letter-spacing: 0.2em;	
}
.top-contact .form span img {
	width: 2.4rem;
	margin-right: 1.5rem;
	margin-top: .1em;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 8rem 3rem;
	}
	.top-contact h2 {
		margin: 0;
	}
	.top-contact p {
		line-height: 1.6;
	}
	.top-contact ul {
		display: block;
	}
	.top-contact ul li:not(:last-child) {
		margin-bottom: 2rem;
	}	
	.top-contact li {
		width: 100%;
	}
	.top-contact .tel dt {
		font-size: 1.8rem;
	}
	.top-contact .form span {
		font-size: 1.8rem;
	}
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-weight: bold;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: rgba(230,0,0,1);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

contact

------------------------------------------- */
.anchor {
	margin-top: -5rem;
	padding-top: 5rem;
	display: block;
}
.contact-tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 3.6rem;
}
.contact-tel a img {
	width: 2.5rem;
	margin-right: 0.8rem;
	margin-top: 0.3rem;
}



/* -------------------------------------------

about

------------------------------------------- */
.about-philosophy p {
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.about-philosophy p {
		font-size: 1.4rem;
		text-align: left;
	}
}



/* -------------------------------------------

recruit

------------------------------------------- */
.recruit p strong {
	color: var(--prime);
}



/* -------------------------------------------

document

------------------------------------------- */
.document ul {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.document ul li {
	width: calc((100% - 4rem) / 3);
}
.document ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.6rem;
	border: solid 0.25rem var(--prime);
	color: var(--prime);
	font-weight: 500;
}
.document ul a i {
	margin-left: 0.8rem;
	font-size: 1.8rem;
}
.document ul a:hover {
	opacity: 1;
	color: #fff;
	background: var(--prime);
}
@media screen and (max-width: 768px) {
	.document ul {
		flex-direction: column;
	}
	.document ul li {
		width: 100%;
	}
}