@charset "UTF-8";
/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Noto Sans JP";
	src: local("Noto Sans JP Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Noto Sans JP";
	src: local("Noto Sans JP Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Noto Sans JP";
	src: local("Noto Sans JP bold");
	font-weight: bold;
}
/*@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}*/

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 640px;
	margin: 0 auto;
}
.inner-width {
	width: 90%;
	margin-right: auto;
	margin-left:  auto;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
header {
    width: 100%;
    padding: 10px;
}
.header__inner {
    margin: 0 auto;
    align-items: center;
}
.header__logo--sheer{
    margin: auto;
    width: 28%;
}
/*-------------------- GNavi --------------------*/
#gnavi__btn--check {
	display: none;
}
.gnavi ul {
	width: 100%;
}
.gnavi li {
	text-align: center;
}
.gnavi .ctaBox__btn {
	width: 90%;
	margin-top: 15px !important;
	margin: 0 auto;
}
.gnavi__link {
	width: 100%;
	padding: 10px;
	display: block;
}
.gnavi__link.active {
	color: #fff;
	background-color: #006699;
}
.gnavi__btn--menu {
	position: fixed;
	top: 3px;
	right: 5px;
	display: flex;
	height: 47px;
	width: 47px;
	justify-content: center;
	align-items: center;
	z-index: 1001;
	background-color: #006699;
}
.gnavi__btn--menu span,
.gnavi__btn--menu span::before,
.gnavi__btn--menu span::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	display: block;
}
.gnavi__btn--menu span::before {
	bottom: 8px;
}
.gnavi__btn--menu span::after {
	top: 8px;
}
#gnavi__btn--check:checked ~ .gnavi__btn--menu span {
	background-color: rgba(255, 255, 255, 0);
}
#gnavi__btn--check:checked ~ .gnavi__btn--menu span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#gnavi__btn--check:checked ~ .gnavi__btn--menu span::after {
	top: 0;
	transform: rotate(-45deg);
}
.gnavi {
	position: fixed;
	right: -105vw;
	width: 100%;
	height: 100vh;
	background-color: #eefbfd;
	overflow: hidden;
	transition: all .3s;
	z-index: 1000;
}
#gnavi__btn--check:checked + .gnavi__btn--menu + .gnavi {
	top: 0;
	right: 0;
}
.gnavi .inner_width {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ==========================================================================
 * CLine
 * ========================================================================== */
.cLine{
	background: url("../images/common_img_cline.jpg") no-repeat;
	height: 10px;
}
/* ==========================================================================
 * Fv
 * ========================================================================== */
.fv__text{
	padding-top: 10vw;
}
/* ==========================================================================
 * CTA Access
 * ========================================================================== */
.cta__access {
	padding: 30px 0;
}
.cta__access p {
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta{
	background: url("../images/cta_bg.jpg") center center;
	background-size: cover;
	padding: 50px 0;
}
.ctaBox{
	width: 100%;
	background: rgba(255,255,255,.95);
	border-radius: 5px;
	padding: 40px 4% 25px;
	position: relative;
	box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 11%);
}
.ctaBox__btn{
	background: rgb(101,171,7);
	background: linear-gradient(0deg, rgba(101,171,7,1) 0%, rgba(181,244,65,1) 100%);
	border-radius: 5px;
	margin: 20px auto 0;
	padding: 19px 10px;
}
.ctaBox__btn:hover{
	opacity: .7;
}
.ctaBox__btn a{
	display: block;
	height: 100%;
	margin: auto;
	width: 80%;
}
.ctaBox__img{
	position: absolute;
	top: 0;
	left: -7px;
	width: 50%;
}
/* ==========================================================================
 * Intro
 * ========================================================================== */
.intro{
	background: url("../images/common_bg_musicNotes.jpg") repeat;
	background-size: contain;
}
/* ==========================================================================
 * Trouble
 * ========================================================================== */
.trouble{
	background: #fff;
}
.trouble__txt{
	position: relative;
}
.trouble h2{
	margin-top: 15px;
	text-align: center;
}
.trouble__txtList{
	text-align: center;
	margin-top: -33vw;
	margin-left: -2vw;
	width: 106%;
}
@media screen and (min-width:600px){
	.trouble__txtList{
		margin-top: -190px;
		margin-left: -1%;
	}
}

/* ==========================================================================
 * Training
 * ========================================================================== */
.training{
	background: url("../images/trouble_bg_gray.png") no-repeat center center;
	background-size: 100%;
	margin-top: -54vw;
	padding-top: 35vw;
}
.trouble__txtTraining{
    margin-top: 25vw;
}
.trouble__txtIf{
	text-align: center;
	margin: auto;
	margin-top: 6vw;
	padding-bottom: 6vw;
	width: 90%;
}
@media screen and (min-width:600px){
	.training{
		margin-top: -300px;
		background-size: cover;
		padding-top: 180px;
	}
	.trouble__txtTraining{
		margin-top: 150px;
	}
	.trouble__txtIf{
		margin-top: 50px;
		padding-bottom: 21px;
	}
}
/* ==========================================================================
 * purpose
 * ========================================================================== */
.purpose{
	padding-bottom: 9vw;
}
@media screen and (min-width:640px){
	.purpose{
		padding-bottom: 65px;
	}
}
/* ==========================================================================
 * Jiyudo
 * ========================================================================== */
.jiyudo{
	background: url("../images/common_bg_beige.jpg") repeat;
	padding-bottom: 1px;
}
.jiyudo__title{
	background: url("../images/jiyudo_bg.jpg") no-repeat center;
	background-size: 100%;
	padding: 9vw 0 20vw;
}
.jiyudo__txt{
	margin: 25px 0;
}
.jiyudo__list{
	margin-bottom: 30px;
	box-shadow: 5px 5px 5px -2px rgba(46, 45, 42, .3);
}
@media screen and (min-width:640px){
	.jiyudo__title{
		padding: 67px 0 130px;
	}
}
/* ==========================================================================
 * Oneonone
 * ========================================================================== */
.oneonone{
	background: url("../images/common_bg_lBlue.jpg") repeat;
}
.oneonone__title{
	background: url("../images/oneonone_bg.jpg") no-repeat center;
	background-size: 100%;
	padding: 9vw 0 20vw;
}
.oneonone__txt{
	margin: 25px 0;
}
.oneonone__txtBox{
	margin-bottom: 30px;
}
.oneonone__txtBox--ifSheer{
	width: 60%;
}
@media screen and (min-width:640px){
	.oneonone__title{
		padding: 67px 0 130px;
	}
}
/* ==========================================================================
 * Covid19
 * ========================================================================== */
.covid19{
	background: url("../images/common_bg_musicNotes.jpg") repeat;
	background-size: contain;
	margin-top: 70px;
	position: relative;
	padding: 46vw 0 2vw;
}
.covid19 h3{
	position: absolute;
	left: 50%;
	top: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
}
@media screen and (min-width: 500px){
	.covid19{
		margin-top: 100px;
		padding: 263px 0 10px;
	}
	.covid19 h3{
		top: 90px;
	}
}
/* ==========================================================================
 * Hasshin
 * ========================================================================== */
.hasshin{
	background: url("../images/hasshin_bg.jpg") no-repeat top center;
	background-size: 100%;
	padding-bottom: 15vw;
}
.hasshin__title{
	background-size: 100%;
	padding: 9vw 0 20vw;
}
.hasshin__inner{
    width: 80%;
    margin: auto;
}
.hasshin__box{
	position: relative;
}
.hasshin__box--en{
	position: absolute;
	width: 25%;
}
.hasshin__ytChannel .hasshin__box--txt{
	margin-top: 16vw;
}
.hasshin__ytChannel .hasshin__box--en{
	top: -39px;
	right: -32px;
}
.hasshin__musicFes .hasshin__box--txt{
	margin-top: 94vw;
}
.hasshin__musicFes .hasshin__box--en{
	top: -53px;
	left: -30px;
}
.hasshin__fLive .hasshin__box--txt{
	margin-top: 29vw;
}
.hasshin__fLive .hasshin__box--en{
	top: -50px;
	right: -30px;
}
.hasshin__debut .hasshin__box--txt{
	margin-top: 27vw;
}
@media screen and (min-width:640px){
	.hasshin{
		padding-bottom: 90px;
	}
	.hasshin__title{
		padding: 67px 0 130px;
	}
	.hasshin__ytChannel .hasshin__box--txt{
		margin-top: 100px;
	}
	.hasshin__musicFes .hasshin__box--txt{
	    margin-top: 600px;
	   }
    .hasshin__fLive .hasshin__box--txt{
    	margin-top: 180px;
    }
    .hasshin__debut .hasshin__box--txt{
	    margin-top: 170px;
	   }
}
@media screen and (min-width:400px){
	.hasshin__ytChannel .hasshin__box--en{
    	top: -49px;
    	right: -39px;
    }
    .hasshin__musicFes .hasshin__box--en{
    	top: -78px;
    	left: -50px;
    }
    .hasshin__fLive .hasshin__box--en{
    	top: -60px;
    	right: -40px;
    }
}
/* ==========================================================================
 * Trainer
 * ========================================================================== */
.trainer{
	background: url("../images/common_bg_lBlue.jpg") repeat;
	padding-bottom: 1vw;
}
.sheerTrainer h2{
	padding-top: 8vw;
	width: 94%;
	margin: auto;
}
@media screen and (min-width:640px){
	.sheerTrainer h2{
		padding-top: 55px;
	}
}
/* ==========================================================================
 * StripeBox
 * ========================================================================== */
.stripeBox{
	background: repeating-linear-gradient(-45deg, #000, #000 2px, #fff 3px, #fff 5px);
	border-radius: 5px;
	padding: 2px;
	margin-top: 8vw;
}
.stripeBox__inner{
	background: url("../images/common_bg_musicNotes.jpg") repeat;
	background-size: contain;
	border-radius: 3px;
	padding: 24px 20px;
}
.stripeBox h3{
	margin-bottom: 8vw;
	margin-bottom: 40px;
}
.stripeBox__img{
    border: 5px solid #fff;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
}
.stripeBox__left .stripeBox__img{
	transform: rotate(-15deg);
	margin: -3vw auto 6vw;
	margin: -10px auto 30px;
	width: 38%;
}
 .stripeBox__right .stripeBox__img{
	transform: rotate(15deg);
	margin: -10px auto 20px;
	width: 38%;
}
.stripeBox__txt{
	font-size: 1.6rem;
}
.stripeBox__txt p+p{
	margin-top: 1.5em;
}
@media screen and (min-width:640px){
	.stripeBox{
		margin-top: 50px;
	}
}
/* ==========================================================================
 * Slider
 * ========================================================================== */
.sliderBox{
	margin-top: 40px;
}
.slider img {
    width:100%;
    height:auto;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
}
.slider .slick-slide {
    margin: 0 7px;
    padding: 15px 0;
}
/* ==========================================================================
 * Collaboration
 * ========================================================================== */
.collaboration{
	margin-top: 45px;
}
.collaboration h2{
    width: 93%;
    margin: auto;
}
.collaboration .inner-width{
	position: relative;
}
.collaboration__img{
	margin-top: 20px;
}
.collaboration__eventBox{
	background: repeating-linear-gradient(-45deg, #000, #000 2px, #fff 3px, #fff 5px);
	border-radius: 5px;
	padding: 2px;
	position: relative;
	margin-bottom: 10vw;
}
.collaboration__eventBox--inner{
	background: #fff;
	border-radius: 3px;
	padding: 17vw 4vw 9vw;
}
.collaboration__eventBox--ribbon{
	position: absolute;
	top: -25px;
	left: 12vw;
	width: 75%;
}
.collaboration__eventBox h3{
	margin: auto;
	margin-bottom: 20px;
	width: 71%;
}
.collaboration__eventBox--img{
	margin: auto;
	margin-bottom: 2vw;
	width: 84%;
}
@media screen and (min-width:640px){
	.collaboration__eventBox--inner{
		padding: 80px 20px 40px;
	}
	.collaboration__eventBox{
		margin-bottom: 70px;
	}
	.collaboration__eventBox--ribbon{
		left: 14%;
	}
}
/* ==========================================================================
 * Voice
 * ========================================================================== */
.voice{
	background-size: auto auto;
	background-color: rgba(250, 246, 236, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(248, 242, 228, 1) 50px, rgba(248, 242, 228, 1) 100px );
	padding-bottom: 1vw;
}
.studentsVoice h2{
	padding-top: 8vw;
	width: 90%;
	margin: auto;
}
@media screen and (min-width:640px){
	.studentsVoice h2{
		padding-top: 55px;
	}
}
/* ==========================================================================
 * Zokusei
 * ========================================================================== */
.zokusei{
	margin-top: 45px;
}
.zokusei__data{
	width: 56%;
	margin: 30px auto 0;
}
.zokusei__data figure{
    margin-bottom: 45px;
}
.zokusei__data figcaption{
	margin: 1vw auto;
}
/* ==========================================================================
 * Price
 * ========================================================================== */
.price{
	background: url("../images/price_bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 35px;
}
.price h2{
	padding-top: 8vw;
}
.price__img{
	margin-top: 30px;
}
@media screen and (min-width:640px){
	.price h2{
		padding-top: 55px;
	}
}
/* ==========================================================================
 * Access
 * ========================================================================== */
.access{
	background: url("../images/common_bg_beige.jpg") repeat;
	padding-bottom: 35px;
}
.access h2{
	padding-top: 8vw;
	width: 76%;
	margin: auto;
}
.access__map{
	margin-top: 8vw;
	margin-top: 40px;
}
@media screen and (min-width:640px){
	.access h2 {
		padding-top: 55px;
	}
}

/* ==========================================================================
 * Flow
 * ========================================================================== */
.flow{
	background: url("../images/flow_bg.jpg") repeat;
	padding: 45px 0;
}
.flowBox{
	background: repeating-linear-gradient(-45deg, #000, #000 3px, #fff 4px, #fff 6px);
	padding: 5px;
}
.flowBox__bg{
	background: #fff;
}
.flowBox__bg--inner{
	width: 84%;
	margin: 10px auto 0;
	padding-bottom: 16px;
}
.flowBox__bg--inner ol{
	list-style: none;
	margin: 0;
}
.flowBox__bg--inner li{
	position: relative;
	margin-bottom: 10px;
}
.flowBox__bg--title{
	width: 74%;
	margin-left: -1.2em;
}
.flowBox__bg--txt{
	margin-top: .3em;
}
.flowBox__bg--img{
	margin: auto;width: 94%;
}
/* ==========================================================================
 * Faq
 * ========================================================================== */
.faq{
	padding-bottom: 40px;
}
.faq h2{
	padding-top: 7vw;
	margin: auto;
	width: 30%;
}
.faq__inner{
	margin-top: 40px;
}
.faq dl{
	background: url("../images/faq_line.jpg") no-repeat bottom;
	background-size: contain;
	padding-bottom: .8em;
}
.faq dt{
	background: url("../images/faq_icon_question.png") no-repeat 0 .1em;
	background-size: 1.8em;
	padding-left: 2.2em;
	padding-bottom: .5em;
	font-weight: bold;
}
.faq dt:hover{
	cursor: pointer;
}
.faq dd{
	display: none;
	background: url("../images/faq_icon_answer.png") no-repeat 0 0;
	font-size: 1.6rem;
	margin-top: 1.5em;
	background-size: 2em;
	padding-left: 2.2em;
	padding-bottom: .5em;
}
@media screen and (min-width:640px){
	.faq h2{
		padding-top: 55px;
	}
}
/* ==========================================================================
 * Footer
 * ========================================================================== */
.footer{
	background: url("../images/about_bg.jpg") no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.footer__logo--sheer{
	margin: auto;
	margin-bottom: 30px;
	width: 50%;
}
.footer dl{
	font-size: 1.6rem;
	margin-bottom: 1em;
	color: #333;
}
.footer dt{
	font-weight: bold;margin-bottom: .1em;
}
.footer__copyright{
	font-size: 1.6rem;
	background: #fff;
	padding: 22px 0;
	margin-top: 10vw;
}