@charset "UTF-8";
html {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}
body {
	font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	background-color: #f6f6f6;
}
a:hover {
	text-decoration: none;
}
span.nowrap {
	white-space: nowrap;
	display: inline-block;
}
.hasbg {
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.logo {
	width: 285px;
	display: block;
	padding: 10px 15px;
	background-color: #fff !important;
	overflow: hidden;
}
.logo img {
	max-width: none;
}
.logo:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 1px 1px 10px;
	box-shadow: 1px 1px 10px;
}
.header-site {
	width: 100%;
	background: url(../image/background-1.png) repeat;
}
.header-site .header-title {
	width: 51%;
	/*988px;*/
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.header-site .header-title .header-body {
	padding: 50px 0;
	font-weight: bold;
}
.header-site .header-title .header-body .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-site .header-title .header-body .top img {
	width: 85px;
	padding-bottom: 20px;
}
.header-site .header-title .header-body .top .top-title {
	margin: 0 25px;
}
.header-site .header-title .header-body .bottom p {
	font-family: 'Kosugi Maru', sans-serif;
}
.header-site .header-title .header-body .bottom p:first-child {
	font-size: 2.3em;
	line-height: 1.3;
}
.header-site .header-title .header-body .bottom p:first-child .at {
	font-size: 0.72em;
}
.header-site .header-title .header-body .bottom p:last-child {
	font-size: 2em;
	line-height: 1.3;
}
.header-site .header-title .header-body .yellow {
	line-height: 1;
	font-size: 1.6em;
	color: #fff051;
}
.introduce {
	width: 51%;
	margin: 75px auto;
	background: url(../image/background-2.png) repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 3px 3px 5px #bebebe;
	box-shadow: 3px 3px 5px #bebebe;
}
.introduce .introduce-left {
	width: 65%;
	height: 375px;
	position: relative;
	overflow: hidden;
}
.introduce .introduce-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.introduce .introduce-right {
	width: 100%;
	padding: 0 30px;
}
.introduce .introduce-right h2 {
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
	line-height: 1.5;
}
.introduce .introduce-right h2 span {
	position: relative;
	z-index: 10;
	padding: 0 5px;
}
.introduce .introduce-right h2 span:after {
	content: "";
	display: block;
	width: 100%;
	height: 13px;
	background-color: #fff402;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}
.introduce .introduce-right p {
	font-size: 16px;
	color: #919191;
	margin: 10px auto 30px;
}
.introduce .introduce-right .green {
	padding: 10px;
	background-color: #00ba35;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 5px;
}
.introduce .introduce-right .green h3 {
	font-size: 20px;
}
.introduce .introduce-right .green a {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #fff;
	border-radius: 5px;
}
.introduce .introduce-right .green a:hover img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.8;
}
.introduce .introduce-right .green > img {
	width: 48%;
	max-width: 178px;
	height: 127px;
}
.download {
	width: 51%;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
	background-color: #fff;
	border-radius: 5px;
}
.download .download-red {
	width: 100%;
	background-color: #cc1b27;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.download .download-red span.yellow {
	color: #fff402;
}
.download .download-bottom {
	width: 100%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.download .download-bottom a {
	width: 245px;
	padding: 10px;
	border: 1px solid #c1c1c1;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.download .download-bottom a.high {
	background-color: #cc1b27;
}
.download .download-bottom a.high:hover {
	background-color: #931720;
}
.download .download-bottom a.lower-middle {
	background-color: #0f83cc;
}
.download .download-bottom a.lower-middle:hover {
	background-color: #176596;
}
.download .download-bottom a.preschool {
	background-color: #f066b1;
}
.download .download-bottom a.preschool:hover {
	background-color: #c35390;
}
footer {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
}
footer .footer-logo {
	width: 51%;
	/*988px;*/
	margin: 0 auto;
}
footer .footer-logo .logo {
	float: right;
}
.download-lower {
	width: 100%;
	position: relative;
	padding-bottom: 30px;/*.small-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding: 30px;
        padding-bottom: 0px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);

        & > div {
            text-align: center;
            width: 250px;
            padding: 10px;
            border-radius: 50px;
            font-weight: bold;
            color: #fff;

            &:first-child {
                background-color: #f36f21;
            }

            &:last-child {
                background-color: #1bb1e7;
            }
        }
    }*/
}
.download-lower h2 {
	width: 500px;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #fff;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #cc1b27;
	color: #fff;
}
.download-lower h3 {
	margin: 30px auto 10px;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	color: #000;
}
.download-lower .book {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
}
.download-lower .book > div {
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 5px solid #a7b0c1;
	margin: 10px auto;
	background-color: #fff;
}
.download-lower .book > div .left {
	width: 50%;
	padding: 20px;
	border-right: 5px solid #a7b0c1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.download-lower .book > div .left img {
	width: 100%;
}
.download-lower .book > div .right {
	width: 50%;
	padding: 20px;
	position: relative;
}
.download-lower .book > div .right:before {
	content: "";
	background: url(../image/lower-page/hands.jpg) no-repeat center;
	background-size: 60%;
	padding: 20px 50px;
	position: absolute;
	top: 3px;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.download-lower .book > div .right > div {
	padding: 10px 0;
}
.download-lower .book > div .right > div:not(:last-child) {
	border-bottom: 2px dashed #f36f21;
}
.download-lower .book > div .right > div a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.download-lower .book > div .right > div a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.download-lower .book > div:nth-child(2n) .right > div:not(:last-child) {
	border-color: #1bb1e7;
}
.download-lower .back {
	width: 150px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #bed62f;
	color: #000;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #cc1b27;
	color: #fff;
}
.download-lower .back:hover {
	opacity: .8;
}
.lower-green h2 {
	background-color: #0f83cc;
}
.lower-green .book > div .right > div:not(:last-child), .lower-green .book > div:nth-child(2n) .right > div:not(:last-child) {
	border-color: #4db848;
}
.lower-green .back {
	background-color: #0f83cc;
}
.lower-pink h2 {
	background-color: #f066b1;
}
.lower-pink .book > div .right > div:not(:last-child), .lower-pink .book > div:nth-child(2n) .right > div:not(:last-child) {
	border-color: #f172ac;
}
.lower-pink .back {
	background-color: #f066b1;
}

@media screen and (max-width: 1600px) {
.header-site .header-title, .introduce, .download, footer .footer-logo {
	width: 60%;
}
}

@media screen and (max-width: 1400px) {
.header-site .header-title, .introduce, .download, footer .footer-logo {
	width: 70%;
}
.download-lower .book > div .right:before {
	padding: 20px 40px;
}
}

@media screen and (max-width: 1100px) {
.header-site .header-title, .introduce, .download, footer .footer-logo {
	width: 95%;
}
.introduce .introduce-right {
	padding: 28px;
}
.download-lower h2 {
	width: 45%;
	font-size: 28px;
}
.download-lower .small-title > div {
	width: 25%;
	min-width: 200px;
}
.download-lower .book > div {
	border-width: 4px;
	margin: 8px auto;
}
.download-lower .book > div .left {
	padding: 15px;
	border-right-width: 4px;
}
.download-lower .book > div .right {
	padding: 15px;
}
.download-lower .book > div .right:before {
	padding: 15px 35px;
}
}

@media screen and (max-width: 900px) {
.logo {
	width: 100%;
}
.header-site .header-title .header-body, .introduce, .download {
	width: 90%;
}
.header-site .header-title {
	width: 100%;
}
.header-site .header-title .header-body {
	margin: 0 auto;
}
.introduce .introduce-right {
	padding: 0 28px;
}
.download .download-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
}
.download .download-bottom a {
	margin: 15px auto;
}
footer .footer-logo {
	width: 100%;
}
footer .footer-logo .logo {
	float: none;
}
.download-lower h2 {
	width: 500px;
}
.download-lower .small-title {
	position: inherit;
}
}

@media screen and (max-width: 750px) {
.header-site .header-title {
	font-size: 26px;
}
.introduce {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.introduce .introduce-left {
	width: 100%;
}
.introduce .introduce-right {
	padding: 28px;
}
}

@media screen and (max-width: 450px) {
.header-site .header-title {
	font-size: 18px;
}
.header-site .header-title .header-body .top img {
	width: 50px;
}
.header-site .header-title .header-body .top .top-title {
	margin: 0 18px;
}
.header-site .header-title .header-body .bottom p:first-child {
	font-size: 1.5em;
}
.header-site .header-title .header-body .bottom p:last-child {
	font-size: 1.5em;
}
.introduce .introduce-left {
	width: 100%;
}
.introduce .introduce-left img {
	width: 100%;
}
.introduce .introduce-right {
	padding: 28px 10px;
}
.introduce .introduce-right h2 {
	font-size: 20px;
}
.introduce .introduce-right h2 span:after {
	height: 10px;
	bottom: 0;
}
.introduce .introduce-right p {
	font-size: 14px;
	margin-bottom: 20px;
}
.introduce .introduce-right .green h3 {
	font-size: 15px;
}
.introduce .introduce-right .green a {
	width: 48%;
}
.introduce .introduce-right .green > img {
	width: 48%;
	height: auto;
}
.download .download-red {
	font-size: 15px;
}
.download .download-bottom a {
	font-size: 14px;
}
.download .download-bottom a:before {
	background-position: 75% 45%;
	background-size: 32%;
}
.download-lower h2 {
	width: 100%;
	font-size: 18px;
}
.download-lower .small-title {
	padding-left: 0px;
	padding-right: 0px;
}
.download-lower .small-title > div {
	min-width: inherit;
	width: 49%;
	font-size: 12px;
}
.download-lower .book {
	padding: 13px;
}
.download-lower .book > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.download-lower .book > div .left {
	width: 100%;
	padding: 10px;
	border-right: none;
	border-bottom: 4px solid #a7b0c1;
}
.download-lower .book > div .right {
	width: 100%;
	padding: 10px;
}
.download-lower .book > div .right:before {
	padding: 10px 30px;
}
.logo img {
	max-width: 160px;
}
}

@media screen and (max-width: 370px) {
.header-site .header-title {
	font-size: 16px;
}
.introduce .introduce-right h2 {
	font-size: 16px;
}
}

/*# sourceMappingURL=index.css.map */
