@charset "UTF-8";
/* レスポンシブ
===================================== */
/* @mixinの定義 */
/* md */
/* タブレット〜 */
/* スマホ */
/*=====================================
色の変数
===================================== */
/*ドロワー*/
/*ボーダー*/
/*背景*/
/*ボタン*/
/*シャドウ*/
/*テキスト*/
/*透過度*/
/*=====================================
リセットCSS
===================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/*=====================================
基本設定
===================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* -> 10px */
}

body {
  background: #fff;
  color: #333333;
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  line-height: 1.45;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.pageTtl-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageTtl-txt {
  position: relative;
}

.pageTtl-ttl {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 1rem;
  text-align: center;
  text-indent: 1rem;
}

@media screen and (max-width: 768px) {
  .pageTtl-ttl {
    font-size: 3.6rem;
    letter-spacing: .4rem;
    text-indent: .4rem;
  }
}

.pageTtl-en {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .2rem;
  text-align: center;
  text-indent: .2rem;
}

@media screen and (max-width: 768px) {
  .pageTtl-en {
    font-size: 2.4rem;
  }
}

.pageTtl-logo {
  height: 200px;
  left: 50%;
  margin: 0;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 173.67px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .pageTtl-logo {
    height: 150px;
    width: 130.25px;
  }
}

.util-inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .util-inner {
    padding: 4.8rem 0;
  }
}

.util-content {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 4.8rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .util-content {
    padding: 3.2rem;
  }
}

.util-ttl {
  color: #1c1c1c;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .6rem;
  margin-top: 2.4rem;
  text-align: center;
  text-indent: .6rem;
}

@media screen and (max-width: 768px) {
  .util-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 415px) {
  .util-ttl {
    letter-spacing: .3rem;
    text-indent: .3rem;
  }
}

.util-en {
  color: #1c1c1c;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  letter-spacing: .1rem;
  text-align: center;
  text-indent: .1rem;
}

@media screen and (max-width: 768px) {
  .util-en {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}

.service-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .service-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
  }
}

.service-contents .service-item {
  max-width: 320px;
  margin: 0 .8rem;
}

@media screen and (max-width: 1024px) {
  .service-contents .service-item {
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 415px) {
  .service-contents .service-item {
    max-width: 380px;
    margin: 0 0 3.2rem 0;
  }
}

.service-contents .service-item .service-itemfig {
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .service-contents .service-item .service-itemfig {
    margin-bottom: 2.4rem;
  }
}

.service-contents .service-item .service-itemfig img {
  max-width: 100%;
}

.service-contents .service-item .service-itemTtl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .4rem;
  margin-bottom: 1.6rem;
  text-align: center;
  text-indent: .4rem;
}

@media screen and (max-width: 415px) {
  .service-contents .service-item .service-itemTtl {
    letter-spacing: .1rem;
    text-indent: .1rem;
  }
}

.service-contents .service-item .service-itemTxt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 415px) {
  .service-contents .service-item .service-itemTxt {
    font-size: 1.4rem;
  }
}

.service-contents .service-item .service-itemName {
  color: #0c7be8;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
}

@media screen and (max-width: 415px) {
  .service-contents .service-item .service-itemName {
    font-size: 1.4rem;
  }
}

/*========= アニメーション ========== */
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s;
  transition: 1s;
}

/*========= LoadingのためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
.splash-icon {
  margin-right: 1.6rem;
  width: 64px;
}

@media screen and (max-width: 415px) {
  .splash-icon {
    margin-right: .8rem;
    width: 32px;
  }
}

.splash-name {
  width: 320px;
}

@media screen and (max-width: 415px) {
  .splash-name {
    width: 200px;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*=====================================
コンテンツスタイル
===================================== */
/* 共通
---------------------------- */
/* header */
.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px #cecece;
          box-shadow: 0px 1px 2px 0px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 415px) {
  .header {
    height: 70px;
  }
}

.header .header-ttlLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.2rem;
}

.header .header-ttlLink .header-logo {
  height: 50px;
  margin-right: 1.6rem;
  width: 43.48px;
}

@media screen and (max-width: 415px) {
  .header .header-ttlLink .header-logo {
    height: 35px;
    margin-right: .8rem;
    width: 30.436px;
  }
}

.header .header-ttlLink .header-name {
  height: 30px;
  width: 252px;
}

@media screen and (max-width: 415px) {
  .header .header-ttlLink .header-name {
    height: 21px;
    width: 176.4px;
  }
}

.header .header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-nav .header-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.header .header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4.8rem;
}

@media screen and (max-width: 1024px) {
  .header .header-navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .header-navList .header-navItem:not(:last-child):after {
  content: "｜";
  font-size: 1.6rem;
  font-weight: 100;
  color: #3f3f3f;
  padding: 0 .8rem;
}

@media screen and (max-width: 1024px) {
  .header .header-navList .header-navItem:not(:last-child):after {
    display: none;
  }
}

.header .header-navList .header-navItem.current a {
  color: #01c3ff;
}

.header .header-navList .header-navItem .header-navLink {
  color: #333333;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
  position: relative;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.header .header-navList .header-navItem .header-navLink:hover {
  color: #01c3ff;
}

/* ドロワーメニュー用 */
.header-overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: 100%;
}

.add-active .header-overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .header {
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
  }
  .header .header-nav {
    height: 100%;
  }
  .header .header-nav .header-navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .add-active .header-ttl {
    opacity: 0;
  }
  .header-burger {
    display: block;
    height: 30px;
    left: -56px;
    position: absolute;
    top: 37px;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
    width: 30px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 415px) {
  .header-burger {
    top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .header-burger .header-burgerInline {
    background-color: #3f3f3f;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    width: 30px;
    z-index: 1;
  }
  .add-active .header-burgerInline {
    background-color: #fff;
  }
  .header-burgerInline:nth-child(1) {
    top: 2px;
  }
  .add-active .header-burgerInline:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-burgerInline:nth-child(2) {
    top: 10px;
  }
  .add-active .header-burgerInline:nth-child(2) {
    left: 100%;
    opacity: 0;
  }
  .header-burgerInline:nth-child(3) {
    top: 18px;
  }
  .add-active .header-burgerInline:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-nav {
    background: #fafafa;
    bottom: 0;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
    width: 280px;
    z-index: 1;
  }
  .add-active .header-nav {
    right: 0;
  }
  .header-navItem + .header-navItem {
    margin-top: 3.2rem;
  }
}

/*=====================================
1.TOP
===================================== */
/* hero */
.hero {
  background-image: url(../img/hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 415px) {
  .hero {
    background-image: url(../img/hero-sp.png);
  }
}

.hero .hero-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}

.hero .hero-inner .hero-ttl {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: .6rem;
  margin: 0 4.8rem 0 auto;
}

@media screen and (max-width: 768px) {
  .hero .hero-inner .hero-ttl {
    letter-spacing: .1rem;
    margin-right: 2.4rem;
  }
}

@media screen and (max-width: 415px) {
  .hero .hero-inner .hero-ttl {
    font-size: 3.6rem;
    line-height: 6rem;
    margin-right: .8rem;
    max-width: 300px;
  }
}

/* home */
.home {
  background-color: #eaf5ff;
}

.home .home-ttl {
  color: #01c3ff;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home .home-ttl {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}

.home .home-txt {
  font-size: 2.4rem;
  letter-spacing: .1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home .home-txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* homeDesc */
.homeDesc .homeDesc-content {
  margin: 0 auto 5.6rem;
  padding: 0 4.8rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-content {
    padding: 0 3.2rem;
  }
}

.homeDesc .homeDesc-content .homeDesc-ttl {
  color: #01c3ff;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-content .homeDesc-ttl {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}

.homeDesc .homeDesc-content .homeDesc-txt {
  font-size: 2.4rem;
  letter-spacing: .1rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-content .homeDesc-txt {
    font-size: 1.8rem;
  }
}

.homeDesc .homeDesc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .homeDesc .homeDesc-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-items {
    width: 90%;
  }
}

@media screen and (max-width: 415px) {
  .homeDesc .homeDesc-items {
    width: 100%;
  }
}

.homeDesc .homeDesc-items .homeDesc-item {
  margin: 0 4px;
}

@media screen and (max-width: 1024px) {
  .homeDesc .homeDesc-items .homeDesc-item {
    margin-bottom: 3.2rem;
  }
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemfig {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemfig {
    margin-bottom: 1.6rem;
  }
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemfig img {
  max-width: 100%;
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemTtl {
  font-size: 2.4rem;
  font-weight: 600;
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemEn {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemEn {
    margin-bottom: 1.6rem;
  }
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemBtn {
  border-radius: 30px;
  border: 1px solid #01c3ff;
  color: #01c3ff;
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.4rem 0;
  position: relative;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  width: 200px;
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemBtn:after {
  bottom: auto;
  content: "＞";
  font-weight: 600;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homeDesc .homeDesc-items .homeDesc-item .homeDesc-itemBtn:hover {
  color: #fff;
  background: #01c3ff;
}

/*=====================================
2.事業案内
===================================== */
/* service */
.pageTtl-service {
  background-image: url(../img/service.png);
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 415px) {
  .pageTtl-service {
    background-image: url(../img/service-sp.png);
    margin-top: 70px;
  }
}

.service {
  background-color: #eaf5ff;
}

.service .service-ttl {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  line-height: 5rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service .service-ttl {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 3rem;
    text-align: left;
  }
}

.design {
  background-color: #eaf5ff;
}

.info {
  background-color: #eaf5ff;
}

/*=====================================
3.会社案内
===================================== */
/* company */
.pageTtl-company {
  background-blend-mode: lighten;
  background-image: url(../img/company.png);
  background-position: center center;
  background-size: cover;
  height: 300px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pageTtl-company {
    background-image: url(../img/company-tab.png);
  }
}

@media screen and (max-width: 415px) {
  .pageTtl-company {
    margin-top: 70px;
  }
}

.pageTtl-company .company-opacity {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}

.company {
  background-color: #eaf5ff;
}

.company .company-ttl {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  line-height: 5rem;
  margin: 0 auto;
  max-width: 830px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company .company-ttl {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 3rem;
    text-align: left;
  }
}

/* about */
.about-content {
  background-color: #fafafa;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 1.6rem;
  width: 90%;
}

.about-content .about-table {
  margin: 0 auto;
}

.about-content .about-table tr {
  border-bottom: solid 1px #cecece;
}

.about-content .about-table tr:last-child {
  border-bottom: none;
}

.about-content .about-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding: 3.2rem 10rem 3.2rem 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .about-content .about-table th {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding: 1.6rem 8rem 1.6rem 0;
  }
}

@media screen and (max-width: 415px) {
  .about-content .about-table th {
    padding-right: 1.6rem;
    width: 64px;
  }
}

.about-content .about-table td {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding: 3.2rem 4rem 3.2rem 0;
}

@media screen and (max-width: 768px) {
  .about-content .about-table td {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
}

/* history */
.history {
  background-image: url(../img/history.png);
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 415px) {
  .history {
    background-image: url(../img/history-sp.png);
  }
}

.history .history-opacity {
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
}

.history .history-opacity .history-content {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 3.2rem 0;
  width: 90%;
}

@media screen and (max-width: 415px) {
  .history .history-opacity .history-content {
    padding: 1.6rem;
  }
}

.history .history-opacity .history-content .history-table {
  margin: 0 auto;
}

.history .history-opacity .history-content .history-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding: 2.4rem 10rem 2.4rem 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .history .history-opacity .history-content .history-table th {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding: 1.6rem 8rem 1.6rem 0;
  }
}

@media screen and (max-width: 415px) {
  .history .history-opacity .history-content .history-table th {
    padding-right: .8rem;
    width: 114px;
  }
}

.history .history-opacity .history-content .history-table td {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .history .history-opacity .history-content .history-table td {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
}

/* qualification */
.qualification {
  background-color: #eaf5ff;
}

.qualification .qualification-content {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 1.6rem 0 4rem 0;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .qualification .qualification-content {
    padding: 1.6rem;
  }
}

.qualification .qualification-content .qualification-table {
  margin: 0 auto;
}

.qualification .qualification-content .qualification-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-top: 2.4rem;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .qualification .qualification-content .qualification-table th {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding-top: 1.6rem;
  }
}

.qualification .qualification-content .qualification-table th:nth-of-type(1) {
  padding-right: 8rem;
  text-align: center;
}

.qualification .qualification-content .qualification-table th:nth-of-type(2) {
  text-align: right;
}

.qualification .qualification-content .qualification-table td {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .qualification .qualification-content .qualification-table td {
    font-size: 1.4rem;
    padding-top: 1.6rem;
  }
}

.qualification .qualification-content .qualification-table td:nth-of-type(1) {
  padding-right: 8rem;
}

@media screen and (max-width: 415px) {
  .qualification .qualification-content .qualification-table td:nth-of-type(1) {
    padding-right: 2.4rem;
  }
}

.qualification .qualification-content .qualification-table td:nth-of-type(2) {
  text-align: right;
}

.qualification .qualification-txt {
  font-size: 1.4rem;
  margin-top: 1.6rem;
  text-align: right;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .qualification .qualification-txt {
    width: 77%;
  }
}

@media screen and (max-width: 415px) {
  .qualification .qualification-txt {
    width: 100%;
  }
}

/* office */
.office-content {
  margin: 0 auto;
  width: 90%;
}

.office-content .office-table {
  margin: 0 auto;
}

.office-content .office-table tr {
  border-bottom: solid 1px #cecece;
}

.office-content .office-table tr:nth-of-type(1), .office-content .office-table tr:nth-of-type(2), .office-content .office-table tr:nth-of-type(3), .office-content .office-table tr:last-child {
  border-bottom: none;
}

.office-content .office-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding: 2.4rem 4rem 2.4rem 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .office-content .office-table th {
    font-size: 1.4rem;
    padding: 1.6rem 2.4rem 1.6rem 0;
  }
}

@media screen and (max-width: 415px) {
  .office-content .office-table th {
    font-size: 1.2rem;
    padding-right: 0.8rem;
  }
}

.office-content .office-table td {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .office-content .office-table td {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
}

@media screen and (max-width: 415px) {
  .office-content .office-table td {
    font-size: 1.2rem;
  }
}

.office-content .office-table td iframe {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .office-content .office-table td iframe {
    height: 480px;
  }
}

@media screen and (max-width: 415px) {
  .office-content .office-table td iframe {
    height: 320px;
  }
}

/*=====================================
4.業務実績
===================================== */
/* works */
.pageTtl-works {
  background-color: #0C7BEB;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .pageTtl-works {
    margin-top: 70px;
  }
}

.department {
  background-color: #eaf5ff;
}

.department .depertment-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.department .depertment-items .department-itemBtn {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #01c3ff;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  color: #01c3ff;
  display: block;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 2rem;
  padding: 1.8rem 0;
  position: relative;
  -webkit-transition: background-color .2s, color .2s;
  text-align: center;
  transition: background-color .2s, color .2s;
  width: 320px;
}

.department .depertment-items .department-itemBtn:last-child {
  margin-bottom: 0;
}

.department .depertment-items .department-itemBtn:after {
  bottom: auto;
  content: "＞";
  font-weight: 600;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.department .depertment-items .department-itemBtn:hover {
  color: #fff;
  background: #01c3ff;
}

.works-ttl {
  color: #1c1c1c;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  margin-left: 4.8rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .works-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    margin-left: 3.2rem;
  }
}

@media screen and (max-width: 415px) {
  .works-ttl {
    font-size: 2rem;
    margin-left: 1.6rem;
  }
}

.works-content {
  background-color: #fafafa;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto 8rem auto;
  padding: 1.6rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .works-content {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 415px) {
  .works-content {
    padding: .8rem;
  }
}

.works-content:last-child {
  margin-bottom: 0;
}

.works-content .works-table {
  margin: 0 auto;
  width: 95%;
}

.works-content .works-table tr {
  border-bottom: solid 1px #cecece;
}

.works-content .works-table tr:last-child {
  border-bottom: none;
}

.works-content .works-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding: 2.4rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .works-content .works-table th {
    font-size: 1.2rem;
    padding: 1.6rem 0;
  }
}

.works-content .works-table th:nth-of-type(3) {
  text-align: right;
}

.works-content .works-table td {
  font-size: 1.6rem;
  letter-spacing: .1rem;
  padding: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .works-content .works-table td {
    font-size: 1.2rem;
    padding: 1.6rem 0;
  }
}

.works-content .works-table td:nth-of-type(1) {
  text-align: center;
  width: 20%;
  padding-right: 0.8rem;
}

.works-content .works-table td:nth-of-type(2) {
  text-align: left;
  width: 65%;
}

.works-content .works-table td:nth-of-type(3) {
  text-align: right;
  width: 15%;
}

/*=====================================
5.採用情報
===================================== */
/* recruit */
.pageTtl-recruit {
  background-color: #0C7BEB;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .pageTtl-recruit {
    margin-top: 70px;
  }
}

.recruit {
  background-color: #eaf5ff;
}

.recruit .recruit-ttl {
  font-size: 2.4rem;
  letter-spacing: .2rem;
  line-height: 5rem;
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit .recruit-ttl {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 3rem;
    text-align: left;
  }
}

/* recruiting */
.recruiting-content {
  background-color: #fafafa;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 1.6rem;
  width: 90%;
}

.recruiting-content .recruiting-table {
  margin: 0 auto;
}

.recruiting-content .recruiting-table tr {
  border-bottom: solid 1px #cecece;
}

.recruiting-content .recruiting-table tr:last-child {
  border-bottom: none;
}

.recruiting-content .recruiting-table th {
  color: #01c3ff;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding: 3.2rem 10rem 3.2rem 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .recruiting-content .recruiting-table th {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
}

@media screen and (max-width: 415px) {
  .recruiting-content .recruiting-table th {
    width: 96px;
  }
}

.recruiting-content .recruiting-table td {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  padding: 3.2rem 3.2rem 3.2rem 0;
}

@media screen and (max-width: 768px) {
  .recruiting-content .recruiting-table td {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
}

.recruiting-content .recruiting-table .recruiting-phone,
.recruiting-content .recruiting-table .recruiting-mail {
  color: #0C7BEB;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 600;
}

.recruiting-content .recruiting-table .recruiting-phone:hover,
.recruiting-content .recruiting-table .recruiting-mail:hover {
  color: #01c3ff;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

/*=====================================
6.お問い合わせ
===================================== */
/* contact */
.pageTtl-contact {
  background-color: #0C7BEB;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .pageTtl-contact {
    margin-top: 70px;
  }
}

.contact {
  background-color: #eaf5ff;
}

.contact .contact-ttl {
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 5rem;
  margin: 0 auto;
  max-width: 1030px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact .contact-ttl {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 415px) {
  .contact .contact-ttl {
    text-align: left;
  }
}

.contact .contact-ttl .contact-mail,
.contact .contact-ttl .contact-phone {
  color: #0c7be8;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-weight: 600;
}

.contact .contact-ttl .contact-mail:hover,
.contact .contact-ttl .contact-phone:hover {
  color: #01c3ff;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

/*=====================================
7.品質管理
===================================== */
/* quality */
.pageTtl-quality {
  background-color: #0C7BEB;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .pageTtl-quality {
    margin-top: 70px;
  }
}

.quality {
  background-color: #eaf5ff;
}

.quality .quality-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4.8rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .quality .quality-content {
    display: block;
    padding: 3.2rem;
    text-align: center;
  }
}

.quality .quality-content .quality-logo {
  height: 114.09px;
  width: 210px;
  margin-right: 4.8rem;
}

@media screen and (max-width: 768px) {
  .quality .quality-content .quality-logo {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

.quality .quality-content .quality-txt {
  font-size: 1.6rem;
  letter-spacing: .1rem;
  line-height: 3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .quality .quality-content .quality-txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/*=====================================
8.個人情報保護方針
===================================== */
/* privacy */
.pageTtl-privacy {
  background-color: #0C7BEB;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .pageTtl-privacy {
    margin-top: 70px;
  }
}

.privacy {
  background-color: #eaf5ff;
}

.privacy .privacy-content {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  margin: 0 auto;
  padding: 4.8rem;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .privacy .privacy-content {
    padding: 3.2rem;
  }
}

.privacy .privacy-content img {
  max-width: 100%;
}

/* mark */
.mark-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 2px 4px 1px #cecece;
          box-shadow: 1px 2px 4px 1px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4.8rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .mark-content {
    display: block;
    padding: 3.2rem;
    text-align: center;
  }
}

.mark-content .mark-logo {
  height: 150px;
  margin-right: 4.8rem;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .mark-content .mark-logo {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

.mark-content .mark-txt {
  font-size: 1.6rem;
  letter-spacing: .1rem;
  line-height: 3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mark-content .mark-txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* 共通
---------------------------- */
/* footer */
.footer {
  background-color: #fafafa;
}

.footer .footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  width: 100%;
}

.footer .footer-inner .footer-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .footer .footer-inner .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-inner .footer-content .footer-ttlLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .footer .footer-inner .footer-content .footer-ttlLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer-inner .footer-content .footer-ttlLink .footer-logo {
  height: 50px;
  margin-right: 1.6rem;
  width: 43.48px;
}

.footer .footer-inner .footer-content .footer-ttlLink .footer-name {
  height: 30px;
  width: 250.6px;
}

.footer .footer-inner .footer-content .footer-list {
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .footer .footer-inner .footer-content .footer-list {
    margin-bottom: 3.2rem;
  }
}

.footer .footer-inner .footer-content .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList {
  margin-right: 8rem;
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList:last-child {
  margin-right: 0;
}

@media screen and (max-width: 415px) {
  .footer .footer-inner .footer-content .footer-menu .footer-menuList {
    margin-right: 2.4rem;
  }
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuItem {
  margin: 2rem 0;
}

@media screen and (max-width: 415px) {
  .footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuItem {
    margin: 1.6rem 0;
  }
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuLink {
  color: #333333;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  position: relative;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuLink:hover {
  color: #01c3ff;
}

.footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuLink:after {
  bottom: auto;
  color: #01c3ff;
  content: "▶︎";
  font-size: 1rem;
  padding: 0 .5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 415px) {
  .footer .footer-inner .footer-content .footer-menu .footer-menuList .footer-menuLink:after {
    padding: 0;
  }
}

.footer .footer-inner .footer-copyright {
  display: block;
  font-family: "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */