@charset "UTF-8";

.con_mv {
	width: 100%;
	margin: 5em auto 4vw;
}
.line {
	margin: 3.5em auto 0;
	width: 1px;
	height: 4em;
	background-color: #3e4496;
	animation: fuwa ease-in-out infinite alternate 1.5s;
}
@keyframes fuwa {
	0% {
		transform: translate(0,0px);
	}
	100% {
		transform: translate(0,-15px);
	}
}
h2 {
	position: absolute;
	top: 23vw;
	left: 15vw;
	font-size: 1.8em;
	font-weight: lighter;
	color: #3e4496;
	z-index: 2;
}
h3{
    font-size: 1.6em;
}
h2 span {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.l1 {
	display: table;
	background-color: #fff;
	padding: 0.4em 0.8em 0.4em;
}
.box_img {
	width: 80%;
	height: auto;
	position: relative;
	margin-left: auto;
	z-index: 1;
}
.img_pc {
	display: block;
	width: 100%;
}
.img_sp {
	display: none;
}
.con_about {
	width: 80%;
	margin: 0 auto 10em;
}
.con_about h3 {
	font-size: 1.4em;
	color: #3e4496;
}
.border:after {
	content: "";
	width: 100%;
	display: block;
	border-top: 1px solid #3e4496;
	transform: scaleY(.5);
	transform-origin: 100% 0;
	margin-bottom: 2em;
}
.box_aboutFlex img {
	float: right;
	width: 60%;
	min-width: 400px;
	height: auto;
	margin: 0 0 1em 2em;
}
.box_aboutFlex p a {
	text-decoration: underline;
}
.box_aboutFlex p a:hover {
	opacity: 0.8;
	transition: 0.2s linear;
}
.con_detail {
	width: 80%;
	margin: 0 auto;
}
.box_btn_ancher {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4em;
}
.btn_ancher {
    width: calc(100%/6);
    /* border-bottom: 1px solid #434787; */
	border: 1px solid #434787;
	border-right: none;
    line-height: 2em;
    text-align: center;
    font-size: 1.5em;
	display: inline-block;
	color: #434787;
	transition: all .2s ease-in-out;
    /* cursor: pointer; */
}
.btn_ancher:last-of-type {
	border-right: 1px solid #434787;
}
.btn_ancher:hover {
    background-color: #434787;
    color: white;
}
/* .selected {
    background-color: #434787;
    color: white;
    border: none;
} */
#container {
    /* position: relative; */
    width: 100%;
    /* height: 420px; */
    margin: 0 auto;
    /* overflow: hidden;
    clear: left; */
}
#container h4 {
	color: #434787;
	border-bottom: 1px solid #434787;
	padding-top: 1em;
}
.box {
    display: flex;
    justify-content: center;
    /* position: absolute; */
    width: 100%;
	margin-bottom: 5em;
    padding-top: 1em;
    line-height: 1;
    text-align: center;
}
.box p img {
	max-width: 100%;
}
.img_cap {
	margin: 0 1em;
}
.img_cap p:last-child {
	text-align: justify;
	margin-top: 1em;
}
/* #first {
    top: 0px;
    left: 0px;
}
#second {
    top: 0px;
    left: 100%;
}
#third {
    top: 0px;
    left: 200%;
}
#four {
    top: 0px;
    left: 300%;
}
#five {
    top: 0px;
    left: 400%;
} */
/* #slide {
    transition: transform 1s ease-in-out 0s;
    -moz-transition: -moz-transform 1s ease-in-out 0s;
    -webkit-transition: -webkit-transform 1s ease-in-out 0s;
}
.move-to-second {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.move-to-third {
    transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}
.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.move-to-four {
    transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
}
.move-to-five {
    transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -webkit-transform: translateX(-400%);
} */

/*sp*/
@media screen and (max-width: 767px) {
	.con_mv {
		margin-bottom: 3em;
	}
	h2 {
		top: 60vw;
		left: 0;
		font-size: 1.2em;
	}
	h2 span {
		font-size: 1.8rem;
	}
	.box_img {
		width: 100%;
		margin: 0 auto;
	}
	.img_pc {
		display: none;
	}
	.img_sp {
		display: block;
		width: 100%;
	}
	.con_about {
		width: 90%;
		margin-bottom: 3em;
	}
	.box_aboutFlex img {
		width: 100%;
		margin: 0 auto 2em;
	}
	.con_detail {
		width: 90%;
	}
	.box_btn_ancher {
		flex-direction: column;
		font-size: .8em;
	}
	.btn_ancher {
		width: 100%;
		border: 1px solid #434787;
		border-bottom: none;
	}
	.btn_ancher:last-of-type {
		border-bottom: 1px solid #434787;
	}
	/* #container {
		height: 65vw
	} */
	.box{
		flex-wrap: wrap;
		justify-content: start;
	}
	.img_cap {
		margin: 0;
	}
	.img_cap p:last-child {
		font-size: .6em;
		margin-top: 0;
		margin-bottom: 1em;
	}
	/* #slide {
		transition: none;
	} */
}