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


.open-button :focus {
	display: none;
}
p {
/*overflow: hidden;*/ /*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}
/*全共通*/

.slide-in {
	overflow: hidden;
	display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}

    /*左右のアニメーション*/
    . p {
/*overflow: hidden;*/ /*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}
/*左右のアニメーション*/
.rightAnime {
	opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextX100 {
from {
transform: translateX(-100%); /*要素を左の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextX-100 {
from {
transform: translateX(100%); /*要素を右の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
} {
opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextX100 {
from {
transform: translateX(-100%); /*要素を左の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextX-100 {
from {
transform: translateX(100%); /*要素を右の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
.home-logo {
	display: flex;
}
.logo-picture {
	width: 250px;
}
.logo-detail {
	font-size: 14px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
	padding-left: 10px;
}
.navbar-button {
	font-size: 16px;
	margin-top: 22px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.button-detail {
	background: #002076;
	color: white;
	border-radius: 30px;
	border: none;
	width: 140px;
	height: 35px;
	cursor: pointer;
}
.button-details {
	background: #002076;
	color: white;
	border-radius: 30px;
	border: none;
	width: 160px;
	height: 35px;
	cursor: pointer;
}
.home-title {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 50px auto;
	max-width: 1140px;
	display: flex;
	justify-content: end;
}
.home-title-whole {
	width: 48%;
	margin: 80px auto;
}
.home-title1 {
	color: #0092e5;
	font-size: 3rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.home-title2 {
	font-size: 3rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.home-title3 {
	font-size: 2.2rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.right-button {
	right: 0px;
	top: 210px;
	position: fixed;
	z-index: 9999;
	height: 50px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.right-button1 {
	background: #0092e5;
	color: white;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
	width: 40px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.right-button2 {
	background: #0092e5;
	color: white;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
	width: 40px;
	height: 200px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.right-button3 {
	background: #0092e5;
	color: white;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
	width: 40px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.total {
	width: 100%;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0 auto;
	max-width: 1140px;
}
.total-name {
	font-size: 1.7rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.total-number {
	color: #64bee9;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.total-name1 {
	font-size: 1.7rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.scroll-logo {
	overflow-x: hidden;
	overflow-y: hidden;
}
.scroll-logo ul {
	width: 6000px;
	/*height: 200px;*/
	animation: change 10s linear 0s infinite normal; /*?画元素，持???，速度，延???，重?次数，是否往返*/
}
.scroll-logo ul:hover {
	animation-play-state: paused;
}
.scroll-logo ul:hover li {
	opacity: 0.5; /*透明度，?示父元素?色*/
}
.scroll-logo ul li:hover {
	opacity: 1;
}
.scroll-logo ul li {
	width: 300px;
	height: 140px;
	list-style: none;
	float: left;
	box-sizing: border-box;
}
@keyframes change {
from {
margin-left: 0;
}
to {
margin-left: -1200px;
}
}
.part-one {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	justify-content: center;
}
.part-one-img {
	width: 100%;
}
.part-one-title {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-one-detail {
	font-size: 1.1rem;
	width: 52.5%;
	margin: 0 auto;
	text-align: center;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-one-button {
	display: flex;
	justify-content: center;
	margin: 50px auto 80px auto;
}
.part-button-detail {
	background: #002076;
	color: white;
	width: 380px;
	height: 50px;
	border: none;
	border-radius: 30px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-one-pic {
	width: 17px;
	float: right;
}
.part-two {
	position: absolute;
	margin: 130px auto;
	width: 100%;
	display: flex;
	justify-content: center;
}
.part-two-title {
	line-height: 2.5rem;
	background: white;
	padding: 25px 0px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	width: 22%;
}
.part-two-pic {
	width: 100%;
}
.part-two-detail {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: -120px auto 0 auto;
}
.part-two-text {
	margin-top: 15px;
	font-size: 0.9rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	;
}
.part-text-detail {
	font-size: 0.4rem;
	line-height: 4px;
}
.part-three {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 80px auto 0 auto;
	max-width: 1140px;
	display: flex;
	justify-content: center;
}
.part-three-pic {
	z-index: 1000;
}
.part-three-title {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.part-three-solu1 {
	align-items: center;
	margin: 60px auto 50px auto;
	display: flex;
	justify-content: center;
}
.part-three-left {
	width: 15%;
	padding-right: 20px;
}
.part-left-title {
	color: #0092e5;
	font-size: 1rem;
	font-weight: 900;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-three-bottom {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 50px auto 90px auto;
	max-width: 1140px;
}
.part-bottom-pic {
	margin-bottom: 4px;
}
.part-three-top {
	display: flex;
	justify-content: center;
	margin-top: -19px;
}
.part-three-topPic {
	z-index: 1000;
}
.part-four {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: 80px auto 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-four-title {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	align-items: center;
	margin: 0 auto 120px auto;
	display: flex;
	justify-content: space-around;
}
.part-four-text {
	width: 23%;
}
.part-five {
	position: absolute;
	margin: 130px auto;
	width: 67.5%;
	display: flex;
	justify-content: center;
	color: white;
	font-size: 2rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-five-detail {
	position: absolute;
	margin: 290px auto;
	width: 76%;
	display: flex;
	justify-content: center;
}
.part-five-whole {
	padding: 0 18px;
}
.part-five-blue {
	width: 282px;
	height: 160px;
	background-color: #0092e5;
}
.part-five-white {
	background-color: #ffffff;
	width: 282px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.part-five-content {
	font-size: 20px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-five-pic {
	width: 100%;
}
.part-class {
	width: 100%;
	max-width: 1140px;
	margin: 100px auto 30px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-check {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: 50px auto 30px auto;
	display: flex;
	justify-content: center;
	/*flex-direction: column;*/
        /*align-items: center;*/
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-merit {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: 80px auto 30px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-merit-title {
	font-size: 1rem;
	background: #ffeb00;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-point {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	align-items: center;
	margin: 60px auto 50px auto;
	display: flex;
	justify-content: center;
}
.part-point-left {
	width: 41%;
	padding-right: 50px;
}
.part-point-right {
	width: 41%;
	padding-left: 50px;
}
.part-point-title {
	color: #0092e5;
	font-size: 1rem;
	font-weight: 900;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-point-pic {
/* width: 600px;
         height: 400px;*/
}
.part-merit2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-merit3 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5em;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-merit3-detail {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 50px auto;
	max-width: 1140px;
}
.part-six {
	display: flex;
	justify-content: center;
	font-size: 2rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-six-logo {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: 50px auto 100px auto;
}
.part-seven {
	background-color: #002076;
}
.part-eight {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	max-width: 1140px;
	color: white;
	display: flex;
}
.part-eight-pic {
	width: 37%;
	margin: 40px auto;
}
.part-eight-title {
	color: white;
	margin-top: 50px;
}
.part-eight-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 60%;
	padding-left: 50px;
	align-items: center;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.part-nine {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1140px;
	margin: 30px auto 80px auto;
	display: flex;
	justify-content: center;
}
.part-three-content {
	font-weight: 600;
	font-size: 1.3rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	margin: -15px auto 4px auto;
}
.navbar-detail-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.class-pic {
/*width: 100%;*/
}
.merit1-pic {
	width: auto;
}
.merit2-pic {
	width: auto;
}
.merit3-pic {
	width: auto;
}
.merit-point1 {
	display: flex;
	justify-content: center;
	margin: 60px auto 50px auto;
}
.part-three1 {
	margin-top: -23.5px;
}
.phone-button-content {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 30px auto;
}
.phone-button-file {
	flex: 1;
	border-color: #335799;
	color: #335799;
	background: white;
	border-radius: 10px;
	font-size: 1rem;
	height: 45px;
	margin-right: 10px;
	font-weight: bolder;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;/* width: 200px; */
}
.phone-button-free {
	flex: 1;
	border-color: #335799;
	color: white;
	background: #335799;
	border-radius: 10px;
	font-size: 1rem;
	height: 45px;
	margin-left: 10px;
	font-weight: bolder;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;/* width: 130px; */
}
.phone-button-login {
	color: black;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	background: transparent;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.close {
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 10px;
}
.close::before, .close::after {
	position: absolute;
	content: ' ';
	background-color: black;
	left: 20px;
	width: 1px;
	height: 40px;
}
.close::before {
	transform: rotate(45deg);
}
.close::after {
	transform: rotate(-45deg);
}
.part-checked {
	font-size: 1.5rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.enter-after {
	font-size: 1.1rem;
	font-weight: 600;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.class-solve {
	font-size: 1.5rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.part-left-text {
	font-size: 1rem;
	font-weight: 500;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.refer-checked {
	font-size: 1.5rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.merit-enter {
	font-size: 1.5rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	font-weight: 600;
}
.select-effect {
	font-weight: 600;
	font-size: 1.2rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
	line-height: 1.5;
	color: #152a49;
}
.select-effect1 {
	color: #646f79;
	font-size: 0.9rem;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.bottom-text {
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
.menubar .menuline {
	width: 35px;
	height: 4px;
	background-color: #000;
	margin: 5px 0;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.menubar.open .menuline:nth-child(1) {
	transform: rotate(45deg) translateY(13px);
}
.menubar.open .menuline:nth-child(2) {
	/* transform: rotate(45deg); */
	opacity: 0;
}
.menubar.open .menuline:nth-child(3) {
	transform: rotate(-45deg) translateY(-13px);
}
.merit3-pic {
	width: auto;
	max-width: 100%;
	height: 226px;
}



@media (max-width: 992px) {
	
.merit3-pic {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px !important;
}
	
}
