@charset "UTF-8";

html {
  min-width: 320px;
  font-size: 62.5%; /*10px*/
}

/*---------------------------------
ヘッダ
----------------------------------*/
#header {
  background-color: #000000;
}

/*---　ヘッダ　ロゴ　---*/
.h-logo {
  position: relative;
  display: block;
  width: 220px;
  line-height: 1;
  background-color: #ffffff;
  background-image: url(../img_frame/h_logo.png);
  background-repeat: no-repeat;
  background-position: left 80px top;
  background-size: contain;
  margin: 0;
}
.h-logo:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-bottom: 52px solid #ffffff;
}
.h-logo a {
  display: block;
  padding: 52px 0 0 0;
}
.h-logo span {
  display: none;
}

/*---　ヘッダ（右側）　---*/
.header-right {
  display: none;
}

/*---------------------------------
トグル
----------------------------------*/
#toggle {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  text-align: center;
  background-color: #009ce6;
  padding: 10px 13px;
}

#toggle div {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 7px auto;
}
#toggle a {
  color: #ffffff;
}

#Left-bar {
  z-index: 100;
  position: fixed;
  top: 0;
  left: -400px;
  width: 400px;
  height: auto;
  background-color: #009ce6;
  padding: 0;
}
#Left-bar .slide-inner {
  overflow: auto;
  overflow-x: hidden;
  background-color: #009ce6;
}
p.btn-recruit a,
p.btn-instagram a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px 0 0 0;
  width: 38px;
  height: 38px;
  background-color: #0852a0;
  border-radius: 30px;
}
p.btn-instagram a {
  margin: 20px 0 0 0;
  background-color: #fff;
}
p.btn-recruit img,
p.btn-instagram img {
  width: 22px;
}
p.to-top a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 36px;
  height: 152px;
  background-image: url("../img_frame/bg_totop.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 22px 0;
  margin: 0 0 20px 0;
}

p.btn-recruit span,
p.to-top span {
  display: none;
}

/*---------------------------------
global-nav
----------------------------------*/
/*---　グローバルナビ　---*/
#navigation ul {
  margin: 20px 0 0 60px;
}
#navigation li a {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  padding: 4px 0 4px 15px;
}

/*---------------------------------
フッタ　お問合わせ
----------------------------------*/

.footer-inquiry {
  text-align: center;
  color: #ffffff;
  background-image: url("../img_top/bg_footerinq.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-inquiry .inner {
  padding: 50px 0;
}
.footer-inquiry h1 {
  font-size: 3rem;
  line-height: 1;
  margin: 20px 0;
}
.footer-inquiry p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

/*---　ボタン ---*/
a.btn-finquiry {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 10px 60px;
  border-radius: 20px;
  margin: 30px auto;
}
a.btn-finquiry:hover {
  background-color: rgb(255, 255, 255, 0.6);
}

/*---　改行指定 ---*/
.footer-inquiry .br::before {
  content: "\A";
  white-space: pre;
}

/*----------------------------
footer
----------------------------*/
#footer {
  text-align: center;
  background-color: #111111;
  padding: 20px 0 5px 0;
  margin: 0 0 0 56px;
}

/*----------------------------
フッタ　ナビゲーション
----------------------------*/
.footer-nav ul li {
  font-size: 1.4rem;
  line-height: 1;
  margin: 15px 0;
}
.footer-nav ul li a {
  color: #ffffff;
}
.footer-nav ol {
  display: none;
}

/* 会社情報 */
.f-company-info {
  color: #ffffff;
  border-top: solid 1px #767677;
  padding-top: 20px;
}

.f-company-info a {
  color: #ffffff;
}

.f-company-info h1 {
  display: block;
  width: 180px;
  background-image: url("../img_frame/footer_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 70px 0 0 0;
  margin: 0 auto 10px auto;
}
.f-company-info h1 span {
  display: none;
}
.f-company-info p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 4px 0;
}
.f-company-info ul {
  margin: 12px auto;
}
.f-company-info ul li {
  font-size: 1.3rem;
  text-indent: 1.2em;
  margin: 6px auto;
}
.f-company-info ul li a {
  display: inline-block;
  color: #ffffff;
  background: url("../img_frame/ico_f_arrow.png") no-repeat left center;
}

/*----------------------------
コピーライト
----------------------------*/
#copyright {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
  margin: 10px 0;
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em) {
  /* 640px */
} /* end 640px*/

/*----------------------------
ラージサイズ
----------------------------*/

@media only screen and (min-width: 60em) {
  /*960px*/

  /*---------------------------------
フッタ　お問合わせ
----------------------------------*/

  /*---　改行指定 ---*/
  .footer-inquiry .br {
    display: none;
  }
} /* end 960px*/

/*----------------------------
ブレイクポイント
----------------------------*/

@media only screen and (min-width: 78em) {
  /*1248px*/

  /*---------------------------------
ヘッダ
----------------------------------*/

  /*---　ヘッダ　ロゴ　---*/
  .h-logo {
    width: 340px;
    background-position: left 140px top;
  }
  .h-logo a {
    display: block;
    padding: 80px 0 0 0;
  }
  .h-logo:after {
    right: -40px;
    border-right: 40px solid transparent;
    border-bottom: 80px solid #ffffff;
  }

  /*---　ヘッダ（左側）　---*/
  .header-left {
    float: left;
    width: 200px;
  }

  /*---　ヘッダ（右側）　---*/
  .header-right {
    display: block;
    float: right;
    width: 78%;
    margin: 20px 16px 0 0;
  }
  ul.h-navigation {
    float: left;
    width: 79%;
    text-align: right;
  }
  ul.h-navigation li {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 2.4%;
  }
  ul.h-navigation li a {
    position: relative;
    color: #ffffff;
    padding-top: 10px;
  }
  ul.h-navigation li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ul.h-navigation li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  /* submenu */
  ul.h-navigation .header__submenuArea {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    padding-top: 20px;
  }
  ul.h-navigation li:hover .header__submenu {
    display: flex;
  }

  ul.h-navigation .header__submenu {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    width: 600px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(105, 105, 105, 0.8) !important;
  }

  /*---　言語　---*/
  ul.h-language {
    float: right;
    width: 20%;
    text-align: right;
    color: #ffffff;
  }
  ul.h-language li {
    display: inline-block;
    font-size: 1.2rem;
  }
  ul.h-language li a {
    display: block;
    width: 20px;
    color: #ffffff;
    border-bottom: solid 2px #ffffff;
    padding: 0 2px 2px 2px;
  }
  ul.h-language li a:hover {
    border-bottom: solid 2px #fffc00;
  }

  /*---------------------------------
トグル
----------------------------------*/
  #toggle {
    padding: 60px 18px;
  }
  /*---------------------------------
global-nav
----------------------------------*/
  #navigation {
  }
  /*---　グローバルナビ　---*/
  #menu {
    top: 51px;
    left: 0;
    right: 0;
    width: 100%;
  }

  /*---------------------------------
Left-bar
----------------------------------*/
  #Left-bar {
    z-index: 100;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: auto;
    background-color: #009ce6;
    padding: 0;
  }
  p.btn-recruit span {
    display: block;
  }

  p.to-top a {
    bottom: 140px;
    margin: 0;
  }

  /*----------------------------
footer
----------------------------*/
  #footer {
    text-align: left;
    padding: 10px 40px;
  }

  /*----------------------------
フッタ　ナビゲーション
----------------------------*/
  .footer-nav {
    max-width: 940px;
    margin: 20px auto;
  }
  .footer-nav ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 104px;
  }
  .footer-nav ul:last-child {
    margin-right: 0px;
  }
  .footer-nav ol {
    display: block;
    width: 100%;
  }
  .footer-nav ol li {
    font-size: 1.2rem;
    text-indent: 0.5em;
    color: #888888;
    margin: 8px 0;
  }

  /* 会社情報 */
  .f-company-info {
    max-width: 1024px;
    margin: 0 auto;
  }
  .L-box,
  .R-box {
    width: 49%;
  }
  .L-box {
    float: left;
  }
  .R-box {
    float: right;
  }
  .f-company-info h1 {
    float: left;
    width: 160px;
  }
  .inner-box {
    float: left;
    width: 300px;
    vertical-align: top;
    margin: 5px 0 0 5px;
  }
  .f-company-info ul {
    margin: 12px auto;
    text-align: right;
  }
  .f-company-info ul li {
    display: inline-block;
  }
} /* end 1248px*/

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cp_imghover {
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin: 2em auto;
  border: 10px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
  cursor: pointer;
}
/*zoomin*/
.cp_zoomin img {
  width: 400px;
  height: 400px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cp_zoomin img:hover {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.slideMenuArea__menu {
  margin: 0 !important;
  margin-left: 20px !important;
}
.slideMenuArea__menu a {
  font-size: 14px !important;
}
