@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	background: url(../img/top-kv.jpg) no-repeat center bottom / cover;
	height: 56rem;
}
@media screen and (max-width: 768px) {
	.top-kv {
		height: 24rem;
	}
}
/* ---- wrap ---- */
.top-kv .wrap {
	position: absolute;
	top: 50%;
	left: 12rem;
	transform: translate(0,-50%);
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--prime);
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
}
.top-kv .wrap span {
	background: #fff;
	padding: 0.8rem 0.5rem 0.9rem 0.5rem;
}
.top-kv .wrap span:first-of-type {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		left: 0;
		font-size: 2rem;
	}
}



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

about

------------------------------------------- */
.top-about {
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-about .wrap {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}
.top-about .wrap > * {
	width: 50%;
}
.top-about .wrap img {
	border-radius: 0 1rem 1rem 0;
}
.top-about .wrap > div {
	padding: 0 15rem 0 4rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-about .wrap > * {
		width: 100%;
	}
	.top-about .wrap figure {
		margin-bottom: 2rem;
	}
	.top-about .wrap img {
		border-radius: 2rem;
	}
	.top-about .wrap > div {
		padding: 0;
		margin-top: 3rem;
		display: contents;
	}
	.top-about .wrap h2 {
		order: -1;
	}	
}
/* ---- ul ---- */
.top-about ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.top-about ul li {
	width: 17%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-about ul li img {
	width: 80%;
}
.top-about ul li dt {
	text-align: center;
	margin: 1.5rem 0 1.2rem 0;
	font-size: 1.7rem;
	white-space: nowrap;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-about ul {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.top-about ul li {
		width: 47%;
	}
	.top-about ul li:nth-child(n + 3) {
		margin-top: 3rem;
	}
	.top-about ul li img {
		width: 75%;
	}
	.top-about ul li dt {
		margin: 1rem 0 0.8rem 0;
		font-size: 1.8rem;
	}
	.top-about ul li dd {
		font-size: 1.3rem;
	}
}



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

point

------------------------------------------- */
.top-point {
	padding: 10rem 0 20rem 0;
	background: url(../img/top-point-bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	background-color: var(--beige);
}
@media screen and (max-width: 768px) {
	.top-point {
		padding: 8rem 3rem 10rem 3rem;
		background: url(../img/top-point-bg.jpg) no-repeat center bottom;
		background-size: 56rem auto;
		background-color: var(--beige);
	}
}
/* ---- ul ---- */
.top-point ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.top-point ul li {
	width: 31%;
}
.top-point ul figure {
	position: relative;
}
.top-point ul figure img {
	border-radius: 1.5rem;
}
.top-point ul figure span {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--prime);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	font-size: 3.2rem;
	padding-bottom: 0.25rem;
	padding-left: 0.1rem;
	border-radius: 1.5rem 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
	.top-point ul {
		display: block;
	}
	.top-point ul li {
		width: 100%;
	}
	.top-point ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
}
/* ---- dl ---- */
.top-point dt {
	text-align: center;
	margin: 1.5rem 0 1.2rem 0;
	font-size: 2rem;
	white-space: nowrap;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-point dt {
		line-height: 1.5;
		font-size: 2.2rem;
	}
}



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

case

------------------------------------------- */
.top-case {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.top-case {
		padding: 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-case .wrap {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.top-case .wrap {
		margin-bottom: 2rem;
	}
}
.top-case h2 {
	margin-bottom: 0;
}
/* ---- ul ---- */
.top-case ul {
	display: flex;
	justify-content: space-between;
}
.top-case li {
	width: 19%;
}
/* @media screen and (max-width: 768px) {
	.top-case ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.top-case li {
		width: 32%;
		margin-right: 2%;
	}
	.top-case li:nth-child(3n) {
		margin-right: 0;
	}
	.top-case li:nth-child(n + 4) {
		margin-top: 2%;
	}
} */



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

faq

------------------------------------------- */
.top-faq {
	background: url(../img/top-faq-bg.jpg) no-repeat center / cover;
	padding-top: 1rem;
	position: relative;
}
.top-faq .more-wrap {
	position: absolute;
	right: 8rem;
	bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-faq {
		padding: 6rem 3rem 0 3rem;
	}
	.top-faq .more-wrap {
		position: absolute;
		right: 3rem;
		bottom: auto;
		top: 8rem
	}
}
/* ---- wrap ---- */
.top-faq .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}
.top-faq .wrap figure {
	width: 24rem;
}
.top-faq .wrap > div {
	width: 52rem;
	padding-left: 3rem;
	padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-faq .wrap {
		flex-direction: column;
	}
	.top-faq .wrap figure {
		width: 55%;
		margin-top: 2rem;
	}
	.top-faq .wrap > div {
		width: 100%;
		padding: 0;
	}	
}



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

news

------------------------------------------- */
.top-news {
    padding: 6rem 0;
	background: var(--beige);
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 1.5rem;
    }   
}
/* ---- wrap ---- */
.top-news .wrap {
	display: flex;
	justify-content: center;
}
.top-news .wrap > div:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 13rem;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 13rem);
	padding-left: 2rem;
}
.top-news h2 {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		display: contents;
		width: 100%;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
		padding-left: 0;
		margin-bottom: 3rem;
	}
	.top-news h2 {
		margin-bottom: 3rem;
		align-items: center;
	}
	.top-news .more-wrap {
		order: 4;
	}
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

access

------------------------------------------- */
.top-access {
	padding: 8rem 0;
	display: flex;
	padding-left: calc((100% - 88rem) / 2);
}
.top-access > div:nth-of-type(1) {
	width: 60%;
	padding-right: 4rem;
}
.top-access > div:nth-of-type(2) {
	width: 40%;	
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
		flex-direction: column;
	}
	.top-access > div:nth-of-type(1) {
		width: 100%;
		padding-right: 0;
		display: contents;
	}
	.top-access > div:nth-of-type(2) {
		width: 100%;
		order: -1;	
	}
	.top-access h2 {
		align-items: center;
		margin-bottom: 4rem;
		order: -2;
	}	
}
/* ---- more ---- */
.top-access .more-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}
.top-access .more-wrap .more {
	margin: 0;
}
.top-access .gmap iframe {
	height: 100%;
	border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
	.top-access .gmap {
		margin-bottom: 1.5rem;
	}
	.top-access .gmap iframe {
		height: 32rem;
		border-radius: 2rem;
	}	
	.top-access .more-wrap {
		justify-content: center;
		margin-top: 2.5rem;
	}	
}



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

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-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;
	border-radius: 10rem;
}
.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(--pink);
    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;
	border-radius: 10rem;
	font-weight: 500;
}
/* <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);
}



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

point

------------------------------------------- */
.point-interview {
	border: solid 0.5rem #eee;
	padding: 3.5rem;
}
@media screen and (max-width: 768px) {
	.point-interview {
		padding: 2rem;
	}
}
.point-interview h4 {
	font-size: 1.6rem;
	color: var(--prime);
	font-weight: 500;
	margin-bottom: 1rem;
	margin-bottom: 1.8rem;
	position: relative;
	padding-left: 2.5rem;
}
.point-interview h4::before {
	content: "";
	width: 1.5rem;
	height: 0.2rem;
	background: var(--prime);
	position: absolute;
	left: 0;
	top: 1.15rem;
}
.point-interview p {
	font-size: 1.3rem;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.point-interview p {
		font-size: 1.4rem;
	}
}
.point-profile .wrap dt {
	color: var(--prime);
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.point-profile .wrap dt {
		font-size: 2.4rem;
	}
}
.point-profile-wrap {
	display: flex;
	justify-content: space-between;
}
.point-profile-wrap > * {
	width: 48%;
}
.point-profile-wrap h5 {
	border-bottom: solid 0.25rem var(--prime);
	margin-bottom: 1.2rem;
	padding-bottom: 0.8rem;
	color: var(--prime);
	font-size: 1.6rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.point-profile-wrap h5 {
		font-size: 1.8rem;
	}	
	.point-profile-wrap {
		display: block;
	}
	.point-profile-wrap > * {
		width: 100%;
	}
	.point-profile-wrap > *:nth-of-type(1) {
		margin-bottom: 4rem;
	}
}



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

about

------------------------------------------- */
.about-msg p span {
	display: block;
	margin-top: 2rem;
	font-size: 1.8rem;
	text-align: right;
}
.about-access .img {
	display: flex;
	justify-content: space-between;
}
.about-access .img li {
	width: 32%;
}
@media screen and (max-width: 768px) {
	.about-access .img {
		display: block;
	}
	.about-access .img li {
		width: 100%;
	}
		.about-access .img li:not(:last-child) {
			margin-bottom: 0.5rem;
		}
}



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

faq

------------------------------------------- */
.faq-list dt,
.faq-list dd {
	display: flex;
}
.faq-list dt {
	align-items: center;
	margin-bottom: 0.8rem;
	color: var(--prime);
	font-weight: 500;
	font-size: 1.6rem;
}
.faq-list dd:not(:last-of-type) {
	margin-bottom: 3rem;
}
.faq-list dt span:nth-child(1),
.faq-list dd span:nth-child(1) {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	padding-left: 0.2rem;
	padding-bottom: 0.2rem;
}
.faq-list dt span:nth-child(1) {
	background: var(--prime);
}
.faq-list dd span:nth-child(1) {
	background: var(--pink);
}
.faq-list dt span:nth-child(2),
.faq-list dd span:nth-child(2) {
	width: calc(100% - 3.6rem);
	padding-left: 1.5rem;
}
.faq-list dd span:nth-child(2) {
	padding-top: 0.75rem;
}

.faq-flow ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.faq-flow ul li {
	border: solid 0.3rem #ddd;
	padding: 2.5rem;
	position: relative;
}
.faq-flow ul li:not(:last-child):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid transparent;
	border-right: 2rem solid transparent;
	border-top: 2rem solid var(--pink);
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -3.3rem;
}
.faq-flow h4 {
	color: var(--prime);
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.faq-flow ul li > div {
	display: flex;
	justify-content: space-between;
}
.faq-flow ul li > div figure {
	width: 25%;
}
.faq-flow ul li > div dl {
	width: 72%;
}
.faq-flow ul dt {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
}
.faq-flow ul dt span {
	background: var(--prime);
	font-size: 1.4rem;
	color: #fff;
	margin-right: 1rem;
	padding: 0 1rem;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.faq-flow ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.faq-flow ul li {
		padding: 2rem;
	}
	.faq-flow ul li > div {
		display: block;
	}
	.faq-flow ul li > div figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.faq-flow ul li > div dl {
		width: 100%;
	}
	.faq-flow ul dt {
		flex-direction: column;
		align-items: flex-start;
	}
	.faq-flow ul dt span {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}



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

case

------------------------------------------- */
.case-img {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.case-img::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid var(--prime);
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
.case-img li {
	width: 46%;
}
.case-img figure {
	position: relative;
}
.case-img figcaption {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 0.1rem 1.5rem 0.2rem 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	background: #aaa;
}
.case-img figcaption.after {
	background: var(--prime);
}
@media screen and (max-width: 768px) {
	.case-img {
		display: block;
	}
	.case-img::before {
		border-top: none;
		border-left: 2rem solid transparent;
		border-right: 2rem solid transparent;
		border-top: 2rem solid var(--prime);
		top: calc(50% + 1.05rem);		
	}
	.case-img li {
		width: 100%;
	}
	.case-img li:not(:last-child) {
		margin-bottom: 4rem;
	}
}