@@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 1080px; font-family: "MS Pゴシック";}
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/* 共通エリア開始 */
header{
  font-family: "ヒラギノ角ゴ Pro W6";
  background-image: url(../material/back-wood.png);
  background-size: 100% 30%;
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: -5px;
}
.no-boxshadow #header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.header.sticky {
    position: fixed;
    background-image: url(../material/back-wood.jpg);
    background-size: 100% 30%;
    width: 100%;
    top: 0;
}
.header > .inner {
    margin:0 auto;
    width: 960px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.wid1080{
  width: 1080px;
  margin: 0 auto;
}
.deepble{
  color: #fff;
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.red{
  color: #f00;
  font-size: 30px;
}
.catch{
  font-size: 8px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 2px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo{
  float: left;
  width: 530px;
  height: 90px;
}
.header-logo img{
  padding-top: 10px;
  width: 320px;
}
.header-logo h3{
  font-size: 21px;
  margin-top: 15px;
}
.header-menu{
  float: right;
  margin-top: 20px;
  width: 490px;
  text-align: center;
}
.header-menu li{
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  height: 30px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 10px;
}
.fa-file-alt{
  color: #2a925c;
}
.contacttolink{
  font-size: 20px;
  background-color: #0099ff;
  color: #fff;
  width: 200px;
  padding: 18px 20px;
}
.fa-envelope-open-text{
  color: #fff;
}
.humberger-menu{
  display: none;
}
.smart-toppicture{
  display: none;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.toleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.toright{
  opacity : 0;
  transform: translateX(-90px);
  transition: all 2s;
}
.title{
  text-align: center;
  font-family: "osaka";
}
.title h2{
  color: #000e76;
  padding-top: 30px;
  margin-bottom: 20px;
}
.title h3{
  color: #2a6767;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #f0d400;
  display: inline-block;
}
.title2{
  text-align: center;
  font-family: "osaka";
  position: absolute;
  top: 15%;
  left: 38%;
  z-index: 10;
}
.title2 h2{
  color: #fff;
  padding-top: 30px;
  margin-bottom: 20px;
}
.title2 h3{
  color: #55AAFB;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #f0d400;
  display: inline-block;
}
.title3{
  text-align: center;
  font-family: "osaka";
}
.title3 h2{
  color: #fff;
  padding-top: 30px;
  margin-bottom: 20px;
}
.title3 h3{
  color: #e8b742;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #fff;
  display: inline-block;
}
.w90{
  width: 90%;
  margin: 0 auto;
}
.w70f{
  float: left;
  width: 65%;
  margin-right: 5%;
}
.w50{
  width: 50%;
  float: left;
}
.w30f{
  float: left;
  width: 30%;
}
.w30f img{
  width: 70%;
  margin-top: -10px;
}
.w30{
  float: left;
  width: 30%;
}
.w30 img{
  width: 100%;
}
.w300px{
  margin-left: 200px;
  margin-top: 30px;
  line-height: 30px;
  text-align: left;
}
.w300px img{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 30px;
}
.w300px h2{
  color: #000494;
  font-family: "osaka";
  margin-bottom: 20px;
}
.position-ab{
  position: relative;
}
.black{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  z-index: 1;
}
.position-ab :hover{
  background-color: rgba(0,0,0,0.3);
  z-index: 1000;
}
.black p{
  font-family: "ヒラギノ角ゴ Pro W6";

}
.link{
  font-size: 15px;
  background-color: #55AAFB;
  color: #fff;
  width: 200px;
  padding: 10px 17px;
  margin: 20px auto 0px;
}
.link-right{
  float: right;
  text-align: center;
  margin-right: 30px;
}
.buttonchange :hover{
  background-color: #fff;
  color: #12284e;
  transition: 0.5s;
}
.buttonchange2 :hover{
  color: #12284e;
  transition: 0.5s;
}

footer{
  font-family: "ヒラギノ角ゴ Pro W6";
  background-image: url(../material/back-wood.png);
  background-size: auto 100%;
  color: #fff;
}
.footer-menu{
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-menu li{
  display: inline-block;
  border-right: 1px solid;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}
.footer-side-l-l{
  float: left;
  width: 30%;
  margin-right: 3%;
}
.footer-side-l-l img{
  width: 100%;
  margin-right: 20px;
}
.footer-side-l{
  float: left;
  width: 30%;
}
.footer-side-l li{
  display: inline-block;
}
.footer-side-r{
  float: right;
  width: 46%;
  font-size: 21px;
  margin-top: 15px;

}
.footer-adress{
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-box{
  width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}
.footer-side-r li{
  vertical-align: top;
  display: inline-block;
  margin-right: 5%;
}
.footer-side-l h3{
  margin-top: 15px;
}
.footer-side-l li{
  display: inline-block;
  font-size: 13px;
  margin-right: 20px;
}
.footer-side-r p{
  font-size: 11px;
}
.footer-contacttolink{
  font-size: 14px;
  background-color: #0099ff;
  color: #fff;
  text-align: center;
  padding: 16px 30px 12px 27px;
}
.copyright{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  margin-top: 20px;
  border-top:solid #fff;
}
.smart-link{
  display: none;
}
/*いったん
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.toleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.toright{
  opacity : 0;
  transform: translateX(-90px);
  transition: all 2s;
}
*/
/*パンクズリスト*/
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  padding-top: 10px;
  height: 15px;
  padding-bottom: 10px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.in{
  width: 90%;
  margin: 0 auto;
}
.inner-picture{
  padding-top: 90px;
  position: relative;
  width: 100%;
  height: 320px;
}
.inner-picture img{
  width: 100%;
  height: 320px;
}
.inner-guide{
  position: absolute;
  top: 210px;
  left: 40px;
  font-size: 40px;
  color: #1b2b60;
  text-shadow: 1px 1px 1px #fff;
}
/* 共通エリア終了 */
.top{
  overflow: hidden;
  position: relative;
  min-width: 960px;
  width: 100%;
  height: 500px;
  padding-top: 90px;
}
.top img{
  display: none;
  position: absolute;
  width: 100%;
  height: 500px;
  left: 800px;
  margin-left: -800px;
}
.top-message{
  position: relative;
  top: 350px;
  left: 0;
  width: 400px;
  padding: 20px 50px;
  background-color: rgba(0, 4, 148, 0.6);
  color: #fff;
}
.aboutme{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
  font-family: "osaka";
}
.aboutme p{
  line-height: 35px;
}
.aboutme ul{
  text-align: center;
  margin-top: 40px;
}
.aboutme li{
  width: 230px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 15.4px;
}
.aboutme p{
  text-align: left;
}
.ceparate-left{
  margin-left: 20px;
}
.aboutme i{
  margin-bottom: 30px;
  margin-top: 20px;
  color: #004aff;
}
.aboutme h4{
  font-size: 23px;
  margin: 0 auto;
}
.aboutli{
  width: 260px;
  display: inline-block;
}
.aboutli img{
  width: 100%;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.section1{
  width:100%;
}
.section1-1{
  float: left;
  width: 40%;
  text-align: left;
  line-height: 35px;
  height: 420px;
  color: #fff;
  background-color: #000494;
  padding-right: 5%;
}
.section1-2{
  float: left;
  background-image: url(../material/test-02.png);
  background-size: 100% 100%;
  width: 55%;
  height: 420px;
}
.section2{
  background-color: #efea3a;
  width:100%;
}
.section2-2{
  float: left;
  width: 55%;
  height: 460px;
  background-image: url(../material/test-01.png);
  background-size: 100% 100%;
}
.section2-1{
  float: right;
  width: 40%;
  text-align: left;
  line-height: 35px;
  padding-left: 5%;
}
.section3{
  text-align: center;
  margin-bottom: 50px;
}
.section3-1 li{
  display: inline-block;
  width: 420px;
  margin-left: 5%;
  margin-right: 5%;
}
.section3-1 img{
  width: 100%;
}
.section4{
  margin-bottom: 50px;
  font-family: "osaka";
}
.company-message{
  width: 800px;
  margin: 0 auto;
  line-height:30px;
  padding-bottom: 120px;
}
.ceo{
  float: right;
  width: 300px;
}
.ceo img{
  width: 100%;
  margin-top: 30px;
}
.border-b{
  width: 70%;
  padding-bottom: 10px;
  padding-top: 5px;
}
.right-space{
  margin-right: 40px;
}

.company-mission{
  padding-bottom: 40px;
  width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
.company-mission h2{
  margin-bottom: 20px;
}
.company-mission-text{
  font-size:20px;
  line-height: 40px;
}
.company-rinen{
  width: 750px;
  margin: 0 auto 50px;
  text-align: left;
}
.company-rinen h2{
  margin-bottom: 20px;
}
.company-color{
  background-color: rgba(220,221,221,0.2);
  padding-bottom: 40px;
}
.company-prof{
  padding-bottom: 40px;
}
.company-prof table{
  border: solid 1px #004aff;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #000e76;
  color: #fff;
  border: solid 1px #004aff;
  text-align: center;
}
.company-prof td{
  border: solid 1px #004aff;
  padding-left: 10px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-map{
  background-color: #55AAFB;
}
.map-ifame{
  width: 100%;
  margin-top: 30px;
  height: 450px;
}
.map-ifame iframe{
  width: 100%;
  height: 100%;
}
.recruit-video{
  width: 80%;
  margin:0 auto;
}
.recruit-video video{
  width: 100%;
}
.recruit-message{
  width: 800px;
  margin: 0 auto;
  line-height: 35px;
  padding-bottom: 40px;
}
.recruit-message img{
  width: 60%;
  margin-left: 20%;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  width: 760px;
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 70px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.confirm {
  width: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.service1{
  width:960px;
  margin: 0 auto;
  line-height:30px;
  padding-bottom: 70px;
}
.service1 h3{
  margin-bottom: 30px;
}
.care-plan{
  width: 1080px;
  margin: 0 auto 50px;
}
.service-me h3{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #ff5d00;
  font-size: 25px;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.service-l{
  float: left;
  width: 55%;
}
.service-r{
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-bottom: 60px;
}
.service-r img{
  width: 100%;
  margin-bottom: 20px;
}
.service-photo {
  text-align: center;
  margin-bottom: 40px;
}
.service-photo ul{
  margin-top: 10px;
text-align: center;
}
.service-photo li{
  width: 28%;
  display: inline-block;
}
.service-photo img{
  width: 100%;
}
.service-text p{
  font-size: 17px;
}
.service-text2 p{
  font-size: 17px;
}
.service-text2{
  border:solid 3px #4b71af;
  margin-top: 30px;
}
.service-text2 h4{
  color: #4b71af;
  font-size: 25px;
  margin-bottom: -20px;
  margin-top: 10px;
}
.service-text2 h5{
  font-size: 20px;
  margin-bottom: 10px;
}
.service-text3{
  border:solid 3px #4b71af;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 20px;
  font-size: 17px;
}


.service-outmenu{
  margin-bottom: 60px;
}
.service-outmenu ul{
  margin-left: 30px;
  font-size: 20px;
}
.service-outmenu li{
  margin-bottom: 20px;
}
.service-outmenu h3{
  color: #da4d00;
}
.service-outmenu p{
  font-size: 14px;
}
.back-color{
  background-color: rgba(255,177,0,0.2);
  padding-top: 40px;
  padding-bottom: 1px;
}
.bottom-space{
  margin-bottom: 20px;
}
.seko-jirei{
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  border: solid 4px #68af31;  
  margin-top: 40px;
  padding: 10px;
}
.seko-photo{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.seko-photo li{
  display: inline-block;
  width: 25%;
}
.seko-photo img{
  width: 100%;
}