@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv .wrap {
	position: absolute;
	left: 12rem;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 10;
}
.top-kv .wrap > div {
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 3rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}
.top-kv .wrap > div strong {
	color: var(--prime);
	font-size: 2.8rem;
	margin-left: -1.3rem;
}
.top-kv p {
	font-size: 1.3rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		left: 3rem;
		top: 4rem;
		transform: none;		
	}
	.top-kv .wrap > div {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.top-kv .wrap > div strong {
		font-size: 2.2rem;
		margin-left: -1.2rem;
	}
	.top-kv p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top-kv-logo.png) no-repeat right bottom;
	background-size: 24rem auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 60rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 52rem;
	}
	#main::before {
		background-size: 20rem auto;
	}	
}



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

contact

------------------------------------------- */
.top-contact {
	padding: 8rem 0;
}
.top-contact dt {
	background: var(--grd);
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	padding-bottom: 0.15rem;
}
.top-contact dd {
	background: #F2F2F2;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-contact p {
	text-align: center;
	margin-bottom: 3.5rem;
}
.top-contact ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}
.top-contact ul a {
	display: flex;
	align-items: center;
	color: #fff;
	background: var(--prime);
	border-radius: 10rem;
	height: 4rem;
	padding: 0 2.5rem 0.15rem 2.5rem;
	font-weight: bold;
}
.top-contact ul a img {
	width: 1.8rem;
	margin-right: 0.8rem;
}
.top-contact ul li:first-child {
	font-family: var(--font-en);
}
.top-contact ul li:first-child span {
	margin-top: 0.2rem;
}
.top-contact ul li:last-child a {
	background: url(../img/arrow-wh.png) no-repeat right 1.8rem center;
	background-size: 0.7rem auto;
	background-color: var(--prime);	
	padding: 0 4rem 0.15rem 2.5rem;	
}
.top-contact ul li:last-child a:hover{
	opacity: 1;
	background-color: var(--blue);
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 3rem;
	}
	.top-contact dd {
		padding: 2.5rem;
	}
	.top-contact p {
		text-align: left;
		margin-bottom: 2rem;
	}
	.top-contact ul {
		flex-direction: column;
		gap: 1.5rem;
	}
	.top-contact ul li {
		width: 100%;
	}
	.top-contact ul a {
		padding: 0 0 0.15rem 0;
		width: 28rem;
		justify-content: center;
	}
	.top-contact ul li:last-child a {
		padding: 0 0 0.15rem 0;
	}

}



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

features

------------------------------------------- */
.top-features {
	padding-bottom: 10rem;
}
.top-features .wrap-1 {
	display: flex;
	gap: 3.5rem;
}
.top-features .wrap-1 > * {
	flex: 1;
}
.top-features .wrap-1 > figure {
	padding-top: 3rem;
}
.top-features .wrap-1 > div {
	padding-left: 2rem;
}
.top-features .wrap-1 h3 {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}
.top-features .wrap-1 p {
	background: #F2F2F2;
	padding: 2.5rem;
}
.top-features .wrap-1 + .more-wrap {
	margin: 4rem 0 6rem 0;
}
.top-features .wrap-2 {
	width: 72rem;
	margin: 0 auto;
	position: relative;
}
.top-features .wrap-2 figure {
	padding-left: 10rem;
}
.top-features .wrap-2 > div {
	position: absolute;
	left: 0;
	top: 3rem;
	width: 44rem;
}
.top-features .wrap-2 h3 {
	background: var(--grd);
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	height: 5.2rem;
	font-size: 2rem;
	padding-bottom: 0.1rem;
	padding-left: 2.5rem;
}
.top-features .wrap-2 h3::before {
	content: "";
	width: 10rem;
	height: 5.2rem;
	background: url(../img/mark.png) no-repeat center right / contain;
	position: absolute;
	right: 0;
	top: 0;
}
.top-features .wrap-2 h4 {
	margin: 3rem 0 2rem 0;
	padding-left: 2rem;
	font-size: 1.7rem;
}
.top-features .wrap-2 p {
	font-size: 1.2rem;
	padding-left: 3rem;
	padding-right: 5rem;
}
.top-features ul {
	margin-top: 7rem;
	display: flex;
	gap: 4rem;
}
.top-features ul li {
	flex: 1;
}
.top-features ul figure {
	position: relative;
}
.top-features ul figcaption {
	position: absolute;
	line-height: 1;
	color: #fff;
	font-family: var(--font-en);
	right: 1rem;
	bottom: 1rem;
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
}
.top-features ul dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1.5rem 0;
}
.top-features ul dl dt {
	font-weight: bold;
	color: var(--grey);
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 0.8rem;
}
.top-features ul dl dt::first-letter {
	color: var(--prime);
}
.top-features ul dl dt i {
	color: var(--prime);
}
.top-features ul dl dd {
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.top-features {
		padding: 5rem 3rem 8rem 3rem;
	}
	.top-features .wrap-1 {
		flex-direction: column;
		gap: 2.5rem;
	}
	.top-features .wrap-1 > * {
		flex: none;
		width: 100%;
	}
	.top-features .wrap-1 > figure {
		padding-top: 0;
	}
	.top-features .wrap-1 > div {
		padding-left: 0;
	}
	.top-features .wrap-1 h3 {
		margin-bottom: 2rem;
	}
	.top-features .wrap-1 + .more-wrap {
		margin: 3rem 0 6rem 0;
	}
	.top-features .wrap-2 {
		width: 100%;
	}
	.top-features .wrap-2 figure {
		padding-left: 0;
		margin-top: 2rem;
	}
	.top-features .wrap-2 > div {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	.top-features .wrap-2 h4 {
		margin: 1.5rem 0 1.5rem 0;
		padding-left: 0;
		font-size: 1.7rem;
	}
	.top-features .wrap-2 p {
		font-size: 1.4rem;
		padding-left: 0;
		padding-right: 0;
	}
	.top-features ul {
		margin-top: 6rem;
		flex-direction: column;
	}
	.top-features ul li {
		flex: none;
	}
	.top-features ul dl dd {
		text-align: left;
		font-size: 1.4rem;
	}	
}




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

blog

------------------------------------------- */
.top-blog {
    padding: 0 0 8rem 0;
	background: linear-gradient(to top,#e6e6e6,transparent);
}
.top-blog .wrap {
	background: #fff;
	border: solid 0.25rem #D9D9D9;
	position: relative;
	padding: 4rem 10rem;
}
.top-blog .more-wrap {
	position: absolute;
	right: 8rem;
	top: 5.5rem
}
@media screen and (max-width: 768px) {
    .top-blog {
   	 padding: 0 3rem 3rem 3rem;
    }  
	.top-blog .wrap {
		padding: 3rem;
	}
	.top-blog .more-wrap {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 3rem;
	}	 
}
/* cms */
.top-blog .CMS-ARTICLE-INDEX {
    padding-bottom: 0;
}
.top-blog .CMS-ARTICLE-MORE-READ {
    display: none;
}



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

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: bold;
}
@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;
    }
	.CMS-FORM-RADIO label {
		font-size: 1.3rem;
	}
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
	font-weight: bold;
}
.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: var(--blue);
    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;
}
/* <span class="required">必須</span> */
@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);
}