@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  color: #000000;
}
.kaku {
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
.mincho {
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.bask {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}
a {
  transition: 0.3s ease;
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.object-fit {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.spOnly {
  display: none;
}
.nav {
  display: none;
}
.navBtnWrap {
  display: none;
}
.container {
  position: relative;
}
/* header */
header {
  padding: 50px 0;
  margin: 0 4.08163vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: calc(100% - (4.08163vw * 2));
  top: 0;
  left: 0;
  z-index: 10000;
}
h1 img {
  width: 140px;
}
h1 .none {
  display: none;
}
.header_contact_btn {
  max-width: 250px;
  width: 16%;
}
.header_contact_btn a {
  font-size: calc(1.25rem + ((1vw - 8.35px) * 0.5229));
  display: block;
  border: 2px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}
.header_contact_btn.btn_white a {
  border: 2px solid #fff;
  color: #fff;
}
.header_contact_btn a:hover {
  background: #ffb800;
  border: 2px solid #ffb800;
  opacity: 1;
}

/* nav */
nav {
  position: fixed;
  top: calc(100vh - 50%);
  transform: translate(0, -50%);
  left: 4.08163vw;
  z-index: 10001;
}
nav li {
  margin-top: 4vh;
  margin-bottom: 4vh;
}
nav li:last-child {
  margin-bottom: 0;
}
/* nav .common_btn_col2 {
    margin-bottom: 15px;
} */
nav .common_btn_col2 a {
  line-height: 1.3;
}
nav a {
  font-size: 1.8rem;
  position: relative;
}
nav .nav_white a {
  color: #fff;
}
nav a:hover {
  opacity: 1;
  font-size: 2.4rem;
}
nav a.active {
  opacity: 1;
  color: #ffb800;
  font-size: 2.4rem;
}
nav a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: calc(-1 * 4.08163vw);
  width: 0;
  height: 1px;
  background: #ffb800;
  transition: 0.5s all;
}
nav a.active:before {
  width: 3.08163vw;
}
nav {
  top: 240px;
  transform: none;
}

ul.bnr_list {
  margin-top: 35px;
}
.service_content ul.bnr_list {
  margin-top: 5vh;
}


ul.navigation.bask ul {
    margin-top: -1.1vh;
}

ul.navigation.bask ul li {
    margin-left: 2rem;
    font-size: 0.75rem;
    position: relative;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

ul.navigation.bask ul li a {
    position: unset;
}
ul.navigation.bask ul li a.active {
    opacity: 1;
    color: #ffb800;
}

ul.navigation.bask ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: calc(-1* 4.08163vw - 2rem);
    width: 0;
    height: 1px;
    background: #ffb800;
    transition: 0.5s all;
}
ul.navigation.bask ul li a.active:before {
    width: calc(3.08163vw + 2rem);
}



@media screen and (min-width: 836px) {
  ul.bnr_list li.bnr_labo img {
    margin-left: -13px;
    margin-bottom: -5px;
    width: calc(100% + 13px);
    max-width: calc(100% + 13px);
  }
}
li.bnr_labo {
  margin-top: 20px;
}
ul.bnr_list li {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  ul.bnr_list li {
    max-width: 14vw;
  }
}
ul.bnr_list li a {
  font-size: 1.8rem;
  position: relative;
  transition: all 0.3s animation-timing-function ease;
  transition: all 0.3s animation;
  transition: all 0.3s ease;
}
ul.bnr_list li a:hover {
  opacity: 0.7;
}
ul.bnr_list li .bnr_img {
  text-align: center;
  background: #110f03;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
ul.bnr_list li.bnr_labo .bnr_img {
  background: #363332;
}
ul.bnr_list li img {
  width: 100%;
}
ul.bnr_list li .bnr_txt {
  position: relative;
  padding-left: 10px;
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.bnr_txt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

/* common_btn */
.common_btn {
  text-align: right;
  margin-top: 8vh;
  font-size: 2.4rem;
  font-weight: 600;
}
.common_btn a {
  position: relative;
  padding: 15px 3vw;
  display: inline-block;
}
.common_btn .line_anime {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
}
.common_btn .line_anime span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  text-align: center;
}
.common_btn a:hover .line_anime span {
  animation: btnAnimation 2s cubic-bezier(0.57, 0.01, 1, 1) infinite;
}
.common_btn_anime {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 5px;
  height: 5px;
  transition: transform 0.3s;
}
.common_btn_anime::before,
.common_btn_anime::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.common_btn_anime::before {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common_btn a:hover .common_btn_anime {
  transform: translateX(5px);
}
@keyframes btnAnimation {
  0% {
    opacity: 1;
    left: 0%;
  }
  34% {
    opacity: 1;
    left: 100%;
  }
  35% {
    left: 100%;
    opacity: 0;
  }
  36% {
    opacity: 0;
    left: -100%;
  }
  37% {
    opacity: 1;
    left: -100%;
  }
  70% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

/* common_bottom_btn */
.common_bottom_btn {
  margin-bottom: 150px;
}
.common_bottom_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common_bottom_btn li {
  width: 32.5%;
  margin-bottom: 1.5rem;
}
.common_bottom_btn .common_btn_col1 {
  width: 100%;
}
.common_bottom_btn .common_btn_col2 {
  width: 49.2%;
}
.common_bottom_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1rem + ((1vw - 7.68px) * 0.9615));
  min-height: 0vw;
  border: 1px solid #000;
  padding: 0 2rem 0 2rem;
  height: 14rem;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
}
.common_bottom_btn li a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.common_bottom_btn .common_btn_col1 a:hover {
  background: #ffb800;
  border: 2px solid #ffb800;
  opacity: 1;
  color: #000;
}
.common_bottom_btn li a::before,
.common_bottom_btn li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.common_bottom_btn li a::before {
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common_bottom_btn li a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.common_bottom_btn .common_btn_col1 a:hover:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
/* footer */
.copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
}

/* each_txt_anime */
.each_txt_anime span {
  opacity: 0;
}
.each_txt_anime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* svg anime */
.svg_active {
  stroke-width: 1px;
  fill: transparent;
  stroke: transparent;
  stroke-dasharray: 150% 150%;
  -webkit-animation: stroke-offset 2s linear forwards;
  animation: stroke-offset 2s linear forwards;
}
.svg_active_white {
  stroke-width: 1px;
  fill: transparent;
  stroke: transparent;
  stroke-dasharray: 150% 150%;
  -webkit-animation: stroke-offset2 2s linear forwards;
  animation: stroke-offset2 2s linear forwards;
}
@-webkit-keyframes stroke-offset {
  0% {
    stroke-dashoffset: 150%;
    stroke: #e4e4e4;
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke: #e4e4e4;
  }
  100% {
    stroke-dashoffset: 0%;
    stroke: #e4e4e4;
    fill: #e4e4e4;
  }
}
@keyframes stroke-offset {
  0% {
    stroke-dashoffset: 150%;
    stroke: #e4e4e4;
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke: #e4e4e4;
  }
  100% {
    stroke-dashoffset: 0%;
    stroke: #e4e4e4;
    fill: #e4e4e4;
  }
}
@-webkit-keyframes stroke-offset2 {
  0% {
    stroke-dashoffset: 150%;
    stroke: #fff;
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0%;
    stroke: #fff;
    fill: #fff;
  }
}
@keyframes stroke-offset2 {
  0% {
    stroke-dashoffset: 150%;
    stroke: #fff;
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0%;
    stroke: #fff;
    fill: #fff;
  }
}
.color_orange {
  color: #ffb800;
}
.inner {
  min-height: 100vh;
  text-align: center;
  max-width: calc(100% - 40vw);
  margin: 0 auto;
  padding: 240px 0 50px;
}
.commonTtl {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #919292;
}
.commonMessage {
  line-height: 1.8;
}
.commonLink {
  margin-top: 30px;
}
.commonLink a {
  text-decoration: underline;
}
.privacyText1 {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 40px;
}
.privacyText2 {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}
.privacyText2 a {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .common_bottom_btn li a {
    font-size: 2.4rem;
  }
  .header_contact_btn a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 835px) {
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
  header {
    padding: 20px 0;
    margin: 0 20px;
  }

  .header_logo .logo_black_sp,
  .header_logo .logo_white_sp {
    height: 33px;
    width: 55px;
  }
  .header_logo .logo_white_sp {
    display: none !important;
  }
  .header_logo.active .logo_white_sp {
    display: block !important;
  }
  .header_logo.active .logo_black_sp {
    display: none !important;
  }
  .header_contact_sp {
    position: fixed;
    top: 18px;
    right: 75px;
    z-index: 10001;
  }
  .header_contact_sp a {
    display: block;
  }
  .header_contact_sp img {
    width: 40px;
    height: 40px;
  }

  /* メニューボタン */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /* navBtn */
  .navBtnWrap {
    display: block;
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 10001;
  }
  /* .navBtn {
        height: 21px;
        width: 45px;
        transition: opacity .25s ease;
        display: block;
    } */
  .navBtn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  /*ボタン内側*/
  .navBtn i {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 1px;
    background: #fff;
  }
  .navBtn.black i {
    background: #000;
  }
  .navBtn.active i {
    background: #fff;
  }
  .navBtn i:nth-of-type(1) {
    top: 14px;
    width: 100%;
  }
  .navBtn i:nth-of-type(2) {
    top: 24px;
    width: 100%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .navBtn.active i:nth-of-type(1) {
    top: 15px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .navBtn.active i:nth-of-type(2) {
    top: 26px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }

  /* nav */
  .nav {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    overflow: hidden;
    z-index: 10000;
    display: block;
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
  }
  .nav nav {
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nav ul {
    margin: 0 auto;
    text-align: left;
  }
  .nav li {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s;
    transition-delay: 0.5s;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .nav.open li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .nav.open li:nth-child(1) {
    transition-delay: 0.5s;
  }
  .nav.open li:nth-child(2) {
    transition-delay: 0.6s;
  }
  .nav.open li:nth-child(3) {
    transition-delay: 0.7s;
  }
  .nav.open li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .nav ol {
    margin-top: 40px;
  }
  .nav ol li:before {
    content: '＞';
    font-size: 1.4rem;
    margin-right: 5px;
    color: #fff;
  }
  .nav li a {
    color: #fff;
    font-size: 1.6rem;
  }
ul.bask ol li a.active:before {
    width: 0;
}
ul
  .logo_black,
  .logo_white {
    display: none;
  }
  .common_btn {
    text-align: center;
    margin-top: 10px;
  }
  .common_btn a {
    padding: 15px 40px;
  }

  /* footer */
  #footer {
    background: #e8e8e8;
  }
  .footer_inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 30px 0;
  }
  .footer_inner li {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .footer_inner li:last-child {
    margin-bottom: 0;
  }
  .footer_inner ol {
    margin-top: 20px;
  }
  .footer_inner ol li:before {
    content: '＞';
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .copy {
    font-size: 1.2rem;
    padding: 10px 0 20px;
  }
  .common_bottom_btn {
    display: none;
  }
  .inner {
    min-height: 100vh;
    text-align: center;
    padding: 100px 0 50px;
    max-width: calc(100vw - 40px);
    margin: 0 20px;
  }
  .commonTtl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #919292;
  }
  .commonMessage {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .privacyText1,
  .privacyText2 {
    font-size: 1.4rem;
  }
}
