@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
html:focus-within {
	scroll-behavior: smooth;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* pc
----------------------*/

/*++++++++++++++++++++++++
all
+++++++++++++++++++++++++*/
body {
	width: 100%;
	position: relative;
}

h1 {
	color: #1E1E1E;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.14em;
}

h2 {
	display: block;
	color: #1E1E1E;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	color: #1E1E1E;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.8;
}

h4 {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h5 {
	color: #1E1E1E;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
}

p {
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

a {
	color: #1E1E1E;
	text-decoration: none;
	transition: 0.3s;
}

small {
	color: #1E1E1E;
	font-size: 80%;
	font-weight: 500;
}

.txt_large {
	font-size: 120%;
}

/*flex*/
.flex_r {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.sp_only {
	display: none;
}


/* animation
**************/

/*fadein*/
.fadein {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(10px);
	transition-delay: 0.2s;
}

.fadein.fadein2 {
	transition-delay: 0.5s;
}

.fadein.fadein3 {
	transition-delay: 0.8s;
}

.fadein.fadein_active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/**/

/* slick css */
.slick-slider {
	margin: 0 auto 0;
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	/*	display: none;*/
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow .slick-hidden {
	display: none;
}

/* slider css */
.slider {
	z-index: 0;
	line-height: 0;
}

.slider li {
	position: relative;
}

.slider .slick-slide {
	height: auto;
	width: 450px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.slider .slick-slide img {
	display: block;
	/*
	width: 100%;
	height: 100%;*/
	object-fit: cover;
}


/*loop_wrap*/
.bg_loop {
	background-color: #fff;
	/*
	background-image: url(./img/header_bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
	position: relative;*/
}

.bg_loop .loop_wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
}

.bg_loop .loop_wrap img {
	width: 100%;
	height: auto;
}


@keyframes loop {
	0% {
		transform: translateY(100%);
	}

	to {
		transform: translateY(-100%);
	}
}


@keyframes loop2 {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-200%);
	}
}


.bg_loop .loop_wrap img.img1 {
	animation: loop 240s -120s linear infinite;
}

.bg_loop .loop_wrap img.img2 {
	animation: loop2 240s linear infinite;
}

.bg_loop .loop_wrap.loop2 img.img1 {
	animation: loop 120s -60s linear infinite;
}

.bg_loop .loop_wrap.loop2 img.img2 {
	animation: loop2 120s linear infinite;
}

/**/

a.link_img {
	display: block;
	position: relative;
	margin: 50px auto 0;
}

a.link_img>img {
	width: 100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
}

a.link_img:hover>img:nth-child(2) {
	opacity: 0;
}

/**/

/*++++++++++++++++++++++++
header
+++++++++++++++++++++++++*/
header {
	width: 100%;
	height: 130vh;
	max-height: 1500px;
}


header .top_logo {
	display: block;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 78vh;
	position: sticky;
	z-index: 1;
	top: 30px;
	left: 0;
}

header .top_logo a {
	display: block;
	max-width: 200px;
	width: 20%;
	padding: 10px;
	margin: 0;
	background-color: #fff;
}

header .top_logo a img {
	width: 100%;
}

/*title_txt*/
header .title_txt.pc_only {
	display: block;
	position: absolute;
	width: fit-content;
	z-index: 2;
	margin: 0 auto;
	bottom: 71vh;
	left: 0;
	right: 0;
	transition: all 0.7s linear;
}
/*
	z-index: 2;
	margin: -50vh auto 0;
    top: 0;
	left: 0;
	right: 0;
	transition: all 1s linear;
}

header .title_txt.pc_only.title_txt_fixed {
    transform: none;
    top: 80vh;
    margin-bottom: 5vh;
}*/
header .title_txt.pc_only.title_txt_fixed {
	bottom: 5vh;
	transform: none;
}

header .title_txt h1 small {
	font-weight: bold;
	font-size: 70%;
	letter-spacing: 0.1em;
}

header .title_txt h2 {
	margin: 10px 0 10px -12px;
}

header .title_txt.sp_only {
	display: none;
}

/*title_images*/

header .title_images {
	width: 100%;
	height: 20vh;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

header .title_images img {
	max-width: 613px;
	max-height: 638px;
	width: auto;
	height: auto;
	height: 70vh;
	padding-top: 70px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto 25vh;

	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(5px);
	transition-delay: 0.5s;
}

header .title_images img.header_fade_active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

header .title_images img.fadein2 {
	transition-delay: 1s;
}

/**/


/*++++++++++++++++++++++++
main
+++++++++++++++++++++++++*/
#main {
	width: 100%;
	height: auto;
	min-height: 100vh;
	max-width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}


/**/
#main>a.top_icon {
	display: block;
	width: 60px;
	transition: 0.3s;
	opacity: 0;

	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

#main>a.top_icon.sp_only {
	display: none;
}

#main>a.top_icon.visible {
	opacity: 1;
}

#main>a.top_icon:hover {
	opacity: 0.6;
}

#main>a.top_icon img {
	width: 100%;
	height: auto;
}


/**/
#main section {
	width: 100%;
	padding: 0 0;
	box-sizing: border-box;
}

#main section .sec_inner {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;

	display: flex;
	justify-content: space-between;
}

#main section .sec_inner .sec_title {
	width: 10%;
	position: sticky;
	top: 0;
	left: 30px;

	height: fit-content;
	writing-mode: vertical-lr;
	padding: 0 0 0 14px;
	box-sizing: border-box;
	text-indent: 1em;
}

#main section .sec_inner .sec_title::before {
	display: block;
	content: "";
	width: 10px;
	height: 100%;
	background: #1E1E1E;
	margin-right: 10px;
}

#main section .sec_inner .sec_title h2 {
	font-size: 28px;
	letter-spacing: 0.1em;
}

#main section .sec_inner .sec_title h3 {
	font-size: 18px;
}

#main section .sec_inner .sec_title small {
	font-size: 12px;
}

/**/
#main section .sec_inner .sec_contents {
	width: 75%;
	margin: 100px 0 50px;
	padding-bottom: 70px;
}

/**/



/****************
sec1
****************/
#sec1 {
	background-color: #F0F0F0;
}

#sec1 h3.sp_only {
	display: none;
}

#sec1 h3.pc_only {
    display: inline;
	background: linear-gradient(to right, #CEDC34, #DBA620);
	text-align: justify;
	font-size: 18px;
}

#sec1 p {
	margin: 30px 0 10px;
	line-height: 2;
}

#sec1 span {
	display: block;
	font-size: 12px;
	text-align: right;
	line-height: 1.4;
}

#main section#sec1 .sec_contents {
	margin-bottom: 0;
}

#sec1 .flex_r {
	width: 100%;
	max-width: 600px;
	height: 100%;
	margin: 50px auto 0;
	justify-content: space-around;
	height: 250px;
}

#sec1 .flex_r a {
	width: 225px;
	height: 100%;
	position: relative;
}

#sec1 .flex_r a img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	transition: 0.5s;
}

#sec1 .flex_r a:hover img:nth-child(2) {
	opacity: 0;
}

/**/



/****************
gakkan
****************/
#gakkan .sec_contents>p {
	margin: 10px 0;
	font-size: 12px;
}

#gakkan .gakkan_box {
	margin: 10px 0 50px;
}

#gakkan .gakkan_box h4 {
	font-size: 18px;
	line-height: 1.2;
	padding-left: 3px;
	box-sizing: border-box;
	margin: 20px 0;
}

#gakkan .gakkan_box p {
	margin: 10px 0;
}

#gakkan .gakkan_box>img {
	display: block;
	width: 90%;
	max-width: 500px;
	margin: 30px auto;
}

#gakkan .gakkan_box>.flex_r {
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}

#gakkan .gakkan_box>.flex_r>img {
	width: 50%;
	height: auto;
}

#gakkan .gakkan_box>.flex_r>img:nth-child(2) {
	margin-top: 100px;
}

#gakkan .gakkan_box.flex_r {
	margin: 10px 0 0;
}

#gakkan .gakkan_box.flex_r div {
	width: 48%;
	position: relative;
}

#gakkan .gakkan_box.flex_r div h5 {
	width: fit-content;
	display: block;
	border: 1px solid #1E1E1E;
	border-radius: 30px;

	width: 80%;
	margin: 0 auto;

	position: absolute;
	left: 0;
	right: 0;
}

#gakkan .gakkan_box.flex_r div p {
	width: 100%;
	height: 100%;
	border: 1px solid #1E1E1E;
	padding: 30px 15px 30px;
	box-sizing: border-box;
}

#gakkan .gakkan_box.flex_r div>img {
	position: absolute;
}

#gakkan .gakkan_box.flex_r_img {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}

#gakkan .gakkan_box.flex_r_img div {
	width: 48%;
}

/*****sec2*****/
/*
#main section#sec2 {
	background-color: #fff;
	background-image: url(./img/sec2_bg.png);
	background-repeat: repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}*/

section#sec2 .sec_inner .sec_title::before {
	background-color: #90C12C;
}

section#sec2 .sec_inner .sec_title h2,
section#sec2 .sec_inner .sec_title h3,
section#sec2 .sec_inner .sec_contents h3 {
	color: #90C12C;
}

section#sec3 .sec_inner .sec_title small {
	color: #1E1E1E;
}

#sec2 .gakkan_box h4,
#sec2 .gakkan_box.flex_r div h5 {
	background-color: #CCDB35;
}

#sec2 .gakkan_box.flex_r div img {
	bottom: 15px;
	right: -50px;
	width: 75px;
}

/*****sec3*****/
/*
#sec3 {
	background-color: #fff;
	background-image: url(./img/sec3_bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}*/

section#sec3 .sec_inner .sec_title::before {
	background-color: #C46A1E;
}

section#sec3 .sec_inner .sec_title h2,
section#sec3 .sec_inner .sec_title h3,
section#sec3 .sec_inner .sec_contents h3 {
	color: #C46A1E;
}

section#sec3 .sec_inner .sec_title small {
	color: #1E1E1E;
}

#sec3 .gakkan_box h4,
#sec3 .gakkan_box.flex_r div h5 {
	background-color: #DBA620;
}

#sec3 .gakkan_box.flex_r div p {
	min-height: 140px;
	padding-bottom: 10px;
}

#sec3 .gakkan_box.flex_r div img {
	bottom: -35px;
	right: 30px;
	width: 100px;
}

/**/

/****************
sec4
****************/
#sec4 {
	background-color: #F0F0F0;
}

#sec4 .sec_contents p {
	margin: 20px 0 50px;
}

#sec4 .sec_contents .flex_r {
	margin: 20px 0;
}

#sec4 .sec_contents .flex_r img {
	width: 49%;
}

#sec4 .sec_contents small {
	text-align: right;
	display: block;
}

#sec4 a.link_img {
	width: 260px;
}


/**/

/****************
sec5
****************/
/*
#sec5 {
	background-color: #fff;
	background-image: url(./img/sec4_bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}*/

#main section#sec5 .sec_inner .sec_title::before {
	background: linear-gradient(to bottom, #CEDC34, #DBA620);
}

#main section#sec5 .sec_inner .sec_contents {
	padding-bottom: 0;
}

#sec5 .accordion {
	width: 100%;
	margin: 30px auto;
}

#sec5 .accordion_title {
	background: linear-gradient(to right, #CEDC34, #DBA620);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 35px 0 20px;
	box-sizing: border-box;

	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}

#sec5 .accordion_title:hover {
	opacity: 0.8;
}

#sec5 .icon {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: #1E1E1E 3px solid;
	border-right: #1E1E1E 3px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 18%;
	margin: auto;
}

#sec5 .accordion_title.open .icon {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20%;
	bottom: 0;
}

#sec5 .accordion_inner {
	display: none;
	padding: 20px 20px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.6);
}

#sec5 .accordion_inner p {
	background: url(./img/sec5_A.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 22px;
	padding-left: 32px;
	display: block;
}

/**/


/*sec6
****************/
#sec6 {
	background: linear-gradient(to right, #D8E35D, #E2B84D);
	position: relative;
}

#main section#sec6 .sec_inner {
	min-height: 650px;
}

#main section#sec6 .sec_contents {
	width: 67vw;
	max-width: 1600px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 80px 0 0;
	align-items: flex-start;
}

/*slider*/
#sec6 .sec_contents .slider {
	width: 100%;
	height: auto;
}

/**/
#sec6 .sec_contents .slider .slick-track {
	display: flex;
	align-items: center;
	height: auto;
}

#sec6 .sec_contents .slider .slick-slide {
	height: 100%;
	width: 230px;
	height: auto;
	margin: 0 20px;
}


#sec6 .sec_contents .slider li {
	display: flex;
	min-height: 360px;

	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	position: relative;
	/*
	margin-bottom: 100px;*/
}

#sec6 .sec_contents .slider li img {
	width: 100%;
	height: auto;
}

#sec6 .speechBubble {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #000000;
}

#sec6 .speechBubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	border-style: solid;
	border-width: 25px 0 0 25px;
	border-color: #000000 transparent transparent;
	translate: -50% 100%;
	transform: skew(-10deg);
	transform-origin: top;
}

#sec6 .speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	border-style: solid;
	border-width: 22px 0 0 22px;
	border-color: #ffffff transparent transparent;
	translate: calc(-50% + 0.2px) 100%;
	transform: skew(-10deg);
	transform-origin: top;
}


/*sec6_btn*/
#sec6 .sec_contents .sec6_btn {
	width: 100%;
}

/**/
#sec6 .arrows {
	width: 250px;
	margin: 20px 0 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

#sec6 .arrows .prev-arrow,
#sec6 .arrows .next-arrow {
	display: block;
	width: 34px;
	height: 34px;
	background: none;
	border: 2px solid #1E1E1E;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

#sec6 .arrows .prev-arrow:hover,
#sec6 .arrows .next-arrow:hover {
	background: #1E1E1E;
	transition: 0.5s;
}

#sec6 .arrows .prev-arrow {
	transform: rotate(180deg);
	margin-right: 20px;
}

#sec6 .arrows .prev-arrow::before,
#sec6 .arrows .next-arrow::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #1E1E1E;
	border-top: 2px solid #1E1E1E;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transform: rotate(45deg);
}

#sec6 .arrows .prev-arrow:hover::before,
#sec6 .arrows .next-arrow:hover::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transition: 0.5s;
}

/*dots*/
#sec6 .sec_contents .dots {
	width: 250px;
	margin: -25px 0 0;
}

#sec6 .sec_contents .dots .slick-dots {
	width: 100%;
	margin-bottom: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#sec6 .sec_contents .dots .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	margin: 4px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: none;
	border: 1px solid #1E1E1E;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

#sec6 .sec_contents .dots .slick-dots .slick-active button {
	background: #1E1E1E;
}

/**/


/*++++++++++++++++++++++++
footer
+++++++++++++++++++++++++*/
footer {
	overflow: hidden;
}

footer>div,
footer>p {
	position: relative;
	z-index: 1;
}

footer>div {
	position: relative;
	z-index: 1;
	max-width: 100%;
	margin: 0 auto;
	padding: 120px 0 0;
}

footer div h4 {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
}

footer div p {
	margin: 50px auto;
	text-align: center;
	font-size: 16px;
}

footer div .footer_link {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

footer .footer_link a.link_img {
	width: 30%;
	max-width: 300px;
	height: fit-content;
	margin: 50px auto;
}

/*foot_logo*/
footer .foot_logo {
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
}

footer .foot_logo a {
	display: block;
	margin: 0 auto;
	max-width: 200px;
	width: 20%;
}

footer .foot_logo a img {
	width: 100%;
}

footer .foot_logo p {
	font-size: 15px;
	margin: 10px auto;
	line-height: 1.2;
	color: #646464;
}

footer .foot_logo p small {
	font-size: 80%;
	font-weight: normal;
	display: inline-block;
	color: #646464;
}

footer>p {
	width: 100%;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.15em;
	color: #fff;
	background: linear-gradient(to right, #89B631, #C46A1E);
}

/****/


/****************
bg
****************/
.bg_loop,
#main section#sec2,
#main section#sec3,
#main section#sec5 {
	position: relative;
	z-index: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	background-color: transparent;
}

.bg_loop::before,
#main section#sec2::before,
#main section#sec3::before,
#main section#sec5::before {
	content: '';
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-size: 1920px;
}

.bg_loop::before {
	background-image: url(./img/header_bg.png);
}

#main section#sec2::before {
	background-image: url(./img/sec2_bg.png);
}

#main section#sec3::before {
	background-image: url(./img/sec3_bg.png);
}

#main section#sec5::before {
	background-image: url(./img/header_bg.png);
}

/**/


/* sp 768px
----------------------*/
@media screen and (max-width:768px) {

	/*++++++++++++++++++++++++
all
+++++++++++++++++++++++++*/
	h1 {
		font-size: 24px;
		letter-spacing: 0;
	}

	h2 {
		font-size: 18px;
		letter-spacing: 0;
	}

	h3 {
		font-size: 20px;
		line-height: 1.6;
	}

	h4 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}

	h5 {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	p {
		font-size: 16px;
		line-height: 2;
	}

	small {
		font-size: 80%;
		font-weight: 500;
	}

	.txt_large {
		font-size: 110%;
	}

	/*flex*/
	.flex_r {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.flex_c {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	/**/


	/* animation
**************/
	/*fadein*/
	.fadein {
		opacity: 0;
		visibility: hidden;
		transition: 1s;
		transform: translateY(5px);
		transition-delay: initial;
	}

	.fadein.fadein2 {
		transition-delay: 0.5s;
	}

	.fadein.fadein3 {
		transition-delay: 0.8s;
	}

	/**/

	a.link_img {
		margin: 50px auto 0;
	}

	/**/

	/*++++++++++++++++++++++++
header
+++++++++++++++++++++++++*/
	header {
		width: 100%;
		height: 100vh;
		max-height: 1024px;
	}

	header .top_logo {
		display: block;
		width: 90%;
		max-width: none;
		margin: 0 auto;
		position: absolute;
		z-index: 1;
		top: 20px;
		left: 20px;
	}

	header .top_logo a {
		max-width: 200px;
		width: 38%;
		padding: 10px;
		margin: 0;
	}

	/*title_txt*/
	header .title_txt.pc_only {
		display: none;
	}

	header .title_txt.sp_only {
		display: block;
		position: relative;
		height: 100vh;
		margin: 0 auto 0;
		z-index: 2;
	}

	header .title_txt img {
		position: absolute;
		top: 15%;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: 0 auto 0;
	}
	header .title_txt img.sp_header_fade {
		width: auto;
		height: 70vh;
		max-height: 500px;

		opacity: 0;
		z-index: 2;
		opacity: 0;
		animation: sp_header_fade 4s ease;
		transition: 1s;
		transition-delay: initial;
	}

	@keyframes sp_header_fade {
		0% {
			opacity: 0;
		}

		30% {
			opacity: 1 ;
		}

		90% {
			opacity: 1;
		}

		100% {
			opacity: 0 ;
		}
	}


	header .title_txt img.fadein.fadein2,
	header .title_txt img.fadein.fadein3 {
		width: 90%;
		max-width: 70vh;
		height: auto;
		top: 15%;
	}

	header .title_txt img.fadein.fadein2 {
		transition-delay: 3.9s;
	}

	header .title_txt img.fadein.fadein3 {
		transition-delay: 4.5s;
	}


	/*title_images*/
	header .title_images {
		width: 50%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	header .title_images img {
		max-width: none;
		max-height: none;
		width: 100%;
		height: auto;
		position: inherit;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 0;
		margin: 0;

		visibility: hidden;
		transition: 1s;
		transform: translateY(5px);
		transition-delay: 0.5s;
	}

	header .title_images img.header_fade_active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	header .title_images img.fadein2 {
		transition-delay: 1s;
	}

	header .title_images.pc_only {
		display: none;
	}

	/**/


	/*++++++++++++++++++++++++
main
+++++++++++++++++++++++++*/
	#main>a.top_icon.pc_only {
		display: none;
	}

	#main>a.top_icon.sp_only {
		display: block;
		width: 50px;
		bottom: 55px;
	}


	/**/
	#main section {
		padding: 0 0 50px;
	}

	#main section .sec_inner {
		width: 90%;
		max-width: none;

		display: flex;
		justify-content: space-between;
	}

	#main section .sec_inner .sec_title {
		width: 10%;
		left: 0;
		padding: 0 0 0 0px;
	}

	#main section .sec_inner .sec_title::before {
		width: 8px;
		margin-right: 2%;
		margin-right: 2%;
		margin-left: -2%;
	}

	#main section .sec_inner .sec_title h2 {
		font-size: 24px;
	}

	#main section .sec_inner .sec_title h3 {
		font-size: 16px;
	}

	#main section .sec_inner .sec_title small {
		font-size: 12px;
	}

	/**/
	#main section .sec_inner .sec_contents {
		width: 85%;
		margin: 70px 0 0px;
	}

	/**/



	/****************
sec1
****************/
	#sec1 h3.pc_only {
		display: none;
	}

	#sec1 h3.sp_only {
		margin: 0 auto;
		display: flex;
		align-items: start;
		flex-direction: row-reverse;
		justify-content: center;
	}

	#sec1 h3.sp_only span {
		background: linear-gradient(to bottom, #CEDC34, #DBA620);
		font-size: 20px;
		line-height: 1.1;
		display: inline-block;
		writing-mode: vertical-rl;
		margin: 5px;
		padding: 0 0 3px;
	}

	#sec1 p {
		margin: 30px 0 10px;
	}

	#sec1 span {
		font-size: 12px;
	}

	#sec1 .flex_r {
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
		justify-content: space-between;
		height: 200px;
	}

	#sec1 .flex_r a {
		width: 45%;
		height: 100%;
	}

	/**/



	/****************
gakkan
****************/
	#gakkan .sec_contents>p {
		margin: 10px 0;
		font-size: 12px;
	}

	#gakkan .gakkan_box {
		margin: 10px 0 50px;
	}

	#gakkan .gakkan_box h4 {
		font-size: 18px;
		margin: 20px 0;
	}

	#gakkan .gakkan_box h4.sp_only {
		display: flex;
		align-items: start;
		flex-direction: column;
		justify-content: flex-start;
		background-color: transparent;
	}

	#gakkan .gakkan_box h4.sp_only span {
		margin: 5px;
		padding: 0 0 3px;
		display: inline-block;
	}

	#gakkan .gakkan_box p {
		margin: 10px 0;
	}

	#gakkan .gakkan_box>img {
		width: 100%;
		max-width: 400px;
	}

	#gakkan .gakkan_box>.flex_r {
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	#gakkan .gakkan_box>.flex_r>img {
		width: 100%;
		max-width: 350px;
	}

	#gakkan .gakkan_box>.flex_r>img:nth-child(2) {
		width: 50%;
		max-width: 250px;
		margin-top: -11%;
		margin-right: -40%;
	}

	#gakkan .gakkan_box.flex_r div {
		width: 90%;
		margin: 20px auto 0;
	}

	#gakkan .gakkan_box.flex_r div h5 {
		width: 80%;

	}

	#gakkan .gakkan_box.flex_r div p {
		width: 100%;
		padding: 30px 20px 30px 15px;
		box-sizing: border-box;
	}
	
	#gakkan .gakkan_box.flex_r_img {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	#gakkan .gakkan_box.flex_r_img div {
		width: 90%;
		margin: 20px auto 0;
	}

	/*****sec2*****/

	#sec2 .gakkan_box.flex_r div img {
		bottom: 10px;
		right: -30px;
		width: 60px;
	}

	#sec2 .gakkan_box h4 span {
		background-color: #CCDB35;
	}

	#sec2 .gakkan_box img.gakkan_curriculum {
		content: url(./img/sp_sec2_img.png);
	}

	/*****sec3*****/

	h4 span {
		background-color: #DBA620;
	}

	#sec3 .gakkan_box.flex_r div p {
		min-height: 140px;
		padding-bottom: 10px;
	}

	#sec3 .gakkan_box img.gakkan_curriculum {
		content: url(./img/sp_sec3_img.png);
		margin-top: 0;

	}

	#sec3 .gakkan_box div.gakkan_curriculum {
		margin-bottom: 50px;
	}

	#sec3 .gakkan_box .gakkan_curriculum h5 {
		text-align: left;
		color: #E73828;
	}

	#sec3 .gakkan_box .gakkan_curriculum h5:nth-last-child(2) {
		display: inline-block;
		background-color: #E73828;
		color: #fff;
	}

	#sec3 .gakkan_box .gakkan_curriculum p {
		font-size: 14px;
	}

	#sec3 .gakkan_box .gakkan_curriculum>img {
		width: 30px;
		margin: 20px auto;
		display: block;
	}

	#sec3 .gakkan_box.flex_r div p {
		margin-bottom: 30px;
	}

	#sec3 .gakkan_box.flex_r div img {
		bottom: -5px;
		right: 30px;
		width: 80px;
	}

	/**/


	/****************
sec4
****************/
	#sec4 .sec_contents p {
		margin: 20px 0 30px;
	}

	#sec4 .sec_contents .flex_r {
		width: 80%;
		margin: 0 auto;
	}

	#sec4 .sec_contents .flex_r img {
		width: 100%;
		margin: 0 0 20px;
	}

	#sec4 .sec_contents small {
		text-align: center;
		line-height: 1.4;
	}

	#sec4 a.link_img {
		width: 260px;
	}


	/**/

	/****************
sec5
****************/

	#main section#sec5 .sec_inner .sec_contents {
		padding-bottom: 0;
	}

	#sec5 .accordion {
		width: 100%;
		margin: 30px auto;
	}

	#sec5 .accordion_title {
		font-size: 20px;
		padding: 0 45px 0 15px;
	}

	#sec5 .accordion_title:hover {
		opacity: 0.8;
	}

	#sec5 .icon {
		width: 14px;
		height: 14px;
		right: 20px;
		top: 0;
		bottom: 18%;
	}

	#sec5 .accordion_title.open .icon {
		top: 20%;
		bottom: 0;
	}

	#sec5 .accordion_inner {
		padding: 20px 20px;
	}

	#sec5 .accordion_inner p {
		background-position: left 5px;
		background-size: 22px;
		padding-left: 32px;
	}

	/**/


	/*sec6
****************/

	#main section#sec6 .sec_inner {
		min-height: 600px;
	}

	#main section#sec6 .sec_contents {
		width: 75vw;
		margin: 80px 0 0;
	}

	/*slider*/


	/*sec6_btn*/
	#sec6 .sec_contents .sec6_btn {
		width: 100%;
	}

	/*arrows*/
	#sec6 .arrows {
		width: 230px;
		margin: 20px 0 0;
	}

	/*dots*/
	#sec6 .sec_contents .dots {
		width: 230px;
		margin: -25px 0 0;
	}

	/**/


	/*++++++++++++++++++++++++
footer
+++++++++++++++++++++++++*/
	footer>div {
		padding: 80px 0 30px;
	}

	footer div h4 {
		font-size: 28px;
		line-height: 1.8;
	}

	footer div p {
		font-size: 11px;
		line-height: 1.8;
		margin: 40px auto 0;
	}

	footer div .footer_link {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
	}

	footer .footer_link a.link_img {
		width: 250px;
		margin: 40px auto;
	}

	/*foot_logo*/
	footer .foot_logo {
		width: 100%;
		padding: 15px 0;
		background-color: #fff;
	}

	footer .foot_logo {
		min-height: 0;

		background: #fff;
		padding: 10px 0;
	}

	footer .foot_logo a {
		width: 180px;
	}

	footer>p {
		padding: 7px 0;
		font-size: 11px;
		line-height: 1.8;
	}


	/****/
}

/* sp 430
----------------------*/
@media screen and (max-width:430px) {

	header {
		max-height: 800px;
	}

	header .title_txt img {
		top: 12%;
	}

	header .title_txt img.fadein.fadein2,
	header .title_txt img.fadein.fadein3 {
		top: 20%;
	}

	/*loop_wrap*/
	.bg_loop .loop_wrap .img1,
	.bg_loop .loop_wrap .img2 {
		content: url(./img/sp_MV_brown.png);
	}

	.bg_loop .loop_wrap.loop2 .img1,
	.bg_loop .loop_wrap.loop2 .img2 {
		content: url(./img/sp_MV_green.png);
	}

	/**/
	#main section .sec_inner .sec_title {
		width: 10%;
	}

	#main section .sec_inner .sec_title::before {
		width: 7px;
	}

	#main section .sec_inner .sec_title h2 {
		font-size: 20px;
	}

	#main section .sec_inner .sec_title h3 {
		font-size: 12px;
	}

	#main section .sec_inner .sec_title small {
		font-size: 10px;
	}

	/**/
	#main section .sec_inner .sec_contents {
		width: 82%;
	}

	/****************
sec1
****************/
	section#sec1 .sec_inner .sec_contents {
		padding-bottom: 0;
	}

	#sec1 .flex_r {
		height: 160px;
	}

	/****************
bg
****************/

	.bg_loop::before,
	#main section#sec2::before,
	#main section#sec3::before,
	#main section#sec5::before {
		content: '';
		z-index: -1;
		inset: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: center top;
		background-size: 430px;
	}

	.bg_loop::before,
	#main section#sec5::before {
		background-image: url(./img/sp_header_bg.png);
	}

	#main section#sec2::before {
		background-image: url(./img/sp_sec2_bg.png);
	}

	#main section#sec3::before {
		background-image: url(./img/sp_sec3_bg.png);
	}


}