@charset "UTF-8";
body {
  color: #444;
  background-color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Meiryo UI', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
body.top {
  background-image: url(../img/bg_body.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top 56px center;
  background-size: 440px auto;

}

@media (min-width: 375px) {
  body.top {
    background-position: top center;
    background-size: 700px auto;
  }
}

@media (min-width: 640px) {
  body.top {
    background-position: top center;
    background-size: 900px auto;
  }
}

@media (min-width: 768px) {
  body.top {
    background-position: top center;
    background-size: 1100px auto;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  body.top {
    background-size: 100% auto;
  }
}

h1, h2, h3, p, div {
  margin: 0
}

h1 {
  font-size: 80px;
  letter-spacing: -0.08em;
  line-height: 1;
  font-family: 'Lato';
  font-weight: 100;
}

h1 span {
  font-size: 22px;
  letter-spacing: 0.06em;
  display: inline-block;
}

@media (max-width: 640px) {
  h1 {
    font-size: 28px;
  }
  h1 span {
    font-size: 14px;
    display: block;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h1 span {
    font-size: 14px;
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/**
* : ヘッダー---------------------------------------------------------------------------------
*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  height: 100px;
  margin: 100px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head a, #top-head {
  color: #fff;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  padding-top: 0;
  padding-left: 30px;
  font-size: 36px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
}

#top-head .logo span {
  font-weight: 300;
  padding: 0 0 10px 6px;
  vertical-align: middle;
  display: inline;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

#global-nav ul li {
  float: left;
  position: relative;
  vertical-align: top;
  margin: 0 20px;
  padding: 0 6px;
}


/* Btn Hover */

#global-nav ul li:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#global-nav ul li:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


/* Fixedナビ */

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 60px;
  background: rgba(35, 175, 195, .9);
  transition: top 0.4s linear;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#top-head.logo .fixed {
  font-size: 24px;
  color: #fff;
}

#global-nav ul li {
  color: #fff;
  margin: 0 20px;
  padding: 0 6px;
}


/* スマホ用Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  color: #444;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media (max-width: 980px) {
  #top-head .logo {
    padding-left: 0;
    font-style: italic;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  #global-nav ul li {
    margin: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #global-nav ul li {
    margin: 0 5px;
  }
}
@media (max-width: 640px) {
  #main-visual {
    height: 300px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 3px;
    top: 13px;
    color: #444;
    font-size: 26px;
    padding-left: 10px;
  }
  #top-head .logo span {
    font-weight: 500;
    padding-left: 4px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -510px;
    background: #444;
    opacity: 0.9;
    width: 100%;
    text-align: center;
    padding: 1px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
    padding: 0;
    margin: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
  }
  #global-nav ul li:after {
    display: none;
  }
  #global-nav ul li a, #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #global-nav ul li a:hover {
    color: #999;
    background: #555;
    width: 100%;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}


/**
* Main: メインビジュアル---------------------------------------------------------------------------------
*/

.main-visual {
  margin-top: 120px;
  text-align: center;
}

.main-visual-catch {
  color: #FFF;
  font-size: 92px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

.main-visual-catch span {
  font-weight: 100;
  padding-left: 8px;
}

.main-visual-description {
  padding: 0 10px 40px 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .125em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
  font-size: 14px;
}

@media (min-width: 640px) {
  .main-visual {
    margin-top: 140px;
    margin-bottom: 100px;
    text-align: left;
  }
  .main-visual-catch {
    padding: 0 0 0 80px;
  }
  .main-visual-description {
    padding: 0 0 0 80px;
  }
}

@media (min-width: 767px) {
  .main-visual {
    text-align: left;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .main-visual-catch {
    margin-top: 200px;
  }
  .main-visual-description {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .main-visual {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}

@media (max-width: 375px) {
  .main-visual {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .main-visual-catch {
    margin-top: 0px;
    font-size: 58px;
  }
  .main-visual-description {
    font-size: 12px;
    line-height: 1.4;
  }
}


/**
infomation：新着情報--------------------------------------------------------------------------------
*/

#inf {
  margin-top: -80px;
  padding-top: 80px;
}

.info {
  background-color: #FFF;
  padding: 30px 0 20px 0;
  text-align: center;
}

.info h1 {
  padding: 0 50px 10px 50px;
  margin: 0;
}

.info h1 span {
  padding-left: 0;
}

.info dl {
  padding: 0 30px 0 30px;
  margin-top: -10px;
  text-align: left;
}

.info dl dt {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .info {
    text-align: left;
    padding: 30px 0 30px 0;
  }
  .info h1 {
    padding: 0 80px 0 80px;
  }
  .info dl {
    padding: 10px 0 0 80px;
  }
  .info dl dt {
    clear: left;
    float: left;
    line-height: 1.8;
  }
  .info dl dd {
    float: left;
    padding-left: 20px;
    line-height: 1.8;
    width: 70%;
  }
}


/**
*  Main: 事業内容--------------------------------------------------------------------------------------------------
*/

.main {
  background-color: #21A4D3;
  background-image: url(../img/bg_ser.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-size: 700px auto;
  background-repeat: no-repeat;
  padding: 30px 10px 30px 10px;
  text-align: center;
  border-top: #fff 4px solid;
}

.main h1 {
  color: #fff;
  padding-bottom: 20px;
}

@media (min-width: 640px) {
  main {
    background-position: top center;
    background-size: 900px auto;
  }
}

@media (min-width: 768px) {
  .main {
    background-position: top center;
    background-size: 1100px auto;
    padding: 30px 80px 40px 80px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .main {
    background-position: top -80px center;
    background-size: 100% auto;
  }
}

@media (min-width: 1200px) {
  .main {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }
}


/**
*  service：業務内容--------------------------------------------------------------------------------------------------
*/

#ser {
  margin-top: -80px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  #ser {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.service {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
  padding: 0;
}

.service li {
  color: #fff;
  max-width: 400px;
  list-style: none;
  padding-top: 30px;
}

.service li div {
  margin-bottom: 10px;
}

.service h2 {
  padding: 20px;
  margin: 6px;
  font-size: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.service p {
  margin: 0;
  padding: 20px;
}

@media (min-width: 768px) {
  .service {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .service li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 8px;
  }
  .service p {
    padding: 0 0 10px 0;
  }
}


/**
*  ：U-TOPについて--------------------------------------------------------------------------------------------------
*/

#cmp {
  margin-top: -80px;
  padding-top: 80px;
}

.company {
  padding: 30px 30px 20px 30px;
  background: url(../img/bg_ab.jpg) bottom no-repeat #FFF;
  background-size: 100% auto;
  text-align:center;
}

.company h1 {
  margin-left: -5px;
}

.company h2 {
  padding: 30px 0 0 0;
  color: #21A4D3;
}

.company dl {
  font-weight: bold;
}

.company dl span {
  display: table-row;
}

.company dt {
  display: table-cell;
  text-align: left;
  padding: 0 0 6px 0;
  white-space: nowrap
}

.company dd {
  display: table-cell;
  text-align: left;
  padding: 0 0 6px 20px;
}

@media (min-width: 767px) {
  .company {
    text-align: left;
    padding: 30px 80px 20px 80px;
  }
}

@media (min-width: 767px) {
  .company h1 {
    line-height: 1;
  }
  .company h1 span {
    line-height: 1;
  }
}


/**代表メッセージ---------------------------------------- */

.message {
  background-position: top right;
  background-size: 500px auto;
  background-repeat: no-repeat;
  color: #444;
  text-align: left;
}

.message p {
  padding: 20px 10px 0 0;
  font-size: 16px;
}

@media (min-width: 375px) {
  #mes {
    background-position: top right;
    background-size: 600px auto;
  }
}

@media (min-width: 640px) {
  .message {
    background-position: top right;
  }
}

@media (min-width: 768px) {
  .message {
    background-position: top right;
    text-align: left;
  }
  .message {
    text-align: left;
  }
}

.outline {
  text-align:left;
}

/**
*  ：採用情報--------------------------------------------------------------------------------------------------
*/

.recruit {
  background-image: url(../img/bg_rec.jpg);
  background-position: top right;
  background-size: 500px auto;
  background-repeat: no-repeat;
  background-color: #0078bd;
  padding: 30px 30px 20px 30px;
  color: #FFF;
  text-align: center;
}

#rct {
  margin-top: -80px;
  padding-top: 80px;
}

.recruit p {
  padding: 20px 10px 30px 0;
  font-weight: bold;
}

@media (min-width: 375px) {
  #rct {
    background-position: top right;
    background-size: 600px auto;
  }
}

@media (min-width: 640px) {
  .recruit {
    background-position: top right;
    background-size: 700px auto;
  }
}

@media (min-width: 768px) {
  .recruit {
    background-position: top right;
    background-size: 1100px auto;
    padding: 30px 80px 20px 80px;
    text-align: left;
  }
  .recruit {
    text-align: left;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .recruit {
    background-position: top right;
    background-size: 100% auto;
  }
}


/**
*  ：お問い合わせ--------------------------------------------------------------------------------------------------
*/

#cnt {
  margin-top: -80px;
  padding-top: 80px;
}

.contact {
  background-color: #525252;
  color: #FFF;
  padding: 30px 30px 20px 30px;
  text-align: center;
}

.contact p {
  padding: 20px 0 0 0;
  font-weight: bold;
}

.contbtn {
  padding: 10px 20px 10px 20px;
}

.contbtn div {
  width: 200px;
  margin: 0 auto;
}

.btn01 {
  width: 200px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px 0 10px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid;
  border-color: #CCC;
}

.btn01:hover {
  background-color: #666;
}

.btn01::before, .btn01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn01, .btn01::before, .btn01::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 767px) {
  .contact {
    text-align: left;
    padding: 30px 80px 20px 80px;
  }
  .contact p {
    float: left;
  }
  .contbtn {
    float: right;
    padding: 10px 50px 10px 20px;
  }
}

@media (max-width: 375px) {
  .contact p {}
}


/**
* フッター用のスタイル
*/

.footer {
  border-top: 1px solid #999;
  padding: 10px 20px;
  text-align: right;
  font-size: 14px;
  background: #525252;
  color: #fff;
}
.footer ul {
  width: 100%;
  padding: 0;
  text-align:center;
}
.footer ul li {
  display: block;
  padding: 0;
  list-style: none;
}
.footer ul li a {
  color: #fff;
}
.footer ul li a:hover {
  color: #ddd;
　opacity: 0.8;
  
}
@media (min-width: 767px) {
  .footer ul {
    padding: 0 70px 0 0;
    text-align: right;
  }
  .footer ul li {
    padding: 0 0 0 30px;
    display: inline;
  }
}
/* Topへ戻るボタン */

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
}

#page-top a {
  background: #666666;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  width: 45px;
  padding: 3px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  border-style: none;
  background: #999999;
}