@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* フッター */
/**********************************************************/

footer {
  width: 100%;
  padding: 3% 2% 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}

footer ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer ul li {
  line-height: 1.4;
  color: #fff;
}

footer dl {
  width: 170px;
  color: #fff;
  margin-bottom: 15px;
}

footer dl dt {
  font-size: 14px;
}

footer dl dd {
  font-size: 12px;
  text-indent: 1em;
}

footer dl dt a,
footer dl dd a {
  color: #fff;
  text-decoration: none;
}

footer dl dt a:hover,
footer dl dd a:hover {
  text-decoration: underline;
}

/* 企業情報・採用情報・トップに戻る エリア (footer_menu) */

#footer {
  font-family: "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

#footer_menu_bg {
  width: 100%;
  height: 72px;
  background: #00A9C9;
  border-bottom: 1px solid #fff;
}

#footer_menu {
  width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 0 43px;
  box-sizing: border-box;
}

#footer_menu ul {
  display: flex;
  justify-content: flex-end;
}

#footer_menu ul li {
  background: #00A9C9;
  border-right: solid 1px #fff;
}

#footer_menu ul li:first-of-type {
  border-left: solid 1px #fff;
}

#footer_menu ul li a {
  display: block;
  width: 133px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.footer_list a {
  color: #fff;
}

#footer_menu ul li a[target="_blank"] {
  background: url(../_common/images/footer/external.png) no-repeat 100px 30px;
  text-decoration: none;
}

#footer_menu ul li a:hover {
  /*background:#4C8E73 url(../_common/images/footer/external.png) no-repeat 100px 30px;*/
  opacity: 0.8;
}

/* ページの先頭に戻る(すべてのページ) */

#footer_menu ul li.go_top {
  background: #00A9C9;
  position: relative;
}

#footer_menu ul li.go_top a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-20%) rotate(45deg);
}

#footer_menu ul li.go_top a {
  width: 72px;
  height: 72px;
  /*background:url(../_common/images/footer/go_top.png) no-repeat;*/
  display: block;
  text-indent: -10000em;
  overflow: hidden;
  transition: 0.3s;
}

#footer_menu ul li.go_top a:hover {
  opacity: 0.5;
}

/* サイトマップ・バナー エリア (footer_list) */

.footer_list_area {
  width: 70%;
  overflow: hidden;
  padding: 0;
  display: flex;
}

#footer_bg {
  width: 100%;
  background: #00A9C9;
  /*min-width: 1366px;*/
}

.company_logo {
}

.footer_logo {
  /*float: left;*/
  margin-right: 60px;
  width: 230px;
  height: 44px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
}

.logo_area {
  width: 30%;
  margin-right: 5%;
}
.logo_area img {
  width: 100%;
}

.list_area {
  width: 70%;
  display: flex;
}

.list_area > .footer_list {
  width: 30%;
  margin-right: 5%;
}

.banner_area {
  /*float: right;*/
  width: 30%;
  max-width: 380px;
}

.banner_area .footer_list.sns_area {
  max-width: 288px;
  margin: auto;
}

.footer_list ul.banner li {
  background: #fff;
}

.footer_list ul.banner li a {
  width: 180px;
  display: block;
  overflow: hidden;
  text-indent: -10000em;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer_list ul.banner li a:hover {
  opacity: 0.85;
}

.footer_list ul.banner li.noblecup a {
  height: 68px;
  background: url(../_common/images/footer/noble_cap.png) no-repeat;
}

.bland_logo {
  display: flex;
  align-items: center;
  border: solid 1px #fff;
  width: 180px;
  height: 157px;
  margin-bottom: 5%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}

.bland_logo:hover {
  background: rgba(255, 255, 255, 0.2);
}

.bland_logo img.lasiq {
  width: 70%;
  margin: 15px auto;
}
.bland_logo img.stylehouse {
  width: 60%;
}
.bland_logo img.sui{
  max-width: 82px;
}

.bland_logo > div {
  width: 100%;
}

.bland_logo span {
  display: block;
  font-size: 12px;
  color: #fff;
}

.relation a {
  background-color: #00A9C9;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 10px 5px;
  color: #fff;
  display: block;
  width: 100%;
  margin: 20px auto 0px;
  text-align: center;
}


.relation a img {
  width: 60%;
  display: block;

  margin: auto;
}
.sns_icon_footer img {
  width: 32px;
  height: 32px;
  padding: 20px;
  position: relative;
  top: 32px;
  transform: translateY(-50%);
}

.sns_icon_footer {
  transition: 0.3s;
}
.sns_icon_footer:hover {
  opacity: 0.5;
}

/* facebook */
.footer_fb a {
  display: inline-block;
  background: #fff;
}

.footer_fb a img {
  transition: 0.3s;
  vertical-align: bottom;
}

.footer_fb a:hover img {
  opacity: 0.75;
}

/* コピーライト表示 */

p.copy {
  text-align: center;
  color: #7f8979;
  margin: 10px auto;
  font-size: 12px;
}

.responsive_footer_menu {
  display: flex;
}

#responsive_footer_list {
  position: absolute;
  left: 0;
  display: none;
  background-color: #00A9C9;
}

#responsive_footer_list a.footer_item {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #00A9C9;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 10px 0;
  text-indent: 1.5em;
  clear: both;
  box-sizing: border-box;
}
#responsive_footer_list .acd_content a.footer_item {
  background-color: #013a57;
  border-bottom: solid 1px #00A9C9;
}
#responsive_footer_list a.footer_item:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 35px;
  margin: 5px 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

#responsive_footer_list a.footer_company,
#responsive_footer_list a.footer_recruit {
  display: block;
  /*float: left;*/
  clear: none;
  width: 50%;
  background: url("../_common/images/footer/external.png") no-repeat 76% 48%;
  background-color: #00A9C9;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-indent: 0;
}

#responsive_footer_list a.footer_company {
  border-right: solid 1px #fff;
  box-sizing: border-box;
}

.acd_footer {
  display: block;
  width: 100%;
  background-color: #00A9C9;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 10px 0;
  text-indent: 1.5em;
  cursor: pointer;
}

.acd_footer:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 35px;
  margin: 5px 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}

.acd_content {
  display: block;
  position: relative;
  z-index: -999;
  height: 0;
  transition: 0.3s;
  visibility: hidden;
}

#acd_orner:checked + label + .acd_content {
  height: 90px;
  z-index: 0;
  visibility: visible;
}

#acd_general:checked + label + .acd_content {
  height: 180px;
  z-index: 0;
  visibility: visible;
}

#acd_corporate:checked + label + .acd_content {
  height: 135px;
  z-index: 0;
  visibility: visible;
}

#acd_orner,
#acd_general,
#acd_corporate {
  display: none;
}

/****************************************/
/*　　　　レスポンシブ用　スタイル　　　　　　　*/
/****************************************/
@media screen and (max-width: 1300px) {
  footer {
    display: block;
  }
  .footer_list_area {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner_area {
    width: 100%;
    max-width: 100%;
  }
  .bland_logo {
    width: 49%;
    justify-content: center;
    margin-bottom: 0;
  }
  .bland_logo img.lasiq {
    width: inherit;
    height: 60px;
  }
  .bland_logo img.stylehouse {
    height: 90px;
  }
  .bland_logo img.sui{
    max-width: 82px;
  }

  .relation a img {
    width: 30%;
  }
  .banner_area .footer_list.sns_area {
    width: 40%;
  }
}

@media screen and (max-width: 850px) {
  #responsive_footer_list {
    display: block;
    position: static;
    /*        margin-top: 40px;*/
  }

  #footer_menu_bg,
  #footer_bg,
  .footer_list_area {
    display: none;
  }

  footer {
    padding: 0;
    width: 100%;
  }

  #banner_area {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    padding: 20px 4%;
    box-sizing: content-box;
    background-color: #00A9C9;
  }

  p.copy {
    font-size: 0.8em;
  }
  .relation {
    padding: 0px 4%;
  }
  .relation a {
    width: 100%;
  }
  .relation a img {
    width: 60%;
  }
  .sns_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bland_logo img.lasiq {
    width: 60%;
    height: inherit;
  }
}
@media screen and (max-width: 370px) {
  .bland_logo span {
    font-size: 10px;
  }
}
.anchor {
  margin-top: -70px;
  padding-top: 70px;
}

/*address*/
#footer .address {
  width: 100%;
  background-color: #00A9C9;
  padding: 10px 0 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#footer .address p {
  display: inline-block;
  margin-right: 1em;
}
@keyframes noburun {
  0% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes noburun_shadow {
  0% {
    transform:translateX(-50%) translateY(10px) scale(1);
  }
  25% {
    transform:translateX(-50%) translateY(20px) scale(0.8);
  }
  50% {
    transform:translateX(-50%) translateY(10px) scale(1);
  }
  75% {
    transform:translateX(-50%) translateY(20px) scale(0.8);
  }
  100% {
    transform:translateX(-50%) translateY(10px) scale(1);
  }
}
@keyframes dot_move {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loading_animation {
  display: none;
  /* display: block; */
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  overflow-x: hidden;
}
#loading_animation #load_icon {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#loading_animation #load_icon figure {
  width: 100px;
  margin: auto;
  animation: noburun 3s ease-in-out 0s infinite normal;
  position: relative;
}
#loading_animation #load_icon figure::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 10px;
  left: 50%;
  opacity: 0.4;
  background-image: url(/assets/images/shadow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  animation: noburun_shadow 3s ease-in-out 0s infinite normal;
}
#loading_animation #load_icon p {
  position: relative;
  left: 0.8em;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 500;
}
#loading_animation #load_icon small {
  display: none;
  position: relative;
  left: 0.8em;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
#loading_animation #load_icon p .dot1 {
  opacity: 0;
  animation: dot_move 2s ease 0s infinite normal;
}
#loading_animation #load_icon p .dot2 {
  opacity: 0;
  animation: dot_move 2s ease 0.6s infinite normal;
}
#loading_animation #load_icon p .dot3 {
  opacity: 0;
  animation: dot_move 2s ease 1.2s infinite normal;
}/*# sourceMappingURL=loading_animate.css.map */

.loader {
  margin: 50px auto;
  font-size: 17px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
