/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
@charset "UTF-8";
body{
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: inherit;
}
.inner{
  max-width: 1500px;
}
#menu{
  width: 66%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: .5s;
  position: fixed;
  top: 0;
  right:-66%;
  z-index: 2;
}
#menu li{
  text-align: right;
  padding-right: 35px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
  font-size: 6vw;
}
#menu a{
  position: relative;
}
#menu li:nth-child(1){
  margin-top: 40px;
  border-top: 1px dashed #ccc;
}
#menu a::after{
  content:'';
  width: 7px;
  height: 7px;
  border-top: 3px solid #ffb432;
  border-right: 3px solid #ffb432;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#menu.open{
  right: 0;
}

header{
  width: 100%;
}
header .inner{
  margin: 0 auto;
  width: 950px;
}
.header-left{
  padding-top: 10px;
}
.header-left p{
  padding: 0 0 1px 10px;
  font-size: 10px;
}
.logo{
  display: flex;
  align-items: center;
}
.logo img{
  width: 80px;
  height: 70px;
}
h1{
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
header ul{
  margin-top: 2px;
  background: #ffb432;
}
header ul a{
  white-space: nowrap;
  padding:5px 10px;
  margin:5px 15px;
  font-weight: bold;
  border-radius: 5px;
  transition: .5s;
  position: relative;
}
header ul a::before{
  content: '';
  transition: .5s;
  display: block;
  width: 1px;
  height: 15px;
  background: #333;
 position: absolute;
  top:50%;
  left: -15px;
  transform: translateY(-50%);
}
header ul a:nth-last-child(1)::after{
  content: '';
  display: block;
  transition: .5s;
  width: 1px;
  height: 15px;
  background: #333;
  position: absolute;
  top:50%;
  right: -15px;
  transform: translateY(-50%);
}
header ul a:hover{
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
header ul a.float::before{
  content: '';
  transform: translateY(-3.5px);
}
header ul a:nth-last-child(1).float::after{
  content: '';
  transform: translateY(-3.5px);
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav > div{
  font-weight: bold;
  padding-right: 10px;
}
.fa-phone{
  transform: rotate(90deg);
  background: orange;
  padding: 3px;
  border-radius: 3px;
  margin: 5px;
}
.gray{
  background: #f0f0f0;
  padding: 2px;
}
header nav .formlink-p{
  padding: 15px 4px;
  margin-top:10px;
  align-self: flex-start;
}
header nav .formlink{
  padding: 10px 50px;
}
/* ハンバーガーメニュー */
#hamburger{
  display: none;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 10px 20px 10px 10px;
  padding: 0;
  z-index: 3;
}

#hamburger span{
  display: block;
  width: 35px;
  height: 2px;
  background-color: #000;
  transition: .4s;
}

#hamburger span:nth-of-type(1){
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}

#hamburger span:nth-of-type(2){
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%);
}

#hamburger span:nth-of-type(3){
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translate(-50%);
}

#hamburger.active span:nth-of-type(1){
  top: 20px;
  left: 5%;
  transform: rotate(45deg);
}

#hamburger.active span:nth-of-type(2){
  opacity: 0;
}

#hamburger.active span:nth-of-type(3){
  top: 20px;
  left: 5%;
  transform: rotate(-45deg);
}
#top{
  height: 600px;
  background: url('../img/top.jpg') center center / cover;
}
#top .flex{
  margin: 0 auto;
  width: 82%;
  padding-top: 80px;
}
#top h2{
  white-space: nowrap;
  color: #000;
  font-size: 50px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  font-weight: bold;
  position: relative;
}
#top h2::before{
  content: '';
  display: block;
  background: -moz-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: -webkit-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: linear-gradient(to right,transparent,#FF7000 50%,transparent);
  width: 100%;
  height: 7px;
  position: absolute;
  top: -10px;
}
#top h2::after{
  content: '';
  display: block;
  background: -moz-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: -webkit-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: linear-gradient(to right,transparent,#FF7000 50%,transparent);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
}
#top ul{
  width: 80%;
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
  background: rgba(255, 240, 245,.8);
  border-radius: 20px;
}
#top ul li{
  padding: 5px 0;
}
#top .formlink-p{
  margin-top: 160px;
  padding: 5px;
}
#top .formlink{
  font-size: 18px;
  padding: 15px 30px;
  text-align: center;
  display: block;
}
.pd100{
  padding: 100px 0;
}
section{
  text-align: center;
}
section .inner > p{
  font-weight: bold;
  letter-spacing: 1.5px;
}
#worry .inner{
  margin: 0 auto;
  width: 70%;
}
#worry .inner > p:nth-child(1){
  font-size: 32px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
#worry .inner > p:nth-child(1)::after{
  content: '';
  width: 33%;
  height: 1px;
  display: block;
  background: #ffb432;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.flex-around{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#worry .flex-around{
  flex-wrap: wrap;
}
.inherit{
  margin-top: 30px;
}
.inherit > p{
  background: rgb(51,153,255);
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  padding: 10px 0;
}
.inherit > .flex{
  flex-wrap: wrap;
  padding-bottom: 20px;
  border: 1px solid rgb(51,153,255);
}
li{
  list-style: none;
}
.inherit > .flex li{
  display: flex;
  align-items: center;
  width: 95%;
  height: 70px;
  margin: 10px auto 0;
  background: #f0f0f0;
  border-radius: 10px;
}
.inherit > .flex li p{
  font-size: 20px;
  text-align: left;
}
.fa-check-square{
  padding: 10px;
  font-size: 24px;
  color: #ff6800;
}
.fa-arrow-alt-circle-down{
  font-size: 60px;
  padding: 50px 0;
  color: rgb(51,153,255);
}
#worry .inner > p:nth-last-child(1){
  font-size: 28px;
  font-weight: bold;
}

#character{
  background: rgba(255, 240, 245,.8);
}
#character .inner{
  width: 60%;
  margin: 0 auto;
}
#character .inner > p:nth-child(1){
  font-size: 32px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
#character .inner > p:nth-child(1)::after{
content: '';
width: 33%;
height: 1px;
display: block;
background: #ffb432;
bottom: -1px;
left: 0;
position: absolute;
}
#character .inner > p:nth-child(2){
  margin: 50px 0;
  font-weight: bold;
  padding: 5px 40px 0;
  text-align: left;
}
.merit3 .flex-around{
  border-bottom: 1px solid #FF9900;
}
.merit3 .flex-around p{
  color: #FFB432;
  font-size: 28px;
  font-weight: bold;
}
.merit3 img{
  width: 140px;
  height: 165px;
}

#character ul{
  text-align: left;
  margin: 50px auto 0;
  font-weight: bold;
}
#character li{
  width: 185px;
  height: 185px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#character li p{
  font-size: 16px;
  padding: 0 10px;
}
.figure{
  width: 80%;
  padding-top: 60px;
}
#consult .inner > p{
  color: #FFB432;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.consult-box{
  background: #f0f0f0;
  border-radius: 10px;
  margin: 10px;
  width: 350px;
  height: 150px;
}
.consult-box > p:nth-child(1){
  padding-top: 25px;
  color: #0a4174;
  font-size: 18px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  font-weight: bold;
  letter-spacing: 1px;
}
#consult .tel{
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  letter-spacing: 2px;
}
.consult-box p:nth-child(3){
  font-size: 11px;
}
.formlink-p{
  margin-top: 20px;
  background: #FF6800;
  display: inline-block;
  border-radius: 5px;
  padding:10px 5px;
  transition: .2s;
}
.formlink{
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 50px;
  position: relative;
}
.formlink-p:hover{
  opacity: .8;
}
.formlink::before {
  content: "";
  bottom: 1px;
  right: 1px;
  border-top: 10px solid transparent;
  border-right:10px solid #fff;
  position: absolute;
  z-index: 1;
}

#flow{
  padding-bottom: 100px;
}
#flow >  p{
  color: #FFB432;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}
#flow .flex-center{
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.flow-child{
  width: 70%;
  padding: 10px;
}
.flow-child p:nth-child(1){
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  color: #ff6800;
  font-weight: bold;
  font-size: 32px;
  position: relative;
}
.flow-child p:nth-child(1)::after{
  content: '';
  width: 120px;
  height: 2px;
  display: block;
  background: -moz-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: -webkit-linear-gradient(to right,transparent,#FF7000 50%,transparent);
  background: linear-gradient(to right,transparent,#FF7000 50%,transparent);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow-child p:nth-child(2){
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0;
}
.flow-child p:nth-child(3){
  font-size: 14px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  line-height: 2em;
}
#form{
  text-align: center;
  padding-bottom: 60px;
}
#flow .img{
  height: 280px;
  position: relative;
  margin-bottom: 80px;
}
#flow .img::after{
  width: 100%;
  height: 100%;
  content:'';
  background: url('../img/form.png') center center / cover;
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#flow .img p{
  width: 60%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1.5px;
  padding: 10px;
  margin-bottom: 60px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}
#form .inner > p{
  color: #FFB432;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}
#form table{
  margin: 0 auto;
}
.form1{
  display: none;
}
#form td{
  padding: 5px;
}
#form table td:nth-child(1){
  background: #f0f0f0;
  padding: 0 20px;
}
#form table td:nth-child(2){
  text-align: left;
  padding: 15px 120px 15px 30px;
}
#form .text{
  border-radius: 5px;
  border-width: 1px;
  width: 500px;
  height: 45px;
  padding-left: 5px;
}
#form textarea{
  border-radius: 5px;
  border-width: 1px;
  width: 500px;
  padding: 5px 0 0 5px;
}
label,#method-phone,#method-email{
  cursor: pointer;
}
.submit{
  -webkit-appearance: none;
  margin-top: 60px;
  border: none;
  background: #ff6800;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 60px;
  cursor: pointer;
  transition: .3s;
}
.submit:hover{
  opacity: .8;
}
#company{
  background: #f0f0f0;
}
#company .inner{
  width: 1100px;
  margin: 0 auto;
}
.company-left{
  width: 32%;
  text-align: left;
}
.company-left img{
  width: 80px;
  height: 70px;
}
.company-left-top{
  display: flex;
  align-items: center;
  padding: 20px 0 20px;
}
.company-left-top p{
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 5px;
}
.company-left > p:nth-child(2){
  font-size: 12px;
  padding-bottom: 10px;
}
.company-left a{
  font-weight: bold;
}
.fax{
  font-weight: bold;
}
.fa-fax,.fa-envelope{
  background: orange;
  padding: 3px 2px 3px 4px;
  border-radius: 3px;
  margin: 5px;
}
.mail{
  font-weight: bold;
  white-space: nowrap;
}
.reception{
  display: flex;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 15px;
  white-space: nowrap;
}
#company nav{
  align-self: stretch;
  padding: 20px 0 20px;
}
#company nav li{
  padding: 0 10px;
}
#company nav a{
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  transition: .7s;
}
#company nav a:hover{
  text-decoration: underline;
}
#access{
  width: 1100px;
  margin: 0 auto;
}
#access > div{
  padding: 20px 0;
}
#access > p{
  font-weight: bold;
  background: #ffB432;
  text-align: left;
  padding: 10px;
  color: #fff;
  margin-top: 10px;
}
.map{
  width: 90%;
  height: 450px;
}
.road{
  width: 50%;
  align-self: center;
  line-height: 1.7em;
}
.road p:nth-child(1){
  color: #0a4174;
  font-size: 18px;
  padding-bottom: 5px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  font-weight: bold;
}
#members{
  font-weight: bold;
}
#members .img{
  height: 280px;
  position: relative;
  margin-bottom: 80px;
}
#members .img::after{
  width: 100%;
  height: 100%;
  content:'';
  background: url('../img/members.png') center center / cover;
  filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#members .inner{
  width: 80%;
  margin: 0 auto;
}
#members .img p{
  width: 60%;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1.5px;
  padding: 10px;
  margin-bottom: 60px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}
.members{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.members li{
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}
.members li::after{
  content: '';
  width: 800px;
  height: 3px;
  background: #ff6800;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.member-left p{
  display: inline-block;
  float: left;
  white-space: nowrap;
  font-size: 28px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  position: relative;
}
.qual{
  font-size: 20px;
}
li:nth-child(1) .member-left p::after{
  content:'Nishi Yasuo';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%,-50%);
}
li:nth-child(2) .member-left p::after{
  content:'Itani Yoshihiro';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%,-50%);
}
li:nth-child(3) .member-left p::after{
  content:'Uemura Takuro';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%,-50%);
}
li:nth-child(4) .member-left p::after{
  content:'Nishiwaki Noriyuki';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%,-50%);
}
li:nth-child(5) .member-left p::after{
  content:'Hayashi Kazushige';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%,-50%);
}
.member-left{
  width: 40%;
  max-width: 300px;
  padding-right: 15px;
}
.member-prf{
  width: 40%;
  text-align: left;
  padding:60px 0 0 15px;
  align-self: flex-start;
}
.member-prf p{
  margin-bottom: 10px;
}
.member-prf p:nth-child(2),.member-prf a,.member-prf p:nth-child(n+5){
  padding-left: 10px;
  font-weight: normal;
}
.member-prf a{
  padding-bottom: 30px;
  display: inline-block;
  text-decoration: underline;
}
.members img{
  width: 300px;
  height: 316px;
}
#seminar .img{
  height: 280px;
  position: relative;
  margin-bottom: 80px;
}
#seminar .img::after{
  width: 100%;
  height: 100%;
  content:'';
  background: url('../img/seminar.png') center center / cover;
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#seminar .inner{
  width: 90%;
  margin: 0 auto;
}

#seminar .img p{
  width: 60%;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1.5px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}
.seminar-child{
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
.seminar-child > div{
  padding: 50px 0;
}
.seminar-child > p{
  font-weight: bold;
  font-size: 26px;
  padding: 10px 10px 10px 50px;
  text-align: left;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  border-bottom: 1px dashed #d0d0d0;
  position: relative;
}
.seminar-child > p::before{
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  background: rgb(51,153,255);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);

}
.seminar-child img{
  width: 400px;
  height: 300px;
}
.seminar-text{
  text-align: left;
  padding-left: 5%;
  width: 50%;
}
.seminar-text p{
  padding-bottom: 5px;
}
.seminar-text p:nth-child(1){
  font-weight: bold;
}
.build{
  width: 100%;
}
#overview .img{
  height: 280px;
  position: relative;
  margin-bottom: 80px;
}
#overview .img::after{
  width: 100%;
  height: 100%;
  content:'';
  background: url('../img/company.png') center center / cover;
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#overview .inner{
    width: 1100px;
    margin: 0 auto;
}
.overview{
  margin: 40px 0;
}
.overview > p{
  font-weight: bold;
  background: #ffB432;
  text-align: left;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
}
#overview .img  p{
  width: 60%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 10px;
  font-family: '游明朝','YuMincho',"Yu Mincho",serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
}
#overview table{
  margin-top: 30px;
}
#overview td{
  padding: 5px;
}
#overview table td:nth-child(1){
  background: #f0f0f0;
  padding: 0 120px;
  white-space: nowrap;
}
#overview table td:nth-child(2){
  text-align: left;
  padding: 15px 120px 15px 30px;
}
footer{
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 20px;
  background: #FFB432;
}

/*確認画面*/
#conf{
  padding: 60px 0;
  text-align: center;
}
#conf table{
  margin: 0 auto;
}
#conf table td:nth-child(1){
  background: #f0f0f0;
  padding: 5px 20px;
}
#conf table td:nth-child(2){
  text-align: left;
  padding: 15px 120px 15px 30px;
  max-width: 40vw;
}
#send{
  padding: 60px 0;
  text-align: center;
}
#hamleft{
  display: none;
  background: #ffa500;
  width: 45px;
  height: 45px;
  padding: 1px;
  margin-left: 10px;
}
#hamleft p{
  display: none;
  font-size: 10px;
  letter-spacing: 0;
}
#hamleft i{
  display: none;
  font-size: 20px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#hamleft .fa-phone{
  font-size: 16px;
  padding: 2px;
  background:
}
