@@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";
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.no-boxshadow #header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.header.sticky {
    position: fixed;
    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{
  background-color: #fff;
  color: #000;
}
.whalf{
  width: 49.5%;
  float: left;
  border:solid 1px;
}
.whalf img{
  width: 100%;
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.red{
  color: #f00;
  font-size: 30px;
}

.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo{
  float: left;
  width: 230px;
  margin-top: 20px;
}
.header-logo img{
  width: 300px;
  margin-right: 15px;
}
.header-menu{
  float: left;
  width: 680px;
  text-align: center;
}
.header-menu li{
  display: inline-block;
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.header-menu li:hover{
  background-color: #0099ff;
  transition: 0.7s;
  color: #fff;
}
.header-contact{
  float: left;
  width: 160px;
  color: #fff;
  background-color: #0099ff;
  text-align: center;
  margin-top: -29px;
  height: 135px;
}
.header-contact p{
  margin-top: 65px;
}
.header-contact:hover{
  background-color: #fff;
  color: #0099ff;
  transition: 0.8s;
}
.fa-file-alt{
  color: #2a925c;
}
.contacttolink{
  font-size: 20px;
  background-color: #0099ff;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  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: #2a6767;
  padding-top: 30px;
  margin-bottom: 5px;
}
.title h3{
  color: #0099ff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #f0d400;
  display: inline-block;
}
.title2{
  text-align: right;
  font-family: "osaka";
  position: absolute;
  top: 28%;
  left: 30%;
  z-index: 10;
}
.title2 h2{
  color: #fff;
  padding-top: 30px;
  margin-bottom: 20px;
  border-bottom: solid 5px #0099ff;
  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 h3{
  color: #0099ff;
  font-size: 25px;
}
.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.1);
  z-index: 1000;
  transition: 0.2s;
}
.black p{
  font-family: "ヒラギノ角ゴ Pro W6";

}
.link{
  font-size: 15px;
  background-color: #0099ff;
  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;
}
.news{
  width: 600px;
  margin: 0 auto 90px;
}
.news table{
  border-collapse: collapse;
  margin-bottom: 70px;
}
.news tr{
  height: 90px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news td{
  width: 110px;
  border-bottom: solid 1px;
}
.news th{
  text-align: left;
  border-bottom: solid 1px;
}
.day-left{
  width: 70px;
  float: left;
  text-align: left;
  background-color: #0099ff;
  padding: 5px 15px;
  color: #fff;
  margin-right: 50px;
}
.day-right{
  float: left;
  padding-top: 5px;
}
footer{
  background-color: #EDE7DE;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.copyright{
  text-align: center;
  font-size: 14px;
  color: #97280E;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-left{
  width: 300px;
  float: left;
  margin-right: 7%;
}
.footer-left h2{
  padding-top: 20px;
}
.footer-left img{
  width: 100%;
  margin-right: 20px;
}
.footer-left p{
  font-size: 12px;
}
.footer-right{
  width: 150px;
  float: left;
  margin-right: 1%;
}
.footer-right p{
  font-size: 12px;
}

.footer-small{
  font-size: 15px;
}
.footer-in{
  width: 95%;
  margin: 0 auto;
}
.footer-l-block{
  margin-bottom: 15px;
}
.footer-l-block i{
  margin-right: 20px;
}
.footer-l-block li{
  display: inline-block;
}
.text-big{
  font-size: 30px;
}
.footer-section p{
  margin-bottom: 10px;
  margin-left: 5px;
}
.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;
}
.inner-picture{
  padding-top: 90px;
  position: relative;
  width: 100%;
}
.inner-picture img{
  width: 100%;
}
.inner-guide{
  position: absolute;
  top: 170px;
  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: 105px;
}
.top img{
  display: none;
  position: absolute;
  width: 100%;
  height: 500px;
  left: 800px;
  margin-left: -800px;
}
.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: #0099ff;
}
.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%;
}

.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";
}
.section5{
  text-align: center;
  margin-bottom: 50px;
}
.section5-1 ul{
  margin-bottom: 5px;
}
.section5-1 li{
  display: inline-block;
  width: 33%;
  text-align: center;
}
.section5-1 img{
  width: 100%;
}
.company-message{
  width: 800px;
  margin: 0 auto;
  line-height: 30px;
  padding-bottom: 120px;
}
.top-map{
  width: 100%;
  height: 520px;
}
.top-map iframe{
  width: 100%;
  height: 100%;
}
.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: 850px;
  margin: 0 auto 50px;
  text-align: center;
}
.company-mission h2{
  margin-bottom: 20px;
}
.company-mission-text{
  font-size:18px;
  line-height: 35px;
  text-align: left;
}
.company-mission-text p{
  margin-bottom: 30px;
}
.company-rinen{
  width: 850px;
  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 #fff;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #0099ff;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
}
.company-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-map{
  background-color: #0099ff;
}
.map-ifame{
  width: 100%;
  height: 450px;
}
.map-ifame iframe{
  width: 100%;
  height: 100%;
}
.mitsumori{
  width: 95%;
  margin: 0 auto;
}
.mitsumori img{
  width: 100%;
}
.mitsumori-line{
  background-image: url(../material/line.png);
  background-size: 100% 100%;
  height: 240px;
  margin-bottom: 40px;
}
.nagare{
  background-image: url(../material/flow.png);
  background-size: 100% 100%;
  height: 540px;
}
.smart-nagare{
  display: none;
}
.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-text{
  float: left;
  width: 50%;
  margin-left: 5%;
  line-height: 30px;
  margin-bottom: 90px;
}
.service-photo{
  width: 25%;
  float: left;
  margin-left: 10%;
  margin-right: 5%;
  margin-bottom: 90px;
}
.service-photo img{
  width: 100%;
  margin-bottom: 20px;
}
.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-photo{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.seko-photo ul{
  margin-bottom: 20px;
}
.seko-photo li{
  display: inline-block;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
}
.seko-photo img{
  width: 100%;
}
.works-text ul{
  margin-bottom: 30px;
  text-align: left;
}
.works-text li{
  width: 33%;
  display: inline-block;
  height: 520px;
  vertical-align: top;
}
.works-text img{
  width: 100%;
}
.works-message{
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 30px;
}
.staff{
  text-align: center;
  margin-bottom: 70px;
}
.staff li{
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
.staff img{
  width: 100%;
}
.plan{
  text-align: center;
  width: 90%;
  margin:0 auto;
  padding-bottom: 70px;
}
.plan li{
  display: inline-block;
  width: 10%;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 2%;
}
.plan img{
  width: 100%;
}
.service-li-wide li{
  display: inline-block;
  margin-right: 7%;
  margin-top: 40px;
}
.service-li-wide img{
  width: 100%;
}
.li-rela{
  position: relative;
  width: 230px;
}
.li-ab{
  position: absolute;
  margin-left: 10px;
  text-align: center;
  top: 30px;
  font-size: 13px;
  font-family: "osaka";
}
.service-intro{
  margin-bottom: 40px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 30px;
}
.service-button {
  margin-top: 30px;
}
.service-button li{
  display: inline-block;
  text-align: center;
  background-color: #0099ff;
  color: #fff;
  width: 200px;
  padding: 20px 10px;
}
.service-button li:hover{
  background-color: #fff;
  transition: 0.6s;
  color: #0099ff;
}
.works-title{
  margin-bottom: 30px;
}
.works-title li{
  display: inline-block;
  margin-right: 1%;
  margin-top: 40px;
}
.works-title img{
  width: 100%;
}
.li-rela2{
  position: relative;
  width: 130px;
}
.li-ab2{
  position: absolute;
  margin-left: 10px;
  text-align: center;
  top: 30px;
  font-size: 13px;
  font-family: "osaka";
  text-align: left;
}
