@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 32px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.533;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family:
    "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
.fnt-gothic {
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* noto-sans-jp-regular - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-900.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* anton-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../font/anton-v27-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-anton {
  font-family: "Anton";
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.fnt-condensed {
  font-family: "din-condensed", sans-serif;
  font-style: normal;
}
.f-black {
  font-weight: 900;
}
.fwb {
  font-weight: bold;
}
/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.wrap {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.txt {
  text-align: left;
}
:root {
  --red: #ca3a31;
}
.red {
  color: var(--red);
}
.telhref {
  text-decoration: none !important;
}
.fz42 {
  font-size: 42px;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.header-box {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
  padding: 16px 0 22px;
}
header .logo {
  width: 180px;
  margin-left: calc(50% - 550px);
}
/*--------------------------------------
  common
--------------------------------------*/
.btn-submit {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  border-radius: 375px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: none;
  outline: none;
  color: var(--red);
  font-size: 27px;
  line-height: 51px;
  background: #ffe63f;
  box-shadow: 0px 5px 0 rgb(146, 25, 17);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  height: 105px;
}
.btn-submit:hover {
  opacity: 0.8;
}
.btn-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  width: 12px;
  height: 14px;

  background: var(--red);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 32px 0 0;
  text-align: center;
  font-size: 14px;
}
footer .logo {
  width: 186px;
  margin: 0 auto;
}
footer .copyright {
  background: #323232;
  color: #fff;
  text-align: center;
  margin-top: 19px;
  padding: 17px 0;
}
.sp {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .row {
    flex-direction: column;
  }
  .fz42 {
    font-size: calc((56 / 780) * 100vw);
  }
  .wrap {
    width: 100%;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .btn-submit {
    height: 70px;
    font-size: 18px;
  }
  .btn-submit:before {
    width: 6px;
    height: 9px;
    right: 9%;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  .header-box {
    padding: 10px 0 12px;
  }
  header .logo {
    margin-left: 13px;
    width: 128px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }

  /*--------------------------------------
    nav-fixed
  --------------------------------------*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    height: 76px;
    left: auto;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
  }

  /*--------------------------------------
    keyvisual
  --------------------------------------*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }

  #head-key .keyvisual {
    width: 100%;
    height: 100%;
  }
  #head-key .keyvisual li {
    height: 800px;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding-top: 9px !important;
    font-size: 10px !important;
  }
  footer .logo {
    width: 93px;
  }
  footer .copyright {
    margin-top: 10px;
    padding: 9px 0;
  }
  /*--------------------------------------
    pagetop
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address span {
    display: block;
  }
}
@media (max-width: 1130px) and (min-width: 768px) {
  header .logo {
    margin-left: 20px;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}
.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: "";
  color: #fff;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: red;
}
@media screen and (min-width: 768px) {
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

.cv {
  background: var(--red);
  padding: 10px 0 17px;
}
.cv .row {
  align-items: end;
  gap: 20px;
}
.cv.cv2 {
  padding: 32px 0 49px;
  position: relative;
  z-index: 1;
}
.cv.cv2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64.4%;
  background: #b4271e;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 69%, 50% 100%, 0 69%, 0 0);
}
.cv.cv2 h2 {
  margin: 0 22px 25px -20px;
}
@media screen and (max-width: 767px) {
  .cv {
    padding-bottom: 8px;
  }
  .cv .row {
    flex-direction: row;
    margin: 0 6px;
    gap: 5px;
  }
  .cv.cv2 {
    padding: 7.6vw 0 7vw;
  }
  .cv.cv2:before {
    height: 54.4%;
    background: #b4271e;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
  }
  .cv.cv2 h2 {
    margin: 0 6% 0 1%;
  }
  .cv.cv2 .row {
    flex-direction: column;
    margin: 9vw 5% 0;
    gap: 6px;
  }
}
