@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.price {
	display: block;
	color: #c51111;
	font-weight: 700;
}

.arrow-down {
	display: block;
	position: relative;
/*	height: 26px;*/
	color: var(--number-color);
}

.arrow-down::before {
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: 26px solid transparent;
	border-top: 26px solid;
	border-left: 26px solid transparent;
	content: "";
	transform: translate(-50%, -50%);
}

section + .arrow-down::before {
	top: 0;
}

.swiper-container {
	/* overflow: visible; */
}

.swiper-slide {
	display: flex;
	overflow: hidden;
	width: 360px;
	max-width: 64%;
	height: auto;
	margin: 0 10px;
	border: 2px solid;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	flex-flow: column;
}
.home-service-new .swiper-container {
	padding-bottom: 1.5rem;
}
.home-service-new .swiper-slide a {
	height: 100%;
}
.home-service-new .swiper-slide {
    box-shadow: rgb(233, 233, 233) 0px 0px 10px 0px;

}

.home-service-new .swiper-slide {
	border: 0px solid!important;
/*	border-top: 3px solid;
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;*/
	/* border-radius: 20px; */
	border-color:  var(--mainvisual-3pr-border-color);
}

.swiper-slide .modal {
	display: block;
	overflow: hidden;
	opacity: 1;
	position: relative;
}

.swiper-slide .modal::before {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 1;
	width: 33px;
	height: 33px;
	background: url("../img/common/icon-modal.png") center center no-repeat;
	background-size: contain;
	content: "";
}

.swiper-slide .image {
	transition: 0.4s ease-in-out;
	flex: none;
/*	aspect-ratio: 4 / 2.5;*/
    object-fit: cover;
}

.home-case-ul .swiper-slide .image {
	transition: 0.4s ease-in-out;
	flex: none;
	aspect-ratio: 4 / 3!important;
    object-fit: cover;
}

.swiper-slide .modal:hover .image {
	transform: scale(1.1);
}

.swiper-slide .text {
	display: flex;
	padding: 1.5em 1.5em 2em;
	background: #ffffff;
	flex: 1 1 auto;
	flex-flow: column;
}

.swiper-slide .heading {
	margin-bottom: 0.5em;
	font-size: 1.7rem;
}

.swiper-slide .button {
	height: 40px;
	margin: auto auto 0;
	border-radius: 5px;
	font-size: 1.5rem;
}

.swiper-button-container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	/*width: calc(100% - 30px);*/
	width: calc(630px);
	max-width: 1348px;
	transform: translateX(-50%);
}
.home-flow .swiper-button-container {
	width: calc(100% - 30px);
	max-width: 1348px;
}
@media screen and (max-width: 767.9px) {
.home-flow .swiper-button-container {
	display: none;
}
}

.home-service-new .swiper-button-container {
	max-width: 1648px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 59px;
	height: 59px;
	margin-top: 0;
/*	border: 2px solid #fff;*/
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
	transform: translateY(-50%);
	transition: 0.3s ease-in-out;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	transition: 0.3s ease-in-out;
}

.swiper-button-prev::after {
	border-right: 14px solid #fff;
}

.swiper-button-next::after {
	border-left: 14px solid #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	border-color: var(--main-color);
	background: var(--sub-color);
	color: var(--main-color);
}

.swiper-button-prev:hover::after {
	border-right-color: var(--main-color);
}

.swiper-button-next:hover::after {
	border-left-color: var(--main-color);
}

.swiper-pagination {
	position: static;
	margin-top: 4em;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 0.65em;
	height: 0.65em;
/*border: 1px solid; */
    background: #d6d6d6;
}

.swiper-pagination-bullet-active {
	background: var(--main-color);
}

.swiper-pagination-bullet:nth-last-child(n+0) {
	margin-right: 1em;
	margin-left: 1em;
}

.home-service-new .swiper-pagination {
	position: static;
	margin-top: 2em;
}

@media screen and (min-width: 768px) {
.home-service-new .swiper-pagination {
	position: static;
	margin-top: 1em;
}	
.swiper-pagination-bullet {
	width: 0.65em;
	height: 0.65em;
}
.arrow-down {
/*	height: 50px;*/
}

.arrow-down::before {
	border-right-width: 50px;
	border-top-width: 50px;
	border-left-width: 50px;
}

.swiper-slide {
	margin: 0 30px;
	border-width: 3px;
	border-radius: 20px;
}

.home-service-new .swiper-container {
	padding-bottom: 2.5rem;
}

.home-service-new .swiper-slide {
	width: 460px;
    box-shadow: rgb(233, 233, 233) 0px 0px 10px 0px;

}

.swiper-slide .heading {
	font-size: 2.4rem;
}

.swiper-slide .button {
	height: 60px;
	border-radius: 10px;
	font-size: 2.4rem;
}

.swiper-button-prev,
.swiper-button-next {
	width: 50px;
	height: 50px;
	border-width: 3px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	border-top-width: 7px;
	border-bottom-width: 7px;
}

.swiper-button-prev::after {
	border-right-width: 8px;
}

.swiper-button-next::after {
	border-left-width: 8px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	padding: 10px 0 30px 0;
	font-weight: 700;
	text-align: center;
    background: var(--mainvisual-bg-img-sp),var(--mainvisual-bg-color);
	background-position: top;
	background-size: cover;
}

.home-header .inner {
	max-width: 1890px;
}

.home-header .copy {
	padding: 0.25em 0;
	background: var(--mainvisual-obi-color);
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
}
.home-header .copy2 {
	padding: 0.5em 0;
	color: var(--main-color);
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	margin-top: 20px;
	background: #ffffff;
}

.home-header .copy3 {
	padding: 0.5em 0;
	color: var(--header-tel-color)!important;
	font-weight: 500;
	font-size: 1.3rem;
	text-align: center;
	margin-top: 20px;
	background: #ffffff;
}
.home-header .copy-subpage {
	background: var(--sub-color);
	color: var(--main-color);
	font-size: 2.5rem!important;
	padding: 1em 0!important;
}

.home-header .section-heading {
	color: var(--mainvisual-title-color)!important;
}

.home-header .section-header {
	margin-top: 0em;
	margin-bottom: 1em;
	text-shadow: 0px 0px 5px var(--mainvisual-title-shadow-color);
}

.home-header-image-ul {
	display: flex;
	overflow: hidden;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-header-image-li:nth-child(1) {
	margin-bottom: 3px;
}

.home-header-image-li:nth-child(n+2) {
	width: calc((100% - 6px) / 3);
}

.home-header-image-li img {
    width: 1006px;
    aspect-ratio: 4 / 1.63;
    object-fit: cover;
}
.home-header-image-li span img {
  width: 333px;
  aspect-ratio: 4 / 2.15;
}
.home-header-image-li-one img {
    width: 1006px;
    aspect-ratio: 4 / 2.35;
    object-fit: cover;
}

.home-header-crown-ul {
	display: flex;
	margin-top: 10px;
	justify-content: center;
}

.home-header-crown-li {
	display: flex;
	width: calc(100% / 3);
	max-width: 116px;
	height: 28vw;
	max-height: 116px;
	padding-top: 15px;
	background: url("../img/home/header-crown.png") center center no-repeat;
	background-size: contain;
	line-height: 1.2;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.home-header-crown-li .subheading {
	display: block;
	color: #66250e;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	font-size: 1.3rem;
}

.home-header-crown-li .heading {
	display: block;
	color: #c51111;
	white-space: nowrap;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.home-header-crown-li .number {
	font-size: 2.6rem;
}

.home-header-crown-li .unit {
	font-size: 1.6rem;
}

.home-header-simple-crown-li {
	width: calc(92% / 3);
	height: 26vw;
	padding-top: 0;
	border-radius: 50%;
	background: var(--mainvisual-3number-bg-color);
    margin-top: 7px;
    margin-bottom: 7px;
}

.home-header-simple-crown-li:nth-last-child(n+2) {
	margin-right: 4%;
}

.home-header-simple-crown-li .subheading {
	color:var(--mainvisual-3number-text-color);
	text-shadow: 1px 1px 0 var(--mainvisual-3number-text-shadow-color), -1px -1px 0 var(--mainvisual-3number-text-shadow-color), -1px 1px 0 var(--mainvisual-3number-text-shadow-color), 1px -1px 0 var(--mainvisual-3number-text-shadow-color), 0px 1px 0 var(--mainvisual-3number-text-shadow-color), 0 -1px 0 var(--mainvisual-3number-text-shadow-color), -1px 0 0 var(--mainvisual-3number-text-shadow-color), 1px 0 0 var(--mainvisual-3number-text-shadow-color);
	font-size: 1.3rem;
}

.home-header-simple-crown-li .heading {
	margin-top:0.3em;
	color:var(--mainvisual-3number-text-color);
	text-shadow: 2px 2px 0 var(--mainvisual-3number-text-shadow-color), -2px -2px 0 var(--mainvisual-3number-text-shadow-color), -2px 2px 0 var(--mainvisual-3number-text-shadow-color), 2px -2px 0 var(--mainvisual-3number-text-shadow-color), 0px 2px 0 var(--mainvisual-3number-text-shadow-color), 0 -2px 0 var(--mainvisual-3number-text-shadow-color), -2px 0 0 var(--mainvisual-3number-text-shadow-color), 2px 0 0 var(--mainvisual-3number-text-shadow-color);
}

.home-header-text-li {
	padding: 0.34em 0.5em;
	border: 3px solid;
	border-color: var(--mainvisual-3pr-border-color);
	border-radius: 15px;
    background: var(--mainvisual-3pr-bg-color);
	font-size: 1.7rem;
	color: var(--mainvisual-3pr-color);
}

.home-header-text-li:nth-last-child(n+2) {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

.home-header {
    background: var(--mainvisual-bg-img),var(--mainvisual-bg-color);
	background-size: cover;
}

.home-header .copy {
	font-size: 2rem;
	margin-top: 1px;
}
.home-header .copy2 {
	font-size: 1.5rem;
}
.home-header .copy3 {
	font-size: 2rem;
}
.home-header .copy-subpage {
	font-size: 5rem!important;
	padding: 1em 0!important;
}

.home-header .section-heading {
/*	font-size: 4.6rem;*/
	font-size: 3.5vw;
	color: var(--mainvisual-title-color)!important;
	text-shadow: 0px 0px 8px var(--mainvisual-title-shadow-color);
}
.home-header .section-header {
	margin: 1.5em 0;
}

.home-header .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.home-header-image-ul {
	width: 55%;
	border-radius: 20px;
}

.home-header-image-li:nth-child(1) {
	margin-bottom: 5px;
}

.home-header-image-li:nth-child(n+2) {
	width: calc((100% - 10px) / 3);
}

.home-header .container {
	display: flex;
	width: 43.3%;
	flex-flow: column-reverse;
}
.home-header-crown-ul {
	margin-top: 20px;
}
.home-header-crown-li {
	max-width: 260px;
	height: 13.5vw;
	max-height: 260px;
	padding-top: 4.5%;
}

.home-header-crown-li .subheading {
	font-size: 1.3vw;
}

.home-header-crown-li .number {
	font-size: 3.7vw;
}

.home-header-crown-li .unit {
	font-size: 2.3vw;
}

.home-header-simple-crown-li {
	max-width: 240px;
	height: 12.2vw;
	max-height: 240px;
	padding-top: 0;
}

.home-header-text-li {
	font-size: 2.1vw;
	border-radius: 30px;
}

.home-header-text-li:nth-last-child(n+2) {
	margin-bottom: 0.75em;
}
}

@media screen and (min-width: 1890px) {
.home-header-crown-li .subheading {
	font-size: 2.6rem;
}

.home-header-crown-li .number {
	font-size: 7rem;
}

.home-header-crown-li .unit {
	font-size: 4.5rem;
}

.home-header-text-li {
	font-size: 4rem;
}
}

@media screen and (max-width: 767.9px) {
.home-header-image-ul {
	margin: 0 -6vw 10px;
}

.home-header-crown-ul {
/*	margin-bottom: 10px;*/
}
}

@media screen and (max-width: 767.9px) {
.home-header-text-ul {
	padding-top: 10px;
}
}

@media screen and (min-width: 1500px) {
.home-header .copy {
	font-size: 3rem;
}
.home-header .copy2 {
	font-size: 2rem;
}
.home-header .copy3 {
	font-size: 2.5rem;
}
.home-header .section-heading {
	font-size: 3.5vw;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
当社の特徴
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-feature {
/*	padding-top: 20px;*/
	text-align: center;
}

.home-feature-header {
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	align-items: center;
}

.home-feature-header .image {
	width: 107px;
	height: 65px;
	margin-right: 1.5%;
	font-size: 6rem;
	letter-spacing: 0.1em;
	flex: none;
}

.home-feature-header .number {
	font-size: 3.2rem;
}

.home-feature-video {
	display: inline-block;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	border-radius: 10px;
}

.home-feature-video .play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 53px;
	margin: auto;
	border-radius: 50%;
	background: var(--button-bg-color);
	color: #fff;
	transition: 0.3s ease-in-out;
/*	box-shadow: 0em 0.05em 3px #525252;*/
}

.home-feature-video .play:hover {
/*	opacity: 1;
	background: var(--sub-color);
	color: var(--main-color);*/
}

.home-feature-video .play::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 8px solid transparent;
	border-left: 14px solid var(--button-text-color);
	border-bottom: 8px solid transparent;
	content: "";
	transition: 0.3s ease-in-out;
}

.home-feature-video .play:hover::before {
/*	border-left-color: var(--main-color);*/
}

.home-feature-video .sound {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 15px;
	border-radius: 10px 0;
	background: rgba(255, 255, 255, 0.7);
	font-weight: 700;
	font-size: 1.3rem;
	align-items: center;
}

.home-feature-video .sound-icon {
	width: 14px;
	height: 21px;
	margin-right: 8px;
}

@media screen and (min-width: 768px) {
.home-feature {
/*	padding-top: 50px;*/
}

.home-feature-header .image {
	width: 268px;
	height: 164px;
	margin: 20px 2.1% -80px 0;
}

.home-feature-header .number {
	font-size: 7rem;
}

.home-feature-video {
	border-radius: 20px;
}
.home-feature-video img{
    width: 990px;
    aspect-ratio: 4 / 1.67;
    object-fit: cover;
}

.home-feature-video .play {
	width: 105px;
	height: 105px;
}

.home-feature-video .play::before {
	border-top-width: 15px;
	border-left-width: 26px;
	border-bottom-width: 15px;
}

.home-feature-video .sound {
	padding: 23px 47px;
	border-radius: 20px 0;
	font-size: 3rem;
}

.home-feature-video .sound-icon {
	width: 31px;
	height: 47px;
	margin-right: 27px;
}
}

@media screen and (max-width: 767.9px) {
.home-feature-header {
/*	flex-flow: wrap;*/
	justify-content: center;
}

.home-feature-header .image {
	transform: rotate(14deg);
}

.home-feature-header .small {
	font-size: 2.2rem;
}

.home-feature-video img {
    width: 990px;
    aspect-ratio: 4 / 2.2;
    object-fit: cover;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
お悩み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-issue {
	padding-top: 10px;
}

.home-issue .inner {
	max-width: 1050px;
}

.home-issue-header {
	display: flex;
	margin-bottom: -1em;
	text-align: left;
	align-items: center;
}

.home-issue-header .image-container {
	display: flex;
	width: 110px;
	height: 110px;
	margin-right: 15px;
	border-radius: 50%;
	background: #fff;
	flex: none;
	justify-content: center;
	align-items: center;
}

.home-issue-header .image {
	width: 49px;
	height: 84px;
}

.home-issue-ul {
	position: relative;
	z-index: 1;
	padding: 8px 20px;
	border: 4px solid;
	border-radius: 10px;
	background: #fff;
}

.home-issue-li {
	display: flex;
	padding: 12px 0;
	font-weight: 700;
	font-size: 1.4rem;
	align-items: center;
}

.home-issue-li::before {
	margin-top: 0.2em;
	width: 15px;
	height: 15px;
	margin-right: 0.7em;
	background: url("../img/common/icon-check.png") left center no-repeat;
	background-size: contain;
	content: "";
	flex: none;
	align-self: flex-start;
}

.home-issue-li:nth-last-child(n+2) {
	background: linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 10px) left bottom repeat-x;
	background-size: 10px 1px;
}

@media screen and (min-width: 768px) {
.home-issue {
	padding-top: 50px;
}

.home-issue-header {
	margin-left: -30px;
}

.home-issue-header .image-container {
	width: 195px;
	height: 195px;
	margin: -30px 30px 0 0;
}

.home-issue-header .image {
	width: 98px;
	height: 169px;
}

.home-issue-ul {
	padding: 40px 8.5%;
	border-width: 7px;
	border-radius: 20px;
}

.home-issue-li {
	padding: 23px 0;
	font-size: 3rem;
}

.home-issue-li::before {
	width: 30px;
	height: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
当社が選ばれる３つの理由
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-reason {
/*	padding: 0 0 0px 0;*/
/*	padding: 20px 0 0;*/
}

.home-reason .section-heading {
	line-height: inherit;
}

.home-reason-ol {
	counter-reset: number;
}

.home-reason-li {
	position: relative;
	font-weight: 700;
    box-shadow: none;
	/* box-shadow: 0 10px 20px 0 rgb(233 233 233); */
	/* border-top: 3px solid; */
	/* border-bottom: 3px solid; */
	/* border-left: 3px solid; */
	/* border-right: 3px solid; */
	/* border-radius: 20px; */
	/* border-color: #efece0; */
}

.home-reason-li::before {
	display: flex;
	/* border: 1px; */
	width: 2em;
	height: 2em;
	padding-right: 0.2em;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ffffff;
	font-style: italic;
	font-size: 2.5rem;
	letter-spacing: normal;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	justify-content: center;
	align-items: center;
}

.home-reason-li:nth-last-child(n+2) {
	/*margin-bottom: 15px;*/
		margin-bottom: 40px;
}

.home-reason-li .drop-shadow {
	box-shadow: rgb(233, 233, 233) 0px 0px 10px 0px,
						  rgb(233, 233, 233) 0px 0px 10px 0px;
	border-radius: 10px 10px;
	background: #ffffff;
	overflow: hidden;
}

.home-reason-li .text {
	display: flex;
	padding: 30px 20px 25px;
	/* border-radius: 10px 10px; */
	/* background: #ffffff; */
	flex-flow: column;
	justify-content: center;
	align-items: center;
	/* box-shadow: rgb(233, 233, 233) 0px 0px 10px 0px; */
}

.home-reason-li .heading {
	max-width: 100%;
	margin-top: 8px;	
	margin-bottom: 10px;
	font-size: 1.7rem;
	text-align: center;
}

.home-reason-li .detail {
	max-width: 100%;
	font-weight: normal;
}

.home-reason-li .image {
	width: 100%;
	/* border-radius: 0 0 10px 10px; */
	aspect-ratio: 4 / 2.5;
    object-fit: cover;
}

.home-reason01-header {
	padding-top: 30px;
}

.home-reason01-header .large {
	font-size: 3rem;
}

.home-reason01-header .number {
	font-size: 4.9rem;
	line-height: 1;
	color: var(--number-color);
}

.home-reason01-ol {
	margin-bottom: 3em;
}

.home-reason01-li::before {
	border: 2px solid;
}

.home-reason01-li .text {
	background: var(--main-color);
	color: #fff;
}

.home-reason02-header .section-heading {
	margin-bottom: 0.2em;
	padding-bottom: 15px;
}

.home-reason02-li::before {
	background: var(--number-color);
	color: #ffffff;
}

@media screen and (min-width: 768px) {
.home-reason .home-reason-new .inner {
	max-width: 80%;
}

.home-reason .inner {
	max-width: 1320px;
	padding: 0 60px;
}

.home-reason-li {
	/* display: flex; */
    /* box-shadow: rgb(233, 233, 233) 0px 0px 20px 0px; */
}

.home-reason-li::before {
	position: absolute;
	top: -1em;
	left: -1em;
	font-size: 4rem;
}

.home-reason-li:nth-last-child(n+2) {
	margin-bottom: 75px;
}

.home-reason-li .drop-shadow{
	display: flex;
	border-radius: 20px 20px;
  box-shadow: rgb(233, 233, 233) 0px 0px 20px 0px,
  						rgb(233, 233, 233) 0px 0px 20px 0px;
}

.home-reason-li .text {
	width: 50%;
	padding: 30px 3.3%;
	/* border-radius: 20px 0 0 20px; */
}

.home-reason-li .heading {
	margin-bottom: 30px;
	/*font-size: 3.4rem;*/
	font-size: 3.4rem;
}

.home-reason-li .image {
	width: 50%;
/*	height: 330px;*/
	/* border-radius: 0 20px 20px 0; */
	object-fit: cover;
}

.home-reason01-header {
	margin-bottom: 50px;
	padding-top: 50px;
}

.home-reason01-header .large {
	font-size: 6rem;
}

.home-reason01-header .number {
	font-size: 9.8rem;
}

.home-reason01-li::before {
	border-width: 3px;
}

.home-reason02-header .section-heading {
	padding-bottom: 25px;
}

.home-reason02-li .text {
/*	border-top: 5px solid;
	border-bottom: 5px solid;
	border-left: 5px solid;*/
}

.home-reason02-li .image {
/*	border-top: 5px solid;
	border-right: 5px solid;
	border-bottom: 5px solid;*/
}

.home-reason-new .home-reason02-li .text {
	border: none;
/*	border-top: 4px solid;
	border-bottom: 4px solid;
	border-left: 4px solid;
	border-color:  var(--mainvisual-3pr-border-color);*/
}
.home-reason-new .home-reason02-li .image {
		border: none;
/*	border-top: 4px solid;
	border-right: 4px solid;
	border-bottom: 4px solid;
	border-color:  var(--mainvisual-3pr-border-color);*/
}

}

@media screen and (max-width: 767.9px) {
.home-reason-li::before {
	position: relative;
	z-index: 1;
	margin: 0 auto -1em;
}

.home-reason02-li .text {
/*	border-top: 4px solid;
	border-right: 4px solid;
	border-left: 4px solid;*/
}

.home-reason02-li .image {
/*	border-right: 4px solid;
	border-bottom: 4px solid;
	border-left: 4px solid;*/
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
喜びの声
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-review {
/*border-bottom: 2px solid var(--main-color);*/
}
.home-review-crown-ul {
	display: flex;
	margin: 0 -20px 20px;
	flex-flow: wrap;
	justify-content: center;
}

.home-review-crown-li {
	display: flex;
	width: 105px;
	height: 131px;
	margin: 0 5px 5px;
	padding-top: 1em;
	background: url("../img/home/review-crown.png") center center no-repeat;
	background-size: contain;
	font-weight: 700;
	line-height: 1.2;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.home-review-crown-li .subheading {
	display: block;
	color: #66250e;
	font-size: 1.2rem;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.home-review-crown-li .heading {
	display: block;
	color: #c51111;
	white-space: nowrap;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.home-review-crown-li .number {
	font-size: 3.2rem;
}

.home-review-crown-li .unit {
	font-size: 2rem;
}

.home-review-simple-crown-li {
	height: 105px;
	padding-top: 0;
	border-radius: 50%;
	background: var(--mainvisual-3number-bg-color);
	border: solid 3px var(--mainvisual-3number-border-color);
}

.home-review-simple-crown-li .subheading {
	color:var(--mainvisual-3number-text-color);
	text-shadow: 1px 1px 0 var(--mainvisual-3number-text-shadow-color), -1px -1px 0 var(--mainvisual-3number-text-shadow-color), -1px 1px 0 var(--mainvisual-3number-text-shadow-color), 1px -1px 0 var(--mainvisual-3number-text-shadow-color), 0px 1px 0 var(--mainvisual-3number-text-shadow-color), 0 -1px 0 var(--mainvisual-3number-text-shadow-color), -1px 0 0 var(--mainvisual-3number-text-shadow-color), 1px 0 0 var(--mainvisual-3number-text-shadow-color);
}

.home-review-simple-crown-li .heading {
	color:var(--mainvisual-3number-text-color);
	text-shadow: 2px 2px 0 var(--mainvisual-3number-text-shadow-color), -2px -2px 0 var(--mainvisual-3number-text-shadow-color), -2px 2px 0 var(--mainvisual-3number-text-shadow-color), 2px -2px 0 var(--mainvisual-3number-text-shadow-color), 0px 2px 0 var(--mainvisual-3number-text-shadow-color), 0 -2px 0 var(--mainvisual-3number-text-shadow-color), -2px 0 0 var(--mainvisual-3number-text-shadow-color), 2px 0 0 var(--mainvisual-3number-text-shadow-color);
}

.home-review-li .star {
	margin-bottom: 1em;
}

.home-review-li .detail {
	margin-bottom: 1.5em;
}

.home-review-li .name {
	font-weight: 700;
	font-size: 1.2rem;
}

.home-review .annotation {
	margin-top: 3em;
}

.home-review .swiper-slide .modal::before{
background : none;
}

@media screen and (min-width: 768px) {
.home-review-crown-ul {
	margin: 0 -2% 70px;
}

.home-review-crown-li {
	width: calc(88% / 3);
	max-width: 272px;
	height: 30vw;
	max-height: 305px;
	margin-right: 2%;
	margin-left: 2%;
}

/*
.home-review-crown-ul {
	margin-bottom: 70px;
}

.home-review-crown-li {
	max-width: 272px;
	max-height: 305px;
}
*/

.home-review-crown-li .subheading {
	font-size: 2.5vw;
}

.home-review-crown-li .number {
	font-size: 7.4vw;
}

.home-review-crown-li .unit {
	font-size: 4.4vw;
}

.home-review-simple-crown-li {
	max-width: 270px;
	height: 27.7vw;
	max-height: 270px;
}

.home-review-li .name {
	font-size: 1.8rem;
}
}

@media screen and (min-width: 1024px) {
.home-review-crown-li .subheading {
	font-size: 2.6rem;
}

.home-review-crown-li .number {
	font-size: 7.6rem;
}

.home-review-crown-li .unit {
	font-size: 4.6rem;
}
}

@media screen and (max-width: 767.9px) {
.home-review-li .star img {
	width: 25px;
	height: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
サービスメニュー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.home-servic {
	padding-top:10px;
/*    padding: 10px 0px 40px 0px!important;*/
}
@media screen and (min-width: 768px) {
.home-servic {
		padding-top:20px;
/*    padding: 20px 0px 40px 0px!important;*/
}
}

.home-service-li .heading {
	margin-top: 0.5em;	
	margin-bottom: 0;
}

.home-service-li .price {
	margin-bottom: 0.5em;
	font-size: 1.5rem;
}

.home-service-li .detail {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
.home-service-li .price {
	font-size: 2.4rem;
}
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
サービスメニュー（トップページ用）
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-service-new .section-header {
	margin-top: 0em;  
  }
@media screen and (max-width: 768px) {
  .home-service-new .section-header {
	margin-top: 0em;  
    margin-bottom: 3.5em;
	  font-size: 1.3em;
  }
  .home-service-new .text p {
	  font-size: 1.3em;
  }	
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
施工事例
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
サービスの流れ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-flow-swiper-outer {
	max-width: calc(calc(270px + 40px) * 4.2 + 40px);
	margin: auto;
}

.home-flow-swiper-container {
	padding-left: 50px;
}

.home-flow-ul {
	width: 100vw;
}

.home-flow-li {
	width: 270px;
	margin: 0 26px 0 0;
}

.home-flow-li .number {
	display: block;
	padding: 0.2em 0;
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
.home-flow-swiper-container {
	padding-left: 40px;
}

.home-flow-li {
	margin: 0 40px 0 0;
}

.home-flow-li .number {
	font-size: 3.1rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
他社との比較
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-comparison-th {
	width: calc(100% / 3);
	height: 45px;
	padding: 0.5em;
	border: 1px solid #848484;
	background: var(--table-color);
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
}

.home-comparison-th:nth-child(n+2) {
	background: #848484;
}

.home-comparison-th:nth-child(1) {
	border: 6px solid var(--table-color);
	border-bottom-width: 1px;
	font-weight: 700;
}

.home-comparison-th:nth-child(2) {
	border-right-color: #fff;
}

.home-comparison-th:nth-child(3) {
	border-right-color: #848484;
}

.home-comparison-td {
	height: 45px;
	padding: 0.5em;
	border: 1px solid;
	background: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
.home-comparison-td span svg{
	fill:#535353;
}
.home-comparison-td b{
	display: inline-block;
	margin-bottom: 5px;
}
.home-comparison-td:nth-child(n+2) {
	color: #535353;
}

.home-comparison-td:nth-child(1) {
	border-right-width: 6px;
	border-left-width: 6px;
	font-weight: 500;	border-color: var(--table-color);
	color: var(--table-color);
}

.home-comparison-td:nth-child(1) svg{
	fill: var(--table-color);
}

.home-comparison-tr:last-child .home-comparison-td:nth-child(1) {
	border-bottom-width: 6px;
}

@media screen and (min-width: 768px) {
.home-comparison-th {
	height: 90px;
	font-size: 3rem;
}

.home-comparison-th:nth-child(1) {
	border-top-width: 12px;
	border-right-width: 12px;
	border-left-width: 12px;
}

.home-comparison-td {
	height: 90px;
	font-size: 2.4rem;
}
.home-comparison-td b{
	margin-bottom: 10px;
}
.home-comparison-td .svg_sp{
	width: 40px;
	height:40px;
}

.home-comparison-td:nth-child(1) {
	border-right-width: 12px;
	border-left-width: 12px;
}

.home-comparison-tr:last-child .home-comparison-td:nth-child(1) {
	border-bottom-width: 12px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
よくある質問
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-faq {
	margin-bottom: 1em;
}

.home-faq-dl {
	font-weight: 700;
	font-size: 1.2rem;	
}

.home-faq-dt {
	display: flex;
	padding: 1em 1.5em;
	background: var(--main-color);
	color: #fff;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;	
}

.home-faq-dt::after {
	width: 0;
	height: 0;
	margin-left: 1em;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	content: "";
	transition: 0.3s ease-in-out;
	flex: none;
}

.home-faq-dt.open::after {
	transform: scale(1, -1);
}

.home-faq-dt:nth-of-type(n+2) {
/*	border-top: 1px solid;*/
}

.home-faq-dd {
	display: none;
	border: 1px solid;
	padding: 1em 1.5em;
	background: #fff;
margin-bottom: 2em;	
	font-weight: normal;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;	
}

.home-faq-dt-inner,
.home-faq-dd-inner {
	display: flex;
	align-items: center;
}

.home-faq-dt-inner::before,
.home-faq-dd-inner::before {
	display: flex;
	width: 2.5em;
	height: 2.5em;
	margin-right: 1em;
	border-radius: 50%;
	font-size: 1.5rem;
	align-self: flex-start;
	flex: none;
	justify-content: center;
	align-items: center;
}

.home-faq-dt-inner::before {
	background: #fff;
	color: var(--main-color);
	content: "Q";
}

.home-faq-dd-inner::before {
	background: var(--main-color);
	color: #fff;
	content: "A";
}

@media screen and (min-width: 768px) {
.home-faq-dl {
	font-size: 2rem;
}

.home-faq-dt::after {
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.home-faq-dd {
/*	border-width: 5px;*/
}

.home-faq-dt-inner::before,
.home-faq-dd-inner::before {
	font-size: 3rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ご相談
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-contact .flex {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.home-contact-tel {
	line-height: 1.2;
	text-align: center;
}

.home-contact-tel .number {
	display: flex;
	margin-bottom: 0.2em;
	font-weight: 700;
	font-size: 2.5rem;
	align-items: flex-start;
}

.home-contact-tel .icon {
	width: 25px;
	height: 24px;
	margin-right: 5px;
	flex: none;
}

.home-contact-tel .hour,
.home-contact-tel .close {
	display: flex;
	font-size: 1.5rem;
	line-height: 1.6;
	justify-content: center;
}


.home-contact-tel .heading {
	margin-right: 0.5em;
}

.home-contact-mail {
	display: flex;
	align-items: center;
}

.home-contact-mail .icon {
	width: 22px;
	height: 16px;
	margin-right: 15px;
	fill: var(--button-text-color);
}

.home-contact-mail:hover .icon {
/*	fill: var(--button-text-hover-color);*/
}

.home-contact-ad {
	font-size: 1.3em;
	margin-top: 30px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 768px) {
.home-contact-header {
	margin-bottom: 0;
}

.home-contact-tel {
	margin: 30px 5% 0 0;
}

.home-contact-tel .number {
	font-size: 4rem;
}

.home-contact-tel .icon {
	width: 40px;
	height: 38px;
	margin-right: 10px;
}

.home-contact-tel .hour,
.home-contact-tel .close {
	font-size: 2rem;
}

.home-contact-mail {
	max-width: 510px;
	height: 90px;
}

.home-contact-mail .icon {
	width: 40px;
	height: 28px;
	margin-right: 30px;
}
}

@media screen and (max-width: 767.9px) {
.home-contact .flex {
	flex-flow: column;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
セミナー紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-seminar .flex {
	padding-bottom: 50px;
}
.home-seminar .flex:last-child {
	padding-bottom: 0px;
}
.home-seminar .image {
	border-radius: 10px;
	aspect-ratio: 4 / 2.7;
    object-fit: cover;
}

.home-seminar .no_trimming {
	aspect-ratio: auto;
}

.home-seminar h3 {
	margin-bottom: 1em;
	font-size: 2rem;
	color: var(--content-title-color);
}

.home-seminar h4 {
	font-size: 1.5rem;
}

.home-seminar .regular-price {
	font-size: 1.2rem;
}

.home-seminar .price {
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
.home-seminar .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.home-seminar .image {
	width: 50%;
	border-radius: 20px;
}

.home-seminar .text {
	width: 46.2%;
}

.home-seminar h3 {
	font-size: 2.7rem;
}

.home-seminar h4 {
	font-size: 2.4rem;
}

.home-seminar .regular-price {
	font-size: 2rem;
}

.home-seminar .price {
	font-size: 3rem;
}
}

@media screen and (max-width: 767.9px) {
.home-seminar {
/*	padding-bottom: 30px;*/
}

.home-seminar .image {
	margin-bottom: 25px;
/*	margin-bottom: 20px;*/	
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
6つの約束
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-promise-ul {
	display: flex;
	margin-bottom: -18px;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-promise-ul a {
	display: block;
}

.home-promise-ul .js-fitty {
	display: block !important;
}

.home-promise-li {
	width: 31%;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}

.home-promise-li .image {
	margin-bottom: 11px;
	border-radius: 10px;
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
}

.home-promise-li .image-3c {
	margin-bottom: 1.2em;
	border-radius: 10px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-promise-li .heading {

	margin-bottom: 7px;
	font-size: 1.2rem;
}

.home-promise-li .detail {
	display: table;
	margin: auto;
	text-align: left;
}

.promise2column .home-promise-li {
	width: 100%;
	margin-bottom: 50px;
}
.promise2column .home-promise-li:last-child {
	margin-bottom: 0px;
}
.promise2column .home-promise-li .heading {
	font-size: 1.5rem;
	margin-bottom: 1em;
}
.promise2column .home-promise-li span {
	margin-bottom: 5px;
}
.promise2column2 .home-promise-li {
	width: 48%;
}
.promise3column3 .home-promise-li {
	width: 48%;
}

@media screen and (min-width: 768px) {
.home-promise-ul {
	margin-bottom: -50px;
}

.home-promise-li {
	margin-bottom: 50px;
}

.home-promise-li .image {
	margin-bottom: 30px;
	border-radius: 20px;
}

.home-promise-li .heading {
	margin-bottom: 22px;
	font-size: 2.4rem;
}
.promise2column .home-promise-li {
	width: 48%;
}
.promise2column .home-promise-li .heading {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}
.promise2column2 .home-promise-li .image {
	width: 100%;
}
.promise3column3 .home-promise-li {
	width: 31%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
コロナ対策
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-corona-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-corona-li {
	display: flex;
	width: 31%;
	text-align: center;
	flex-flow: column;
}

.home-corona-li .image-container {
	display: flex;
	width: 100%;
	max-width: 93px;
	height: 100%;
	max-height: 60px;
	margin: 0 auto 12px;
	justify-content: center;
	align-items: center;
}

.home-corona-li .image {
	width: 322px;
	max-height: 100%;
	border-radius: 10px;
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
}

.home-corona-li .heading {
	margin-bottom: 8px;
	font-size: 1.2rem;
}

.home-corona-li .detail {
	display: table;
	margin: auto;
	text-align: left;
	font-size: 120%;
}

@media screen and (min-width: 768px) {
.home-corona-li .image-container {
	max-width: 322px;
	max-height: 208px;
	margin-bottom: 30px;
}

.home-corona-li .heading {
	margin-bottom: 24px;
	font-size: 2.4rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
新規契約キャンペーン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-campaign-container {
	border: 6px solid;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.home-campaign-container h2 {
	padding: 0.3em 0 0.4em;
	background: var(--button-bg-color);
	color: var(--button-text-color);
	font-size: 1.9rem;
    border-radius: 4px 4px 0px 0px;
}

.home-campaign-container .inner {
	padding: 15px 20px 25px;
}

.home-campaign-container h3 {
	font-size: 1.9rem;
}

.home-campaign-container .price {
	font-size: 4rem;
}

.home-campaign-container .yen {
	font-size: 1.5rem;
}

.home-campaign-container .regular-price {
	display: block;
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 1.2rem;
}

.home-campaign-container .detail {
	display: table;
	margin: 0 auto 1em;
	text-align: left;
}

.home-campaign-container .period {
	font-weight: 700;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
.home-campaign-container {
	border-width: 10px;
	border-radius: 20px;
}

.home-campaign-container h2 {
	font-size: 3.8rem;
	border-radius: 10px 10px 0px 0px;
}

.home-campaign-container .inner {
	padding: 30px 5% 40px;
}

.home-campaign-container h3 {
	font-size: 3.8rem;
}

.home-campaign-container .price {
	font-size: 8rem;
}

.home-campaign-container .yen {
	font-size: 3rem;
}

.home-campaign-container .regular-price {
	font-size: 2rem;
}

.home-campaign-container .period {
	font-size: 2rem;
}
}

@media screen and (max-width: 767.9px) {
.home-campaign-container .detail {
	font-size: 1.2rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
料金表
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-price h3 {
	display: table;
	width: 174px;
	margin-bottom: 1em;
	padding: 5px;
	background: var(--main-color);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

.home-price-ul:nth-last-of-type(n+2) {
	margin-bottom: 50px;
}

.home-price-li {
	display: flex;
	padding: 13px 0;
	background: linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 10px) left bottom repeat-x;
	background-size: 10px 1px;
	font-weight: 700;
	font-size: 1.2rem;
}

.home-price-li h4 {
	width: 60%;
	margin-right: 7%;
}
.home-price-li div {
  display: flex;
  align-items: flex-end;
	    margin-left: auto;
}

@media screen and (min-width: 768px) {
.home-price h3 {
	width: 300px;
	padding: 12px;
	font-size: 2.4rem;
}

.home-price-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-price-ul:nth-last-of-type(n+2) {
	margin-bottom: 80px;
}

.home-price-li {
	width: 48%;
	padding: 18px 0;
	font-size: 2rem;
}
}

@media screen and (max-width: 767.9px) {
.home-price h3 {
	margin-right: auto;
	margin-left: auto;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-news-header {
	margin-bottom: 0;
}

.home-news-li {
	background: linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 10px) left bottom repeat-x;
	background-size: 10px 1px;
}

.home-news-li a {
	padding: 16px 0;
	font-size: 1.2rem;
}

.home-news-li a:hover {
	opacity: 1;
}
.home-news-li span {
	padding: 16px 0;
	font-size: 1.2rem;
}

.home-news-li time {
	font-weight: 700;
}

.home-news-li .heading {
	font-weight: inherit;
}

.home-news-li a:hover h3 {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
.home-news-li a {
	display: flex;
	padding: 40px 0;
	font-size: 2rem;
}
.home-news-li span {
	display: flex;
	padding: 40px 0;
	font-size: 2rem;
}

.home-news-li time {
	width: 210px;
	flex: none;
}
}

@media screen and (max-width: 767.9px) {
.home-news-li time {
	display: block;
	margin-bottom: 3px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-company {
/*	padding-bottom: 100px;*/
}

.home-company-header {
/*	margin-bottom: 0;*/
}

.home-company table {
	font-size: 1.2rem;
}

.home-company tr {
	background: linear-gradient(90deg, #707070, #707070 0.25em, transparent 0.25em, transparent 0.5em) left bottom repeat-x;
	background-size: 0.5em 1px;
}

.home-company th {
	padding: 14px 0 10px;
}

.home-company td {
	padding-bottom: 14px;
}

.button-container {
	margin-top: 1em;
	margin-bottom: 2em;
	display: block;
}

.button-container .button02 {
	background: #fff;
	color: inherit;
}

.button-container .button02:hover {
	background: var(--sub-color);
}


@media screen and (min-width: 768px) {
.home-company table {
	font-size: 2rem;
}

.home-company th {
/*	width: 20%;*/
	min-width: 170px;
	padding: 40px 0;
}

.home-company td {
	padding: 40px 0;
}


.button-container .button {
	height: 105px;
	font-size: 4rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
問い合わせフォーム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.Form {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
.Form .Form-Item input, textarea{
color: #323232;
}
::placeholder {
  color: #ADADAD;
}
.wpcf7-validation-errors{
	font-size: 1.2em;
}
.wpcf7-mail-sent-ok{
	font-size: 1.5em;
}
span.wpcf7-not-valid-tip {
    margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
.Form {
margin-top: 40px;
}
.wpcf7-validation-errors{
	font-size: 1.5em;
}
}

.Form-Item {
border-top: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}

@media screen and (max-width: 768px) {
.Form-Item {
padding-left: 14px;
padding-right: 14px;
padding-top: 16px;
padding-bottom: 16px;
flex-wrap: wrap;
}
}
.Form-Item:nth-child(5) {
/*border-bottom: 1px solid #ddd;*/
}
.Form-Item-Label {
width: 100%;
max-width: 248px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 18px;
}
@media screen and (max-width: 768px) {
.Form-Item-Label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 15px;
}
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
@media screen and (max-width: 768px) {
.Form-Item-Label.isMsg {
margin-top: 0;
}
}
.Form-Item-Label-Required {
border-radius: 6px;
margin-right: 8px;
/*padding-top: 8px;
padding-bottom: 8px;*/
width: 55px;
display: inline-block;
text-align: center;
background: var(--main-color);
color: #fff;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.Form-Item-Label-Required {
border-radius: 4px;
/*padding-top: 4px;
padding-bottom: 4px;*/
width: 40px;
font-size: 10px;
}
}
.Form-Item-Input {
border: 1px solid #ddd;
border-radius: 6px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
background: #ffffff;
font-size: 18px;
}
@media screen and (max-width: 768px) {
.Form-Item-Input {
margin-left: 0;
margin-top: 18px;
height: 40px;
flex: inherit;
font-size: 16px;
}
.wpcf7-radio {
font-size: 14px;
margin-top: 18px;
display: block;
}
.wpcf7-date {
width: 200px;
}
}
.Form-Item-Textarea {
border: 1px solid #ddd;
border-radius: 6px;
padding-top:  0.5em;
padding-bottom:  0.5em;
padding-left: 1em;
padding-right: 1em;
height: 216px;
flex: 1;
width: 100%;
background: #ffffff;
font-size: 18px;
}
@media screen and (max-width: 768px) {
.Form-Item-Textarea {
margin-top: 18px;
margin-left: 0;
height: 200px;
flex: inherit;
font-size: 16px;
}
}
.Form-Btn {
border-radius: 50px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: var(--button-bg-color);
color: var(--button-text-color);
font-weight: bold;
font-size: 20px;
	box-shadow: 0em 0.05em 3px #939393;
}
@media screen and (max-width: 768px) {
.Form-Btn {
margin-top: 24px;
padding-top: 8px;
padding-bottom: 8px;
width: 160px;
font-size: 16px;
}
}

.container > .haikei {
    position: relative;
	/* 背景に画像を指定した場合は、上部に白シャドウ
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);*/
}

.container > .haikei:nth-of-type(even)::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    z-index: -1;
    background: var(--content-bg-img),var(--content-bg-color);
    content: "";
/*	background-position: top;*/
	background-position: top;
	background-size: cover;
}
main:not(#index-home) .container > .haikei:first-of-type {
     padding: 40px 0px 80px 0px!important;
}

@media screen and (max-width: 768px) {
.container > .haikei:nth-of-type(even)::before {
    background: var(--content-bg-img-sp),var(--content-bg-color);
	background-size: cover;
}
main:not(#index-home) .container > .haikei:first-of-type {
     padding: 30px 0px 50px 0px!important;
}
}
