/* reset -------- */
*, *::before, *::after {
	box-sizing: border-box;
}
ul[class], ol[class] {
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
	margin: 0;
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
ul[class], ol[class] {
	list-style: none;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
:focus {
	outline: none;
}
img, object, embed {
	border-style: none;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
input, button, textarea, select {
	font: inherit;
}
input:-webkit-autofill, textarea:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset; /* シャドウの色を背景色と合わせる */
}
button {
	cursor: pointer;
}
table[class] {
	border-spacing: 0;
	border-collapse: collapse;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 2em 0;
}
figure:first-child {
	margin-top: 0px;
}
figure:last-child {
	margin-bottom: 0px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}



html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	overflow-y: scroll;
}
@media (max-width: 768px) {
	html {
		font-size: 14px;
	}
}


@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

/** font-size ***/
.f_large{
	font-size: 110% !important;
	line-height: 1;
}
.f_xlarge{
	font-size: 120% !important;
	line-height: 1;
}
.f_xxlarge{
	font-size: 130% !important;
	line-height: 1;
}
.f_xxxlarge{
	font-size: 140% !important;
	line-height: 1;
}
.f_xxxxlarge{
	font-size: 150% !important;
	line-height: 1;
}
.f_small{
	font-size: 90% !important;
	line-height: 1;
}
.f_xsmall{
	font-size: 80% !important;
	line-height: 1;
}
.f_xxsmall{
	font-size: 70% !important;
	line-height: 1;
}
.f_xxxsmall{
	font-size: 60% !important;
	line-height: 1;
}
.f_xxxxsmall{
	font-size: 50% !important;
	line-height: 1;
}


.container{
	width: 960px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1040px) {
	.container{
		width: 90%;
	}
}
@media (max-width: 768px) {
	.container{
		width: 90%;
	}
}

.section{
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 768px) {
	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section-title-block{
	text-align: center;
	margin-bottom: 30px;
}
.section-title-icon{
	margin-bottom: 10px;
}
.section-title{
	font-size: 2.63rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	
}
.section-title-sub{
	font-size: 1.13rem;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.section-title-block{
		margin-bottom: 20px;
	}
	.section-title{
		font-size: 2rem;
	}
}

.color-white{
	color: #FFFFFF !important;
}


/*** top ***/
#top{
	background-image: url("image/main-bg.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	display: block;
	padding: 70px 0px 90px;
}
.top-text-block{ 
	padding: 5px 10px;
	background: #000000;
	border-radius: 10vw;
	margin-bottom: 30px;
}
.top-text{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 600;
}
.top-img-block{
    text-align: center;
}
.top-text-01{
	width: calc( 394 / 960 * 100% );
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc( 15 / 960 * 100% );
	margin-bottom: 15px;
}
.top-text-02{
	width: calc( 734 / 960 * 100% );
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc( 15 / 960 * 100% );
	margin-bottom: 15px;
}
.top-text-03{
	width: calc( 932 / 960 * 100% );
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc( 10 / 960 * 100% );
	margin-bottom: 10px;
}
.top-text-04{
	color: #FFFFFF;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.77;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	margin-bottom: calc( 30 / 960 * 100% );
	margin-bottom: 25px;
}

@media (max-width: 1040px) {
	#top{
		padding: 35px 0px 45px;
	}
	.top-text{
		font-size: 3.1vw;
	}
	.top-text-04{
		font-size: 2.6vw;
	}
}

@media (max-width: 768px) {
	.top-text{
		font-size: 2.9vw;
	}
	.top-text-04{
		font-size: 3.1vw;
	}
}



/*merit*/
#merit {
	background-color: #e20012;
}
.merit-box:not(:first-child){
	margin-top: 30px;
}
.box-text-block {
	text-align: left;
	background-color: #FFFFFF;
	padding: 30px 40px;
}
.box-title{
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 15px;
}
.merit-box-text{
	display: flex;
}
.merit-box-text:before{
	content: "";
	display: inline-block;
	background: url("image/icon-merit-diamond.svg") left top no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: 1.44rem;
}
.merit-box-text:not(:first-child) {
	padding-top: 20px;
}
.merit-text-block{
	flex: 1;
	padding-left: 10px;
}
.red-text {
	color: #e20012;
}
.merit-text {
	font-size: 2.88rem;
	font-weight: 600;
}
.merit-text-sub {
	font-size: 1.13rem;
}

.media-img-block {
	display: flex;
	justify-content: space-around;
	margin-left: -20px;
	margin-bottom: -20px;
}
.media-img-list {
	width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.media-img-list img{
	width: 100%;
}
.media-imfo {
	text-align: center;
	background-color: #eeeeee;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.box-text-block {
    padding: 20px 20px;
	}
	.merit-text{
		font-size: 2rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.merit-box-text:before{
		width: 20px;
		height: 20px;
		margin-top: 0.6rem;
	}
	.media-img-block{
		display: block;
	}
	.media-img-list{
		width: auto;
	}
	.media-imfo {
	font-size: 1rem;}
}


/*entry*/
#entry{
	background-color: #000000;
}
.entry-list{
}
.entry-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: -30px;
}
.entry-box{
	padding-left: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 50%;
}
.entry-box-title img{
	width: 100%;
}
.entry-text{
	color: #FFFFFF;
	font-size: 0.88rem;
	margin-top: 10px;
}
.entry-box-img{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.entry-row{
		display: block;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.entry-box{
		padding-left: 0px;
		padding-bottom: 0px;
		width: auto;
	}
	.entry-text{
		font-size: 1rem;
	}
}


/*voice*/
.voice-box {
	display: flex;
	background-color: #eeeeee;
	padding: 40px;
	border-radius: 20px;
}
.voice-box + .voice-box{
	margin-top: 40px;
}
.voice-img-box{
	width: 420px;
}
.voice-img-box img{
	width: 100%;
}
.voice-text-box{
	flex: 1;
	margin-left: 25px;
}
.voice-text-head{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.voice-title, .voice-name {
	font-size: 1.38rem;
	font-weight: 600;
}
.people-picture {
	max-width: 100%;
}
.voice-king {
	font-size: 1.88rem;
	font-weight: 600;
	margin-left: 25px;
}
.voice-text {
	font-size: 1rem;
	line-height: 1.88;
}

@media (max-width: 768px) {
	.voice-box {
		display: block;
		padding: 20px;
		border-radius: 20px;
	}
	.voice-box + .voice-box{
		margin-top: 20px;
	}
	.voice-img-box{
		width: auto;
		margin-bottom: 10px;
	}
	.voice-text-box{
		margin-left: 0px;
	}
}


/*flow*/
#flow{
    background-color: #e20012;
}
.flow-inner{
    padding: 50px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.flow-content-block:not(:last-child){
	margin-bottom: 60px;
	position: relative;
}
.flow-content-block:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #e20013 transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate3d(-50%,15px,0);
}
.flow-content-title{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #000000;
}
.flow-number{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #e20012;
	color: #FFFFFF;
	font-size: 1.88rem;
	font-weight: 600;;
}
.flow-text{
	flex: 1;
	color: #FFFFFF;
	font-size: 1.69rem;
	font-weight: 600;
	text-align: left;
	padding: 0px 15px;
}
.flow-img{
	margin-top: 15px;
	text-align: center;
}

@media (max-width: 768px) {
	.flow-inner{
			padding: 20px;
			border-radius: 20px;
	}
	.flow-content-block:not(:last-child){
		margin-bottom: 60px;
		position: relative;
	}
	.flow-content-block:not(:last-child):after{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 25px 0 25px;
		border-color: #e20013 transparent transparent transparent;
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translate3d(-50%,15px,0);
	}
	.flow-text{
		font-size: 1.13rem;
		line-height: 1.3;
	}
}



/*q&a*/
.qanda-list{
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
}
.qanda-list:last-child{
    border-bottom: 1px solid #eeeeee;
}
.question{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.question:before{
	content: "";
	display: inline-block;
	background: url("image/icon_q.svg") left top no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.answer{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.answer:before{
	content: "";
	display: inline-block;
	background: url("image/icon_a.svg") left top no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.question-text{
	flex: 1;
	font-size: 1.5rem;
	font-weight: 600;
	padding-left: 15px;
}
.answer-text{
	flex: 1;
	font-size: 1.13rem;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.question:before,
	.answer:before{
		width: 30px;
		height: 30px;
	}
}


/*追従ボタン*/
.floating-banner {
	position: fixed;
	z-index: 99999;
	left: 0px;
	right: 0px;
	bottom: 0%;
	background: #0009;
	width: 100%;
	border-top: yellow 2px solid;
	padding: 20px 0px;
	text-align: center;
}
.floating-banner:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0px;
	right: 0px;bottom: 100%;
	background: rgb(212,157,49);
	background: -moz-linear-gradient(top,  rgba(212,157,49,1) 0%, rgba(255,246,174,1) 20%, rgba(215,178,70,1) 40%, rgba(215,178,70,1) 50%, rgba(215,178,70,1) 60%, rgba(255,246,174,1) 80%, rgba(215,178,70,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(212,157,49,1) 0%,rgba(255,246,174,1) 20%,rgba(215,178,70,1) 40%,rgba(215,178,70,1) 50%,rgba(215,178,70,1) 60%,rgba(255,246,174,1) 80%,rgba(215,178,70,1) 100%);
	background: linear-gradient(to bottom,  rgba(212,157,49,1) 0%,rgba(255,246,174,1) 20%,rgba(215,178,70,1) 40%,rgba(215,178,70,1) 50%,rgba(215,178,70,1) 60%,rgba(255,246,174,1) 80%,rgba(215,178,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49d31', endColorstr='#d7b246',GradientType=0 );
}
.floating-banner:hover {
		opacity: .9;
}

@media (max-width: 768px) {
}







.btn_wrap{
	margin-top: 80px;
}
.btn{
    text-align: center;
}
.btn:hover{
    opacity: 0.7;
}
@media (max-width: 768px) {
	.btn_wrap{
		margin-top: 40px;
	}
}

footer{
    background-color: #e20012;
    text-align: center;
}
.copyright{
    padding: 50px 0;
    font-size: 1rem;
    color: #FFFFFF;
}



