@charset "UTF-8";
/* Scss Document 
 company:sss
 version:1.0.0
 */
/* line 11, scss/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/***************
All
****************/
/* line 22, scss/style.scss */
.wrap {
  max-width: 1920px;
  margin: 0 auto; }

/* line 26, scss/style.scss */
.container {
  max-width: 980px;
  margin: 0 auto; }

/* line 31, scss/style.scss */
#breadbrumb {
  position: relative;
  z-index: 2; }
  /* line 35, scss/style.scss */
  #breadbrumb p {
    padding: 5px 5px 0 10px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    position: absolute; }
  /* line 43, scss/style.scss */
  #breadbrumb p a {
    color: #fff;
    text-decoration: underline; }

/* line 48, scss/style.scss */
.cf:after {
  content: "";
  clear: both;
  display: block; }

/* line 53, scss/style.scss */
.link-box {
  width: 260px;
  margin: 0 auto;
  text-align: left; }

/* line 58, scss/style.scss */
.link-box-btn {
  border: 1px solid #dddddd;
  width: 250px;
  margin: 0 auto;
  display: inline-block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 200% auto; }
  /* line 71, scss/style.scss */
  .link-box-btn:hover {
    background-color: #eee;
    background-position: right center;
    opacity: 1; }
  /* line 76, scss/style.scss */
  .link-box-btn span {
    display: inline-block;
    border-left: 1px dashed #dddddd;
    height: 20px;
    position: relative;
    top: 5px;
    right: -70px; }
  /* line 84, scss/style.scss */
  .link-box-btn .fa {
    position: relative;
    right: -85px; }

/* line 89, scss/style.scss */
.link-box2 {
  width: 260px;
  margin: 0 auto;
  text-align: left; }

/* line 94, scss/style.scss */
.link-box-btn2 {
  border: 1px solid #dddddd;
  width: 250px;
  margin: 0 auto;
  display: inline-block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 200% auto; }

/* line 108, scss/style.scss */
.link-box-btn2:hover {
  background-color: #eee;
  background-position: right center;
  opacity: 1; }

/* line 113, scss/style.scss */
.link-box-btn2 span {
  display: inline-block;
  border-left: 1px dashed #dddddd;
  height: 20px;
  position: relative;
  top: 5px;
  right: -40px; }

/* line 121, scss/style.scss */
.link-box-btn2 .fa {
  position: relative;
  right: -55px; }

/* line 128, scss/style.scss */
.fadein {
  opacity: 0.0;
  transform: translate(0, 50px);
  transition: all 500ms;
  animation-duration: 1.5s; }

/* line 135, scss/style.scss */
.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  animation-duration: 1.5s; }

/* line 140, scss/style.scss */
.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 154, scss/style.scss */
.flex-sa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-around; }

/* line 163, scss/style.scss */
.pconly {
  display: block; }

/* line 166, scss/style.scss */
.sponly {
  display: none; }

/***************
title/txt
****************/
/* line 172, scss/style.scss */
.title01 {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em; }

/* line 179, scss/style.scss */
.title02 {
  text-align: left;
  padding: 10px 0 0 50px;
  font-size: 28px;
  float: left; }

/* line 185, scss/style.scss */
.title03 {
  font-size: 46px;
  font-weight: lighter;
  line-height: 1.5; }

/* line 190, scss/style.scss */
.title04 {
  font-size: 26px;
  font-weight: lighter;
  line-height: 1.5; }

/* line 195, scss/style.scss */
.txt01 {
  font-size: 16px; }

/***************
header
****************/
/* line 203, scss/style.scss */
.h1-area {
  border-bottom: 1px solid #dcdcdc; }

/* line 207, scss/style.scss */
.header-logo {
  float: left;
  background: url(./images/logo.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: left 5px;
  margin-left: 10px; }

/* line 215, scss/style.scss */
.other-list {
  float: right;
  margin-right: 30px; }

/* line 219, scss/style.scss */
.other-list li {
  display: inline-block;
  border-left: 1px solid; }

/* line 223, scss/style.scss */
.other-list li a {
  float: left;
  font-size: 12px;
  height: 25px;
  width: 100%; }

/* line 229, scss/style.scss */
.other-list li:nth-child(1) {
  background: url(images/menu_tel.png) no-repeat;
  background-size: 25px;
  background-position: 5px;
  padding-left: 33px;
  border-left: none; }

/* line 236, scss/style.scss */
.other-list li:nth-child(2) {
  background: url(images/menu_contact.png) no-repeat;
  background-size: 25px;
  background-position: 5px;
  padding-left: 33px; }

/* line 242, scss/style.scss */
.other-list li:nth-child(3) {
  background: url(images/menu_pb.png) no-repeat;
  background-size: 25px;
  background-position: 5px;
  padding-left: 33px; }

/* line 248, scss/style.scss */
.other-list li:nth-child(4) {
  background: url(images/menu_sitemap.png) no-repeat;
  background-size: 25px;
  background-position: 5px;
  padding-left: 33px;
  border-right: none;
  margin-left: 5px; }

/* line 256, scss/style.scss */
.other-list li:nth-child(1) a {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

/* line 260, scss/style.scss */
.other-list li:nth-child(1) a span {
  font-size: 10px;
  position: relative;
  top: -12px; }

/* line 265, scss/style.scss */
.fix-header {
  background-color: #fff;
  line-height: 40px;
  top: -44px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px;
  position: fixed;
  opacity: 0;
  z-index: 1000; }

/* line 280, scss/style.scss */
.fix-header ul {
  list-style-type: none; }

/* line 284, scss/style.scss */
.fix-header li {
  float: left; }
  /* line 286, scss/style.scss */
  .fix-header li a {
    padding: 0 20px; }
  /* line 289, scss/style.scss */
  .fix-header li a:hover {
    border-bottom: 1px solid #00a0e9;
    background: #eeeeee;
    opacity: 1;
    transition: 0.3s; }
  /* line 295, scss/style.scss */
  .fix-header li:last-child {
    margin-right: 0; }

/* line 300, scss/style.scss */
#fix-header-logo {
  float: left;
  background: url(./images/logo.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left 5px;
  margin-left: 10px; }
  /* line 307, scss/style.scss */
  #fix-header-logo h2 {
    padding-left: 40px;
    background: url(../images/logo.png) no-repeat;
    background-size: 30px; }

/* line 314, scss/style.scss */
#fix-header-menus {
  float: right;
  text-align: right; }

/* line 318, scss/style.scss */
#scroll-fix-menu img {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff; }

/* line 323, scss/style.scss */
#scroll-fix-menu .current-menu-item img {
  border-bottom: 2px solid #0f142a; }

/* line 327, scss/style.scss */
#scroll-fix-menu a img:hover {
  border-bottom: 2px solid #0f142a;
  transition: border-color 0.6s ease-out; }

/* line 332, scss/style.scss */
.drawer-nav {
  background: #448aca !important; }
  /* line 336, scss/style.scss */
  .drawer-nav .drawer-menu li {
    border-bottom: 1px solid #fff; }
  /* line 339, scss/style.scss */
  .drawer-nav .drawer-menu li a {
    color: #fff;
    display: block;
    padding: 10px 0; }

/* micro clearfx */
/*.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }*/
/* line 352, scss/style.scss */
.cf {
  zoom: 1; }

/* For IE 6/7 */
/*globalnavi*/
/* line 360, scss/style.scss */
.globalnavi-list {
  float: right;
  max-width: 960px; }
  /* line 364, scss/style.scss */
  .globalnavi-list li {
    float: left;
    margin-right: 10px; }
    /* line 368, scss/style.scss */
    .globalnavi-list li a {
      width: 100%;
      padding: 5px 20px; }
      /* line 372, scss/style.scss */
      .globalnavi-list li a:hover {
        border-bottom: 1px solid #00a0e9;
        background: #eeeeee;
        opacity: 1;
        transition: 0.3s; }

/***************
content/top
****************/
/* line 385, scss/style.scss */
#main-visual {
  overflow: hidden;
  background: url(images/topback.jpg) no-repeat;
  height: 768px;
  background-size: cover;
  background-position: center center;
  position: relative; }

/* line 393, scss/style.scss */
.visual-title {
  position: absolute;
  right: 10%;
  top: 46%;
  font-size: 32px;
  font-weight: lighter;
  opacity: 0.8; }

/* line 401, scss/style.scss */
.visual-txt {
  position: absolute;
  right: 7%;
  top: 82%;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  opacity: 0.8; }

/* line 411, scss/style.scss */
.second-block {
  background: url(images/top-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 505px; }

/* line 418, scss/style.scss */
.comparison-list {
  max-width: 590px;
  margin: 0 auto; }
  /* line 422, scss/style.scss */
  .comparison-list li {
    float: left;
    width: 50%;
    font-weight: lighter; }

/* line 428, scss/style.scss */
.third-block {
  background: url(images/top-bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 485px; }

/* line 434, scss/style.scss */
.use-once {
  height: 485px; }
  /* line 437, scss/style.scss */
  .use-once li:first-child {
    float: left;
    width: 70%;
    position: relative;
    top: 25%; }
  /* line 443, scss/style.scss */
  .use-once li:last-child {
    float: left;
    width: 30%;
    position: relative;
    top: 15%; }
  /* line 449, scss/style.scss */
  .use-once li h3, .use-once li p {
    text-align: left;
    font-weight: lighter;
    letter-spacing: 0.2em; }

/* line 457, scss/style.scss */
.service-list li {
  float: left;
  width: 50%;
  padding: 3.9%; }
/* line 462, scss/style.scss */
.service-list li:first-child {
  background: url(images/icon1.png) no-repeat;
  background-position: top center;
  border-right: 1px solid #ddd; }
/* line 467, scss/style.scss */
.service-list li:nth-child(2) {
  background: url(images/icon2.png) no-repeat;
  background-position: top center; }
/* line 474, scss/style.scss */
.service-list li p {
  text-align: left; }

/* line 478, scss/style.scss */
.forth-block {
  background: url(images/top-bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 485px; }

/* line 484, scss/style.scss */
.voice-list {
  background: #dddddd; }

/* line 487, scss/style.scss */
.voice-list li {
  float: left;
  width: 20%;
  text-align: center; }

/* line 493, scss/style.scss */
.voice-list-inner li {
  float: left;
  width: 20%;
  text-align: center;
  background: #eeeeee; }

/* line 501, scss/style.scss */
.fifth-block {
  /*height: 300px;*/ }

/* line 504, scss/style.scss */
.fifth-block li {
  width: 25%;
  position: relative;
  float: left; }

/* line 510, scss/style.scss */
.fifth-block-inner {
  height: auto;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: auto; }

/* line 522, scss/style.scss */
.fifth-block li h3 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* line 530, scss/style.scss */
.fifth-block li a:hover {
  text-decoration: underline;
  transition: 0.3s; }

/* line 534, scss/style.scss */
.fifth-block p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px; }

/* line 545, scss/style.scss */
.outlet-list li {
  float: left;
  width: 50%; }

/* line 549, scss/style.scss */
.outlet-list li:first-child {
  background: url(images/icon3.png) no-repeat;
  background-position: top center; }

/***************
footer/top
****************/
/* line 557, scss/style.scss */
.footer-inner {
  background: #448aca; }

/* line 563, scss/style.scss */
.footer-inner2 {
  float: left;
  width: 48%; }
  /* line 566, scss/style.scss */
  .footer-inner2:nth-child(2) {
    width: 52%; }
  /* line 570, scss/style.scss */
  .footer-inner2:nth-child(1) {
    background: url(./images/logo.png);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: left 8px; }

/* line 577, scss/style.scss */
.footernavi-list li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #fff;
  vertical-align: 0px; }

/* line 588, scss/style.scss */
.footernavi-list li {
  float: left;
  width: 29%;
  padding: 5px;
  font-size: 14px;
  text-align: left; }

/* line 595, scss/style.scss */
.footernavi-list li:nth-child(6) {
  width: 33%; }

/* line 599, scss/style.scss */
.footernavi-list li a {
  color: #fff; }

/* line 602, scss/style.scss */
#copy {
  background: #282f3a; }
  /* line 604, scss/style.scss */
  #copy p {
    color: #fff; }

/*TOP btn*/
/* line 609, scss/style.scss */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 77%; }

/* line 615, scss/style.scss */
#page-top a {
  background: #fff;
  text-decoration: none;
  color: #448aca;
  width: 60px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 1px solid #448aca; }

/* line 626, scss/style.scss */
#page-top a:hover {
  text-decoration: none;
  background: #448aca;
  color: #fff; }

/***************
All/sub
****************/
/* line 635, scss/style.scss */
#sub-visual {
  height: 485px;
  display: block;
  background-size: cover;
  background-position: center center; }

/* line 641, scss/style.scss */
.sub-title {
  padding-top: 170px; }

/***************
service/
****************/
/* line 648, scss/style.scss */
.service-bg {
  background: url(images/header-bg-imege1.jpg) no-repeat; }

/* line 651, scss/style.scss */
.service-list li:nth-child(3) {
  background: url(images/icon3.gif) no-repeat;
  background-position: top center;
  border-right: 1px solid #ddd; }

/* line 656, scss/style.scss */
.service-list li:nth-child(4) {
  background: url(images/icon4.gif) no-repeat;
  background-position: top center; }

/***************
faq/
****************/
/* line 664, scss/style.scss */
.faq-bg {
  background: url(images/header-bg-imege2.jpg) no-repeat; }

/* line 668, scss/style.scss */
.faq-box {
  padding: 0 10px 10px 10px;
  background: #448aca; }
  /* line 672, scss/style.scss */
  .faq-box h3, .faq-box p {
    padding: 15px 5px 5px 15px;
    text-align: left; }
  /* line 676, scss/style.scss */
  .faq-box h3:before {
    content: "\f29c";
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: lighter;
    font-size: 20px; }
  /* line 683, scss/style.scss */
  .faq-box p:before {
    content: "\f031";
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: lighter;
    font-size: 20px;
    color: #448aca; }

/* line 692, scss/style.scss */
.faq-box-inner {
  background: #fff; }

/***************
company/
****************/
/* line 701, scss/style.scss */
.company-bg {
  background: url(images/header-bg-imege4.jpg) no-repeat; }

/* line 705, scss/style.scss */
.company-box dl {
  width: 100%;
  margin: 10px auto;
  background: #eeeeee;
  padding: 5px 0; }
/* line 711, scss/style.scss */
.company-box dt {
  float: left;
  width: 26%; }
/* line 715, scss/style.scss */
.company-box dd {
  float: left;
  width: 74%;
  text-align: left; }
/* line 720, scss/style.scss */
.company-box h3, .company-box p {
  text-align: left; }

/* line 725, scss/style.scss */
.access-title {
  font-size: 38px;
  background: url(images/icon5.png) no-repeat;
  background-position: center 15px; }

/* line 730, scss/style.scss */
.gmap p {
  text-align: left; }

/***************
partner/
****************/
/* line 736, scss/style.scss */
.partner-bg {
  background: url(images/header-bg-imege3.jpg) no-repeat; }

/* line 739, scss/style.scss */
.partner-box dl {
  width: 100%;
  margin: 10px auto;
  padding: 5px 0;
  border-bottom: 1px solid #448aca; }

/* line 745, scss/style.scss */
.partner-box dt {
  float: left;
  width: 26%;
  font-weight: bold; }

/* line 750, scss/style.scss */
.partner-box dd {
  float: left;
  width: 74%;
  text-align: left; }

/* line 755, scss/style.scss */
.partner-box h3, .company-box p {
  text-align: left; }

/***************
recruit/
****************/
/* line 765, scss/style.scss */
.recruit-list li {
  float: left;
  width: 42%;
  margin: 4%; }

/***************
recruit-single/
****************/
/* line 775, scss/style.scss */
.recruit-bg {
  background: url(images/header-bg-imege5.jpg) no-repeat; }

/* line 782, scss/style.scss */
.recruit-box dl {
  width: 100%;
  margin: 10px auto;
  padding: 5px 0;
  border-bottom: 1px solid #448aca; }

/* line 790, scss/style.scss */
.recruit-box dt {
  float: left;
  width: 20%;
  text-align: left;
  padding-left: 20px; }

/* line 797, scss/style.scss */
.recruit-box dd {
  float: left;
  width: 77%;
  text-align: left; }

/***************
sitemap/
****************/
/* line 808, scss/style.scss */
.sitemap-bg {
  background: url(images/header-bg-imege4.jpg) no-repeat; }

/* line 815, scss/style.scss */
.sitemap-box li {
  text-align: left;
  border-bottom: 1px solid #448aca;
  padding: 20px 0 0 15px; }

/* line 820, scss/style.scss */
.sitemap-box li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #448aca;
  vertical-align: 0px; }

/* line 831, scss/style.scss */
.sitemap-box li a {
  display: inline-block;
  width: 98%; }

/* line 835, scss/style.scss */
.sitemap-box-down li {
  float: left;
  padding: 5px 0px 5px 20px;
  border-bottom: none; }

/* line 841, scss/style.scss */
.sitemap-box-down li a {
  display: initial; }

/***************
privacy/
****************/
/* line 848, scss/style.scss */
.privacy-bg {
  background: url(images/header-bg-imege6.jpg) no-repeat; }

/* line 854, scss/style.scss */
.privacy-box h3 {
  text-align: left; }
/* line 857, scss/style.scss */
.privacy-box p {
  text-align: left;
  padding-left: 10px; }

/***************
recruitform
****************/
/* line 868, scss/style.scss */
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed; }

/* line 872, scss/style.scss */
.required-contactform7 {
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px; }

/* line 879, scss/style.scss */
.unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px; }

/* line 886, scss/style.scss */
.table-contactform7 th {
  font-weight: bold; }

/* line 889, scss/style.scss */
.table-contactform7 input, .table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
  padding: 10px; }

/* line 894, scss/style.scss */
.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px; }

/* line 898, scss/style.scss */
.message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
  border: 1px solid;
  background-color: #fff;
  color: #5c5c5c; }

/* line 906, scss/style.scss */
.table-contactform7 {
  display: block; }

/* line 909, scss/style.scss */
.table-contactform7 tbody, .table-contactform7 tr {
  display: block;
  border: 1px solid #eee;
  width: 100%; }

/* line 916, scss/style.scss */
.recruit-entry .table-contactform7 tr:nth-child(-n+6) {
  float: left;
  width: 49.593%;
  height: 80px;
  border: 2px solid #eee; }

/* line 922, scss/style.scss */
.recruit-entry .table-contactform7 tr:nth-child(n+7) {
  border: 2px solid #eee; }

/* line 926, scss/style.scss */
.table-contactform7 th {
  width: 99%;
  display: block;
  margin: 10px auto;
  border: none;
  text-align: left; }

/* line 933, scss/style.scss */
.table-contactform7 td {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 99%;
  border-top: none !important; }

/* line 941, scss/style.scss */
span.wpcf7-list-item {
  width: 20%;
  vertical-align: top;
  text-align: left; }

/* line 946, scss/style.scss */
.wpcf7-radio span.wpcf7-list-item {
  margin: 0 0 0 0em; }

/* line 949, scss/style.scss */
span.wpcf7-not-valid-tip {
  text-align: left; }

/* line 952, scss/style.scss */
.text-xs-center input {
  max-width: 100%; }

/* line 955, scss/style.scss */
.contact .page-forth-block {
  padding: 30px 0;
  background-color: #f5f5f5;
  margin: 40px auto; }

/* line 960, scss/style.scss */
.contact .page-forth-block h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5; }

/* line 965, scss/style.scss */
.text-xs-center {
  width: 90%;
  margin: 40px auto; }

/* line 969, scss/style.scss */
.contact .top-seven-block {
  display: none; }

/***************
contactform
****************/
/* line 977, scss/style.scss */
.contact span.wpcf7-list-item {
  width: 30%;
  vertical-align: top;
  text-align: left; }
/* line 982, scss/style.scss */
.contact .table-contactform7 tbody, .contact .table-contactform7 tr {
  display: block;
  border: 1px solid #eee;
  width: 100%; }
/* line 987, scss/style.scss */
.contact .table-contactform7 input {
  width: auto; }
/* line 988, scss/style.scss */
.contact .table-contactform7 th {
  width: 33%;
  display: table-cell;
  margin: 10px auto;
  border: none;
  text-align: left;
  vertical-align: top; }
/* line 996, scss/style.scss */
.contact .table-contactform7 td {
  font-size: 13px;
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: none !important; }
/* line 1005, scss/style.scss */
.contact .communication span.wpcf7-list-item {
  width: 30%; }
/* line 1008, scss/style.scss */
.contact .w100 input {
  width: 100%; }

/***************
404
****************/
/* line 1018, scss/style.scss */
.notfound h3 {
  border-bottom: 1px solid #448aca;
  font-size: 18px;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  /* line 1029, scss/style.scss */
  .pconly {
    display: none; }

  /* line 1032, scss/style.scss */
  .sponly {
    display: block; }

  /* line 1035, scss/style.scss */
  #page main {
    padding-top: 55px; }

  /***************
  title/txt/sp
  ****************/
  /* line 1042, scss/style.scss */
  .title01 {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em; }

  /* line 1049, scss/style.scss */
  .title02 {
    text-align: center;
    padding: 0;
    font-size: 20px;
    float: none; }

  /* line 1055, scss/style.scss */
  .title03 {
    font-size: 34px;
    font-weight: lighter;
    line-height: 1.5; }

  /* line 1060, scss/style.scss */
  .title04 {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5; }

  /* line 1065, scss/style.scss */
  .txt01 {
    font-size: 12px;
    padding: 0 10px; }

  /***************
  header/sp
  ****************/
  /* line 1073, scss/style.scss */
  #spheader {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999; }
    /* line 1079, scss/style.scss */
    #spheader .drawer-hamburger {
      right: 0rem; }

  /* line 1083, scss/style.scss */
  header h1 {
    height: auto;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 0;
    text-align: left; }

  /***************
  content/top/sp
  ****************/
  /* line 1093, scss/style.scss */
  #main-visual {
    background: url(images/s_header_image.jpg) no-repeat;
    height: auto;
    background-size: cover;
    padding-top: 100%;
    background-position: center; }

  /* line 1100, scss/style.scss */
  .visual-title {
    position: absolute;
    right: 0;
    left: 0;
    top: 46%;
    font-size: 22px;
    font-weight: lighter;
    opacity: 1;
    text-shadow: 1px 1px 1px #000; }

  /* line 1110, scss/style.scss */
  .visual-txt {
    position: absolute;
    right: 0;
    left: 0;
    top: 57%;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    opacity: 1; }

  /* line 1121, scss/style.scss */
  .second-block {
    background: url(images/s_top_imege2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    padding-bottom: 30px; }

  /* line 1129, scss/style.scss */
  .comparison-list {
    max-width: 590px;
    margin: 0 auto; }
    /* line 1133, scss/style.scss */
    .comparison-list li {
      float: left;
      width: 50%;
      font-weight: lighter;
      font-size: 10px;
      line-height: 2; }

  /* line 1141, scss/style.scss */
  .third-block {
    background: url(images/s_top_imege3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    padding: 30px 0; }

  /* line 1148, scss/style.scss */
  .use-once {
    height: auto; }
    /* line 1151, scss/style.scss */
    .use-once li:first-child {
      float: none;
      width: 100%;
      position: inherit; }
    /* line 1156, scss/style.scss */
    .use-once li:last-child {
      float: none;
      width: 50%;
      position: inherit;
      margin: 10px auto; }
    /* line 1162, scss/style.scss */
    .use-once li h3, .use-once li p {
      text-align: center;
      letter-spacing: 0.1em; }
    /* line 1166, scss/style.scss */
    .use-once p br {
      display: none; }

  /* line 1170, scss/style.scss */
  .service-list li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
  /* line 1176, scss/style.scss */
  .service-list li:first-child {
    background-size: 60px;
    border: none; }
  /* line 1180, scss/style.scss */
  .service-list li:nth-child(2) {
    background-size: 50px;
    margin-top: 20px; }
  /* line 1184, scss/style.scss */
  .service-list li h3 {
    padding-top: 70px !important; }
  /* line 1187, scss/style.scss */
  .service-list li p {
    text-align: center; }
  /* line 1190, scss/style.scss */
  .service-list li p br {
    display: none; }

  /* line 1192, scss/style.scss */
  .forth-block {
    background: url(images/s_top_imege4.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    padding: 30px 0; }

  /* line 1200, scss/style.scss */
  .voice-list li {
    font-size: 10px; }

  /* line 1204, scss/style.scss */
  .voice-list-inner li {
    float: left;
    width: 20%;
    text-align: center;
    background: #eeeeee; }

  /* line 1212, scss/style.scss */
  .fifth-block li {
    width: 48%;
    margin: 0.9%; }
  /* line 1219, scss/style.scss */
  .fifth-block li h3 {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px; }
  /* line 1228, scss/style.scss */
  .fifth-block li a:hover {
    text-decoration: underline;
    transition: 0.3s; }
  /* line 1232, scss/style.scss */
  .fifth-block p {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px; }
    /* line 1240, scss/style.scss */
    .fifth-block p br {
      display: none; }

  /* line 1245, scss/style.scss */
  .outlet-list li {
    float: left;
    width: 100%; }
    /* line 1250, scss/style.scss */
    .outlet-list li:first-child {
      background: url(images/icon3.png) no-repeat;
      background-position: top center; }

  /***************
  footer/top
  ****************/
  /* line 1259, scss/style.scss */
  .footer-inner {
    background: #448aca; }

  /* line 1265, scss/style.scss */
  .footer-inner2 {
    float: none;
    width: 100%; }

  /* line 1269, scss/style.scss */
  .footer-inner2:nth-child(1) {
    background-position: left 0px;
    width: 260px;
    margin: 0 auto; }

  /* line 1274, scss/style.scss */
  .footer-inner2:nth-child(2) {
    width: 100%;
    margin: 0 auto; }

  /* line 1278, scss/style.scss */
  .footernavi-list {
    margin-top: 15px; }
    /* line 1280, scss/style.scss */
    .footernavi-list li {
      float: left;
      width: 50%;
      padding: 2px 2%;
      font-size: 14px;
      text-align: left; }
      /* line 1286, scss/style.scss */
      .footernavi-list li:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 4px;
        margin-left: 4px;
        border: transparent solid 5px;
        border-left-color: #fff;
        vertical-align: 0px; }
      /* line 1300, scss/style.scss */
      .footernavi-list li a {
        color: #fff; }

  /* line 1305, scss/style.scss */
  #copy {
    background: #282f3a; }
    /* line 1307, scss/style.scss */
    #copy p {
      color: #fff; }

  /***************
  All/etc
  ****************/
  /* line 1315, scss/style.scss */
  #sub-visual {
    height: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    padding-top: 100%;
    position: relative; }

  /* line 1323, scss/style.scss */
  .sub-title {
    padding-top: 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0; }

  /* line 1330, scss/style.scss */
  .sub-txt {
    padding-top: 0;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000; }

  /***************
  service/etc
  ****************/
  /* line 1344, scss/style.scss */
  .service-bg {
    background: url(images/s_service_header_image.jpg) no-repeat; }

  /* line 1349, scss/style.scss */
  .service-list li:nth-child(3) {
    background: url(images/icon3.gif) no-repeat;
    background-position: top center;
    background-size: 80px;
    border: none; }
  /* line 1355, scss/style.scss */
  .service-list li:nth-child(4) {
    background: url(images/icon4.gif) no-repeat;
    background-position: top center;
    background-size: 80px; }

  /* line 1361, scss/style.scss */
  .voice-list {
    width: 20%;
    float: left; }
    /* line 1364, scss/style.scss */
    .voice-list li {
      float: none;
      width: auto;
      font-size: 12px;
      display: block;
      border-bottom: 1px solid white; }

  /* line 1372, scss/style.scss */
  .voice-list-inner {
    float: left;
    width: 40%; }
    /* line 1375, scss/style.scss */
    .voice-list-inner li {
      float: none;
      width: auto;
      font-size: 12px;
      border-bottom: 1px solid white; }

  /***************
  faq/etc
  ****************/
  /* line 1385, scss/style.scss */
  .faq-bg {
    background: url(images/s_faq_header_image.jpg) no-repeat; }

  /* line 1389, scss/style.scss */
  .faq-box {
    padding: 0 5px 5px 5px; }
    /* line 1392, scss/style.scss */
    .faq-box h3, .faq-box p {
      padding: 10px 0 5px 10px;
      text-align: left;
      font-size: 12px; }
    /* line 1397, scss/style.scss */
    .faq-box h3:before {
      content: "\f29c";
      font-family: FontAwesome;
      padding-right: 5px;
      font-weight: lighter;
      font-size: 20px; }
    /* line 1404, scss/style.scss */
    .faq-box p:before {
      content: "\f031";
      font-family: FontAwesome;
      padding-right: 5px;
      font-weight: lighter;
      font-size: 20px;
      color: #448aca; }

  /* line 1413, scss/style.scss */
  .faq-box-inner {
    background: #fff; }

  /***************
  company/etc
  ****************/
  /* line 1422, scss/style.scss */
  .company-bg {
    background: url(images/s_campany_header_image.jpg) no-repeat; }

  /* line 1426, scss/style.scss */
  .company-box dl {
    width: 100%;
    margin: 5px auto;
    background: transparent;
    padding: 5px 0; }
  /* line 1432, scss/style.scss */
  .company-box dt {
    float: none;
    width: 100%;
    background: #eeeeee; }
  /* line 1437, scss/style.scss */
  .company-box dd {
    float: none;
    width: 100%;
    text-align: center; }
  /* line 1442, scss/style.scss */
  .company-box h3, .company-box p {
    text-align: center; }
  /* line 1445, scss/style.scss */
  .company-box h3 {
    border-bottom: 1px solid #448aca; }
  /* line 1448, scss/style.scss */
  .company-box p span {
    font-size: 18px; }

  /* line 1453, scss/style.scss */
  .access-title {
    font-size: 38px;
    background: url(images/icon5.png) no-repeat;
    background-position: center 15px; }

  /* line 1458, scss/style.scss */
  .gmap p {
    text-align: left; }

  /***************
  partner/etc
  ****************/
  /* line 1464, scss/style.scss */
  .partner-bg {
    background: url(images/s_kyouryoku_image.jpg) no-repeat; }
    /* line 1467, scss/style.scss */
    .partner-bg dl {
      width: 100%;
      margin: 10px auto;
      padding: 5px 0;
      border-bottom: 1px solid #448aca; }
    /* line 1473, scss/style.scss */
    .partner-bg dt {
      float: left;
      width: 26%;
      font-weight: bold; }
    /* line 1478, scss/style.scss */
    .partner-bg dd {
      float: left;
      width: 74%;
      text-align: left; }

  /***************
  recruit/etc
  ****************/
  /* line 1493, scss/style.scss */
  .recruit-list li {
    float: left;
    width: 98%;
    margin: 1%; }

  /***************
  recruit-single/etc
  ****************/
  /* line 1503, scss/style.scss */
  .recruit-bg {
    background: url(images/s_saiyou_header_image.jpg) no-repeat; }

  /* line 1507, scss/style.scss */
  .recruit-box dl {
    width: 98%;
    margin: 10px auto;
    padding: 0;
    border: 1px solid #448aca; }
  /* line 1515, scss/style.scss */
  .recruit-box dt {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 5px;
    display: block;
    background: #448aca;
    color: #fff; }
  /* line 1525, scss/style.scss */
  .recruit-box dd {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 10px; }

  /***************
  sitemap/etc
  ****************/
  /* line 1537, scss/style.scss */
  .sitemap-bg {
    background: url(images/header-bg-imege4.jpg) no-repeat; }

  /* line 1544, scss/style.scss */
  .sitemap-box li {
    text-align: left;
    border-bottom: 1px solid #448aca;
    padding: 20px 0 0 15px; }

  /* line 1549, scss/style.scss */
  .sitemap-box li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #448aca;
    vertical-align: 0px; }

  /* line 1560, scss/style.scss */
  .sitemap-box li a {
    display: inline-block;
    width: 98%; }

  /* line 1564, scss/style.scss */
  .sitemap-box-down li {
    float: left;
    padding: 5px 0px 5px 20px;
    border-bottom: none; }

  /* line 1570, scss/style.scss */
  .sitemap-box-down li a {
    display: initial; }

  /***************
  contactform/recruitform
  ****************/
  /* line 1578, scss/style.scss */
  .table-contactform7 th {
    width: 99%; }

  /* line 1581, scss/style.scss */
  .table-contactform7 {
    display: block; }

  /* line 1586, scss/style.scss */
  .recruit-entry .table-contactform7 tr:nth-child(-n+6) {
    height: auto;
    width: 99%; }

  /* line 1591, scss/style.scss */
  span.wpcf7-list-item {
    width: 48%;
    vertical-align: top;
    text-align: left;
    font-size: 12px; }

  /* line 1597, scss/style.scss */
  .communication span.wpcf7-list-item {
    width: 30%; }

  /***************
  contactform
  ****************/
  /* line 1605, scss/style.scss */
  .contact span.wpcf7-list-item {
    width: 99%;
    vertical-align: top;
    text-align: left; }
  /* line 1610, scss/style.scss */
  .contact .table-contactform7 tbody, .contact .table-contactform7 tr {
    border: 1px solid #eee; }
  /* line 1613, scss/style.scss */
  .contact .table-contactform7 input {
    width: auto; }
  /* line 1614, scss/style.scss */
  .contact .table-contactform7 th {
    width: 99%;
    display: block;
    margin: 10px auto;
    border: none;
    text-align: left;
    vertical-align: top; }
  /* line 1622, scss/style.scss */
  .contact .table-contactform7 td {
    font-size: 13px;
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important; }
  /* line 1631, scss/style.scss */
  .contact .communication span.wpcf7-list-item {
    width: 30%; }
  /* line 1634, scss/style.scss */
  .contact .w100 input {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
