@charset "UTF-8";
/**************************************/
/*　　　　　　　　　全体設定　　　　　　 　	  */
/**************************************/
body{
  font: 15px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

IMG{
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

A{
  color : #8c97cb;
  text-decoration: none;
}

a:visited{
  color: #8C97CB;
  text-decoration: none;
}

a:hover{
  color: #8C97CB;
  text-decoration: none;
}
a:hover img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#wrapper{
  color: #000000;
  margin: 0 auto;
  overflow: hidden;
}

.global-header{
  height: 60px;
  width: 85%;
  background-color: #1d2088;
}
.global-header.fix{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  height: 50px;
  width: 85%;
  background-color: rgba(29, 36, 136, 0.9);
}
.global-header.fix .navi{
  padding: 13px 0 0;
}
.global-header.fix .navi li.logo{
  width: 170px;
}
.global-header.fix .navi li.logo img{
  margin: -3px 0 0;
}
.global-header .navi{
  padding: 20px 0 0;
  text-align: center;
  margin-left: 0px;
  font-size: 0;
}
.global-header .navi li{
  display: inline-block;
  margin: 0 25px 0;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.global-header .navi li a{
  color: #FFFFFF;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-header .navi li a:hover{
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
.global-header .navi li a:hover .line {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.global-header .navi li a .line{
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0 0;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #fff;
}
.global-header .navi li.logo{
  width: 200px;
}
.global-header .navi li.logo img{
  margin: -7px 0 0;
}
.global-header .navi li.active .line {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#main{
  overflow: hidden;
}

.global-footer{
  width: 88%;
  margin-right: auto;
  margin-left : auto;
  background-color: #1d2088;
  color: #FFFFFF;
  margin-top: 100px;
}
.global-footer a{
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-footer a:hover{
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
.global-footer .inner{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.global-footer .inner::after{
  content: "";
  clear: both;
  display: block;
}
.global-footer .footer_l{
  overflow: hidden;
  float: left;
  width: 440px;
  margin: 0 0 0 2%;
  padding-top: 10px;
}
.global-footer .corporation{
  font-size: 18px;
  float: left;
  margin-top: 30px;
}
.global-footer .address{
  float: right;
  margin: 8px 0 0;
  font-size: 12px;
}
.global-footer .address p{
  margin: 0 0 5px;
}
.global-footer .footer_r{
  float: right;
  margin: 38px 13.5% 0 0;
  text-align: right;
  font-size: 0;
}
.global-footer .footer_r li{
  display: inline-block;
  font-size: 16px;
}
.global-footer .copyright{
  clear: both;
  padding: 10px 0 15px;
  font-size: 12px;
  text-align: center;
}
.global-footer .copyright p{
  margin: 0;
}
.global-footer .btn-top{
  position: absolute;
  top: -40px;
  right: 2%;
  height: 80px;
  width: 80px;
}
.global-footer .btn-top a{
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px 0 0;
  background: #1d2088;
  border: #1d2088 2px solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-footer .btn-top a:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
  background: #fff;
  color: #1d2088;
}
.global-footer .btn-top a:focus{
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .global-header{
    position: relative;
    height: 50px;
  }
  .global-header.fix{
    height: 50px;
  }
  .global-header.fix .navi{
    padding: 0;
  }
  .global-header .logo-main{
    width: 120px;
    padding: 0;
    margin: 0;
    padding: 15px 0 0 12px;
    font-size: inherit;
  }
  .global-header .logo-main a{
    display: block;
  }
  .global-header .btn-menu{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    cursor: pointer;
  }
  .global-header .btn-menu span{
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .global-header .btn-menu span:first-child{
    top: 16px;
  }
  .global-header .btn-menu span:nth-child(2){
    margin-top: -1px;
    top: 50%;
  }
  .global-header .btn-menu span:last-child{
    bottom: 16px;
  }
  .global-header .btn-menu.active span:first-child {
    -moz-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .global-header .btn-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .global-header .btn-menu.active span:last-child {
    -moz-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .global-header .navi{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .global-header .navi li{
    display: block;
    margin: 0;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #8C97CB;
  }
  .global-header .navi li a{
    position: relative;
    color: #333;
    display: block;
    line-height: 1;
    padding: 15px 9.375% 15px 3.75%;
  }
  .global-header .navi li a::before{
    display: block;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3.75%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #8C97CB;
  }
  .global-header .navi li a::after{
    display: block;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 4.375%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
  }
  .global-header .navi li a .line{
    display: none;
  }
  .global-header .navi li.logo{
    display: none;
  }
  .global-header .navi li.active{
    background-color: #FFFFFF;
    color: #8c97cb;
  }

  .global-footer{
    margin-top: 80px;
  }
  .global-footer .inner{
    width: 92.5%;
  }
  .global-footer .footer_l{
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    text-align: center;
  }
  .global-footer .corporation{
    margin: 20px 0 0;
    font-size: 18px;
    float: none;
  }
  .global-footer .address{
    float: none;
    margin: 18px 0 0;
    font-size: 12px;
  }
  .global-footer .address p{
    margin: 0 0 5px;
  }
  .global-footer .footer_r{
    float: none;
    margin: 14px 0 5px;
    text-align: center;
  }
  .global-footer .footer_r li{
    font-size: 14px;
  }
  .global-footer .copyright{
    padding: 10px 0 15px;
    font-size: 12px;
    text-align: center;
  }
  .global-footer .copyright p{
    margin: 0;
  }
  .global-footer .btn-top{
    top: -30px;
    right: 0;
    height: 70px;
    width: 70px;
  }
  .global-footer .btn-top a{
    padding: 24px 0 0;
  }
}
h4{
  font-size: 20px;
  border-bottom: solid 2px red;
}

h5{
  font-size: 15px;
  margin-top: -10px;
}

h6{
  font-size: 17px;
  margin-top: 10px;
  padding-left: 4em;
}

@media only screen and (max-width: 400px) {
  h6{
    padding-left: 1em;
  }
}

/**************************************/
/*　　　　　　  　 　index　　　  　　  　　*/
/**************************************/
.top-slider .text-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#banner{
  width: 90%;
  margin: 0 auto;
  margin-left: 10px;
  padding-top: 20px;
  border-top: 7px #ccc solid;
}

.banner_1{
  max-width: 1000px;
  margin: 0 auto;
}
.banner_1 ul{
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}
.banner_1 UL LI{
  width : 100%;
  float: right;
  margin : 0px;margin-bottom : 0px;margin-left : 0px;
  border-right-width : 10px;
}
.banner_1 ul a{
  display: block;
}
.banner_1 UL IMG{
  vertical-align: middle;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.banner_2{
  max-width: 1000px;
  margin: 0 auto;
}
.banner_2 ul{
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}
.banner_2 ul li{
  min-height: 74px;
  width: 15.30612%;
  float: left;
  margin: 2.04082% 0 0 1.22449%;
  text-align: center;
}
.banner_2 ul a{
  display: block;
}
.banner_2 ul img{
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  
  .banner_1 ul{
    width: 100%;
  }
  .banner_1 UL LI{
    width: 44.375%;
    margin: 0 3.75% 0 0;
  
    border-spacing : 10px 0px;
  }

  .banner_2 ul{
    width: 100%;
  }
  .banner_2 ul li{
    width: 44.375%;
    margin: 3.75% 0 0 3.75%;
  }
}

/**************************************/
/*　　　　　　　　profile      　　　　  　*/
/**************************************/
#profile_img{
  background-image: url(../images/top_3.jpg);
  background-repeat: no-repeat;
  background-position: 0 -180px;
  background-size: 100%;
  height: 500px;
}

#about{
  height: 400px;
  width: 80%;
  margin: 50px auto;
  margin-bottom: -70px;
}

dl.about_text{
  width: 600px;
  margin: 20px auto;
}

dl.about_text dt{
  float: left;
  width: 17%;
  margin: 0 0 0 50px;
  line-height: 2em;
  padding-left: 1em;
  border-bottom: solid 4px #ccc;
}

dl.about_text dd{
  float: left;
  width: 50%;
  line-height: 2em;
  padding-left: 6em;
  border-bottom: solid 4px #ccc;
}

#message_link{
  width: 80%;
  height: 420px;
  margin: 0 auto;
}

#message_link a {
}

.message_link{
  width: 50%;
  height: 200px;
  padding-top: 30px;
  text-align: center;
  margin: 50px auto;
  color: #1d2088;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.message_link p{
  margin-top: 50px;
  font-size: 20px;
  border-width: bold;
}

.message_link:hover,.message_link:focus{
  background-color: #8C97CB;
  border-radius: 15px;
}

#access{
  height: 600px;
  width: 80%;
  margin: 0 auto;
}

#map{
  margin-top: 50px;
}

@media only screen and (max-width: 400px) {
  #profile_img{
    background-position: 0 0;
  }

  #about{
    margin-top: 20px;
  }

  dl.about_text{
    width: 150%;
    margin-left: -50px;
  }

  dl.about_text dt{
    font-size: 10px;
  }

  dl.about_text dd{
    font-size: 10px;
    padding-left: 10px;
  }

  #message_link{
    width: 90%;
    height: 200px;
    margin-left: 30px;
    margin-top: 300px;
    margin-bottom: 100px;
  }

  .message_link{
    width: 40%;
  }

  .message_link p{
    margin-top: 100px;
    font-size: 13px;
  }
}

/**************************************/
/*　　　　　　　　pitaca      　　  　 　　*/
/**************************************/
#pitaca_img{
  background-image: url(../images/pitaca_1.jpg);
  background-repeat: no-repeat;
  background-position: 0 -150px;
  background-size: 100%;
  height: 500px;
}

#pitaca_about, #tenpo, #keiei, #kaitori{
  width: 90%;
  margin: 50px auto;
}

#pitaca_about a{
  position: relative;
}

#sansya, #fc, #riyu{
  width: 100%;
  margin: 40px auto;
}

#sansya img, #fc img, #riyu img{
  width: 65%;
  margin: 10px auto;
}

.hazimeni{
  text-align: center;
  margin: 30px auto;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #ffa500;
  padding: 8px 0 8px 0;
}

.hazimeni:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pitaca_movie{
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #ffa500;
  padding: 8px 0 8px 0;
}

.pitaca_movie:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.icon-arrow-right2::before{
  content: "\e601";
  font-size: 20px;
  position: absolute;
  padding: 0px 5px 0 0;
}

#tenpo p, #keiei p, #kaitori p{
  width: 90%;
  margin: 10px auto;
  line-height: 1.5em;
}

.icon-arrow-down::before{
  content: "\e600";
  font-size: 20px;
  color: #2dc6ec;
}

.tenpo_1, .keiei_1, .kaitori_1{
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

#kaitori{
  margin-bottom: 50px;
}

#riyu{
  border-top: solid 2px red;
  border-bottom: solid 2px red;
}

@media only screen and (max-width: 400px) {
  #pitaca_img{
    margin-bottom: -250px;
    background-position: 0 0;
  }

  #pitaca_about{
    margin-top: -130px;
    width: 90%;
  }

  #tenpo, #keiei, #kaitori{
    width: 90%;
  }

  #tenpo p, #keiei p, #kaitori p{
    width: 100%;
  }

  #sansya, #fc, #riyu{
    width: 90%;
    margin: 40px auto;
  }

  #sansya img, #fc img, #riyu img{
    width: 100%;
    margin: 30px auto;
  }
}


/**************************************/
/*　　　　　　　　toreca      　　   　　　*/
/**************************************/
#toreca_img{
  background-image: url(../images/tenpo_5.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 500px;
}

#nouhau, #syueki, #kensyu, #jihanki, #juki{
  width: 80%;
  margin: 50px auto;
}

#nouhau p, #syueki p, #kensyu p{
  width: 80%;
  margin: 10px auto;
  line-height: 1.5em;
}

.syueki_1{
  width: 90%;
  font-size: 20px;
  text-align: center;
  padding: 3px 3px 3px 3px;
  margin: 20px auto;
  color: #FFFFFF;
  background-color: red;
}

#kensyu ul li{
  line-height: 1.5em;
  padding-left: 6em;
}

.kensyu_top{
  background-color: #87ceeb;
  padding: 5px 5px 5px 5px;
}

.kensyu_1{
  text-align: center;
  color: red;
  font-size: 24px;
}

.kensyu_2{
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  background-color: red;
}

.kensyu_3{
  font-size: 18px;
  padding-left: 2em;
}

.kensyu_4{
  font-size: 14px;
  padding-left: 3em;
}

#jihanki img{
  margin: 20px auto;
}

.jihanki_tokutyo{
  width: 70%;
  margin: 0 auto;
}

.tokutyo_text{
  margin-top: 50px;
}

.tokutyo_text p{
  padding-left: 1em;
}

.jihanki_hiyo{
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}

.jihanki_hiyo th, td{
  border: #000000 1px solid;
  padding: 5px 5px 5px 5px;
}

.jihanki_hiyo th{
  background-color: #3cb371;
}

.hiyo_table_l,.hiyo_table_r{
  float: left;
  margin: 0 10px 0 10px;
}

.hiyo_l{
  width: 50%;
  float: left;
  margin-top: 20px;
  line-height: 1.5em;
}

.hiyo_l a{
  color: #1e90ff;
}

.hiyo_r{
  width: 50%;
  float: right;
  margin-top: 20px;
}

.jihanki_set{
  clear: both;
  width: 80%;
  margin: 50px auto;
}

.jihanki_set p{
  width: 80%;
  margin: 0 auto;
}

.jihanki_set img{
  padding-right: 20px;
}

.juki_img{
  width: 50%;
  margin: 20px auto;
}

.juki_img img{
  margin-top: 10px;
}

@media only screen and (max-width: 400px) {
  #toreca_img{
    background-position: 0 0;
  }

  #nouhau{
    margin-top: 50px;
  }

  .syueki_1{
    font-size: 15px;
  }

  #nouhau, #syueki, #kensyu, #jihanki, #juki{
    width: 90%;
  }

  #nouhau p, #syueki p, #kensyu p{
    width: 100%;
  }

  #kensyu ul li{
    line-height: 1.5em;
    padding-left: 0;
  }

  .kensyu_1{
    font-size: 19px;
  }

  .kensyu_2{
    font-size: 20px;
  }

  .kensyu_3{
    font-size: 16px;
    padding-left: 1em;
  }

  .kensyu_4{
    font-size: 12px;
    padding-left: 2em;
  }

  .jihanki_tokutyo{
    width: 100%;
  }

  .tokutyo_text{
    margin-top: 20px;
  }

  .jihanki_hiyo{
    width: 90%;
    height: 550px;
  }

  .hiyo_l,.hiyo_r{
    width: 80%;
    float: left;
  }

  .hiyo_table_r{
    padding-top: 30px;
  }

  .jihanki_set p{
    width: 90%;
  }

  .juki_img{
    width: 90%;
  }

}

/**************************************/
/*　　　　　　　　flow      　　　     　　*/
/**************************************/
#flow_img{
  background-image: url(../images/flow.jpg);
  background-repeat: no-repeat;
  background-position: 0 -150px;
  background-size: 100%;
  height: 500px;
}

#flow{
  width: 80%;
  margin: 50px auto;
}

#flow img{
  margin: 50px auto;
}

.flow_text{
  margin-top: 50px;
}

.flow_text p{
  width: 200px;
  text-align: center;
  margin: 20px auto;
}

.flow_1{
  font-size: 15px;
}

.flow_2{
  background-color: #3cb371;
  font-size: 20px;
}

.flow_3{
  font-size: 15px;
}

.flow_4{
  background-color: #98fb98;
  font-size: 20px;
}

@media only screen and (max-width: 400px) {
  #flow_img{
    background-position: 0 0;
  }

  #flow{
    margin-top: 50px;
  }
}

/**************************************/
/*　　　　　　　　message     　　　　   　*/
/**************************************/
#message_text{
  width: 90%;
  margin: 50px auto;
}

#message_text p{
  width: 90%;
  margin: 0 auto;
  border-left: solid 2px red;
  padding-left: 2em;
  padding-top: 10px;
}

.message_text_1{
  width: 20%;
  text-align: center;
  font-size: 18px;
  margin-left: 3.15em;
  margin-top: 20px;
  background-color: red;
  color: #FFFFFF;
}

.syatyo{
  background-image: url(../images/message.jpg);
  background-repeat: no-repeat;
  background-position: 400px 0;
  background-size: 50%;
  margin: 0 auto;
  width: 60%;
  height: 500px;
}

.syatyo p{
  padding-top: 380px;
  padding-left: 100px;
  font-size: 17px;
}

.syatyo img{
  margin-left: 100px;
}

@media only screen and (max-width: 400px) {
  #message_text{
    margin-top: -150px;
  }

  #message_text p{
    width: 100%;
    padding-left: 0.5em;
  }

  .syatyo{
    width: 90%;
    height: 600px;
    background-position: 0 0;
    background-size: 100%;
  }

  .syatyo p{
    font-size: 11px;
    padding-top: 400px;
  }

  .syatyo img{
    width: 200px;
    margin-left: 50px;
  }

  .message_text_1{
    width: 60%;
    font-size: 16px;
    margin-left: 0;
  }

}

/**************************************/
/*　　　　　　　　contact      　　　　  　*/
/**************************************/
#contact_img{
  background-image: url(../images/tenpo_2.jpg);
  background-repeat: no-repeat;
  background-position: 0 -150px;
  background-size: 100%;
  height: 500px;
}

#contact{
  width: 80%;
  margin: 50px auto;
}

.contact_text{
  width: 80%;
  margin: 20px auto;
}

.contact_text p{
  font-size: 15px;
  text-align: center;
}

.contact_text img{
  margin: 20px auto;
}

@media only screen and (max-width: 400px) {
  #contact_img{
    background-position: 0 0;
  }

  #contact{
    width: 90%;
    margin-top: 0px;
  }

  .contact_text{
    width: 100%;
  }

  .contact_text p{
    font-size: 13px;
  }

  .mail_box {
    /*display: none;*/
  }
}

/**************************************/
/*　　　　　　　　recruit        　　　　　*/
/**************************************/
#recruit_img{
  background-image: url(../images/tenpo_1.jpg);
  background-repeat: no-repeat;
  background-position: 0 -70px;
  background-size: 100%;
  height: 500px;
}

#recruit{
  width: 80%;
  margin: 50px auto;
}

.recruit_text{
  width: 80%;
  margin: 20px auto;
}

.recruit_text p{
  font-size: 14px;
  padding-top: 10px;
  line-height: 2em;
}

.recruit_text2 p{
  font-size: 17px;
  text-align: center;
}

.recruit_text img{
  margin: 10px auto;
}

@media only screen and (max-width: 400px) {
  #recruit_img{
    background-position: 0 0;
  }

  #recruit{
    width: 90%;
    margin-top: -200px;
  }

  .recruit_text{
    width: 100%;
  }

  .recruit_text p{
    font-size: 12px;
  }

  .recruit_text2 p{
    font-size: 15px;
  }
}

/**************************************/
/*　　　　　　　　pitaca_about 　　　　  　*/
/**************************************/
#pitaca_about_text{
  width: 80%;
  margin: 50px auto;
}

#pitaca_about_text p{
  width: 80%;
  margin: 20px auto;
  line-height: 1.5em;
}

@media only screen and (max-width: 400px) {
  #pitaca_about_text{
    width: 90%;
  }

  #pitaca_about_text p{
    width: 100%;
  }

  #pitaca_about{
    margin: 50px auto;
  }
}


.bx-wrapper{
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img{
  width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.sample{
  max-width: 1000px;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
}
.sample .inner{
  max-width: 96%;
  margin: 0 auto;
}
.sample .lead-area{
  border: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 1.04167% 2.08333% 1.04167%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sample .lead-area h3{
  margin: 20px 0 20px;
}
.sample .head{
  text-align: center;
}
.sample .head h3{
  color: red;
}
.sample strong{
  color: red;
}
.sample p{
  margin: 0 0 20px;
}
.sample dt{
  margin: 0 0 5px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: red;
}
.sample dt::before{
  content: "・";
}
.sample dd{
  padding: 0 0 0 1em;
  margin: 0 0 20px;
}
.sample .col2::after{
  content: "";
  clear: both;
  display: block;
}
.sample .contents01{
  width: 66.66667%;
  margin: 0 2.08333% 0 0;
  padding: 1.04167% 2.08333% 1.04167%;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sample .contents02{
  width: 31.25%;
  padding: 1.04167% 2.08333% 1.04167%;
  background: #e9ebf4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sample .contents03{
  width: 66.66667%;
  margin: 0 2.08333% 0 0;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sample .contents03 .contents04{
  width: 46.875%;
  padding: 1.5625% 3.125% 1.5625%;
  background: #e9ebf4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fl-l{
  float: left;
}

.fl-r{
  float: right;
}

.mgt20{
  margin-top: 20px;
}

.mgb60{
  margin-bottom: 60px;
}

.mgb40{
  margin-bottom: 40px;
}

.mgb20{
  margin-bottom: 20px;
}

.mgb10{
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sample .inner{
    max-width: 92.5%;
  }
  .sample .lead-area{
    margin: 0 0 15px;
    padding: 3.37838% 5.06757% 3.37838%;
  }
  .sample .lead-area h3{
    margin: 15px 0 15px;
  }
  .sample .head p,
  .sample .head h3{
    text-align: left;
  }
  .sample p{
    margin: 0 0 15px;
  }
  .sample dd{
    margin: 0 0 15px;
  }
  .sample .col2::after{
    content: "";
    clear: both;
    display: block;
  }
  .sample .contents01{
    width: 100%;
    margin: 0 0 5.06757%;
    padding: 3.37838% 5.06757% 3.37838%;
  }
  .sample .contents02{
    width: 100%;
    padding: 3.37838% 5.06757% 3.37838%;
  }
  .sample .contents03{
    width: 100%;
    margin: 0;
  }
  .sample .contents03 .contents04{
    width: 47.97297%;
    padding: 3.37838% 3.37838% 3.37838%;
  }
  .sample .contents03 .fl-l{
    float: left;
  }
  .sample .contents03 .fl-r{
    float: right;
  }

  .fl-l{
    float: none;
  }

  .fl-r{
    float: none;
  }

  .mgt20{
    margin-top: 15px;
  }

  .mgb60{
    margin-bottom: 45px;
  }

  .mgb40{
    margin-bottom: 30px;
  }

  .mgb20{
    margin-bottom: 15px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?d5wy86");
  src: url("../fonts/icomoon.eot?#iefixd5wy86") format("embedded-opentype"), url("../fonts/icomoon.ttf?d5wy86") format("truetype"), url("../fonts/icomoon.woff?d5wy86") format("woff"), url("../fonts/icomoon.svg?d5wy86#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"]{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-office::before{
  content: "\e900";
  font-size: 80px;
}
.icon-printer::before{
  content: "\e901";
  font-size: 80px;
}
.icon-bubble2::before{
  content: "\e902";
  font-size: 80px;
}
.icon-user-tie::before{
  content: "\e903";
  font-size: 80px;
}
