@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #232323;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
}
/*=============================================
 * 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+ */
}
/* barlow-semi-condensed-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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../font/barlow-semi-condensed-v16-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700 - 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: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../font/barlow-semi-condensed-v16-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-barlow {
  font-family: 'Barlow Semi Condensed';
}
.fwb {
  font-weight: bold;
}
/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 14px;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: left;
}
:root {
  --orange: #ff842c;
}
.orange {
  color: var(--orange);
}
.telhref {
  text-decoration: none !important;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.c-item {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  background: #fff;
  padding: 16px;
  padding-bottom: 38px;
}
.c-list {
  text-align: center;
}
.c-list li {
  border-radius: 30px;
  background: #faf5ef;
  border: 1px solid #ffe0ca;
  display: inline-block;
  font-size: 12px;
  padding: 8px 19px 7px 20px;
}
.c-list li + li {
  margin-left: 6px;
}
.c-list li img {
  width: 13px;
  margin-right: 7px;
  margin-top: -4px;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.header-box {
  position: relative;
  z-index: 101;
}
/*--------------------------------------
  hamburger
--------------------------------------*/
.hamberger-btn {
  position: fixed;
  top: 12px;
  right: 15px;
  width: 56px;
  height: 56px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: var(--orange);
  border-radius: 4px;
}
.hamberger-btn span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 54%;
  left: calc(50% - 10px);
  background: #fff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
  border-radius: 1px;
}
.hamberger-btn span::before {
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: 1px;
}
.hamberger-btn span::before {
  top: -8px;
}
.menu-open .hamberger-btn {
  border-color: transparent;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(1px, -4px, 0) rotate(-31deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-119deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------
  nav-header
--------------------------------------*/
.nav-header {
  width: 100%;
  height: 100svh;
  background: var(--orange);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .nav {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-header a.nav-main {
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-bottom: 39px;
}
.nav-header li:last-child a.nav-main {
  margin-bottom: 0;
}
.nav-header a.nav-main.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 13vw 0;
  /* text-align: center; */
}
footer .logo {
  width: 166px;
  margin: 0 auto;
}
footer h3 {
  font-size: 16px;
  margin: 19px 0 3px;
}
footer .text {
  font-size: 12px;
}
footer .text a {
  text-decoration: underline;
}
footer .link {
  margin-top: 26px;
  font-size: 12px;
}
footer .link a {
  text-decoration: underline;
}
footer .link:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_link.png') no-repeat center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: 3px 0 -2px 4px;
  text-underline-offset: 2px;
}
footer address {
  margin-top: 45px;
  font-size: 10px;
  padding-top: 30px;
  padding-left: 14px;
  border-top: 1px solid #d8d8d8;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #cd321d;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 33.33333%;
  height: 50px;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
#fixed-sp ul li a img {
  width: 16px;
}
#fixed-sp ul li:nth-child(3) a img {
  width: 10px;
  margin-right: 5px;
}
#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}

/*--------------------------------------
  btn-cus
--------------------------------------*/
.button {
  position: relative;
  width: 295px;
  max-width: 100%;
  margin: 0 auto;
}
.button.opa {
  opacity: 0.5;
}
.button a {
  height: 54px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  background: var(--orange);
  display: block;
  text-decoration: none;
  border-radius: 8px;
  line-height: 50px;
  border-bottom: 3px solid #c86926;
}
.button a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 4px;
}
.button a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 7px;
  height: 7px;
  background: var(--orange);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }
  .wrap {
    width: calc(100% - 28px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .row {
    flex-direction: row;
  }
  .c-item {
    padding: 32px;
  }
  .c-list li {
    font-size: 16px;
  }
  .c-list li + li {
    margin-left: 3px;
  }
  .c-list li img {
    width: 20px;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .button {
    width: 420px;
    max-width: 100%;
  }
  .button a {
    height: 84px;
    font-size: 26px;
    line-height: 84px;
    transition: all 0.3s ease;
  }
  .button:not(.opa) a:hover {
    opacity: 0.8;
  }
  .button a:before {
    right: 30px;
  }
  .button a:after {
    right: 39px;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo a {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  /*--------------------------------------
    nav-fixed
  --------------------------------------*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    height: auto;
    left: auto;
    background: transparent;
    background: #fff;
    z-index: 3;
  }
  .fixed-btn .nav-header,
  body:has(#thanks) .nav-header {
    position: fixed;
    top: 0;
    height: 80px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  }
  .fixed-btn .nav-header .nav,
  body:has(#thanks) .nav-header .nav {
    margin-top: 26px;
  }
  .nav-header .nav {
    flex-direction: row;
    height: auto;
    width: 592px;
    justify-content: space-between;
    margin: 36px 43px 0 auto;
  }
  .nav-header a.nav-main {
    font-size: 16px;
    color: #000;
  }
  .nav-header a.nav-main:hover,
  .nav-header a.nav-main.active {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding: 60px 0px;
  }
  footer .wrap {
    max-width: 1197px;
  }
  footer .row {
    justify-content: space-between;
  }
  footer .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  footer .left .logo {
    width: 166px;
  }
  footer .left .content {
    text-align: left;
    margin-left: 68px;
  }
  footer .left .content h3 {
    margin: 0px 0 4px;
  }
  footer .left .content a:hover {
    text-decoration: none;
  }
  footer .link {
    margin: 4px 48px 0 0;
  }
  footer .link a:hover {
    text-decoration: none;
  }
  footer address {
    margin-top: 70px;
    font-size: 10px;
    padding-top: 16px;
    padding-left: 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;
  }
}

/* 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;
  z-index: 98;
}
.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: 8px;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 12px;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
[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;
  }
}
/*--------------------------------------
   thanks
--------------------------------------*/
#thanks {
  text-align: center;
  padding: 154px 14px;
}
#thanks h2 {
  font-size: 50px;
}
#thanks h3 {
  font-size: 16px;
  margin: -6px 0 13px;
}
#thanks .txt {
  text-align: center;
}
#thanks .img {
  width: 61.8%;
  margin: 26px auto 37px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #thanks {
    padding-top: 167px;
  }
  #thanks h2 {
    font-size: 60px;
  }
  #thanks h3 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  #thanks .img {
    width: 270px;
    margin-top: 35px;
    margin-bottom: 36px;
  }
  #thanks .button {
    padding-right: 15px;
  }
  #thanks .button a {
    height: 64px;
    font-size: 18px;
    line-height: 69px;
  }
}
