@charset "utf-8";

body .sp-item {
	display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#000;
	text-align: center;
	overflow-x: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

img {
	margin: 0 auto;
	width: 100%;
}

video {
	width: 100%;
}

p {
	font-feature-settings: "palt";
}

.sentence {
	margin-top: 40px;
	text-align: justify;
}

.sentence p {
	margin-top: 40px;
	line-height: 1.8;
}

.sentence p:first-of-type {
	margin-top: 0;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

.marker {
	color: #000;
	background: rgb(255,255,100);
	/* background: linear-gradient(0deg, rgba(255,255,100,1) 70%, rgba(255,255,255,0) 70%); */
	padding-bottom: 3px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	position: relative;
	width: 100%;
	height: 723.8207px;
}
.header-pc {
	position: absolute;
	width: 2000px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	.header {
		height: auto;
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01{
	background: url(../images/sec01-bg.webp) no-repeat center top / 2000px;
	margin-top: -1px;
}
.sec01-img01-pc {
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec01{
		background: none;
	}
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
	padding: 100px 0;
}
.sec02-ttl-pc {
	width: 600.4438px;
}
.sec02-items {
	margin-top: 40px;
}
.sec02-item {
	padding: 40px 0 100px;
}
.sec02-item:first-of-type {
	padding-top: 0;
}
.sec02-item:last-of-type {
	padding-bottom: 0;
}
.sec02-item:nth-child(even) {
	background-color: #F3F1EC;
}
.sec02-item .sentence {
	margin-top: 40px;
}
.sec02-img01-pc,
.sec02-img02-pc,
.sec02-img03-pc {
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec02 {
		padding: 80px 0;
	}
	.sec02-ttl-pc {
		width: 94%;
	}
	.sec02-img01-sp,
	.sec02-img02-sp,
	.sec02-img03-sp {
		width: 100%;
	}
	.sec02-item {
		padding: 40px 0 80px;
	}
}


/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta {
	background: url(../images/cta-bg.webp) no-repeat center top / 2000px;
}
.cta-box {
	width: 944px;
	margin: 0 auto;
	position: relative;
}
.btns {
	width: 477.8628px;
	position: absolute;
	left: 134px;
	bottom: 350px;
}
.btn-mail-pc {
	margin-top: 10px;
}
.btn,
.btn-phone {
	transition: all .2s;
}
.btn:hover,
.btn-phone:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.cta {
		background: none;
	}
	.cta-box {
		width: 100%;
	}
	.btns {
		width: 86%;
		left: 50%;
		transform: translateX(-50%);
		top: 28%;
	}
	.btn-mail-sp {
		margin-top: 10px;
	}
	.btn-phone {
		position: absolute;
		width: 86%;
		left: 50%;
		transform: translateX(-50%);
		bottom: 14%;
	}
	.btn-phone:hover {
		opacity: 0.7;
	}
}



/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	background: url(../images/sec03-bg.webp) no-repeat center top / 2000px;
}
.sec03-img01-pc {
	width: 944px;
}

/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	background: url(../images/sec04-bg.webp) no-repeat center top / 2000px;
	background-color: #FFFDF4;
	padding-bottom: 100px;
}
.sec04-ttl-pc {
	width: 944px;
}
.sec04 .sentence {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec04 {
		background-image: none;
		padding-bottom: 80px;
	}
	.sec04-ttl-pc {
		width: 100%;
	}
	.sec04 .sentence {
		margin-top: 40px;
	}
}


/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	padding-bottom: 100px;
}
.sec05-ttl-pc {
	width: 944px;
}
.sec05 .sentence {
	margin: -140px auto 0;
}

@media screen and (max-width: 640px) {
	.sec05 {
		padding-bottom: 80px;
	}
	.sec05-ttl-sp {
		width: 100%;
	}
	.sec05 .sentence {
		margin: 40px auto 0;
	}
}


/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
	padding-bottom: 100px;
}
.sec06 h2 {
	background-color: #F15A24;
	padding: 44px 0;
}
.sec06-ttl-pc {
	width: 513.0205px;
}
.sec06-img01-pc {
	margin-top: 60px;
}
.sec06 .sentence {
	margin-top: 44px;
}
.sec06-img02-pc {
	margin-top: 60px;
}
.youtube {
	margin-top: 16px;
}

@media screen and (max-width: 640px) {
	.sec06 {
		padding-bottom: 80px;
	}
	.sec06 h2 {
		padding: 0;
	}
	.sec06-img01-sp {
		margin-top: 60px;
	}
	.sec06 .sentence {
		margin-top: 44px;
	}
	.sec06-img02-sp {
		margin-top: 60px;
	}
	.youtube {
		width: 100%;
	}
}


/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 {
	background-color: #F3F1EC;
	padding: 100px 0;
}
.sec07-items {
	margin-top: 60px;
}
.sec07-item {
	margin-top: 30px;
}
.sec07-item:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.sec07 {
		padding: 80px 0;
	}
	.sec07-items {
		margin-top: 40px;
	}
}


/* ----------------------------------------------------
    sec08./
---------------------------------------------------- */
.sec08 {
	padding: 100px 0;
}
.sec08-items {
	margin-top: 60px;
}
.sec08-item {
	margin-top: 60px;
}
.sec08-item:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.sec08 {
		padding: 80px 0;
	}
	.sec08-items {
		margin-top: 40px;
	}
}

/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	background-color: #F3F1EC;
	padding: 100px 0;
}
.reviews {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.review {
	width: 350px;
	padding: 20px;
	background-color: #fff;
	margin-top: 24px;
	text-align: left;
	box-sizing: border-box;
}
.review:first-of-type {
	margin-top: 0;
}
.review .sentence {
	margin-top: 20px;
}
.review img {
	width: 242px;
	margin-right: auto;
}

@media screen and (max-width: 640px) {
	.sec09 {
		padding: 80px 0;
	}
	.reviews {
		margin-top: 40px;
		display: block;
	}
	.review {
		width: 100%;
		margin-top: 24px;
	}
	.review .sentence {
		margin-top: 20px;
	}
	.review img {
		height: 60px;
		width: auto;
		margin-right: auto;
	}
	.reviews-right {
		margin-top: 24px;
	}
}


/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10 {
	padding-bottom: 100px;
}
.sec10 h2 {
	background-color: #F15A24;
	padding: 44px 0;
}
.sec10-ttl-pc {
	width: 282px;
}
.sec10 .sentence {
	margin-top: 60px;
}
.sec10-img01-pc {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.sec10 {
		padding-bottom: 80px;
	}
	.sec10 h2 {
		padding: 0;
	}
	.sec10-ttl-pc {
		width: 100%;
	}
	.sec10 .sentence {
		margin-top: 40px;
	}
	.sec10-img01-sp {
		margin-top: 40px;
	}
}


/* ----------------------------------------------------
    sec11
---------------------------------------------------- */
.sec11 {
	padding-top: 100px;
	background-color: #F3F1EC;
}
.sec11-ttl-pc {
	width: 574.7686px;
}
.sec11-img01-pc {
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec11 {
		padding-top: 0;
	}
}


/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #333;
	padding: 24px 0;
}
.copyright {
	color: #fff;
	font-weight: lighter;
}

@media screen and (max-width: 640px) {
	.copyright {
		font-size: 16px;
	}
}

