@@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{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
  position: absolute;
  top: 0;
  z-index: 1000;
  background-color: rgba(255,255,255,0.8);
}
header-in{
  background-color:#fff;
  width: 100%;
}
header img{
  width: 300px;
}
.red{
  color: #f00;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.insta {/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 30px;/*幅*/
  height: 30px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 8px;/*角丸に*/
}
.insta:before {/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: -1px;
  left:1px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.fa-instagram2 {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 10px;/*アイコンサイズ*/
}
.w50{
  width: 50%;
  float: left;
}
.w50 img{
  width: 100%;
}
.w49{
  width: 49%;
  float: left;
}
.w49-side{
  margin-left: 2%;
}
.top-map{
  width: 100%;
  height: 500px;
}
.top-map iframe{
  width: 100%;
  height: 100%;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 700px;
  min-width: 530px;
  top:200px;
  left:15%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2.5s ease 2.5s 1 forwards;　
    -webkit-animation: example 2.5s ease 2.5s 1 forwards;
  z-index: 1000;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.herder-left{
  float: left;
  width: 400px;
  margin-left: 20px;
}
.herder-left h2{
  margin-top: 20px;
  color: #0c2e9c;
}
.herder-left p{
  padding-top: -30px;
}
.herder-left img{
  width: 60px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}
.li-line{
  border-left:solid 1px #a9a9a9;
}
.li-right{
  border-right:solid 1px #a9a9a9;
}
.li-line:hover{
  background-color: #3e78b5;
  color: #fff;
}
.herder-middle{
  float: right;
  font-size: 13px;
  margin-right: 30px;
}
.herder-middle li{
  display: inline-block;
  padding: 5px 15px;
  color: #5F2688;
}
.herder-a{
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.herder-a li{
  background-color: #3b17c9;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}
.hover-white:hover {
  background-color: #fff;
  color: #262504;
  transition: 0.6s;
}
.hover-border:hover {
  border-bottom: 3px solid #f7f038;
}
.herder-b{
  font-size: 15px;
}
.herder-position-in{
  width: 100%;
  background-color: #fff;
  color: #000;
}
.header-relative{
  position: relative;
}
.csr{
  margin-bottom: 80px;
}
.contact-button{
  color: #fff;
  background-color: #001b7d;
  border:solid 2px #001b7d;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.contact-change{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.contact-change :hover{
  background-color: #fff;
  color: #9F280E;
  transition: 0.5s;
}
.small{
  font-size: 20px;
}
.small-header{
  font-size: 10px;
}
.top{
  overflow: hidden;
  top: 0;
  min-width: 960px;
  width: 100%;
  height: 600px;
  margin-top: -7px;
}
.top img{
  display: none;
    position: absolute;
    width: 100%;
    height: 600px;
    left: 800px;
    margin-left: -800px;
}
.section1{
  width: 100%;
  color: #000;
  margin-top: 20px;
  position: relative;
}
.section1-text{
  width: 420px;
  height: 330px;
  float: left;
  margin-left: 30px;
  background: linear-gradient(#a0d8ef, #fde8e9) fixed;
  position: absolute;
  top: 0;
  padding:15px 15px 5px 15px;
}
.inner{
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.inner div{
  opacity: 0;
  animation-name: Drop;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../material/mj.png) no-repeat;
}
.flake3,
.flake5,
.flake6,
.flake8{
  background-size: 23px 25px !important;
}
.flake1 {
  left: 50px;
  animation-duration: 12s;
}
.flake2 {
  left: 80px;
  animation-duration: 8s;
  animation-delay: 10s;
}
.flake3 {
  left: 120px;
  animation-duration: 12s;
  animation-delay: 8s;
}
.flake4 {
  left: 160px;
  animation-duration: 10s;
  animation-delay: 16s;
}
.flake5 {
  left: 200px;
  animation-duration: 8s;
  animation-delay: 2s;
}
.flake6 {
  left: 240px;
  animation-duration: 12s;
  animation-delay: 13s;
}
.flake7 {
  left: 260px;
  animation-duration: 10s;
  animation-delay: 8s;
}
.flake8 {
  left: 320px;
  animation-duration: 8s;
  animation-delay: 14s;
}
.flake9 {
  left: 380px;
  animation-duration: 10s;
  animation-delay: 2s;
}
.flake10 {
  left: 540px;
  animation-duration: 12s;
  animation-delay: 6s;
}

@keyframes Drop{
  0%{
    transform: translate(0,0);
    opacity: 0;
}
50%{
  transform: translate(30px, 140px);
  opacity: 1;
}
100%{
  transform: translate(20px,280px);
  opacity: 0.1;
}
}
.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: #3b17c9;
  padding: 5px 15px;
  color: #fff;
  margin-right: 50px;
}
.day-right{
  float: left;
  padding-top: 5px;
}
.infiniteslide1{
  height: 350px;
  background-color: #456;
}
.infiniteslide1 img{
  height: 350px;
}
.title{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.title2{
  margin-bottom: 30px;
  text-align: center;
}
.title h2{
  font-size: 33px;
  color: #000;
  font-family: "Impact";
}
.title2 h2{
  font-size: 33px;
  color: #1B5DC6;
  font-family: "Impact";
}
.title p{
  font-size: 15px;
  color: #2261a0;
  font-family: "Verdana";
}
.title2 p{
  font-size: 15px;
  color: #1BCC6C;
  font-family: "Verdana";
}
.section1-intro{
  line-height: 30px;
}
.section1-intro p{
  margin-bottom: 30px;
}
.contacttolink{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3b17c9;
  color: #fff;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.contacttolink:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #9F280E;
  transition: 0.3s;
}
.contacttolink2{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  width: 200px;
  border:solid 1px #fff;
}
.contacttolink2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink3{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  width: 200px;
  border:solid 1px #3e78b5;
  background-color: #3e78b5;
}
.contacttolink3:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f00;
  border: solid 1px #f00;
  color: #000;
  transition: 0.3s;
}
.contacttolink4{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #9F280E;
  color: #fff;
  height: 30px;
  width: 200px;
  text-align: center;
}
.section2{
  text-align: center;
}
.section2-space{
  height: 140px;
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}
.aboutme{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
  margin-top: 60px;
}
.aboutli{
  width: 260px;
  display: inline-block;
}
.aboutli img{
  width: 100%;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.section3{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 70px;
}
.section3-back{
  width: 85%;
  height: 450px;
  background-image: url(../material/work3.png);
  background-size: 100% 100%;
}
.section3 img{
  width: 100%;
  height: 100%;
}
.section3-text{
  width: 400px;
  position: absolute;
  top:70px;
  right: 40px;
  background-color: rgba(62,120,181,0.8);
}
.section3-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}

.section4{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 70px;
}
.section4-back{
  width: 85%;
  margin-left: 15%;
  height: 450px;
  background-image: url(../material/work4.png);
  background-size: 100% 100%;
}
.section4 img{
  width: 100%;
  height: 100%;
}
.section4-text{
  width: 400px;
  position: absolute;
  top:70px;
  left: 40px;
  background-color: rgba(0,0,0,0.8);
}
.section4-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}
.event-table table th{
  width: 200px;
}
.event-table-smart{
  display: none;
}
.event-detail{
  margin-bottom: 30px;
  border-bottom: dotted 1px;
}
.event-detail h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.shucho{
  margin-bottom: 60px;
}
.shucho li{
  display: inline-block;
  margin-right: 5%;
  border-bottom: 3px #ff0 solid;
  margin-bottom: 10px;
}
footer{
  background-color: #0068b7;
  color: #fff;
  font-family:"Avenir";
  border:solid 3px;
}
.footer-in{
  width: 1080px;
  margin:0 auto;
  color: #fff;
  padding-top: 30px;
  text-align: center;
}
.footer-in ul{
  width: 70%;
  margin: 0 auto;
}
.footer-in li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-logo{
  width: 350px;
  margin: 50px auto 70px;
  text-align: center;
}
.footer-logo img{
  width: 80px;
}
.footer-logo h2{
  padding-top: 10px;
  font-size: 35px;
}
.copywright{
  text-align: center;
  font-size: 14px;
  border-top: solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copywright span{
  color: orangered;
  font-size: 18px;
}
.humberger-menu{
  display: none;
}
.smart-link{
  display: none;
}
.inner-picture{
  width: 100%;
  position: relative;
  height: 300px;
  border:solid 2px;
}
.inner-picture img{
  width: 100%;
  height: 300px;
}
.inner-picture-text{
  position: absolute;
  top: 170px;
  font-size: 30px;
  font-family: "osaka";
  color: #fff;
  width: 60%;
  left: 100px;
}

/*パンクズリスト*/
.pankuzu{
  width: 100%;
  padding-top: 10px;
  background-color: #ededed;
}
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  height: 15px;
  padding-bottom: 20px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
}
.breadcrumb li:after{/* >を表示f*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.in-contents{
  padding-top: 40px;
  width: 1080px;
  margin: 0 auto;
}
.copmany-section1{
  width: 100%;
  padding-bottom: 60px;
}
.company-message{
  width: 1080px;
  margin: 0 auto;
  line-height: 30px;
}
.company-message p{
  margin-bottom: 30px;
}
.ceo{
  float: right;
  width: 300px;
}
.ceo img{
  width: 100%;
}
.greeding{
  margin-bottom: 130px;
}
.greeding img{
  width: 100%;
}
.greeding h3{
  font-size: 1.5em;
  color: #0068b7;
  margin-bottom: 10px;
}
.company-prof{
  margin-bottom: 30px;
}
.company-prof{
  text-align: left;
}
.company-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 30px;
}
.company-prof td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.map{
  width: 100%;
}
.map iframe{
  width: 100%;
  height: 450px;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.recruit-greeding{
  text-align: center;
  width: 1000px;
  margin:0 auto 80px;
  line-height: 35px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
}
.recruit-greeding{
  text-align: center;
  width: 930px;
  margin:0 auto 80px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
}
.recruit-greeding p{
  margin-top: 30px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 700px;
}
.recruit-prof th{
  width: 130px;
  background-color: #00E8FC;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.recruit-button li{
  display: inline-block;
}
.button{
  width: 300px;
  margin: 50px auto;
  border: solid 1px #3b17c9;
  color: #3b17c9;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button:hover{
  background-color: #3b17c9;
  color: #fff;
  transition: 0.7s;
}
.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;
}
.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
}
.service-l{
  float: left;
  width: 55%;
}
.service-r{
  float: left;
  width: 40%;
  margin-left: 5%;
}
.service-r img{
  width: 100%;
  margin-bottom: 20px;
}
.service-text p{
  font-size: 17px;
}
.service-text h3{
  color: #4b71af;
  font-size: 24px;
  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-block{
  padding-bottom: 60px;
}
.hatuho{
  margin-top: 90px;
}
.yakudoshi{
  margin-top: 120px;
}
.yakudoshi h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.yaku-frame img{
  width: 100%;
}
.jirei {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 90px;
  line-height: 40px;
  text-align: center;
}
.jirei img{
  width: 100%;
}
.jirei ul{
  margin-bottom: 30px;
}
.jirei li{
  width: 300px;
  display: inline-block;
}
.jirei-space{
  margin-left: 2%;
  margin-right: 2%;
}
.smart-toppicture{
  display: none;
}
.juyohin li{
  display: inline-block;
  width: 150px;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.juyohin img{
  width: 100%;
}




