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

/* ----- key-visual ----- */

img.kv-object {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 550px;
}
.kv-wrap {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}

img.kv-ph {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center;
}
h1 {
	position: absolute;
	top: calc( 50% - 50px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
h1 img {
	width: 750px;
}
.leadTxet {
	margin: 40px 0;
}

@media screen and (max-width: 1080px) {
	img.kv-object {
		height: 100px;
		top: 800px;
		display: none;
	}
	.kv-wrap {
		width: 100%;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
	img.kv-ph {
		width: 100%;
		height: 500px;
	}
	h1 {
		top:  50%;
		left: 50%;
	}
	h1 img {
		width: 550px;
	}
}
@media screen and (max-width: 600px) {
	header {
		opacity: 1;
	}
	img.kv-ph {
		height: 100%;
	}
	h1 {
		top: 40%;
		width: 70%;
	}
	h1 img {
		width: 100%;
	}
	.kv-wrap {
		height: 200px;
		margin-top: 80px;
	}
}
/* ----- key-visual ----- */

/* ----- anchor ----- */
#anchor {
	width: 380px;
	margin: 80px auto;
	display:flex;
	flex-wrap:wrap; 
}

#anchor div {
	width: 50%;
}
#anchor div img {
	width: 150px;
	height: auto;
}
@media screen and (max-width: 1080px) {
	#anchor {
		width: 50%;
		margin: 40px auto;
		display:flex;
		flex-wrap:wrap; 
	}
	
	#anchor div {
		width: 50%;
	}
	#anchor div img {
		width: 150px;
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	#anchor {
		width: 70%;
		margin: 20px auto;
		display:flex;
		flex-wrap:wrap; 
	}
	#anchor div {
		width: 50%;
	}
	#anchor div img {
		width: 70%;
		height: auto;
	}
}
}



/* ----- schedule ----- */
#schedule {
}
#schedule-wrap {
	position: relative;
	width: 1080px;
    background-image: url(../../images/bg_topics.gif);
    margin: 80px auto;
	padding: 40px;
	border-radius: 30px;
}
.metal {
	position:absolute;
	top: 25px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#schedule-inner {
	width: 100%;
    background-image: url(../images/bg_cross.png);
	padding: 80px 40px;
}
hr.line_green {
    display: block;
    background-color: #63AD59;
    border: #63AD59 3px solid;
    width: 40px;
    margin: 5px auto 20px;
}
dl.table {
	width: 600px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	background: repeating-linear-gradient(-45deg, #63AD59, #63AD59 10px, #7bb971 10px, #7bb971 20px);
	margin: auto;
}
dl.table dt {
	width: 100px;
	color: #fff;
	font-weight: 700;	
}
dl.table dd {
	width: 500px;
	text-align: left;
	padding: 2% 0 2% 40px;
	background-color: #fff;
}

@media screen and (max-width: 1080px) {
	#schedule-wrap {
		position: relative;
		width: 90%;
		margin: 40px auto;
		padding: 20px;
		border-radius: 30px;
	}
	#schedule-inner {
		width: 100%;
		background-image: url(../images/bg_cross.png);
		padding: 80px 0px 40px;;
	}
	dl.table {
		width: 90%;
		display:flex;
		flex-wrap:wrap;
		align-items: center;
		background: repeating-linear-gradient(-45deg, #63AD59, #63AD59 10px, #7bb971 10px, #7bb971 20px);
		margin: auto;
	}
	dl.table dt {
		width: 10%;
		color: #fff;
		font-weight: 700;	
	}
	dl.table dd {
		width: 90%;
		font-size: 2.2vw;
		text-align: left;
		padding: 2% 0 2% 40px;
		background-color: #fff;
	}

}
@media screen and (max-width: 600px) {
	#schedule {
	}
	#schedule-wrap {
		position: relative;
		width: 100%;
		background-image: url(../../images/bg_topics.gif);
		margin: 40px auto;
		padding: 1em;
		border-radius: 30px;
	}
	.metal {
		position:absolute;
		top: 15px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.metal img {
		width:70%;
	}
	
	#schedule-inner {
		width: 100%;
		background-image: url(../images/bg_cross.png);
		padding: 60px 1em;
	}
	hr.line_green {
		display: block;
		background-color: #63AD59;
		border: #63AD59 3px solid;
		width: 40px;
		margin: 5px auto 20px;
	}
	dl.table {
		width: 100%;
		display:flex;
		flex-wrap:wrap;
		align-items: center;
		background: repeating-linear-gradient(-45deg, #63AD59, #63AD59 10px, #7bb971 10px, #7bb971 20px);
		margin: auto;
	}
	dl.table dt {
		width: 20%;
		color: #fff;
		font-weight: 400;	
	}
	dl.table dd {
		width: 80%;
		text-align: left;
		padding: 2% 0 2% 2%;
		background-color: #fff;
	}
}

/* ----- /talk ----- */

/* ----- /voice ----- */
#list {
	width: 1080px;
	margin: 80px auto 40px;
	display:flex;
	flex-wrap:wrap;
}
#list div {
	position: relative;
	width: 500px;
	line-height: 0;
	margin-bottom: 80px;
}
#list div:nth-of-type(even) {
	margin-left: 80px;
}
#list div span {
	display:block;
	height: 50px;
	font-size: 15.5px;
	line-height: 50px;
    font-weight: 700;
	background-image: url(../images/bg_tag.svg);
}
#list div i {
	position: absolute;
	top: -25px;
	left: -25px;
}
@media screen and (max-width: 1080px) {
	#list {
		width: 90%;
		margin: 40px auto 20px;
		display:flex;
		flex-wrap:wrap;
	}
	#list div {
		position: relative;
		width: 48%;
		line-height: 0;
		margin-bottom: 20px;
	}
	#list div:nth-of-type(even) {
		margin-left: 2%;
	}
	#list div img {
		width: 100%;
	}
	#list div span {
		display:block;
		width: 100%;
		aspect-ratio: 10 / 1;
		font-size: 1.4vw;
		font-weight: 700;
		background-image: url(../images/bg_tag.svg);
		background-size:contain;
		background-repeat: no-repeat;
		line-height: 3;
	}
	#list div i {
		position: absolute;
		top: -25px;
		left: -45px;
	}	
	#list div i img {
		width: 70%;
	}
}
@media screen and (max-width: 600px) {
	#voice h2 {
		text-align:center;
	}
	#voice h2 img {
		width: 90%;
	}
	#list {
		width: 90%;
		margin: 40px auto 20px;
		display:block;
		flex-wrap:nowrap;
	}
	#list div {
		position: relative;
		width: 100%;
		line-height: 0;
		margin-bottom: 20px;
	}
	#list div:nth-of-type(even) {
		margin-left: 0%;
	}
	#list div img {
		width: 100%;
	}
	#list div span {
		display:block;
		width: 100%;
		aspect-ratio: 10 / 1;
		font-size: 2.666666666666667vw;
		font-weight: 700;
		background-image: url(../images/bg_tag.svg);
		background-size:contain;
		background-repeat: no-repeat;
		line-height: 4;
	}
	#list div i {
		position: absolute;
		top: -25px;
		left: -45px;
	}	
	#list div i img {
		width: 70%;
	}
}
/* ----- /voice ----- */

#btn {
	text-aling:center;
	margin-bottom: 40px;
}

#btn img {
	width: 150px!important;
}
@media screen and (max-width: 1080px) {
div#btn.pc {
	display: none;
}
#btn {
	display:block;
	text-align: center;
	position: relative;
	z-index: 98;
	margin-top: 0;
	left: 0;
	transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
}
#btn img {
	width: 100px!important;
}

}


.cf::after{
  content: "";
  display: block;
  clear: both;
}

