@charset "UTF-8";
/************************************************************
 ▼▼▼ mediaquery ▼▼▼ 
************************************************************/
/* 1920px以上 */
/* 1200px以下 */
/* 1100px以下 */
/* 1024px以下 */
/* PC */
/* TAB */
/* 768px以下 */
/* 640px以下 */
/* SP */
/************************************************************
 ▼▼▼ variable & function ▼▼▼ 
************************************************************/
/*** color***/
/************************************************************
 ▼▼▼ common ▼▼▼ 
************************************************************/
/*** html,body ***/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 62.5%;
  color: #000;
  letter-spacing: 0.1rem;
  line-height: 2;
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #000;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
}

body {
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img,
embed,
object,
iframe {
  vertical-align: middle;
}

.body_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 4.6875vw;
  width: 86%;
  max-width: 1000px;
  height: 100vh;
  margin: 0 auto;
}

header {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  content: "";
  left: 4.6875vw;
  bottom: 4.6875vw;
}

.header_inner {
  padding-bottom: 10vw;
}

.logo_header {
  width: calc(224px + (1vw - 19.2px) * 5.7605);
  margin-bottom: 2rem;
}

.logo_header img {
  width: 100%;
  height: auto;
}

.content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 21%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content_top .mail {
  font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294);
  margin-bottom: 1.5rem;
}

.content_top .mail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_top .mail a:hover {
  opacity: .4;
}

.content_top .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_top .sns .sns_item {
  width: calc(34px + (1vw - 19.2px) * 0.6472);
  margin-right: 15px;
}

.content_top .sns .sns_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_top .sns .sns_item a:hover {
  opacity: .4;
}

.content_top .sns .sns_item img {
  width: 100%;
  height: auto;
}

.content_top .sns .sns_item:last-child {
  margin-right: 0;
}

.content_middle {
  padding-top: 7.29166666666667%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content_middle p {
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.0647);
}

footer {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.logo_footer {
  position: absolute;
  content: "";
  left: 4.6875vw;
  bottom: 4.6875vw;
  width: calc(60px + (1vw - 19.2px) * 0.3883);
}

.logo_footer img {
  width: 100%;
  height: auto;
}

.address {
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.3236);
}

.copyright {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 4.6875vw;
  text-align: right;
  font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1942);
}

.sp_block {
  display: none;
}

@media only screen and (min-width: 1921px) {
  .content_wrap .mail {
    font-size: 1.4rem;
  }
  .content_middle p {
    font-size: 1.6rem;
  }
  .copyright {
    font-size: 1.2rem;
  }
  .address {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 959px) {
  body {
    height: 100vh;
  }
  header {
    position: relative;
    left: initial;
    bottom: initial;
  }
  .content_top {
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 0;
  }
  .content_middle {
    padding: 25% 0 45px;
  }
  .body_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
  }
  .logo_header {
    margin: 0 auto 2rem;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10%;
  }
  .logo_footer {
    position: relative;
    left: initial;
    bottom: initial;
    margin-bottom: 18px;
  }
  .copyright {
    text-align: center;
    padding-bottom: initial;
  }
  .address {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
  .content_middle {
    padding: 50% 0 45px;
  }
  footer {
    margin-bottom: 15%;
  }
}

@media only screen and (max-width: 559px) {
  footer {
    margin-bottom: 32%;
  }
}
/*# sourceMappingURL=style.css.map */