@charset "utf-8";
/* ****************************

front-page.php 用スタイルシート

******************************* */










/* =============================================================================
   コンテンツスタイル
   ========================================================================== */

/* mainVisual */
#mainVisual {
	position: relative;
	background: #fff;
	height: 100vh;
	overflow: hidden;
}
/*スライド*/
#mainVisual .slideBody {
	position: relative;
	width: 100vw;
	height: 100vh;
    transition: all 0.5s ease-in-out; 
}
#mainVisual .slideBody .fullSlide div.image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
#mainVisual .slideBody .fullSlide div.main01 {
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../img/content/top/img_slide-01.jpg");
}
#mainVisual .slideBody .fullSlide div.main02 {
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../img/content/top/img_slide-02.jpg");
}
#mainVisual .slideBody .fullSlide div.main03 {
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../img/content/top/img_slide-03.jpg");
}
#mainVisual .slideBody .fullSlide div.main04 {
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../img/content/top/img_slide-04.jpg");
}
#mainVisual .slideBody .fullSlide div.main05 {
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../img/content/top/img_slide-05.jpg");
}
/*スライド内テキスト*/
#mainVisual .slideBody .slideText {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
#mainVisual .slideBody .slideText .logo {
	width: 60%;
	max-width: 400px;
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
#mainVisual .slideBody .slideText p.catch {
	font-weight: 700;
	line-height: 1.6;
	padding: 0;
	margin-bottom: 5px;
}
#mainVisual .slideBody .slideText p.catch {
	font-size: calc(24px + (32 - 24) * (100vw - 375px) / (920 - 375));
}
@media screen and (min-width: 1000px) {
	#mainVisual .slideBody .slideText p.catch {
		font-size: 32px;
	}
}
@media screen and (max-width: 375px) {
	#mainVisual .slideBody .slideText p.catch {
		font-size: 24px;
	}
}

/* sec01 */
.sec01 {
	background: #f0f0f0;
	background: #fce4d9;
}
.sec01 ul.list {}
.sec01 ul.list li {
	margin-bottom: 40px;
	background: #fff;
	border-radius: 0 40px 0 0;
	padding: 40px 80px;
	display: flex;
	justify-content: space-between;
}
.sec01 ul.list li:last-child {
	margin-bottom: 0;
}
.sec01 ul.list li figure {
	width: 32%;
	margin-right: 3%;
}
.sec01 ul.list li .text {
	flex: 1;
}
.sec01 ul.list li .text h3 {
	font-size: 32px;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1280px) {
	.sec01 ul.list li {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 767px) {
	.sec01 ul.list li {
		margin-bottom: 30px;
		border-radius: 0 30px 0 0;
		padding: 25px 25px;
		flex-direction: column;
	}
	.sec01 ul.list li figure {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.sec01 ul.list li .text h3 {
		font-size: 24px;
	}
}



/* sec02 */
.sec02 {}
.sec02 .point {
	background: #fce9f2;
	border: 1px solid #ea5513;
	border-radius: 40px;
	padding: 40px 80px;
}
.sec02 .point h3 {
	font-size: 2.0em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.0em;
}
.sec02 .point h3 span {
	display: inline-block;
	background: #ea5513;
	color: #fff;
	padding: 4px 6px;
}
.sec02 .point ol.list {
	font-size: 1.25em;
	list-style: none;
	counter-reset: li;
}
.sec02 .point ol.list li:not(:first-child) {
	margin-top: 1.0em;
}
.sec02 .point ol.list li {
	position: relative;
	font-weight: 700;
	padding-left: 2em;
}
.sec02 .point ol.list li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #ea5513;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', serif;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 1280px) {
	.sec02 .point {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 767px) {
	.sec02 .point {
		border-radius: 30px;
		padding: 25px 25px;
	}
	.sec02 .point h3 {
		font-size: 2.0em;
		margin-bottom: 0.5em;
	}
	.sec02 .point ol.list {
		font-size: 1.125em;
	}
	.sec02 .point ol.list li::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
}



/* sec03 */
.sec03 {}
.sec03 nav.btn {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	margin-top: 20px;
}
.sec03 nav.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background: #f3f3f1;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	border: 1px solid #d8d8d8;
	padding: 20px 0;
}
.sec03 nav.btn a:hover {
	background: #fff;
	text-decoration: none;
}
.sec03 nav.btn a i.fa-solid {
	color: #399bd8;
	font-size: 20px;
	margin-right: 10px;
}
.sec03 nav.btn a span {
	text-align: left;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.sec03 nav.btn {
		margin-top: 15px;
	}
	.sec03 nav.btn a {
		padding: 15px 0;
	}
}



/* sec04 */
.sec04 {}
.sec04 h2 {
	font-size: 2.0em;
	text-align: center;
	background: #6ab92c;
	color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 15px 0;
	margin: 0;
}
.sec04 .inner {
	background: #f0f0f0;
	padding: 40px;
}
.sec04 .inner table {
	margin-bottom: 0.5em;
}
.sec04 .inner th {
	text-align: center;
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
.sec04 .inner td {
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
.sec04 .inner tr:nth-child(odd) th,
.sec04 .inner tr:nth-child(odd) td {
	background: #fffcd6;
}
@media only screen and (max-width: 767px) {
	.sec04 h2 {
		font-size: 2.0em;
	}
	.sec04 .inner {
		padding: 15px;
	}
}



/* sec05 */
.sec05 {
	background: #f0f0f0;
}
.sec05 h2 {
	font-size: 2.0em;
	text-align: center;
	background: #ea5513;
	color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 15px 0;
	margin: 0;
}
.sec05 h2 span {
	font-size: 0.75em;
	margin-left: 10px;
}
.sec05 .inner {
	background: #fff;
	padding: 40px;
}
.sec05 .inner table {
	margin-bottom: 0.5em;
}
.sec05 .inner table th {
	background: #fce9f2;
	text-align: center;
	vertical-align: middle;
}
.sec05 .inner table td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.sec05 .inner table td strong {
	font-size: 1.5em;
	font-weight: 500;
	color: #ea5513;
}
.sec05 .inner table td span {
	font-size: 0.875em;
}
.sec05 .inner table .bg0 {
	background: #fff;
}
.sec05 .inner table .bg1 {
	background: #fffcd6;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.sec05 h2 {
		font-size: 2.0em;
	}
	.sec05 h2 span {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.sec05 .inner {
		padding: 15px;
	}
}



/* sec06 */
.sec06 {}
.sec06 .catch {
	margin-bottom: 60px;
}
.sec06 .catch h3 {
	font-size: 2.0em;
	text-align: center;
	color: #ea5513;
	margin-bottom: 1.0em;
}
.sec06 .catch p {
	text-align: center;
	font-size: 1.25em;
	font-weight: 700;
}
.sec06 .catch nav.tel {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 20px;
}
.sec06 .catch nav.tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background: #f3f3f1;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 7px;
	border: 1px solid #d8d8d8;
	padding: 15px 0;
}
.sec06 .catch nav.tel a:hover {
	background: #fff;
	text-decoration: none;
}
.sec06 .catch nav.tel a i.fa-solid {
	color: #399bd8;
	font-size: 36px;
	margin-right: 10px;
}
.sec06 .catch nav.tel a span {
	text-align: left;
	font-size: 18px;
}
.sec06 .catch nav.tel a span strong {
	display: block;
	font-size: 28px;
}
@media only screen and (max-width: 767px) {
	.sec06 .catch h3 {
		font-size: 1.7em;
		margin-bottom: 0.5em;
	}
	.sec06 .catch p {
		text-align: left;
		font-size: 1.125em;
	}
	.sec06 .catch nav.tel {
		margin-top: 15px;
	}
	.sec06 .catch nav.tel a {
		padding: 10px 0;
	}
}
.sec06 ul.list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.sec06 ul.list li {
	width: 31%;
	text-align: center;
}
.sec06 ul.list li figcaption {
	font-size: 1.25em;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.sec06 ul.list {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.sec06 ul.list li {
		width: 100%;
		margin-top: 20px;
	}
	.sec06 ul.list li figcaption {
		font-size: 1.125em;
	}
}
.sec06 .point {
	background: #fffcd6;
	padding: 40px;
	display: flex;
}
.sec06 .point figure {
	width: 32%;
	margin-right: 3%;
}
.sec06 .point .text {
	flex: 1;
}
.sec06 .point .text h3 {
	font-size: 24px;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.sec06 .point .text h3.top {
	margin-top: 0;
}
.sec06 .point .text ul li {
	margin-top: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 767px) {
	.sec06 .point {
		padding: 25px;
		flex-direction: column;
	}
	.sec06 .point figure {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.sec06 .point .text h3 {
		font-size: 24px;
	}
}



/* sec07 */
.sec07 {
	background: #fce4d9;
}
.sec07 .point {
	background: #fff;
	border-radius: 40px;
	padding: 40px 80px;
	display: flex;
	justify-content: space-between;
}
.sec07 .point figure {
	width: 22%;
	min-width: 240px;
	margin-right: 3%;
}
.sec07 .point figure figcaption {
	text-align: center;
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.4;
	padding-top: 10px;
}
.sec07 .point .text {
	flex: 1;
}
.sec07 .point .text h3 {
	font-size: 1.45em;
	margin-bottom: 0.5em;
}
.sec07 .point .text h3 span {
	display: inline-block;
	background: #ea5513;
	color: #fff;
	padding: 4px 6px;
}
.sec07 .point .text p {
	margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
	.sec07 .point {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 900px) {
	.sec07 .point {
		border-radius: 30px;
		padding: 25px 25px;
		flex-direction: column;
	}
	.sec07 .point figure {
		width: 50%;
		min-width: 240px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.sec07 .point .text h3 {
		font-size: 1.4em;
	}
}

