@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

html,body,h1,h2,div,p,ul,li{
	margin:0;
	padding:0;
	position:relative;
}

body {
	background:black;
	color:white;
	font-size:14px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "���C���I", Meiryo, "�l�r �o�S�V�b�N", sans-serif;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "���C���I", Meiryo, "�l�r �o�S�V�b�N", sans-serif\9;
	-ms-font-feature-settings: "normal";
	line-height: 1.6;
	position:relative;
	overflow-x:hidden;
}

a {
	text-decoration:none;
	color:#4c9ab9;
}

a:hover {
	color:#9dd4ea;
}

sup {
    vertical-align: baseline;
    font-size: 100%;
}

img.top-back {
	position:absolute;
	top:0;
	width:100%;
}

div.header {
	text-align:center;
	padding:50px 0 30px 0;
	float:none;
}

div.header > img {
	float:none;
	margin-bottom:20px;
}

div.header h1 img {
	max-width:90%;
}


div.contact{
	width:100%;
	padding:100px 0;
	text-align:center;
	background: #062031;
	clear:both;
}

div.video {
	width:1200px;
	max-width:90%;
	height:100%;
	margin:0 auto 50px auto;
	overflow:hidden;
	box-shadow:0 0 20px rgb(30, 220, 255);
	padding:7px 7px 0 7px;
	background:#abd3f7;
}

div.video iframe {
	width:100%;
	height:675px;
}

div.intro {
	width:800px;
	max-width:90%;
	margin:50px auto 100px auto;
	font-size:15px;
	line-height:1.8;
	color:white;
}

div.title {
	width:100%;
	text-align:center;
	margin:100px 0;
	clear:both;
	float:none;
	background:white;
	padding: 30px 0;
    color: #92ae59;
}

div.title h2 {
	font-family: 'Coda', cursive;
	font-size:25px;
}

div.contents-o,
div.contents-r,
div.contents-l {
	width:1500px;
	min-height:450px;
	max-width:80%;
	margin:50px auto;
	padding-top:50px;
	float:none;
	clear:both;
}

div.contents-l div.pic {
	width:50%;
	float:left;
	text-align:center;
}

div.contents-r div.pic {
	width:50%;
	float:right;
	text-align:center;
}

div.contents-r div.pic img,
div.contents-l div.pic img {
	max-width:100%;
	float:none;
	margin-bottom:10px;
}

div.contents-r div.text {
	width:45%;
	float:left;
	padding-bottom:50px;
}

div.contents-l div.text {
	width:45%;
	float:right;
	padding-bottom:50px;
}

div.contents-o div.text h3,
div.contents-r div.text h3,
div.contents-l div.text h3 {
	font-size:30px;
	font-weight:500;
	color:white;
	margin:0 0 10px 0;
}

div.contents-o div.text h3 {
	margin-top: 30px;
}

div.contents-l div.text h3.merit {
	font-size:18px;
	font-weight: 700;
	border-bottom: 1px dotted white;
	width:260px;
	padding:5px;
	margin:30px 0 20px 0;
	float:none;
}

div.contents-l div.text ul li {
	margin: 0 0 10px 30px;
}



div.contents-o div.left-box {
	width:45%;
	padding: 0 2.5%;
	float:left;
}

div.contents-o div.right-box {
	width:45%;
	padding: 0 2.5%;
	float:right;
}

div.contents-o div.pic {
	width:100%;
	float:none;
}

div.contents-o div.pic img {
	width:100%;
}

div.contents-o div.text {
	width:100%;
	float:none;
}

div.button-box {
	width:294px;
	margin-top:50px;
}

div.button-box a {
	text-decoration:none;
}

div.button-box a p.button,
div.button-box p.button-no {
	padding: 7px 25px 7px 15px;
	width: 250px;
	color: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	border:2px solid white;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
}

div.button-box a p.button:after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f138";
}

div.button-box p.button-no:after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0ad";
}



div.button-box a p.button:hover {
	background:#368fef;
}


div.contact > p{
    font-size: 16px;
    color: white;
    width:90%;
    margin:0 auto;
}

div.contact-box {
	width:294px;
	margin:0 auto;
}

p.contact_b {
    width: 250px;
    height: 30px;
    padding: 7px 25px 7px 15px;
    text-align: center;
    border: 2px solid white;
    margin: 30px auto;
    font-size: 16px;
    font-weight:700;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
    text-decoration: none;
    border-radius:20px;
	color:white;
}

p.contact_b:after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f138";
}

p.contact_b:hover {
	background:#368fef;
}

div.footer {
	width:100%;
	background:#021623;
	color:gray;
	padding:50px 0;
}

div.footer > div {
	width:600px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
}

div.footer ul {
	width:50%;
	margin:0 auto;
	padding: 5px 0 20px 0;
    line-height: 2;
	float:left;
}

div.footer ul li{
	list-style: none;
	text-align:center;
}

div.footer ul li a {
 color:#368fef;
}

div.footer ul li a:hover {
 text-decoration: underline;
}

div.footer address {
	text-align: center;
    width: 1000px;
    margin: 20px auto 0 auto;
    line-height: 2.5;
    font-size:12px;
    color:#6a8498;
}

div.center {
	max-width: 90%;
	text-align:center;
	margin: 0 auto;
}

div.center img {
	max-width:100%
}

p.yarnbank {
	margin-top:30px;
}


@media only screen and (max-width: 1300px) {


div.footer {
	width:100%;
}

div.footer ul {
	width:100%;
}

div.footer ul li {
	float:none;
	margin:0;
	text-align:center;
}

div.footer address {
	text-align:center;
	width:100%;
}


}




@media only screen and (max-width: 1100px) {

div.video iframe {
	height:550px;
}

}



@media only screen and (max-width: 850px) {

body {
	font-size:13px;
}

div.video iframe {
	height:420px;
}

div.intro {
    font-size: 14px;
    line-height:1.6;
}

div.intro p {
	width:100%;
}

div.title {
	margin:0 0 100px 0;
}

div.contents-o div.right-box,
div.contents-o div.left-box,
div.contents-r div.text,
div.contents-l div.text,
div.contents-r div.pic,
div.contents-l div.pic {
	width:100%;
	min-height:auto;
	float:none;
}

div.contents-o div.right-box,
div.contents-o div.left-box {
	margin-bottom:150px;
	padding:0;
}

div.contents-o div.text h3,
div.contents-r div.text h3,
div.contents-l div.text h3{
	text-align:center;
	margin-top:20px;
}

div.contents-o div.text h3 {
	margin-top: 30px;
}

div.contents-l div.text h3.merit {
	text-align:center;
	width:auto;
	padding:5px 0;
	border:0;
	font-size:20px;
	margin-bottom: 10px;
}

div.contents-l div.text ul li {
	text-align:center;
	list-style:none;
	margin-left:0;
}

div.button-box {
	margin:50px auto 0 auto;
	text-align:center;
}

p.yarnbank {
	text-align:center;
}

}




@media only screen and (max-width: 650px) {

div.section {
	padding-bottom: 50px;
}

div.title {
	margin:0 0 50px 0;
}

div.contents-o,
div.contents-r,
div.contents-l {
	max-width:90%;
	margin: 30px auto;
}

div.contents-o div.right-box {
	margin-bottom:50px;
}


div.video iframe {
	height:320px;
}



}



@media only screen and (max-width: 470px) {
div.video iframe {
	height:230px;
}

}




@media only screen and (max-width: 350px) {
div.video iframe {
	height:170px;
}

}




