/* CSS Document */

/*body {
    min-width: 1920px;
}
*/
main section {
    margin: 0; 
}

#wrapper {
    /*min-width: 1900px;*/
    margin: 0 auto;
	padding-top: 110px;
}

header { 
	min-width: 100%;
	height: 110px;
	background-image:url("../img/b036.gif");
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;	
}

.container {
	padding-top: 16px;
	padding-bottom: 14px;
}

#contact {
	background-image:url("../img/bg1.jpg");
}


.description {
	padding: 30px 0;
	display: flex;
}
.description .application,
.description .recruit{
	width: 50%;
  margin: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 20px 40px;
}
.description .application h4,
.description .recruit h4{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}



.form {
	background: #fff;
  padding: 40px 80px;
  margin: 100px 0;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}
.form h3{
  font-size: 1.6rem;
  font-weight: 500;
  margin: 20px 0;
}
form#mailformpro .must{line-height: 1.5em;}
form#mailformpro .mfp_achroma,
form#mailformpro .mfp_colored{
  background: none;
}
form#mailformpro .mfp_element_text,
form#mailformpro .mfp_element_number,
form#mailformpro .mfp_element_select-one,
form#mailformpro .mfp_element_email, 
form#mailformpro .mfp_element_tel,
form#mailformpro .mfp_element_textarea,
form#mailformpro .mfp_element_date,
form#mailformpro .mfp_element_password {
    box-shadow: none;
}
form#mailformpro dl dt,
form#mailformpro dl dd {
  border: none;
}
form#mailformpro dl dt {
  width: 200px;
  font-size: unset;
}
form#mailformpro dl dd {
  padding-left: 220px;
  font-size: unset;
}
form#mailformpro .mfp_element_textarea{
  width: auto !important;
  height: auto !important;
}




#lead,#staff,
#guide,#flow {
    padding-bottom: 70px;
}

#lead {
	padding-top: 70px;
}

#staff,#flow {
	background-image: url("../img/bg1.jpg");
}

#recruit {
	background-image: url("../img/recruit_bg.png");
	height: 548px;
}

#lead h2 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 2em;
	font-family: serif;
}

header h1 {
    float: left;
}

header .gnav {
    float: left;
}

.gnav .gnavContact {
    margin-top: -15px;
    text-align: right;
    margin-right: -40px;
}

.gnav .gnavContact a {
    text-decoration: none;
    font-size: 1.5rem;
    font-family: serif;
    font-weight: 600;
    background-color: #ce1a4a;
    padding: 7px 35px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
}

.gnav ul {
	display: flex;
    margin-left: 100px;
    font-size: 1.6rem;
    font-family: serif;
    font-weight: 800;
}

.gnav li {
    padding: 20px;
    display: flex;
    flex-flow: column;
    text-align-last: center;
}

.gnav li a {
    display: grid;
    text-decoration: none;
}

.gnav li span {
    font-size: 1rem;
    line-height: 14px;
    color: #D1A73B;
}

.fvText {
	height: 90px;
    background-color: #00281f;
    opacity: 0.8;
	margin-top: -98px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}


.title {
	/*width: 1200px;*/
	margin: 0 auto;
	padding-top: 130px;
}

.title h3 {
	font-size: 3.6rem;
    font-family: serif;
    text-align: center;
    border-bottom: solid 2px #d1a73b;
    position: relative;
    width: 1000px;
    margin: auto;
	padding-bottom: 15px;
}

.title h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20%;
  border-bottom: 2px solid #ff0000;
}


.okamoto {
	width: 1020px;
	display: flex;
	margin: 70px auto ;
}

.okamoto .photo {
	width: 30%;
}

.okamoto .text {
	width: 70%;
	margin-left: 30px;
}

.okamoto .text h4 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.okamoto .text p {
	font-size: 1.6rem;
}

.compagnon {
	display: flex;
	justify-content: space-between;
}

.compagnon .person {
    margin-bottom: 40px;
}

.compagnon .person h5 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 5px;
	width: 300px
}

.compagnon .person li {
	font-size: 1.4rem;
	width: 300px
}

.btnMore {
    text-align: right;
	margin-bottom:  40px;
}

.guide01,
.guide02{
    display: flex;
}

.guide01 {
    margin: 50px 0;
}

.guide01 .text {
    margin-right: 100px;
}

.guide02 .text {
    margin-left: 50px;
}

.guide01 .text dt,
.guide02 .text dt {
	font-weight: 600;
}  

.guide01 .text dd,
.guide02 .text dd {
	margin-left: 1em;
}  


.guide01 .photo,
.guide02 .photo {
    width: 450px;
}


.steps ul {
	margin: 60px 0;
}

.flex {
    display: flex;
}

.steps li>h2 {
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 225px;
    border-right: 1px solid #e6e6d2;
    margin-right: 30px;
    min-height: 120px;
    font-weight: 300;
    font-size: 16px;
}

.steps li:not(:last-child) {
    margin-bottom: 20px;
}

.steps li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(181 180 175 / 50%);
    padding: 25px 10px;
    position: relative;
}

.desc {
	margin: auto 0;
}

.note {
	font-size: 12px;
}

.btnContact {
	text-align: center;
}

.steps li:not(:last-child):after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(88, 85, 73, 0);
    border-top-color: #D1A73B;
    border-width: 10px;
    margin-left: -10px;
}

#recruit .inner {
	padding: 180px 0px 150px 300px;
	color: #fff;
	position: relative;
	font-family: serif;
}

#recruit .recruitText h2 {
	font-size: 3.6rem;
	padding-bottom: 35px;
}

#recruit .recruitText p {
	font-size: 2.0rem;
	line-height: 2em;
}

#recruit .recruitContact {
	margin-top: 60px;
}

#recruit .recruitContact a {
	display: block;
	width: 430px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 2.3rem;
	border: solid 1px #fff ;
	text-align: center;
	text-decoration: none;
}


#recruit .balloon {
	position: absolute;
    top: 20%;
    left: 12%;	
}

footer { 
	min-width: 100%;
	background-image:url("../img/b036.gif");
	text-align: center;
	padding: 60px 0 10px;
}

.sns ul {
	display: flex;
    justify-content: center;
	margin-top: 10px;
}

.facebook{
	padding-right: 20px;
}

.insta {
	padding-left: 20px;
}


.copyRight {
	margin-top: 50px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #00281f;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




@media screen and (max-width: 480px) {
main section {
    margin: 0; 
}
    
#wrapper {
	padding-top: unset;
}

header { 
	position: static;
    height: auto;
}

.innerContent {
	width: auto;
}

.container {
	padding: 5px 0;
}

header h1 {
    float: unset;
    margin-left: 10px;
}

header nav.popmenu .menu .menuInner {
    padding: 30px;
}    
    
header nav.popmenu .menu .menuInner ul {    
    list-style: circle;
    letter-spacing: 2px;
    line-height: 2em;
}
   
header nav.popmenu input:checked ~ .menu {
    height: auto;
}       
    
header nav.popmenu label.menuBtn:before {
    font-size: 2.5rem;
} 
	
.title {
	margin: 0 auto;
	padding-top: 50px;
}

.title h3 {
    width: auto;
    font-size: 3rem;

}
    
.title h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20%;
  border-bottom: 2px solid #ff0000;
}

.description {
    display: block;
}    
    
.description .application, .description .recruit {
    width: auto;
    padding: 20px 10px;
}   
    
    
form#mailformpro dl dd {
    padding-left: unset;
    font-size: unset;
}
    
.form {
    padding: 40px 20px;
}
  form#mailformpro dl dt {
    width: auto;
    background:#eee !important;
  }
  form#mailformpro dl dd {
    padding: 10px;
    margin: 0 0 10px;
  }
  form#mailformpro dl dd input{
    width: auto !important;
  }
  .note {
    text-align: left;
    line-height: 1.6em;
    margin: 20px 0 0;
  }
  
    
    
    
    
}



