@charset "UTF-8";



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

header

------------------------------------------- */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3rem 3rem 0 3rem;
}
h1 {
	width: 18rem;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		padding: 0;
		height: 6rem;
	}
	h1 {
		width: 14rem;
	}	
}
/* gnav */
.gnav {
	display: flex;
	align-items: center;
	gap: 4rem;
}
.gnav-menu {
	display: flex;
	gap: 3rem;
}
.gnav-menu a {
	color: var(--prime);
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.gnav-menu > li > a::after {
	content: "";
	background: var(--blue);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: ease-in-out .3s;
}
.gnav-menu > li > a:hover::after {
	transform: scale(1,1);
}
.gnav-menu > li > a:hover {
	opacity: 1;  
	filter: alpha(opacity=100);  
}
.gnav-cv {
	display: flex;
	gap: 1.5rem;
}
.gnav-cv .btn-1,
.gnav-cv .btn-2 {
	height: 3.4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
}
.gnav-cv .btn-1 img,
.gnav-cv .btn-2 img {
	width: 0.8rem;
	margin-left: 0.4rem;
	margin-top: 0.12rem;
}



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

kv

------------------------------------------- */
.kv {
	padding: 8rem 10rem;
	background: url(../img/bg-diag-1.png) no-repeat right bottom;
	background-size: 100% auto;
	display: flex;
}
.kv > * {
	width: 50%;
}
.kv > div {
	margin-top: 5rem;
}
.kv h2 {
	display: flex;
	flex-direction: column;
	font-weight: 900;
	color: var(--prime);
	font-size: 3.8rem;
}
.kv h2 span {
	color: var(--blue);
	font-weight: bold;
	font-size: 1.6rem;
	white-space: nowrap;
}
.kv p {
	margin: 3rem 0 5rem 0;
	padding-right: 12rem;
}
.kv p strong {
	color: var(--blue);
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.kv {
		padding: 2rem 2rem 4rem 2rem;
		background-size: 270% auto;
		flex-direction: column;
	}
	.kv > * {
		width: 100%;
	}
	.kv > div {
		margin-top: 0;
		margin-bottom: 3rem;
		display: contents;
	}
	.kv h2 {
		align-items: center;
		text-align: center;
		font-size: 3.2rem;
	}
	.kv h2 span {
		font-size: 1.4rem;
		white-space: unset;
		margin-top: 0.5rem;
	}
	.kv p {
		margin: 2rem 0 2rem 0;
		padding-right: 0;
	}
	.kv .more-wrap {
		order: 4;
		margin-top: 4.5rem;
	}
}



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

slide

------------------------------------------- */
.slide {
	padding: 3rem 0;
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 55px;
}
#loopslider ul li {
	width: 99px;
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

about

------------------------------------------- */
.about {
	background: var(--blue);
	border-bottom: solid 3rem var(--green);
	padding: 8rem 0;
}
.about h2 {
	display: flex;
	justify-content: center;
	font-size: 3rem;
	font-weight: 900;
	color: var(--prime);
	line-height: 1;
	margin-bottom: 4rem;
}
.about h2 span {
	position: relative;
}
.about h2 span::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background: url(../img/deco-1.png) no-repeat right bottom / contain;
	position: absolute;
	left: -4rem;
	top: -3.5rem;
}
.about .wrap {
	background: url(../img/frame-1.png) no-repeat center / contain;
	height: 26rem;
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.about .wrap > figure {
	width: 23.2rem;
	margin-right: 1rem;
}
.about .wrap > ul {
	margin-top: 3rem;
}
.about .wrap > ul li {
	display: flex;
	align-items: center;
	background: url(../img/dot.png) repeat-x left bottom;
	background-size: auto 0.35rem;
	padding: 1rem 0;
	font-weight: bold;
	font-size: 2rem;
}
.about .wrap > ul li img {
	width: 2.5rem;
	margin-right: 0.5rem;
}
.about h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--prime);
	line-height: 1;
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
.about h3 img {
	width: 20rem;
	margin-right: 1rem;
}
.about h3 span {
	margin-top: 0.3rem;
}
.about h3 strong {
	background: linear-gradient(to top, transparent 5%, var(--yellow) 5%, var(--yellow) 20%, transparent 20%);
}
.about p {
	text-align: center;
	margin-bottom: 3rem;
}
.about section ul {
	display: flex;
	gap: 3rem;
	width: 72rem;
	margin: 0 auto;
}
.about section ul li {
	background-color: #fff;
	border-radius: 3rem;
	border: solid 0.7rem var(--green);
	text-align: center;
	color: var(--prime);
	line-height: 1.4;
	padding: 2rem 0;
	font-size: 1.8rem;
}
.about section ul li figure {
	padding: 0 3.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.about {
		padding: 6rem 2rem;
	}
	.about h2 {
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
	}
	.about h2 span::before {
		width: 3rem;
		height: 3rem;
		left: -3rem;
		top: -2.5rem;
	}
	.about .wrap {
		background: var(--green);
		border: solid 0.6rem #fff;
		height: auto;
		flex-direction: column-reverse;
		align-items: center;
		border-radius: 3rem;
		padding: 1.5rem 3rem 0 3rem;
		position: relative;
		margin-bottom: 4rem;
	}
	.about .wrap::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 3rem solid transparent;
		border-right: 3rem solid transparent;
		border-top: 3rem solid #fff;
		position: absolute;
		left: calc(50% - 3rem);
		bottom: -3.1rem;
	}
	.about .wrap > figure {
		width: 18rem;
		margin-right: 0;
	}
	.about .wrap > ul {
		margin-top: 0;
		margin-bottom: 1.5rem;
		width: 100%;
	}
	.about .wrap > ul li {
		background-size: auto 0.3rem;
		font-size: 1.7rem;
	}
	.about .wrap > ul li img {
		width: 2rem;
	}
	.about h3 {
		font-size: 2.4rem;
	}
	.about h3 img {
		width: 14rem;
		margin-right: 0.5rem;
	}
	.about p {
		text-align: left;
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	.about section ul {
		display: flex;
		gap: 1rem;
		width: 100%;
		margin: 0 auto;
	}
	.about section ul li {
		border-radius: 2rem;
		padding: 1.5rem 0.5rem;
		font-size: 1.2rem;
	}
	.about section ul li figure {
		padding: 0 1rem;
		margin-bottom: 0.5rem;
	}
}



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

service

------------------------------------------- */
.service {
	padding: 8rem 0;
}
.service h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.service h2 img {
	width: 24rem;
	margin-bottom: 2rem;
}
.service .wrap {
	background: var(--green);
	border-radius: 5rem;
	padding: 4rem;
	margin-bottom: 4rem;
}
.service h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
.service h3 i {
	background: url(../img/deco-2.png) no-repeat center bottom;
	background-size: 20rem auto;
	padding: 0 2rem 2rem 2rem;
}
.service h3 span {
	border-bottom: solid 0.3rem var(--blue);
	padding: 0 1rem 1rem 1rem;
	text-align: center;
	font-size: 2.7rem;
	line-height: 1.3;
}
.service h3 span strong {
	font-size: 3.2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.service {
		padding: 6rem 2rem;
	}
	.service h2 {
		font-size: 1.5rem;
	}
	.service .wrap {
		border-radius: 3rem;
		padding: 3rem;
		margin-bottom: 5rem;
	}
	.service h3 span {
		padding: 0 0.5rem 1rem 0.5rem;
		font-size: 1.6rem;
	}
	.service h3 span strong {
		font-size: 2.4rem;
	}
}



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

reason

------------------------------------------- */
.reason {
	padding-bottom: 8rem;
}
.reason h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-bottom: 4rem;
	color: var(--prime);
	font-size: 3.2rem;
	font-weight: 900;
}
.reason h2 img {
	width: 22rem;
	margin-right: 1rem;
}
.reason ul {
	margin-bottom: 4rem;
	display: flex;
	gap: 4rem;
}
.reason figure {
	width: 18rem;
	margin: 0 auto 2rem auto;
}
.reason dt {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason dt .num {
	background: var(--blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	color: #fff;
	width: 100%;
	font-size: 1.8rem;
	font-family: var(--font-en);
	font-weight: bold;
	line-height: 1;
	padding-top: 0.4rem;
	padding-bottom: 0.1rem;
}
.reason dt .num  i {
	font-size: 1.2rem;
	margin-top: 0.15rem;
	margin-right: 0.3rem;
}
.reason dt span:nth-child(2) {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.8rem;
	color: var(--prime);
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.3;
	border-bottom: solid 0.2rem var(--prime);
}
.reason dd {
	margin-top: 1rem;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.reason {
		padding: 0 2rem 6rem 2rem;
	}
	.reason h2 {
		margin-bottom: 3rem;
		color: var(--prime);
		font-size: 2.4rem;
	}
	.reason h2 img {
		width: 16rem;
		margin-right: 0.5rem;
	}
	.reason ul {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}
	.reason figure {
		width: 22rem;
		margin: 0 auto 1rem auto;
	}
	.reason dd {
		font-size: 1.4rem;
	}
}



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

news

------------------------------------------- */
.news {
    padding: 8rem 0;
	background: var(--blue);
	border-top: solid 3rem var(--green);	
}
.news .wrap {
	width: 72rem;
	margin: 0 auto;
}
.news .more-wrap a {
    margin: 4rem auto 0 auto;
	font-weight: bold;
	color: #fff;
	background: var(--prime);
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28rem;
	height: 4.8rem;
	font-size: 1.8rem;
	padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
	.news {
		padding: 6rem 2rem;
	}
	.news .wrap {
		width: 100%;
	}
}
/* cms */
.news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.news .CMS-NEWS-MORE-READ {
    display: none;
}
/* tab */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 1rem
}
.tab-label {
    background: #fff;
    order: -1;
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding-bottom: 0.15rem;
    transition: all .3s;
	font-size: 1.3rem;
	border-radius: 10rem;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.tab-wrap {
		justify-content: flex-start;
		gap: 1rem
	}
	.tab-label {
		width: calc((100% - 1rem) / 2);
	}
}
.tab-label:hover {
    cursor: pointer;
    background: var(--prime);
    color: #fff;
}
.tab-content {
    width: 100%;
    display: none;
    margin-top: 3rem;
}
/* active */
.tab-switch:checked+.tab-label {
    background: var(--prime);
    color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
    display: block;
}
/* radio */
.tab-switch {
    display: none;
}



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

flow

------------------------------------------- */
.flow {
	padding: 8rem 0;
}
.flow ul {
	width: 64rem;
	margin: 0 auto 4rem auto;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.flow ul li {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 4rem;
}
.flow ul li figure {
	width: 14rem;
}
.flow ul li dl {
	width: calc(100% - 18rem);
}
.flow ul li dt {
	margin-bottom: 1.5rem;
	color: var(--prime);
	font-weight: bold;
	font-size: 1.7rem;
}
.flow ul li dt span {
	font-size: 2.5rem;
}
.flow ul li dd {
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.flow {
		padding: 6rem 2rem;
	}
	.flow ul {
		width: 100%;
	}
	.flow ul li {
		width: 100%;
		align-items: flex-start;
		gap: 2rem;
	}
	.flow ul li figure {
		width: 9rem;
	}
	.flow ul li dl {
		width: calc(100% - 11rem);
	}
	.flow ul li dt {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.flow ul li dt span {
		font-size: 1.6rem;
	}
	.flow ul li dd {
		font-size: 1.4rem;
	}
}



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

footer

------------------------------------------- */
footer {
	background: var(--blue);
	border-top: solid 3rem var(--green);
	padding: 6rem 0 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer nav ul {
	display: flex;
	justify-content: center;
	gap: 10rem;
}
footer nav ul a {
	color: var(--prime);
	font-weight: bold;
	font-size: 1.6rem;
}
footer .wrap {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 6rem 0 3rem 0;
}
footer .wrap > div {
	display: flex;
	flex-direction: column;
}
footer .logo {
	width: 22rem;
	margin-bottom: 1rem;
}
footer .wrap > div ul {
	display: flex;
	flex-direction: column;
	gap: 0.3rem
}
footer dl {
	display: flex;
	font-weight: bold;
}
footer dl dt::after {
	content: "：";
}
.footer-cv {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
footer .btn-1,
footer .btn-2 {
	height: 4.8rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
footer .btn-1 img,
footer .btn-2 img {
	width: 1.2rem;
	margin-left: 0.4rem;
	margin-top: 0.12rem;
}
small {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 4rem 2rem 2rem 2rem;
	}
	footer nav ul {
		gap: 2rem;
	}
	footer nav ul a {
		font-size: 1.4rem;
	}
	footer .wrap {
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 6rem 0 3rem 0;
	}
	footer .wrap > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 4.5rem;
	}
	footer .logo {
		margin-bottom: 2rem;
	}
	footer dl {
		font-size: 1.3rem;
	}
}



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

news

------------------------------------------- */
article.low {
	padding: 8rem 0;
}
.news-wrap {
	width: 72rem;
	margin: 0 auto;
}
.news-wrap .tab-label {
	background: rgba(245,245,245,1);
}
.news-wrap .tab-label:hover {
	background: var(--prime);
	color: #fff;
}
@media screen and (max-width: 768px) {
	article.low {
		padding: 6rem 2rem;
	}
	.news-wrap {
		width: 100%;
	}

}



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

contact

------------------------------------------- */
.contact {
	padding: 8rem 0;
	background: var(--blue);
}
.contact .wrap {
	background: #fff;
	padding: 4rem 6rem;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 6rem 3rem;
		background: var(--blue);
	}	
	.contact .wrap {
		padding: 3rem;
	}
}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
	flex-direction: column;
    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: 100%;
	margin-bottom: 1rem;
	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: 100%;
	background: #fafafa;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 100%;
    height: 16rem;
    padding: 2rem;
	background: #fafafa;	
}
@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(--yellow);
    color: #000;
    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;
	border-radius: 10rem;
	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: 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;
	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: 3rem 0 2rem 0;
}



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

thanx

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