@charset "UTF-8";
/* color */
/* color */
/* -------------------------- */
/* reset */
/* -------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* -------------------------- */
/* all style */
/* -------------------------- */
html {
  font-size: 62.5%;
}

/*font-family: 'Noto Serif JP', serif; */
/*font-family: "M Plus 1p" */
/*font-family: "Hannari";  */
/*Sawarabi Mincho"; */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #222;
  font-family: "Noto Sans JP", Roboto, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.mintyo {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #eee;
}

img {
  width: 100%;
}

button:hover, a:hover {
  opacity: 0.8;
}

/*vue 切り替え*/
@-webkit-keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
@keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
[v-cloak] {
  opacity: 0;
}

/**************/
.contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 896px) {
  .contents {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}
/*******************/
/*header
/*******************/
#header {
  position: relative;
}

.header {
  opacity: 0.9;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
}
.header a:hover {
  opacity: 0.8;
}

.header-sns {
  display: none;
}
@media screen and (min-width: 896px) {
  .header-sns {
    display: block;
    visibility: hidden;
    width: 896px;
    margin: 5rem auto 1rem;
  }
}
.header-sns .sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-sns .sns li {
  width: 6rem;
  padding-right: 1.5rem;
}
.header-sns .sns li:nth-child(2) {
  width: 5.5rem;
}

.header {
  position: relative;
  padding: 3rem 2rem;
}
.header .navbar {
  background-color: #222;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  min-height: unset;
  height: 5rem;
  max-width: 896px;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  .header .navbar {
    margin-top: 2rem;
  }
}
.header .navbar .sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
}
.header .navbar .sns li {
  width: 6rem;
  padding-right: 1.5rem;
}
.header .navbar .sns li:nth-child(2) {
  width: 5.5rem;
}
.header .navbar .hamburger_btn {
  position: fixed;
  top: 3rem;
  right: 2rem;
  display: flex;
  border-radius: 2px;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  z-index: 50;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.header .navbar .hamburger_btn .icon {
  color: #fff;
}
.header .navbar .hamburger_btn .icon i:before {
  font-size: 2.5rem;
  padding-top: 3.5rem;
}
.header .navbar .open {
  background-color: #222;
}
.header .navbar-logo {
  width: 14rem;
}
.header .navbar-pc {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar-pc-menu {
  width: 74%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10rem;
}
.header .navbar-pc-menu li {
  line-height: 1;
  width: 10rem;
  position: relative;
}
.header .navbar-pc-menu li a {
  color: #fff;
  font-weight: 500;
}
.header .navbar-pc-menu li a .icon {
  margin-left: 1rem;
}
.header .navbar-pc-menu li a .icon i:before {
  font-size: 1.3rem;
}
.header .navbar-pc-menu li .dropdown-content {
  background: unset;
}
.header .navbar-pc-menu li .dropdown-content a {
  color: #fff;
}
.header .navbar-pc-menu li .dropdown-content a:hover {
  background: unset;
}
.header .navbar-pc-menu li .dropdown-item {
  font-size: 1.4rem;
}
.header .menu_sp {
  position: fixed;
  border-radius: 4px;
  z-index: 30;
  width: 100%;
  height: auto;
  top: 5rem;
  right: 0;
  background-color: #363636;
  transform: translateX(-30px);
}
.header .menu_sp-box {
  padding: 5rem 0 3rem 3rem;
}
.header .menu_sp-box .menu {
  color: #222;
  font-size: 1.5rem;
}
.header .menu_sp-box .menu .menu-list {
  line-height: 1.5;
  text-align: left;
  padding: 1rem;
}
.header .menu_sp-box .menu .menu-list a {
  color: #fff;
}
.header .menu_sp-box .menu .menu-list a.is-active {
  background-color: #222;
  color: #eee;
}
.header .menu_sp-box .menu .menu-list a:hover {
  background: unset;
}
.header .menu_sp-box .menu .menu-list .icon {
  margin-top: 0.5rem;
  color: #fff;
}
.header .menu_sp-box .menu .menu-list-item ul {
  margin: 0.5rem 0 0.5rem 1rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child {
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child a {
  padding: 0;
}
.header .menu_sp-box .menu .menu-list-item ul .child a:hover {
  background: unset;
}

/*******************/
/*spvav
/*******************/
@media screen and (min-width: 896px) {
  .header {
    padding: unset;
  }
  .header .menu_sp {
    width: 23rem;
    top: 0;
    right: -2rem;
    height: 100vh;
  }
  .header .navbar .hamburger_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* -------------------------- */
/* main_visual  */
/* -------------------------- */
#mainvisual #modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
#mainvisual #modal-overlay.is-open {
  display: block;
  z-index: 1;
}
#mainvisual .swiper-slide .swiper-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#mainvisual .swiper-slide .swiper-box .thumb {
  z-index: 1;
}
#mainvisual .swiper-slide .swiper-box .modalBtn {
  background-color: red;
  position: absolute;
  border-radius: 1rem;
  padding: 1rem 1.5rem 1rem 2rem;
  top: 30%;
}
@media screen and (min-width: 896px) {
  #mainvisual .swiper-slide .swiper-box .modalBtn {
    top: 45%;
    border-radius: 3rem;
    padding: 3rem 5rem;
  }
}
#mainvisual .swiper-slide .swiper-box .modalBtn svg {
  color: #fff;
  font-size: 3rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .swiper-slide .swiper-box .modalBtn svg {
    font-size: 5rem;
  }
}
#mainvisual #modal-content {
  width: 100%;
  z-index: 2;
  position: fixed;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #mainvisual #modal-content {
    width: 50%;
  }
}
#mainvisual #modal-content iframe {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #mainvisual #modal-content iframe {
    height: 400px;
    width: 100%;
  }
}
#mainvisual .p-modal {
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
#mainvisual .p-modal.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
#mainvisual .p-modal button {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 896px) {
  #mainvisual .p-modal button {
    font-size: 3rem;
  }
}

/* -------------------------- */
/* sub_visual  */
/* -------------------------- */
#subvisual .subvisual {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 896px) {
  #subvisual .subvisual {
    margin-top: 4rem;
  }
}
#subvisual .subvisual .enTitle {
  font-size: 4rem;
  color: #222;
}
#subvisual .subvisual .enTitle span {
  color: #e4740e;
}
#subvisual .subvisual .txt {
  font-size: 1.5rem;
  color: #222;
}
#subvisual.single {
  margin-top: 70px;
}
@media screen and (min-width: 896px) {
  #subvisual.single {
    margin-top: 70px;
  }
}
#subvisual .contact .v-parallax {
  height: 50vh !important;
}
@media screen and (min-width: 896px) {
  #subvisual .contact .v-parallax {
    height: 40vh !important;
  }
}
#subvisual .v-parallax__image-container img {
  width: auto;
}

/* -------------------------- */
/* breadcrumb  */
/* -------------------------- */
.breadcrumb-area {
  text-align: center;
  padding: 1rem 0;
}
.breadcrumb-area.single {
  background-color: #eee;
}

@media screen and (min-width: 896px) {
  .breadcrumb-area {
    margin-bottom: 3rem;
  }
}
/*--------------------------*/
/*service page common
/*--------------------------*/
.service h2 {
  width: calc(100% - 42px);
  font-size: 32px;
  line-height: 240%;
  letter-spacing: 0.3rem;
  color: #f39800;
  background: -webkit-linear-gradient(135deg, #f39800 0, #ed6c00 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .service h2 {
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0.24em;
  }
}
.service .head {
  padding-top: 4rem;
}
@media screen and (min-width: 896px) {
  .service .head {
    padding-top: 22rem;
  }
}
.service .head-title {
  max-width: 896px;
  margin: 0 auto;
  padding: 6rem 0 0 2rem;
}
@media screen and (min-width: 896px) {
  .service .head-title {
    padding: 10.5rem 0 0;
  }
}
.service .head-title p {
  font-size: 12px;
  letter-spacing: 0.3em;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 896px) {
  .service .head-title p {
    font-size: 14px;
  }
}
.service .head-title p:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 896px) {
  .service .head-title p:after {
    margin-left: 40px;
    width: 320px;
  }
}
.service .head-title h2 {
  margin-top: 16px;
  line-height: 150%;
}
@media screen and (min-width: 896px) {
  .service .head-title h2 {
    margin-top: 30px;
  }
}
.service .head-word {
  width: 100%;
  overflow: hidden;
  padding-top: 2rem;
}
@media screen and (min-width: 896px) {
  .service .head-word {
    padding-top: 3rem;
  }
}
.service .head-word .slideX {
  font-weight: 700;
  font-size: 140px;
  line-height: 100%;
  text-transform: uppercase;
  color: #333;
  left: 3.5rem;
  padding-bottom: 2rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 896px) {
  .service .head-word .slideX {
    padding-bottom: 3rem;
    font-size: 192px;
    text-transform: uppercase;
  }
}

/* -------------------------- */
/* pagination  pagenav*/
/* -------------------------- */
.pagenav {
  padding: 2rem;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
}
.pagenav span {
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
}
.pagenav a {
  color: #fff;
  margin-left: 1rem;
}
.pagenav a.page {
  font-size: 1.7rem;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
  color: #fff;
}

.pagination {
  padding: 2rem;
  text-align: center;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .nav-links span {
  border: 1px solid #222;
  padding: 1rem 1.5rem;
}
.pagination .nav-links a.page-numbers {
  font-size: 1.7rem;
  color: #222;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next {
  color: #222;
  background-color: unset;
}

/* -------------------------- */
/* 404 not found*/
/* -------------------------- */
.page-404 {
  padding: 3rem 0;
  text-align: center;
}
.page-404 h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 896px) {
  .page-404 h2 {
    font-size: 3rem;
  }
}
.page-404 h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 896px) {
  .page-404 h3 {
    font-size: 2.5rem;
  }
}
.page-404 a {
  margin: 3rem;
  display: inline-block;
}

/*privacy-policy*/
#privacy-policy .contents {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 896px) {
  #privacy-policy .contents {
    padding: 10rem 0;
  }
}
#privacy-policy .contents h2 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #privacy-policy .contents h2 {
    padding-bottom: 5rem;
  }
}
#privacy-policy .contents h2 strong {
  color: #eee;
}
#privacy-policy .container h3 strong {
  color: #999;
}
#privacy-policy .container p {
  padding-bottom: 1rem;
}

/*footer*/
/*sp footer*/
.sp_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media screen and (min-width: 896px) {
  .sp_footer {
    display: none;
  }
}

.sp_footer_btn {
  display: flex;
}

.sp_footer_btn_item {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_footer_btn_item:first-child {
  background-color: #222;
}
.sp_footer_btn_item:first-child a {
  color: #fff;
}
.sp_footer_btn_item:first-child a svg {
  font-size: 2rem;
}
.sp_footer_btn_item:first-child a span {
  font-size: 1.5rem;
}
.sp_footer_btn_item:nth-child(2) {
  background-color: #e4740e;
}
.sp_footer_btn_item:nth-child(2) a {
  color: #fff;
}
.sp_footer_btn_item:nth-child(2) svg {
  font-size: 2rem;
}
.sp_footer_btn_item:nth-child(2) span {
  font-size: 1.5rem;
}
.sp_footer_btn_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#footer {
  width: 100%;
  background-color: #151515;
  padding-top: 40px;
}
@media screen and (min-width: 896px) {
  #footer {
    padding-top: 8rem;
  }
}
#footer .inner {
  max-width: 1024px;
  margin: 0 auto;
}
#footer .inner .footwrap {
  display: block;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .inner .footwrap .left {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap .left {
    text-align: left;
    width: 35%;
  }
}
#footer .inner .footwrap .left h2 {
  margin: 0 auto 24px;
  width: 168px;
  height: 40px;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap .left h2 {
    margin: 0 0 24px;
  }
}
#footer .inner .footwrap .left h3 {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
}
#footer .inner .footwrap .left p {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #fff;
}
#footer .inner .footwrap .left ul.sns {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap .left ul.sns {
    margin: 24px 0 0;
    justify-content: unset;
  }
}
#footer .inner .footwrap .left ul.sns li {
  margin-right: 16px;
}
#footer .inner .footwrap .left ul.sns li img {
  height: 40px;
  width: auto;
}
#footer .inner .footwrap .left ul.sns li:first-child img {
  height: 45px;
}
#footer .inner .footwrap .right {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap .right {
    width: 65%;
    padding: unset;
    margin-bottom: unset;
  }
}
#footer .inner .footwrap .right iframe {
  height: 160px;
  border-radius: 0.5rem;
}
@media screen and (min-width: 896px) {
  #footer .inner .footwrap .right iframe {
    height: 100%;
  }
}
#footer .inner ul.footer-menu {
  display: none;
}
@media screen and (min-width: 896px) {
  #footer .inner ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 150px;
  }
}
#footer .inner ul.footer-menu li {
  margin-right: 40px;
}
#footer .inner ul.footer-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
#footer .inner ul.footer-menu li a:hover {
  color: #eee;
}
#footer .inner ul.footer-menu li .open {
  position: relative;
  display: block;
  height: auto;
  padding-right: 0.5rem;
  color: #fff;
  text-decoration: none;
}
#footer .inner ul.footer-menu li .open:after {
  content: "く";
  margin-left: 0.5rem;
  display: inline-block;
  transform: rotate(-90deg);
}
#footer .inner ul.footer-menu li .open .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0;
  list-style-type: none;
}
#footer .inner ul.footer-menu li .open .dropdown li {
  width: 170px;
  padding-right: 0;
}
#footer .inner ul.footer-menu li .open .dropdown li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
  text-decoration: none;
}
#footer .inner ul.footer-menu li .open .dropdown li a:hover {
  color: #eee;
}
#footer .inner ul.footer-menu li .open .isOpen {
  display: block;
}
#footer p.copyright {
  background: #19191d;
  height: 56px;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 23px;
}
@media screen and (min-width: 896px) {
  #footer p.copyright {
    font-size: 0.8rem;
    height: 3rem;
    padding-top: 1rem;
  }
}

/*********************/
/*********************/
.fadey-enter {
  transform: translateY(30px);
  opacity: 0;
}

.fadey-enter-active {
  transition: opacity 1s ease-in, transform 1s ease-in;
}

.fadey-leave-active {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadey-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fader-enter {
  transform: translateX(30px);
  opacity: 0;
}

.fader-enter-active {
  transition: opacity 1s ease-in, transform 1s ease-in;
}

.fader-leave-active {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
}

.fader-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fadel-enter {
  transform: translateX(-30px);
  opacity: 0;
}

.fadel-enter-active {
  transition: opacity 1s ease-in, transform 1s ease-in;
}

.fadel-leave-active {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadel-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fade-enter {
  transform: translateX(5px);
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 1s ease-in, transform 1s ease-in;
}

.fade-leave-active {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
}

.fade-leave-to {
  opacity: 0;
  transform: scale(0.97);
}/*# sourceMappingURL=common-style.css.map */