@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main > span {
	position: absolute;
	left: 14rem;
	top: 14rem;
	color: var(--prime);
	font-weight: bold;
	font-size: 2.8rem;
	text-shadow: 0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff;
	letter-spacing: 0.1em;
}
#main {
	height: 60rem;
}
.top-kv ul {
	background: var(--prime);
	padding: 2rem 0;
	display: flex;
	justify-content: center;
}
.top-kv ul li {
	width: 16rem;
}
.top-kv ul li:not(:last-child) {
	margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
	#main > span {
		left: 3rem;
		top: auto;
		bottom: 5rem;
		font-size: 2.4rem;
	}	
	#main {
		height: 40rem;
	}
	.top-kv ul {
		padding: 2rem;
		justify-content: space-between;
	}
	.top-kv ul li {
		width: 32%;
	}
	.top-kv ul li:not(:last-child) {
		margin-right: 0;
	}	
}



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

feature

------------------------------------------- */
.top-feature {
	padding: 10rem 0;
}
.top-feature h2 {
	line-height: 1;
	color: var(--prime);
	display: flex;
	justify-content: center;
	font-size: 3rem;
	margin-bottom: 5rem;
}
.top-feature h2 strong {
	text-emphasis: filled var(--yellow);
}
.top-feature h2 > span {
	display: flex;
	align-items: center;
}
.top-feature h2 > span::before,
.top-feature h2 > span::after {
	content: "";
	width: 0.2rem;
	height: 4rem;
	background: var(--prime);
	margin-top: 2rem;
}
.top-feature h2 > span::before {
	transform: rotate(-30deg);
	margin-right: 2rem;
}
.top-feature h2 > span::after {
	transform: rotate(30deg);
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	.top-feature {
		padding: 6rem 3rem;
	}
	.top-feature h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
		line-height: 1.4;
	}
	.top-feature h2 strong {
		text-emphasis: filled var(--yellow);
	}
	.top-feature h2 > span {
		text-align: center;
	}
}
/* PC時は非表示 */
br.sp {
	display: none;
  }
  
  /* スマホ時だけ表示（例：767px以下） */
  @media (max-width: 767px) {
	br.sp {
	  display: inline;
	}
  }
  



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

item

------------------------------------------- */
.top-item {
	padding: 10rem 0;
	background: 
		url(../img/deco-1.png) no-repeat left 5rem top 5rem,
		url(../img/deco-2.png) no-repeat right 5rem bottom 5rem;
	background-size: 
		20rem auto,
		20rem auto;
	background-color: #fafafa;
}
@media screen and (max-width: 768px) {
	.top-item {
		padding: 8rem 3rem;
		background: 
			url(../img/deco-1.png) no-repeat left 1.5rem top 1.5rem,
			url(../img/deco-2.png) no-repeat right 1.5rem bottom 1.5rem;
		background-size: 
			11rem auto,
			11rem auto;
		background-color: #fafafa;
	}
}
/* ---- ul ---- */
.top-item ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12rem;
}
.top-item ul li {
	width: 29.5%;
	margin-right: 5.75%;
}
.top-item ul li:nth-child(3n) {
	margin-right: 0;
}
.top-item ul li:nth-child(n + 4) {
	margin-top: 6rem;
}
.top-item ul figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-item ul p {
	text-align: center;
}

.top-item ul figcaption {
	width: 16rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background: var(--prime);
	color: #fff;
	font-weight: bold;
	margin-top: -3.5rem;
}
@media screen and (max-width: 768px) {
	.top-item ul {
		margin-bottom: 6rem;
		justify-content: space-between;
	}
	.top-item ul li {
		width: 48%;
		margin-right: 0;
	}
	.top-item ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.top-item ul li:nth-child(n + 3) {
		margin-top: 3rem;
	}	
	.top-item ul figcaption {
		width: 15rem;
		height: 4rem;
		margin-top: -2.5rem;
	}
}
/* ---- wrap ---- */
.top-item .wrap {
	width: 44rem;
	height: 8.4rem;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	border: solid 0.35rem var(--prime);
	margin: 0 auto;
	position: relative;
	color: var(--prime);
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 6rem;
	padding-bottom: 0.15rem;
}
.top-item .wrap img {
	position: absolute;
	right: 2.5rem;
	bottom: 0;
	width: 12rem;
}
@media screen and (max-width: 768px) {
	.top-item .wrap {
		width: 32rem;
		height: 8.4rem;
		padding-left: 2rem;
	}
	.top-item .wrap img {
		right: 1rem;
		width: 8rem;
	}
}



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

reason

------------------------------------------- */
.top-reason {
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-reason {
		padding: 8rem 3rem;
	}
}
/* ---- ul ---- */
.top-reason ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-reason ul li {
	width: 47.5%;
	position: relative;
	background: var(--prime);
	color: #fff;
	border-radius: 2rem;
	padding: 2rem;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.4;
}
.top-reason ul li:last-child {
	width: 100%;
}
.top-reason ul li:nth-child(n + 3) {
	margin-top: 4rem;
}
.top-reason .num {
	position: absolute;
	left: -1.5rem;
	top: -1.5rem;
	width: 8rem;
}
.top-reason li:not(:last-child) figure {
	width: 20rem;
	margin-bottom: 0.8rem;
}
.top-reason li:last-child {
	flex-direction: row;
	justify-content: center;
}
.top-reason li:last-child figure {
	width: 6rem;
	margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-reason ul {
		display: block;
	}
	.top-reason ul li {
		width: 100%;
	}
	.top-reason ul li:not(:last-child) {
		margin-bottom: 3rem;
	}	
	.top-reason ul li:last-child {
		width: 100%;
	}
	.top-reason ul li:nth-child(n + 3) {
		margin-top: 0;
	}
}



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

case

------------------------------------------- */
.top-case {
	padding: 10rem 0;
	background:
		url(../img/deco-3.png) no-repeat left 5rem top 3rem,
		url(../img/deco-4.png) no-repeat right 3rem bottom 5rem,
		url(../img/texture-1.jpg) center top;
	background-size:
		14rem auto,
		8rem auto,
		100% auto;
}
@media screen and (max-width: 768px) {
	.top-case {
		padding: 8rem 3rem;
		background:
			url(../img/deco-3.png) no-repeat left 1.5rem top 1.5rem,
			url(../img/deco-4.png) no-repeat right 1.5rem bottom 3rem,
			url(../img/texture-1.jpg) center top;
		background-size:
			8rem auto,
			8rem auto,
			100% auto;
	}
}



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

voice

------------------------------------------- */
.top-voice {
	padding: 10rem 0;
	background-color: #fafafa;	
}
.top-voice .wrap {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-voice {
		padding: 8rem 3rem !important;
	}
}



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

company

------------------------------------------- */
.top-company {
	padding: 18rem 0;
	background:
		url(../img/deco-5.png) no-repeat right 3rem top 7rem,
		url(../img/deco-6.png) no-repeat left 5rem bottom 8rem;
	background-size:
		12rem auto,
		10rem auto;
}
.top-company .wrap {
	display: flex;
	position: relative;
	justify-content: space-between;
	position: relative;
	padding-bottom: 6rem;
}
.top-company .wrap::before {
	content: "";
	width: 90%;
	height: 87%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
}
.top-company .wrap > div:nth-of-type(1) {
	width: 40%;
}
.top-company .wrap > div:nth-of-type(2) {
	width: 60%;
	padding: 0 5rem 0 8rem;
}
.top-company h2 {
	text-align: left;
}
.top-company dl.detail {
	margin-bottom: 2rem;
}
.top-company .more {
	margin: 0;
}
.top-company .tel {
	background: var(--prime);
	border-radius: 2rem;
	color: #fff;
	margin-top: 2.5rem;
	padding: 2rem;
}
.top-company .tel > dl {
	border-bottom: solid 0.1rem #fff;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.top-company .tel > dl dt {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.top-company .tel > dl a {
	display: flex;
	align-items: center;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
}
.top-company .tel > dl a img {
	width: 2.6rem;
	margin-right: 0.6rem;
	margin-top: 0.35rem;
}
.top-company .tel > div {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1;
}
.top-company .tel > div a {
	color: #fff;
	font-size: 1.8rem;
}
.top-company .tel > div img {
	width: 1.8rem;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		padding: 8rem 3rem;
		background:
			url(../img/deco-5.png) no-repeat right 1.5rem top 1.5rem,
			url(../img/deco-6.png) no-repeat left 1.5rem bottom 1.5rem;
		background-size:
			8rem auto,
			8rem auto;
	}
	.top-company .wrap {
		flex-direction: column-reverse;
		padding-bottom: 4rem;
	}
	.top-company .wrap::before {
		display: none;
	}
	.top-company .wrap > div:nth-of-type(1) {
		width: 100%;
	}
	.top-company .wrap > div:nth-of-type(2) {
		width: 100%;
		padding: 0;
		margin-bottom: 4rem;
	}
	.top-company h2 {
		text-align: center;
	}
	.top-company dl.detail {
		margin-bottom: 1.5rem;
	}
	.top-company .more {
		margin: 0 auto;
	}
}



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

blog CMS

------------------------------------------- */
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    display: inline-block;
    width: calc(33.33333333333% - 3rem * 2/3);
}
.topNews_image {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    padding: 35%;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
}
.topNews_content {
    margin-top: 1.5rem; 
}
.topNews_date {
    font-size: 1.2rem;
    width: fit-content;
    color: var(--prime);
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
.news_link {
    font-weight: 500;
}
@media screen and (max-width: 767px) {
.topNews_list {
    flex-direction: column;
        margin-bottom: 32px;
    }
    .topNews_item {
        width: 100%;
    }
}
/* ---- news index ---- */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
.news_item {
    display: flex;
    gap: 1.2rem;
    cursor: pointer;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.news_date {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 767px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: calc(100% - 24px);
    }
}
/* ---- blog detail ---- */
.blogdetail_image img,
.blogdetail_image video {
    width: 100%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 1rem 4rem;
}
.blogdetail_caption{
    white-space: pre-wrap; 
}




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

voice

------------------------------------------- */
.voice-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.voice-container .voice-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
	color:#000;
    background-color: #fff;
	border: solid 0.4rem var(--prime);
    padding: 12px;
	border-radius: 1.5rem;
}
.voice-container .voice-top {
    display: flex;
    align-items: center;
    gap:12px;
}
.voice-container .voice-image img {
    width: 40px;
}
.voice-container .voice-rating-date {
    display: flex;
    align-items: center;
    gap: 12px;
}
.voice-container .voice-rating {
    color: #ff4136;
}
.voice-container .review-text {
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.voice-container .read-more,
.voice-container .hide-details {
	color:#000;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}
.voice-container .hide-details {
    display: none;
}
.voice-container .voice-date {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .voice-container {
        grid-template-columns: 1fr;
    }
    .voice-container .voice-item {
        flex-direction: column;
    }
}
.top-voice .voice-container .voice-item:nth-of-type(n + 5) {
	display: none;
}
/* top */
.top-voice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
.top-voice-list .voice-item {
    display: inline-block;
	width: 32%;
	border: solid 0.4rem var(--prime);
    padding: 12px;
	border-radius: 1.5rem;
	background: #fff;
}
.top-voice-list .voice-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.top-blog-list .voice-upper {
    display: flex;
    flex-direction: column;
}
.voice-top .voice-image img {
    width: 6rem;
}
.top-voice-list .voice-image-name {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-voice-list .voice-rating-date {
    margin-top: 8px;
    margin-bottom: 8px;
}
.top-voice-list .voice-date {
    align-self: flex-end;
}
.top-voice-list .voice-item {
    position: relative;
    padding-bottom: 40px;
}
.top-voice-list .voice-content {
    padding-bottom: 12px;
}  
.top-voice-list .voice-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-voice-list .read-more-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;  
    z-index: 100;
}
.top-voice-list .voice-rating {
    color: #ff4136;
}
@media screen and (max-width: 768px) {
	.top-voice-list {
        flex-direction: column;
        margin-bottom: 32px;
    }
	.top-voice-list .voice-item {
        width: 100%;
    }
	.top-voice-list .voice-item:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.top-voice {
		padding: 0 3rem 8rem 3rem;
		display: block;
	}
	.top-voice > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.top-voice > div {
		width: 100%;
		padding: 0;
	}
}



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

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%;
}
@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;
}
.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(--prime);
    color: var(--yellow);
    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);
}

.reason-small{
    font-size: 1rem;
}