@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #222;
  font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
a {
  color: #222;
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  color: #F57892;
  text-decoration: none;
}
img {
  vertical-align: top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
.wrapper a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.main a {
  text-decoration: underline;
}

/* Layout
   ========================================================================== */

.container {
  width: 100%;
}
.wrapper {
  width: 100%;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper {
  *zoom: 1;
}
.main {
  line-height: 1.7;
  width: 100%;
}

/* Header
   ========================================================================== */

.header {
  height: 120px;
  margin: 0 auto;
  width: 1280px;
}
.header-logo {
  float: left;
  padding: 35px 0 0 35px;
}
.header-menu {
  float: right;
  padding: 52px 45px 0 0;
}
.header-menu li {
  float: left;
  padding: 0 24px;
}
.sp-menu {
  display: none;
}

/* Main
   ========================================================================== */

.bread {
  color: #666;
  font-size: 12px;
  margin: 0 auto 30px;
  padding: 25px 50px;
  width: 960px;
}
.bread a {
  color: #666;
}
.title {
  height: 120px;
}
.title h1 {
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding-top: 70px;
  text-align: right;
  width: 1280px;
}
.inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 960px;
}
.main h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
.main h3 {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* common asset */

.link {
  margin-top: 40px;
  text-align: center;
}
.btn {
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  min-width: 270px;
  text-decoration: none !important;
  text-align: center;
}
.btn:hover {
  color: #fff;
  opacity: .7;
}
span.btn:hover {
  opacity: 1;
}
.basic-block {
  margin-bottom: 35px;
  padding: 0 50px;
}
.frame-block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow:5px 5px 20px 0px rgba(0,0,0,.16);
  margin-bottom: 60px;
  padding: 60px;
}

/* home */

.home .title {
  background: url(../images/home_h1.jpg) center center no-repeat;
  background-size: cover;
  height: 210px;
}
.home .title h1 {
  padding-top: 120px;
  text-shadow:2px 2px 2px rgba(0,0,0,.16);
}
.home .title p {
  color: #fff;
  margin: 0 auto;
  text-align: right;
  width: 1280px;
}
.home-aboutus {
  padding: 80px 0;
  text-align: center;
}
.home-aboutus p {
  line-height: 2;
}
.home-aboutus .btn {
  background: #f2709c;
  background: -webkit-linear-gradient(to left, #ff9472, #f2709c);
  background: linear-gradient(to left, #ff9472, #f2709c);
}
.home-service {
  background: #ff5858;
  background: -webkit-linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
  background: linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
  padding: 40px 0 60px;
  text-align: center;
}
.home-service h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.2em;
}
.home-service h2 span {
  display: block;
  font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  font-size: 16px;
  font-weight: normal;
}
.home-service .inner {
  padding: 0;
  width: 1088px;
}
.home-service .block {
  overflow: hidden;
}
.home-service .box {
  background-color: #fff;
  border-radius: 6px;
  float: left;
  width: 524px;
}
.home-service .box:first-child {
  margin-right: 40px;
}
.home-service .text {
  height: 50px;
  line-height: 50px;
}
.home-service a {
  display: block;
  text-decoration: none !important;
}
.home-service img {
  border-radius: 6px 6px 0 0;
}
.home-recruit {
  background: url(../images/home_recruit_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 0 70px;
  text-align: center;
}
.home-recruit h2 {
  font-size: 36px;
}
.home-recruit h2 span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-recruit .btn {
  background: none;
  border: 1px solid #222;
  color: #222;
}
.home-recruit .btn:hover {
  background-color: #222;
  color: #fff;
  opacity: 1;
}
.home-news {
  padding: 40px 0 60px;
}
.home-news h2 {
  color: #34C8B9;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
.home-news h2 span {
  display: block;
  font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  font-size: 16px;
  font-weight: normal;
}
.home-news .inner {
  padding: 0;
  width: 860px;
}
.home-news dd a {
  text-decoration: none;
}
.home-news dl {
  background: url(../images/common/line_01.png) 0 100% repeat-x;
  overflow: hidden;
  padding: 10px;
}
.home-news dt {
  float: left;
  width: 110px;
}
.home-news dd {
  float: left;
  width: calc(100% - 110px);
}
.home-map {
  height: 375px;
}
.home-map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 375px;
  width: 100%;
}

/* aboutus */

.aboutus .title {
  background: #f2709c;
  background: -webkit-linear-gradient(to left, #ff9472, #f2709c);
  background: linear-gradient(to left, #ff9472, #f2709c);
}
.aboutus .title-bg {
  background: url(../images/aboutus_h1.png) 0 0 no-repeat;
  height: 120px;
}
.aboutus-menu {
  margin-bottom: 50px;
  text-align: center;
}
.aboutus-menu li {
  display: inline-block;
  padding: 0 10px;
}
.aboutus-menu li a {
  /*background-color: #FE9372;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;*/
}
.aboutus-msg .sign {
  margin-top: 30px;
  text-align: right;
}
.aboutus-msg .sign img {
  display: inline-block;
  margin-top: 10px;
}
.aboutus-profile {
  background: url(../images/aboutus_bg_01.jpg) center 0 no-repeat;
  padding: 150px 0 120px;
}
.aboutus-philosophy {
  background: url(../images/aboutus_bg_02.jpg) center 100px no-repeat;
  text-align: center;
  padding-bottom: 150px;
}
.aboutus-philosophy h2{
  margin-bottom: 40px;
}
.aboutus-outline {
  background: url(../images/aboutus_bg_03.jpg) center 100px no-repeat;
}
.aboutus-history {
  background: url(../images/aboutus_bg_04.jpg) center 200px no-repeat;
}
.aboutus-client {
  background: url(../images/aboutus_bg_05.jpg) center 40px no-repeat;
  padding-bottom: 120px;
}
.aboutus-outline table {
  margin-bottom: 30px;
  width: 100%;
}
.aboutus-outline table,
.aboutus-outline td,
.aboutus-outline th {
  border-collapse: collapse;
}
.aboutus-outline tr {
  background: url(../images/common/line_01.png) 0 100% repeat-x;
}
.aboutus-outline th {
  text-align: left;
  vertical-align: top;
}
.aboutus-outline th,
.aboutus-outline td {
  padding: 10px 0;
}
.aboutus-outline-map iframe {
  height: 400px;
  width: 100%;
}
.aboutus-history dl {
  line-height: 2;
  overflow: hidden;
}
.aboutus-history dt {
  clear: both;
  float: left;
  width: 5em;
}
.aboutus-history dd {
  float: left;
}
.aboutus-client h3 {
  margin-top: 24px;
}

/* service */

.service .title {
  background: #ff5858;
  background: -webkit-linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
  background: linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
}
.service-cosmerepo h2,
.service-blokan h2,
.service-block h2 {
  margin-bottom: 30px;
  text-align: center;
}
.service-cosmerepo .img,
.service-blokan .img,
.service-block .img {
  box-shadow:5px 5px 20px 0px rgba(0,0,0,.16);
  margin-bottom: 40px;
}
.service .btn {
  background: #ff5858;
  background: -webkit-linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
  background: linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
}
.service h3 {
  color: #F28D23;
  font-size: 20px;
  line-height: 1.2;
}
.service-cosmerepo {
  background: url(../images/service_bg_01.jpg) center 130px no-repeat;
}
.service-blokan {
  background: url(../images/service_bg_02.jpg) center 200px no-repeat;
  margin-bottom: 120px;
}
.service-block {
  background: url(../images/service_bg_01.jpg) center 130px no-repeat,
    url(../images/service_bg_02.jpg) center 800px no-repeat;
}
.service-outline {
  margin-top: 50px;
}
.service-outline .img {
  box-shadow: none;
}
.service .img-block-c {
  margin: 40px 0;
  text-align: center;
}
.service .img-block-r,
.service .img-block-l {
  margin-bottom: 40px;
  overflow: hidden;
}
.service .img-block-r img {
  margin-left: 20px;
  float: right;
  overflow: hidden;
}
.service .img-block-l img {
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.service .img-block-r p,
.service .img-block-l p {
  overflow: hidden;
}
.service-menu .img-block-l .text {
  float: right;
  width: 530px;
}
.service-menu .img-block-r .text {
  float: left;
  width: 530px;
}
.service-menu .link .btn,
.service-client .link .btn {
  background: #4776E6;
  background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
  background: linear-gradient(to left, #8E54E9, #4776E6);
}
.service .text-block {
  margin-bottom: 30px;
}
.service-client {
  margin-top: 30px;
}
.service-client .block {
  margin-top: 40px;
  overflow: hidden;
}
.service-client .box {
  float: left;
  margin-bottom: 40px;
  text-align: center;
  width: 33.3333%;
}
.service-client .box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

/* recruit */

.recruit-head {
  background: url(../images/recruit_bg_02.png) 0 100% no-repeat,url(../images/recruit_bg_01.jpg) center center no-repeat;
  background-size: 100%,cover;
  height: 420px;
  padding-top: 105px;
  text-align: center;
}
.recruit-head h1 {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.recruit-head p {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
}
.recruit-msg {
  background-color: #F28D23;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  padding: 60px;
  text-align: center;
}
.recruit-info {
  background: url(../images/recruit_bg_03.png) 0 0 no-repeat;
  background-size: 100%;
  margin-bottom: 40px;
  padding-top: 160px;
}
.recruit-info h2,
.recruit-form h2 {
  color: #F28D23;
  text-align: center;
}
.recruit-info h3 {
  color: #F28D23;
  margin-top: 30px;
}
.recruit-info dl {
  overflow: hidden;
}
.recruit-info dt {
  float: left;
  font-weight: bold;
  width: 200px;
}
.recruit-info dd {
  float: left;
  margin-bottom: 30px;
  width: calc(100% - 200px);
}
.recruit-form {
  padding-bottom: 130px;
}
.basic-form .inner {
  padding: 0 180px;
}
.basic-form input[type="text"],
.basic-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F2F2F2;
  border: 0;
  border-radius: 3px;
  padding: 10px;
}
.basic-form input[type="text"],
.basic-form textarea {
  width: 100%;
}
.basic-form input[type="radio"] {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 8px;
}
.basic-form input[type="checkbox"] {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 8px;
}
.basic-form input[type="radio"]+span {
  display: inline-block;
  margin-right: 25px;
}
.basic-form .age input {
  margin-right: 8px;
  width: 135px;
}
.basic-form .birth input,
.basic-form .station input {
  margin-right: 8px;
  width: 135px;
}
.basic-form dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.basic-form dd {
  margin-bottom: 20px;
}
.basic-form .entry {
  text-align: center;
}
.basic-form .entry input {
  background: #4776E6;
  background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
  background: linear-gradient(to left, #8E54E9, #4776E6);
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  min-width: 270px;
  text-decoration: none !important;
  text-align: center;
}
.basic-form .notice {
  border: 1px solid #999;
  margin-top: 30px;
  padding: 15px;
}
.thanks {
  font-size: 20px;
  padding: 100px 0;
  text-align: center;
}

/* news */

.news .title {
  background: #50C9C3;
  background: -webkit-linear-gradient(to left, #96DEDA, #50C9C3);
  background: linear-gradient(to left, #96DEDA, #50C9C3);
}
.news-block {
  background: url(../images/news_bg_01.jpg) center 140px no-repeat;
  padding-bottom: 120px;
}
.news-block .date {
  margin-bottom: 20px;
}
.news-block p {
  margin-bottom: 30px;
}
.news-block .img {
  margin-bottom: 30px;
  text-align: center;
}
.news-block .img img {
  max-width: 80%;
}

/* contact */

.contact .title {
  background: #4776E6;
  background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
  background: linear-gradient(to left, #8E54E9, #4776E6);
}
.contact-form {
  padding-bottom: 130px;
}
.contact-form .lead {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
.contact-block {
  background: #4776E6;
  background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
  background: linear-gradient(to left, #8E54E9, #4776E6);
  color: #fff;
  padding: 60px;
  text-align: center;
}
.contact-block h2 {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.contact-block h2 span {
  display: block;
  font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  font-size: 16px;
  font-weight: normal;
}
.contact-block p {
  margin-bottom: 30px;
}
.contact-block .btn {
  border: 1px solid #fff;
  background: none !important;
}
.contact-block a.btn:hover {
  background: #fff !important;
  color: #8E54E9;
  opacity: 1;
}
.contact-block ul {
  display: inline-block;
  overflow: hidden;
}
.contact-block li {
  float: left;
}
.contact-block li:last-child {
  margin-left: 45px;
}

/* sitemap */

.sitemap .title {
  background: #4776E6;
  background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
  background: linear-gradient(to left, #8E54E9, #4776E6);
}
.sitemap-block {
  padding-bottom: 100px;
}
.sitemap-block a {
  text-decoration: none;
}
.sitemap-block h3 {
  margin-top: 30px;
}
.sitemap-block li {
  display: inline-block;
  margin-right: 80px;
}


/* Footer
   ========================================================================== */

.pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
}
.pagetop:hover {
  opacity: .7;
}
.footer-inner {
  display: table;
  height: 180px;
  margin: 0 auto;
  padding: 0 40px;
  width: 1280px;
}
.footer-bg {
  background: url(../images/common/footer_bg.png) center center repeat-x;
  height: 120px;
}
.footer-info {
  background-color: #F6F6F6;
}
.footer-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.footer-logo {
  padding-right: 40px;
  width: 180px;
}
.footer-address {
  font-size: 12px;
  line-height: 1.5;
  padding-right: 40px;
}
.footer-link ul {
  overflow: hidden;
}
.footer-link li {
  float: left;
  font-size: 14px;
  margin-right: 30px;
}
.footer-link li:last-child {
  margin-right: 0;
}
.footer-copy {
  font-size: 12px;
  padding: 18px 0;
  text-align: center;
}

/* ==========================================================================
   Common Style
   ========================================================================== */

/* Common Base
   ========================================================================== */

.sp-fix {
  display: none !important;
}
.tb-fix {
  display: none !important;
}
.pc-fix {
  display: block !important;
}

/* Common Header
   ========================================================================== */

/* Common Main
   ========================================================================== */

/* Common Footer
   ========================================================================== */

/* Common end */

@media only screen and (min-width: 769px) {
  .header-menu {
    display: block !important;
  }
}

/* ==========================================================================
   Tablet Style
   ========================================================================== */

@media screen and (max-width: 1300px) {

  img {
    max-width: 100%;
  }
  .header {
    width: 100%;
  }
  .header-menu li {
    padding: 0 14px;
  }
  .header-menu li:last-child {
    padding-right: 0;
  }
  .title h1 {
    padding-right: 20px;
    width: 100%;
  }
  .home .title p {
    padding-right: 20px;
    width: 100%;
  }
  .home-service .inner {
    width: 100%;
  }
  .home-service .box {
    margin: 0 2%;
    width: 46%;
  }
  .home-service .box:first-child {
    margin-right: 2%;
  }
  .home-news .inner {
    padding: 0 20px;
    width: 100%;
  }
  .contact .basic-form .inner {
    padding: 0 180px;
  }
  .footer-inner {
    padding: 0 20px;
    width: 100%;
  }
  .footer-logo {
    padding-right: 20px;
  }
  .footer-address {
    padding-right: 0;
    width: 240px;
  }
  .footer-link li {
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .header-logo {
    padding: 44px 0 0 20px;
    width: 140px;
  }
  .header-menu {
    padding-right: 20px;
  }
  .header-menu li {
    padding: 0 10px;
  }
  .bread {
    width: 100%;
  }
  .inner {
    width: 100%;
  }
  .service .img-block-l img,
  .service .img-block-r img {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
  .service-menu .img-block-l .text,
  .service-menu .img-block-r .text {
    float: none;
    width: 100%;
  }
  .service-client .box p {
    height: 90px;
  }
  .basic-form .inner {
    padding: 0 50px;
  }
  .contact .basic-form .inner {
    padding: 0 50px;
  }
}

/* ==========================================================================
   Mobile Style
   ========================================================================== */

@media screen and (max-width: 768px) {

/* Mobile Base
   ========================================================================== */

  .pc-fix {
    display: none !important;
  }
  .tb-fix {
    display: none !important;
  }
  .sp-fix {
    display: block !important;
  }
  .wrapper a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }

/* Mobile Header
   ========================================================================== */
  
  .header {
    height: 50px;
  }
  .header-logo {
    padding: 10px 0 0 4%;
  }
  .sp-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 11px;
  }
  .sp-menu img {
    height: 19px;
    width: 25px;
  }
  .header-menu {
    display: none;
    float: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 1;
  }
  .header-menu ul {
    background-color: #f6f6f6;
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .header-menu li {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 16px;
    padding: 8px 4%;
    width: 100%;
  }
  .header-menu li:last-child {
    border-bottom: 0;
  }

/* Mobile Main
   ========================================================================== */

  .bread {
    margin-bottom: 20px;
    padding: 10px 4%;
  }
  .inner {
    padding: 0 4%;
  }
  .frame-block {
    margin-bottom: 30px;
    padding: 20px;
  }
  .main h2 {
    font-size: 22px;
  }
  .main h3 {
    font-size: 20px;
  }
  .news-block {
    padding-bottom: 60px;
  }
  .home .title-bg {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .home .title {
    position: relative;
  }
  .home .title h1 {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
  .home .title p {
    font-size: 12px;
    padding: 0 0 0 20px;
  }
  .home-aboutus {
    padding: 30px 0;
  }
  .home-service {
    padding: 30px 0 20px;
  }
  .home-service .box {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .home-service .block {
    padding: 0 4%;
  }
  .home-recruit {
    padding: 30px 0;
  }
  .home-news {
    padding: 30px 0;
  }
  .home-news dt,
  .home-news dd {
    float: none;
    width: 100%;
  }
  .contact-block {
    padding: 30px 4%;
  }
  .contact-block li {
    float: none;
    margin-bottom: 20px;
  }
  .contact-block li:last-child {
    margin-left: 0;
  }
  .service-blokan {
    margin-bottom: 60px;
  }
  .service-client .box {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .service-client .box p {
    height: auto;
  }
  .basic-block {
    padding: 0;
  }
  .aboutus-profile {
    padding: 0 0 60px;
  }
  .aboutus-philosophy {
    padding-bottom: 60px;
  }
  .aboutus-client {
    padding-bottom: 60px;
  }
  .recruit-head {
    height: 260px;
    padding-top: 65px;
  }
  .recruit-head h1 {
    font-size: 26px;
  }
  .recruit-head p {
    font-size: 16px;
  }
  .recruit-msg {
    font-size: 16px;
    padding: 30px 4%;
    text-align: center;
  }
  .recruit-info {
    padding-top: 60px;
  }
  .recruit-info dt,
  .recruit-info dd {
    float: none;
    width: 100%;
  }
  .recruit-info dt {
    margin-bottom: 10px;
  }
  .recruit-info h3 {
    margin-top: 20px;
  }
  .basic-form .inner {
    padding: 0 4%;
  }
  .basic-form .birth input,
  .basic-form .station input {
    margin-bottom: 10px;
  }
  .recruit-form {
    padding-bottom: 60px;
  }
  .contact .basic-form .inner {
    padding: 0 4%;
  }
  .contact-form .lead {
    font-size: 16px;
  }
  .contact-form {
    padding-bottom: 60px;
  }
  .sitemap-block {
    padding-bottom: 60px;
  }
  .sitemap-block li {
    display: block;
    margin-right: 0;
  }
  .aboutus-history dd {
    width: calc(100% - 5em);
  }
  
/* Mobile Footer
   ========================================================================== */
  
  .footer-bg {
    height: 60px;
  }
  .footer-inner {
    display: block;
    height: auto;
    padding: 30px 4% 10px;
    text-align: center;
  }
  .footer-inner > div {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .footer-link li {
    display: inline-block;
    float: none;
    margin-right: 0;
    padding: 0 10px;
  }

} /* Mobile end */


/* Commons
   ========================================================================== */

.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}