@charset 'utf-8';

/**
 *
 *  スマホトップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}
body {
}
.pc {
  display: none;
}
/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page
{
}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
}
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
header {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top:0;
	left:0;
	z-index: 999;
  /*background-color: red;*/

}

h1 {
	width: 70%;
}

img{
  max-width: 100%;
  height: auto;
}
section {
  padding: 4% 0;
}
/*---------------------------------------------------------------------------
Firstview
---------------------------------------------------------------------------*/

#Firstview {
  position: relative;
  /*background-color: gray;*/
  background: url("../images/bg_firstview.jpg") no-repeat center center;
  background-size: cover;
  padding: 0;

}

#Overlay {
  width: 100%;
  background: url('../images/bg_first-2.png') no-repeat center center;
  background-size: cover;
  padding-top: 12%;
  padding-bottom:5%;
}
#Overlay .first_inner {
  width: 90%;
  margin: 0 auto;
}
.first_inner p {
  margin: 0 auto;
  text-align :center;
  padding-bottom: 2%;
}
.first_inner .text_1 {
  width: 80%;
}
.first_inner .text_1_201806 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.first_inner .text_2 {
  margin: 3% auto;
  width: 100%;
}
.first_inner .text_3 {
  width: 100%;
}
.first_inner .text_4 {
  width: 65%;
  padding-bottom: 7%;
}
.first_inner .btn {
  width:60%;
}
/*--------------------------------------------------------------------------
   About
---------------------------------------------------------------------------*/
#About {
  background: transparent url("../images/bg_about.png") repeat scroll top left;
  padding-top: 7%;
}
#About h2 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.subcopy {
	padding: 5px 10px;
	font-size: 13px;
	position: relative;
	background: #fff;
	border: 2px solid #46b9be;
	border-radius: 10px;
	width: 61%;
	margin: 0 auto;
  margin-top: 5%;
	text-align: center;
}
.subcopy:after, .subcopy:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.subcopy:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}
.subcopy:before {
	border-color: rgba(70, 185, 190, 0);
	border-bottom-color: #46b9be;
	border-width: 17px;
	margin-left: -17px;
}

#About ul {
	width: 100%;
	margin: 5% auto;
	padding: 0;
	text-align: center;
}

#About li {
  max-width: 480px;
	display: inline-block;
	background: rgba(248,245,241,0.5);
	border-radius: 8px;
	padding: 10px;
	margin: 0 10px;
	vertical-align: top;
}

.about_inner {
	/*min-height: 436px;*/
	background: rgba(252,250,248,1);
	/*background-image: url('../images/about_02.png');
	background-position: right bottom;*/
	background-repeat: no-repeat;
  padding: 10px;
}
.about_inner p {
	text-align: left;
}
.about_inner p.sp {
  padding:1%;
  text-align: right;
}

#About h3 {
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #3c2d1e;
	margin-bottom: 20px;
}


/*--------------------------------------------------------------------------
   CEO
---------------------------------------------------------------------------*/
#Ceo {
	padding: 84px 0 30px;
	background: url('../images/bg_ceo.png') no-repeat center center;
	background-size: cover;
	color: white;
}

#Ceo dl {
	width:80%;
	/*width:100%;*/
	max-width: 980px;
	margin: 0 auto;
}

#Ceo dl dt {
	/*float: left;*/
	/*width: 25%;*/
  text-align: center;
	/*margin-bottom: 30px;*/
}

#Ceo dl dd {
	/*float: right;*/
	/*width: 65%;*/
	margin-bottom: 75px;
}
/*--------------------------------------------------------------------------
   Voice
---------------------------------------------------------------------------*/
#Voice {
	background: url('../images/bg_voice.png') repeat top left;
	overflow: hidden;
  padding-top: 0;
}

#Voice h2 {
  text-align: center;
	position: relative;
	background: #fff;
	border-bottom: 2px solid #e3ded9;
	margin: 0 0 50px;
	height: 40px;
	padding: 5% 0;
}

#Voice h2:after, #Voice h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#Voice h2:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	margin-left: -60px;
	border-width: 20px 59px;
}

#Voice h2:before {
	border-color: rgba(227, 222, 217, 0);
	border-top-color: #e3ded9;
	border-width: 22px 66px;
	margin-left: -67px;
}

#Voice h3 {
	font-size: 18px;
	margin: 0;
}

#Voice dl {
	width: 90%;
	max-width: 980px;
	margin:0 auto 30px;
	clear: both;
}

#Voice dl dt {
	/*width: 195px;*/
  text-align: center;
}

#Voice dl dd {
	/*width: 100%;*/
	max-width: 705px;
	border-radius: 10px;
	background: #e6e1dc;
	padding: 20px 20px 10px;
	margin: 0;
}

#Voice p:nth-of-type(1) {
	border-bottom: 1px solid #3c2d1e;
	padding-bottom: 12px;
	margin: 0;
}

#Voice p:last-child {
	border-top: 1px solid #3c2d1e;
	padding-top: 12px;
	margin-top: 2px;
}

/*--------------------------------------------------------------------------
   Goform
---------------------------------------------------------------------------*/
.goform {
	padding: 60px 0;
	text-align: center;
}

.goform.bg1 {
	background: url('../images/bg_form_01.png') no-repeat center center;
	background-size: cover;
}

.goform.bg2 {
	background: url('../images/bg_form_02.png') no-repeat center center;
	background-size: cover;
}

.goform p {
  width: 80%;
  margin: 0 auto;
}

.goform p a {
	padding: 5% 0 3% 0;
	display: block;
  width: 100%;
}
.goform p.form01 {
  width: 90%;
}
/*--------------------------------------------------------------------------
   Cource
---------------------------------------------------------------------------*/
#Cource {
	background: url('../images/bg_cource.png') repeat center center;
}


#Cource h2 {
	text-align: center;
	margin-top: 0;
	padding-top: 20.430px;
	padding-bottom: 20.430px;
}

#Cource ul {
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20.430px;
}

#Cource ul li {
	/*float: left;*/
	width: 90%;
	/*max-width:480px;*/
	list-style: none;
	box-sizing:border-box;
	border:2px solid #3c2d1e;
	border-radius: 5px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
  margin-bottom: 3%;

}
#Cource ul li:nth-child(6),
#Cource ul li:nth-child(7),
#Cource ul li:nth-child(8){
  border:2px solid #144646;
}

#Cource ul li .lower p {
	padding: 10px 15px;
}

#Cource h3 {
	font-size: 18px;
	position: relative;
	margin: 1% 0 0 1%;
	background: white;
	line-height: 1.3;
  width: 100%;
}

#Cource h3.fs {
	font-size: 16px;
	line-height: 1.9;
}

#Cource h3 span.nintei {
	font-size: 14px;
}
#Cource .upper {
  border-bottom: 2px solid #3c2d1e;
}
#Cource .upper .left {
  background-color: #3c2d1e;
  float: left;
  width: 60px;
  height: 75px;
  margin-right: 5px;
}
#Cource ul li:nth-child(6) .upper,
#Cource ul li:nth-child(7) .upper,
#Cource ul li:nth-child(8) .upper{
  border-bottom:2px solid #144646;
}
#Cource ul li:nth-child(6) .upper .left,
#Cource ul li:nth-child(7) .upper .left,
#Cource ul li:nth-child(8) .upper .left{
  background-color: #144646;
}
#Cource .left p {
  color: white;
}
#Cource .upper .right {
  float: left;
  width: 75%;
}
@media (max-width: 450px) {
  #Cource h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 5% 0 0 1%;
  }
  #Cource .upper .left {
    height: 90px;
    width: 50px;
  }
}

/*--------------------------------------------------------------------------
   Flow
---------------------------------------------------------------------------*/

#Flow {
	background: url('../images/bg_voice.png') repeat top left;
	overflow: hidden;
  padding-top: 0;
}
#Flow h2 {
  text-align: center;
	position: relative;
	background: #fff;
	border-bottom: 2px solid #e3ded9;
	margin: 0 0 50px;
	height: 40px;
  padding: 5% 0;
}


#Flow h2:after, #Flow h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#Flow h2:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	margin-left: -60px;
	border-width: 20px 59px;
}

#Flow h2:before {
	border-color: rgba(227, 222, 217, 0);
	border-top-color: #e3ded9;
	border-width: 22px 66px;
	margin-left: -67px;
}
#Flow div {
	max-width: 980px;
	margin: 0 auto;
  width: 80%;
	margin-bottom: 30px;

	padding: 20px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Flow .step,
#Flow .step_last {
	position: relative;
	background: #fff;

}
#Flow .step_last {
	margin-bottom: 20px;
}
#Flow .step:after,
#Flow .step:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#Flow .step:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	margin-left: -60px;
	border-width: 20px 59px;
}
#Flow .step:before {
	border-color: rgba(227, 222, 217, 0);
	/*border-top-color: #e3ded9;*/
	border-width: 22px 66px;
	margin-left: -67px;
}
#Flow .pre_flow {
	background-color: #e6e1dc;
}
#Flow h3 {
	font-size: 18px;
	color: rgb(60, 45, 30);
	text-align:center;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------------------
   Job
---------------------------------------------------------------------------*/

#Job {
	background: url('../images/bg_job.png') center center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
#Job .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
}
#Job h2 {
  text-align: center;
}
#Job dl {
	background-color: white;
	border: 2px solid #46b9be;
	box-sizing: border-box;
	width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  vertical-align: top;
}
#Job dt {
	background-color: #46b9be;
	position: relative;
}
#Job dl .fL {
	position: absolute;
	top: 34%;
	left: 4%;
  float: left;
  width: 40%;
}
#Job h3 {
}
#Job dl .fR {
	margin: 4px 4px 6px 0;
  float: right;
  width: 40%;
}
#Job dd {
	padding: 15px 10px;
}
#Job h4 {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------------------
   Flow
---------------------------------------------------------------------------*/

#Flow {
	background: url('../images/bg_voice.png') repeat top left;
	overflow: hidden;
}
#Flow h2 {
	position: relative;
	background: #fff;
	border-bottom: 2px solid #e3ded9;
	margin: 0 0 50px;
	height: 40px;
	padding: 30px 0;
}

#Flow h2:after, #Flow h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#Flow h2:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	margin-left: -60px;
	border-width: 20px 59px;
}

#Flow h2:before {
	border-color: rgba(227, 222, 217, 0);
	border-top-color: #e3ded9;
	border-width: 22px 66px;
	margin-left: -67px;
}
#Flow div {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;

	padding: 20px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Flow .step,
#Flow .step_last {
	position: relative;
	background: #fff;

}
#Flow .step_last {
	margin-bottom: 50px;
}
#Flow .step:after,
#Flow .step:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#Flow .step:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	margin-left: -60px;
	border-width: 20px 59px;
}
#Flow .step:before {
	border-color: rgba(227, 222, 217, 0);
	/*border-top-color: #e3ded9;*/
	border-width: 22px 66px;
	margin-left: -67px;
}
#Flow .pre_flow {
	background-color: #e6e1dc;
}
#Flow h3 {
	font-size: 18px;
	color: rgb(60, 45, 30);
	text-align:center;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------------------
   Job
---------------------------------------------------------------------------*/

#Job {
	background: url('../images/bg_job.png') center center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
#Job .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
}
#Job dl {
	background-color: white;
	border: 2px solid #46b9be;
	box-sizing: border-box;
	width: 90%;
  max-width: 480px;
  border-radius: 8px;
  vertical-align: top;
  margin-bottom: 3%;
}
#Job dt {
	background-color: #46b9be;
	position: relative;
}
#Job dl .fL {
	position: absolute;
	top: 34%;
	left: 4%;
}
#Job h3 {
}
#Job dl .fR {
	margin: 4px 4px 6px 0;
}
#Job dd {
	padding: 15px 10px;
}
#Job h4 {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------------------
   Form
---------------------------------------------------------------------------*/
#Form {
	background-color: #f5f0eb;
  padding-top:0;
  padding-bottom: 0;
}

#Form h2 {
	position: relative;
	background: #e1dcd7;
	background-image:url(../images/bg_form_03.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #e3ded9;
	padding: 30px 0;
}
#Form h2 img {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 398px;
}
#Form h2:after, #Form h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#Form h2:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #e1dcd7;
	margin-left: -60px;
	border-width: 20px 59px;
}

#Form h2:before {
	border-color: rgba(227, 222, 217, 0);
	border-top-color: #e3ded9;
	border-width: 22px 66px;
	margin-left: -67px;
}

#Form ul {

	width: 90%;
  max-width: 460px;
	margin: 10% auto;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: white;
}

#Form ul li {
	border-bottom: 1px dotted #e1dcd7;
	padding: 25px 0;
	line-height: 1.3;
}
#Form ul li label,
#Form ul li p.label {
	width: 30%;
	display: block;
  margin-bottom: 2%;
}
#Form ul li label[for=media-magazine] {
	vertical-align: top;
}
#Form ul li label[for=media-magazine],
#Form ul li label[for=appeal] {
	width: 100%;
}
#Form ul li label span.attention {
	color: red;
}
#Form ul li div.right {
	display: inline-block;
	width: 100%;
}
#Form ul li div.group {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
#Form ul li div.group label {
	padding-top: 10px;

}
#Form ul li div.group input {
	width: 100%;
}
#Form ul li input {
	display: inline-block;
  background-color: #fafafa;
  border: 1px solid #e1dcd7;
}

#Form ul li input[id=mail-add] {	width: 50%;}
#Form ul li input[id=age] {	width: 30px; margin-right: 14px;}
#Form ul li input[id=add] { width: 65%;}
#Form ul li textarea[id=appeal] {
	width: 100%;
	height: 100px;
	vertical-align: top;
	background-color: #fafafa;
	border: 1px solid #e1dcd7;
}

#Form ul li label[for=woman],
#Form ul li label[for=man] {
	width: 10%;
	padding-left: 15px;
  display:inline-block;
}


.submit {
	background: #ebe6e1;
	text-align: center;
	padding: 30px 0;
}

input#Submit {
	text-indent: -9999px;
	width: 303px;
	height: 67px;
	background: url(../images/btn_submit.png) no-repeat center center;
	cursor: pointer;
	border:0;
}
/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
footer {
	background: #46b9be;
	color: white;
	text-align: center;
	overflow: hidden;
}
footer .bg_contact {
  background-color: #3C2D1E;
  width: 100%;
  padding: 3% 0;
}
footer .contact {
  text-align: left;
  width: 310px;
  margin: 0 auto;
  line-height: 1.5;
}

footer .contact p {
  display: inline-block;
  vertical-align: middle;
}
footer .contact p.title {
  margin-right: 5%;
  /*float: left;*/
}
footer .contact p.address {
  margin-bottom: 1%;
  /*float: right;*/
}


footer > p {
  padding: 1% 0;
}
