/* CSS Document */

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;	
}

.innerContent {
	width: 950px;
	margin: 0 auto;
}

.container {
	/*width: 1200px;*/
	padding-top: 16px;
	padding-bottom: 14px;
}

#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.2rem;
	line-height: 2em;
	/*font-family: serif;*/
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: -95px;
	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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 {
	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;
}

.flexCompagnon {
	display: flex;
	flex-wrap: wrap;
}
	
.person {
	width: 30%;
	margin: 0 10px 30px;
	text-align: center;
}	

.person img {
	width: 75%;
}

.btnMore {
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}

.bold {
	font-weight: 600;
	font-size: 2.1rem;
}

.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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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;
}

#fv {
    padding: unset;
}
    
#lead,#staff,
#guide,#flow {
    padding-bottom: 50px;
}

#lead {
	padding-top: 30px;
    padding-bottom: 30px;
}

#staff,#flow {
	background-image: url("../img/bg1.jpg");
}

#recruit {
	background-image: url("../img/recruit_bg.png");
	height: 275px;
    background-position: 72% 55%;
}

#lead h2 {
	font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 1px;
}

header h1 {
    float: unset;
    margin-left: 10px;
}

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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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;
}

header nav.popmenu .menu .menuInner {
    padding: 25px;
}    
    
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;
} 
	
	
.fvText {
	height: auto;
	margin-top: -28px;
}

 .fvText img {
	width: 50%;
}   

.title {
	margin: 0 auto;
	padding-top: 50px;
}

.title h3 {
    width: auto;
	font-size: 2.5rem;
	padding-bottom: 5px;
}

.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 {
	display: unset;
}

.okamoto .photo {
	width: auto;
}

.okamoto .photo .sp {
	text-align: center;
    padding: 30px 0 10px;
}
    
.okamoto .text {
	width: auto;
	margin-left: unset;
}

.okamoto .text h4 {
	font-size: 1.6rem;
    margin-bottom: 5px;
}

.okamoto .text p {
	font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.flexCompagnon {
	display: flex;
	flex-wrap: wrap;
}
	
.person {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	text-align: center;
}	

.person img {
	width: 90%;
}

.btnMore {
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}

.bold {
    font-weight: 500;
    font-size: 1.6rem;
}	
	
	
	
.guide01,
.guide02{
    display: unset;
}

.guide01 {
    margin: 50px 0;
}

.guide01 .text {
    margin-right: unset;
    padding-top: 30px;
}

.guide02 .text {
    margin-left: unset;
    padding-top: 30px;
}

.guide01 .text dt,
.guide02 .text dt {
	font-weight: 600;
}  

.guide01 .text dd,
.guide02 .text dd {
	margin-left: 1em;
}  


.guide01 .photo,
.guide02 .photo {
    width: auto;
}


.steps ul {
	margin: 30px 0;
}

.flex {
    display: block;
}

.steps li>h2 {
    border-bottom: 1px solid #e6e6d2;
    border-right: unset;
    padding-bottom: 20px;
    margin-right: unset;
}

.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;
    position: relative;
}

.desc {
	margin: auto 0;
    padding-top: 20px;
}

.note {
	font-size: 12px;
  line-height: 1.6em;
}

.btnContact {
	text-align: center;
    padding: 20px 0 30px;
}

.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: 45px 0;
    background-color: rgba(46, 46, 46, 0.5);
    color: rgb(255 255 255);
}

#recruit .recruitText {
    text-align: center;
}   

#recruit .recruitText h2 {
	font-size: 2rem;
	padding-bottom: 35px;
}

#recruit .recruitText p {
	font-size: 1.4rem;
	line-height: 2em;
}

#recruit .recruitContact {
	margin: 35px 60px 0;
}

#recruit .recruitContact a {
	display: block;
    width: 230px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 1.4rem;
    border: solid 1px #fff;
    text-decoration: none;
    text-align: center;
}


#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;
} 

	
}



