@charset "UTF-8";

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.kaisei-opti-medium {
  font-family: "Kaisei Opti", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}



button ,
form input[type="text"],
form select ,
form textarea {
	font-family: sans-serif;
}

* {
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.0em;
	color: #111;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #ff8098;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #ffdee1;
}
#inframe {
	background: transparent;
	text-align: center;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* Contents
 * --------------------------------------- */
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.txt-l {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.4em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
s {
	color: #aaa;
}
.red {
	color: #ff6a92;
}
.pink {
	color: #ff87c2;
}
.no {
}
.serif {
	font-family: serif;
}
.imgem {
	height: 1.1em;
	vertical-align: middle;
}
.flex-box {
	overflow: hidden;
	margin: 0 auto 0;
}
.flex-txt {
	text-align: left;
}

.sczoom .scview {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0); 
	transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
}
.sczoom .effect {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: 1.0s;
	-webkit-transition: 1.0s;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	z-index: -1;
}
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 400;
}
/* #footbanner
 * --------------------------------------- */
#footbanner {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	z-index: 960;
}
#footbanner a {
	position: relative;
	display: block;
	margin: 0 auto 0;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.0em;
	letter-spacing: 0em;
	color: #fff;
	background-image: linear-gradient(0deg, #60cb4f, #87de3f);
}
#mailpage #footbanner a {
	background-image: linear-gradient(0deg, #4191db, #5ab3ff);
}
#footbanner a:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body {
	font-size: 15px;
	line-height: 1.6em;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.sp {
	display: none;
}
#bg {
	background: url(../images/bg2.jpg) left center no-repeat;
	background-size: cover;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bg.jpg) left center no-repeat;
	background-size: cover;
}
#page-top {
	right: 12px;
	bottom: 200px;
}
.flex-box {
	width: 1000px;
	padding: 0 0 10px;
	display: flex;
	align-items: center;/*上下*/
	justify-content: center;/*左右*/
}
.flex-box:nth-child(odd){
	flex-direction: row-reverse;
}
#enconcept .flex-box {
	flex-direction: row;
}
#system2 .flex-box {
	flex-direction: row;
}
.flex-txt {
	width: 500px;
	padding: 12px 20px 12px;
}
.flex-box img {
	width: 400px;
	height: auto;
	margin: 0px 4px;
}
#footbanner {
	height: 76px;
}
#footbanner a {
	width: 440px;
	height: 70px;
	padding: 8px 0 0;
	font-size: 18px;
	border-right: solid 28px #5ab64b;
	border-bottom: solid 7px #5ab64b;
	border-radius: 14px;
}
#mailpage #footbanner a {
	border-right: solid 28px #2f86d8;
	border-bottom: solid 7px #2f86d8;
}
#footbanner a:before {
	right: -18px;
	top: 24px;
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
#footbanner a i {
	float: left;
	margin: 2px 0px 0 10px;
	font-size: 44px;
}
#footbanner a .txt-l {
	display: block;
	padding: 0px 0 0;
	font-size: 28px;
	line-height: 1.0em;
	letter-spacing: -0.02em;
}
#footbanner a .txt-ll {
	font-size: 30px;
	letter-spacing: 0.2em;
}
#footbanner a .txt-s {
	margin-left: 6px;
	font-size: 26px;
	letter-spacing: 0.1em;
}
}
/* //PC TAB */
/* SP */
@media only screen and (max-width: 680px) {
body {
	font-size: 26px;
	line-height: 1.5em;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.pct {
	display: none;
}
div.pc {
	display: none;
}
.nosp {
	display: none;
}
#bg {
	height: 240px;
	background: url(../images/bg2sp.jpg) center top no-repeat;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bgsp.jpg) center top no-repeat;
}
#page-top {
	right: 12px;
	bottom: 180px;
}
.flex-box {
	padding: 12px 0 12px;
}
.txt ,
.flex-txt {
	line-height: 1.4em;
}
#price .flex-txt {
	text-align: center;
}
.txt ,
.flex-box .flex-txt {
	padding: 1em 20px 1em;
}
.flex-box img {
	max-width: 620px;
	height: auto;
	margin: 2px auto;
}
.flex-txt img {
	max-width: 440px;
	height: auto;
	margin: 2px auto;
}
#footbanner {
	height: 156px;
}
#footbanner a {
	width: 640px;
	height: 140px;
	padding: 24px 0 0;
	font-size: 29px;
	border-right: solid 36px #5ab64b;
	border-bottom: solid 12px #5ab64b;
	border-radius: 28px;
}
#mailpage #footbanner a {
	border-right: solid 36px #2f86d8;
	border-bottom: solid 12px #2f86d8;
}
#footbanner a:before {
	right: -23px;
	top: 52px;
	width: 22px;
	height: 22px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
#footbanner a i {
	float: left;
	margin: 4px 0px 0 10px;
	font-size: 76px;
}
#footbanner a .txt-l {
	display: block;
	padding: 6px 0 0;
	font-size: 42px;
	line-height: 1.0em;
	letter-spacing: 0.01em;
}
#footbanner a .txt-ll {
	font-size: 44px;
	letter-spacing: 0.15em;
}
#footbanner a .txt-s {
	margin-left: 6px;
	font-size: 40px;
	letter-spacing: 0.1em;
}
}
/* //SP */




#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	background: #94d3ff;
	text-align: center;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
.down #page-top a {
	opacity: 1;
}
#page-top a:hover {
	opacity: 0.4;
	-webkit-transition: .4s;
	 transition: .4s;
}
#page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file ,
button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: inline-block;
	max-width: 600px;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 1.1em 4.0em 1.25em;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0.1em;
	cursor: pointer;
	color: #fff;
	background-image: linear-gradient(0deg, #fa3e62, #ff9db0);
	border: solid 2px #fde644;
	overflow: hidden;
	border-radius: 0.5em;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
a.button-tw {
	background: #12afff;
	border: solid 2px #00a3f6;
}
#newsbox a.button {
	width: 208px;
	padding: 0.4em 0em;
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff;
}

input[type="submit"] {
	margin: 0 auto;
}
.button_wrap {
	z-index: 3;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
	border: solid 2px #ff8098;
	border-radius: 4px;
	transition: .4s;
}
.file:hover ,
button:hover ,
a.button:hover ,
.button_wrap:hover {
	opacity: 0.4;
	transition: .4s;
}

/* header
 * --------------------------------------- */
#header {
	z-index: 64;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 ;
	text-align: center;
	background: #fff;
}
#header-top {
}
#header-inner {
	position: relative;
	display: block;
	max-width: 1080px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}
#logo {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 0;
}
#header-mail ,
#header-line {
	position: absolute;
	right: 20px;
	top: 15px;
	display: block;
	font-size: 2.5em;
	line-height: 1em;
	color: #06c655;
}
#header-mail {
	color: #07a4f4;
}
#recvisual2 ,
#recvisual {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#header-inner {
	height: 80px;
}
#logo {
	width: 200px;
	padding: 10px 0 0;
	padding: 20px 0 0 16px;
}
#logo img {
	margin: 0 auto 0 0;
	width: auto;
	height: 44px;
}
#header-line {
	font-size: 40px;
}
#recvisual {
	height: 50vw;
	margin: 80px auto 0;
	background: url(../images/recvisual.jpg) center center no-repeat;
	background-size: cover;
}
#recvisual2 {
	height: 50vw;
	margin: 80px auto 0;
	background: url(../images/recvisual2.jpg) center center no-repeat;
	background-size: cover;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#header-inner {
	height: 100px;
}
#logo {
	width: 380px;
	margin: 0 auto 0 0;
	padding: 0;
}
#logo img {
	margin: 0 auto 0 0;
	width: auto;
	height: 100px;
}
#recvisual {
	height: 900px;
	margin: 100px auto 0;
	background: url(../images/recvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
#recvisual2 {
	height: 900px;
	margin: 100px auto 0;
	background: url(../images/recvisualsp2.jpg) center center no-repeat;
	background-size: cover;
}
}
/* //SP */

/* footer
 * --------------------------------------- */
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 2.4em 0 200px;
	text-align: center;
	color: #333;
	background: #94d3ff;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #333;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 0.6em 0.2em;
	font-size: 1.0em;
	line-height: 1.0em;
	background-size: auto 1.2em;
}

#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #333;
}
#footer-menu li a:hover {
	color: #ffdee1;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	max-width: 1024px;
	margin: 0 auto 16px;
	padding: 0 16px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-logo {
	display: inline-block;
	text-align: center;
	width: 648px;
	margin: 12px auto;
	padding: 0;
	text-transform: uppercase;
}
a#footer-logo {
	color: #333;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	position: relative;
	width: auto;
	height: 70px;
	margin: 0 auto 12px;
	vertical-align: top;
}
#footer-banners {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
#footer-banners a {
	display: inline-block;
	font-size: 10.5px;
	line-height: 1.5em;
}
#footer-banners a img {
	vertical-align: top;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
}


/* SP */
@media only screen and (max-width: 680px) {
#footer-inner {
	width: 680px;
}
#footer-menu {
	width: 680px;
	margin: 0 auto 2.8em;
	text-align: left;
	border-top: solid 1px #00a0eb;
	border-left: solid 1px #00a0eb;
}
#footer-menu li {
	display: inline-block;
	width: 49%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-right: solid 1px #00a0eb;
	border-bottom: solid 1px #00a0eb;
}
#footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.75em 0.0em 0.9em;
	font-size: 1.0em;
	line-height: 1.1em;
	background-size: auto 1.0em;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
#footer-logo {
	margin: 8px auto 12px;
}
#footer-logo img {
	width: auto;
	height: 160px;
}
}



/* Contents
 * --------------------------------------- */
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#recruit_price {
	margin: 0 auto;
	padding: 0px 0 30px;
}
#recruit_price img {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
#recruit_price {
	width: 980px;
}
#recruit_price img {
	width: 480px;
}
}
/* //PC TAB */

.main {
	margin: 0 auto;
	padding: 0;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.section#section-money {
	background: #d4efff;
}
.section#section-inta {
	background: #94d3ff;
}
.section#section-inta .box > p {
	color: #fff;
}
.section#section-flow {
	background: #94d3ff;
}
.section#section-mailform {
	background: #d4efff;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 680px) {
#detail .main {
	width: 680px;
}
.section {
	width: 680px;
	overflow: hidden;
}
.sectionin {
	width: 680px;
}
}
/* //SP */


/* Box
 * --------------------------------------- */
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #fdff57 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.campain {
	width: 100%;
	max-width: 820px;
}

.oubo-box {
	padding: 2em 1em;
	background: #d4efff;
}
.oubo-box p {
	max-width: 540px;
	margin: 1em auto 0;
	padding: 1em 0;
	border-top: solid 1px #84aac2;
	border-bottom: solid 1px #84aac2;
}
@media only screen and (min-width: 681px) {
.oubo-box img.btn_line {
	width: 480px;
}
}
@media only screen and (max-width: 680px) {
.oubo-box img.btn_line {
	width: 620px;
}
}
.box {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}
.box > p {
	margin: 0 auto 1em;
	padding: 0 1em;
	text-align: left;
	color: #666;
}
.half-box {
	background: rgba(69,39,42,0.7);
}
.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/point.png) center 20px no-repeat;
}
.concept {
	line-height: 2.0em;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#news .box {
	width: 880px;
	padding: 0px 8px 0px;
}
#detail .box {
	max-width: 920px;
	margin: 0px auto 20px;
	padding: 0px 0px 0px;
}
.box#conceptimg {
	background: url(../images/concept.jpg) 0px 100px no-repeat;
	background-size: 510px auto;
}
.half-box {
	box-shadow: 0px 2px 12px rgba(0,0,0,0.16);
}
#concept .half-box {
	display: inline-block;
	width: 530px;
	float: right;
	margin: 0 10px 0 auto;
	padding: 2.4em 2.4em;
	font-size: 1.1em;
	line-height: 1.6em;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.box#conceptimg {
	background: url(../images/concept.jpg) center top no-repeat;
	background-size: 680px auto;
}
#concept .half-box {
	margin: 360px auto 0;
	padding: 1.2em 1.5em;
}
#detail .box {
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
}
}
/* //SP */


/* txt
 * --------------------------------------- */
.txt {
	width: 100%;
	margin: 0 auto 24px;
	padding: 0px 0px;
	text-align: left;
}
.txt:last-of-type {
	margin: 0 auto 12px;
}
.txt-box {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 1.4em;
	padding: 30px 50px;
	background: #fefbef;
	border: solid 2px #dfcaad;
	border-radius: 6px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 681px) {
.flex-box .txt-box {
	padding: 30px 30px;
}
}
@media only screen and (max-width: 680px) {
.txt-box {
	width: 640px;
	padding: 30px 30px;
}
}

.box ol ,
.box ul {
	margin: 0px;
	padding: 0.8em 0 0.8em 1.6em;
	text-align: left;
}
.txt-box ul li {
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.5em;
	line-height: 1.3em;
	list-style-type: none;
	background: url(../images/li.png) left 0.44em no-repeat;
	background-size: 1.2em auto;
}
.txt-box ul li:last-child ,
.txt-box ol li:last-child {
	padding: 0.4em 0 0em 1.5em;
}
.box dl {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
}
.box dt {
	color: #333;
	margin: 0 auto;
	padding: 0.5em 1.5em 0.5em;
	background: #fffce6;
}
.box dd {
	margin: 0 auto;
	padding: 0.5em 1.5em 2.2em;
}

/*form
 * --------------------------------------- */
.need {
	margin: 0 auto 0 0.2em;
	padding: 0.06em 0.2em;
	font-size: 84%;
	line-height: 0.8em;
	text-align: center;
	color: #fff;
	background: #f3837e;
	border-radius: 0.4em;
}
#mailframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: none;
}
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form input[type="text"],
form select ,
form textarea {
	width: 96%;
	padding: 0.5em 1.0em 0.5em;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	border: solid 0px #bbb;
	border-radius: 0.6em;
}
form #inputage {
	width: 20%;
}
.files {
	clear: both;
	width: 100%;
	margin: 0 auto 8px 0;
}
.file {
	clear: both;
	float: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 8px auto 0 0;
	padding: 0.6em;
	font-size: 18px!important;
	line-height: 1em;
	color: #111;
	background: #eee;
	border: 0px solid #fae5ee;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}




/* Heading
 * --------------------------------------- */
h2 {
	top: 62px;
	padding: 0 120px 0 0;
}
h2 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0;
	font-family: serif;
	font-weight: normal;
	font-size: 3.0em;
	line-height: 1.0em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-transform: uppercase;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	color: #ff3c78;
}
h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 1.2em;
	padding: 1.3em 0 1.1em;
	text-align: center;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.14em;
	text-indent: 0.14em;
	color: #555;
}
h3 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0 0 0.1em;
	font-size: 2.4em;
	line-height: 1.0em;
	text-transform: uppercase;
}
h3 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.0em;
}
h4 {
	position: relative;
	max-width: 880px;
	margin: 0 auto 1.6em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	z-index: 2;
}
h4 span.jp {
	display: inline-block;
	padding: 0 0 0.2em;
	font-size: 1.8em;
	line-height: 1.0em;
}
h5 {
	margin: 0 auto 6px;
	padding: 0 12px 0.2em;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #ff8098;
}


/* SP */
@media only screen and (max-width: 680px) {
h2 {
	top: 60px;
	padding: 0 200px 0 0;
}
h2 span.en {
	font-size: 2.0em;
	line-height: 1.0em;
}
h2 span.jp {
	font-size: 1.1em;
	line-height: 1.0em;
}
h3 {
	padding: 0.75em 0 0.8em;
}
#detail h3 span.en {
	font-size: 1.6em;
}
h4 {
	margin: 0 auto 0.9em;
}
h4 span.jp {
	font-size: 1.5em;
	line-height: 1.0em;
}
body.recruitpage h4 {
	padding: 0 0px;
	letter-spacing: 0.0em;
}
#no1 h5 {
	font-size: 1.4em;
}
}




/* parts
 * --------------------------------------- */
#banners img {
	vertical-align: top;
}
.banner760 {
	display: block;
	width: 760px;
	margin: 4px auto 16px;
}
.banner640 {
	display: block;
	width: 640px;
	margin: 4px auto 16px;
}
.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.more {
	display: inline-block;
}
.close {
	display: none;
}
.txtopen .more {
	display: none;
}
.txtopen .close {
	display: inline-block;
}
.caption {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #fff;
	text-shadow:
2px 2px 0 rgba(255,255,255,0.6), -2px -2px 0 rgba(255,255,255,0.6),-2px 2px 0 rgba(255,255,255,0.6), 2px -2px 0 rgba(255,255,255,0.6),
1px 1px 0 rgba(255,255,255,0.6), -1px -1px 0 rgba(255,255,255,0.6),-1px 1px 0 rgba(255,255,255,0.6), 1px -1px 0 rgba(255,255,255,0.6),
0px 2px 0 rgba(255,255,255,0.6),0 -2px 0 rgba(255,255,255,0.6),-2px 0 0 rgba(255,255,255,0.6), 2px 0 0 rgba(255,255,255,0.6),
0px 1px 0 rgba(255,255,255,0.6),0 -1px 0 rgba(255,255,255,0.6),-1px 0 0 rgba(255,255,255,0.6), 1px 0 0 rgba(255,255,255,0.6);
	overflow: hidden;
	z-index: 12;
}



@media only screen and (min-width: 681px) {
#section-start .box img {
	width: 480px;
}
}


/* swiper
 * --------------------------------------- */
.swiper {
	margin: 0 auto 30px;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -2px;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #f9568d;
}


#section-inta h3 {
	padding: 1.6em 0 0.0em;
}
#section-inta h3 img {
	vertical-align: top;
	width: 540px;
}
.intaview {
	margin: 0 auto;
	text-align: right;
	color: #333;
	background-color: #fff;
	border-radius: 0.8em;
}
.intaview .name {
	display: block;
	margin-bottom: 0.4em;
	padding-bottom: 0.2em;
	line-height: 1.4em;
	color: #5cc0fb;
	text-align: left;
	border-bottom: 3px solid #ffdc1b;
}
.intaview .name span {
	font-size: 1.3em;
}
.intaview p {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 0.96em;
	line-height: 1.4em;
	color: #555;
}
@media only screen and (min-width: 681px) {
.swiper {
	padding: 0 0 32px;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-wrapper {
	height: 180px;
}
.intaview {
	display: flex;
	padding: 28px 32px;
}
.intaview div:nth-of-type(1) {
	height: 94px;
	margin-left: 20px;
	overflow: hidden;
	border-radius: 100px;
	order: 2;
}
.intaview img {
	width: 300px;
}
}
@media only screen and (max-width: 680px) {
.swiper {
	padding: 0 0 50px;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}
.swiper-wrapper {
	height: 368px;
}
.intaview div:nth-of-type(1) {
	float: right;
}
.intaview {
	padding: 32px 24px;
}
.intaview div:nth-of-type(1) {
	height: 160px;
	margin-left: 20px;
	overflow: hidden;
	border-radius: 100px;
}
.intaview img {
	width: 160px;
}
.intaview .name {
	width: calc(100% - 176px);
	margin: 0 auto 0.4em 0;
}
.intaview .name span {
	display: block;
	text-indent: 0.3em;
}
}



/* top
 * --------------------------------------- */
#section-top h3 {
	padding: 0.0em 0 0.0em;
}
#section-top h3 img {
	vertical-align: top;
	width: 640px;
}



/* money
 * --------------------------------------- */
.box-money {
	margin: 0 auto;
	padding: 0 14px;
}
.money {
	overflow: hidden;
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0.0em 0 1em;
	text-align: center;
	line-height: 1.5em;
	column-gap: 10px;
}
.box-money .money:nth-of-type(2n) .photo {
	order: 1;
	margin: 0 auto 0 0;
}
.box-money .money:nth-of-type(2n+1) .photo {
	order: -1;
	margin: 0 0 0 auto;
}
.money .photo div {
	overflow: hidden;
	text-align: center;
	border-radius: 200px;
}
.money p {
	text-align: left;
	font-size: 0.96em;
	line-height: 1.4em;
	color: #666;
	background: #fff;
	border-radius: 1em;
}
@media only screen and (min-width: 681px) {
#section-money h3 img {
	vertical-align: top;
	width: 600px;
}
.box-money {
	width: 640px;
}
.money .com {
	width: calc(100% - 130px);
}
.money p {
	padding: 1.1em 1.5em;
}
.money .photo div {
	width: 120px;
	height: 120px;
}
}
@media only screen and (max-width: 680px) {
.money .com {
	width: calc(100% - 210px);
}
.money p {
	padding: 1.1em 0.5em;
}
.money .photo div {
	width: 200px;
	height: 200px;
}
}


/* message
 * --------------------------------------- */
#section-message h3 {
	padding: 0.75em 0 0.1em;
}
.box-message {
	width: calc(100% - 40px);
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
}
.message {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0.0em 0 1em;
	text-align: center;
	line-height: 1.5em;
}
.message h4 {
	margin: 0 auto 0.5em;
	padding: 0.7em 0 0.75em;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #fff9b1;
	background: #5cc0fb;
	border-radius: 3em;
}
.message .photo {
	overflow: hidden;
	text-align: center;
	border-radius: 200px;
}
.message p {
	margin: 0 auto;
	padding: 0 0.5em;
	text-align: left;
	font-size: 0.96em;
	line-height: 1.4em;
	color: #666;
}
#section-money .message .com {
	display: block;
	background: #fff;
	border-radius: 1em;
}
@media only screen and (min-width: 681px) {
#section-message h3 img {
	vertical-align: top;
	width: 760px;
}
.box-message {
	display: flex;
}
.box-message div {
	margin: 0 6px;
}
.message .photo {
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
}
}
@media only screen and (max-width: 680px) {
.message .photo {
	width: 200px;
	height: 200px;
}
.box-message .message:nth-of-type(2n+1) .photo {
	float: left;
	margin: 0 0.5em 0 auto;
}
.box-message .message:nth-of-type(2n) .photo {
	float: right;
	margin: 0 auto 0 0.5em;
}
}

/* flow
 * --------------------------------------- */
.box-flow {
	width: calc(100% - 40px);
	max-width: 680px;
	margin: 0 auto 1.0em;
	padding: 0;
}
.flow {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 auto 0.2em;
	padding: 0.0em 1em 1em;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	background: #fff;
	border-radius: 28px;
}
.flow div:nth-of-type(1) {
	overflow: hidden;
	height: 126px;
	margin-top: 10px;
	margin-left: 20px;
	border-radius: 175px;
	-webkit-flex-basis: 130px;
	flex-basis: 130px;
	order: 2;
}
.flow div:nth-of-type(2) {
	-webkit-flex-basis: 80%;
	flex-basis: 80%;
}
@media only screen and (max-width: 680px) {
.flow div:nth-of-type(1) {
	height: 200px;
	margin-top: 40px;
	-webkit-flex-basis: 208px;
	flex-basis: 208px;
}
.flow div:nth-of-type(2) {
	-webkit-flex-basis: 65%;
	flex-basis: 65%;
}
}
.flow img {
	width: 100%;
	margin-top: 0em;
}
.flow .step {
	font-size: 1.5em;
	line-height: 1em;
	color: #5be2e6;
}
.flow .no {
	font-size: 1.7em;
	line-height: 1em;
	color: #1fd0f6;
}
.flow h4 {
	margin: 0 auto;
	padding: 0.2em 0 0.25em;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #333;
	background-image: linear-gradient(90deg, #d4ffd5, #a3e9ff);
}
.flow p {
	margin: 0 auto;
	padding: 0.2em 0 0;
	text-align: left;
	font-size: 0.96em;
	line-height: 1.4em;
	color: #666;
}
.arrow {
	position: relative;
	height: 2.4em;
}
.arrow::after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: calc(50% - 2em);
	border: 2rem solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2em;
	border-top: 2em solid #fff;
}



/* Q&A
 * --------------------------------------- */
.box-qa {
	margin: 0 auto;
	padding: 0;
}
.qabox {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #27baf7;
	border-left: 1px solid #27baf7;
	border-bottom: 1px solid #27baf7;
}
.box-qa .qabox:first-of-type {
	border-top: 1px solid #27baf7;
}
.qaques {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.4em 48px 1.4em 2.8em;
	text-align: left;
	color: #27baf7;
}
.open .qaques {
	color: #fff;
	background: #27baf7;
}
.qaques:after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	width: 9px;
	height: 9px;
	border-bottom: 3px solid #27baf7;
	border-left: 3px solid #27baf7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .qaques:after {
	top: calc(50% - 4px);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.qaques:before {
	position: absolute;
	top: calc(50% - 0.7em);
	left: 14px;
	content:"Q";
	margin: 0;
	display: block;
	width: 1.3em;
	height: 1.3em;
	padding-top: 0.1em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
	background: #27baf7;
	-webkit-border-radius: 1.6em; /*角丸*/
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	box-sizing: border-box;
}
.qaans {
	position: relative;
	width: 98%;
	margin: 8px auto 0;
	padding: 0.4em 48px 1.4em 1.2em;
	text-align: left;
	color: #27baf7;
}
@media only screen and (max-width: 680px) {
.qaques {
	padding: 0.8em 48px 0.8em 2.8em;
}
.qaans {
	padding: 0.4em 48px 0.8em 1.2em;
}
.qaques:after {
	top: calc(50% - 12px);
	width: 14px;
	height: 14px;
}
.open .qaques:after {
	top: calc(50% - 6px);
}
}


