@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: none;
}

q::after, q::before {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
}

input {
  border-radius: 0;
}
input[type=button], input[type=submit] {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none;
}
input[type=button]:focus, input[type=submit]:focus {
  outline-offset: -2px;
}

textarea {
  border-radius: 0;
}

.header {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  background-color: #fff;
  top: 0;
}

@media screen and (max-width: 980px) {
  .header {
    height: 74px;
  }
}
.header-title {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.header .menu-line {
  display: none;
}
.header > .menu-line {
  background-color: #000;
}
.header .menu-line1 {
  top: 30px;
}
.header .menu-line2 {
  top: 36px;
}
.header .menu-line3 {
  top: 42px;
  width: 16px;
}
.header .menu-logo {
  display: none;
}
.header .menu-logo__link {
  display: flex;
  align-items: center;
}
.header .menu-tel {
  display: none;
}
.header .menu-tel__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header .menu-tel__link img {
  width: 14.38px;
  height: 18.78px;
}
.header .menu-contact {
  display: none;
}
.header .menu-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header .menu-contact__link img {
  width: 18.1px;
  height: 13.04px;
}
.header .nav {
  background-color: #fff;
  transition: 0.8s all ease-in-out;
}

@media screen and (max-width: 980px) {
  .header .menu-line {
    position: absolute;
    right: 20px;
    z-index: 10;
    display: block;
    width: 20px;
    height: 2px;
    transition: 0.8s ease;
  }
}
@media screen and (max-width: 980px) {
  .header .menu-logo {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 10;
    display: block;
    width: 152px;
  }
}
@media screen and (max-width: 980px) {
  .header .icon--red {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .icon--white {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .header .menu-tel {
    position: absolute;
    top: 17px;
    right: 122px;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d29697;
    border-radius: 50%;
  }
}
@media screen and (max-width: 320px) {
  .header .menu-tel {
    right: 100px;
  }
}
@media screen and (max-width: 980px) {
  .header .menu-contact {
    position: absolute;
    top: 17px;
    right: 64px;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #950006;
    border-radius: 50%;
  }
}
@media screen and (max-width: 320px) {
  .header .menu-contact {
    right: 51px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #950006;
    opacity: 0;
    transition: 0.8s ease-in-out;
  }
}
.header-title-wrap {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
}

@media screen and (max-width: 1200px) {
  .header-title-wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header-title-wrap {
    padding: 0 20px;
	visibility:hidden;
  }
}
@media screen and (min-width:765){
  .header-title-wrap{
    padding:0;
  }
}
.header-title {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  transform: translateY(50px);
}

@media screen and (max-width: 980px) {
  .header-title {
    color: #fff;
  }
}
.header .nav-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .nav-top__lists {
  display: flex;
  justify-content: flex-end;
  max-width: 1760px;
  margin: auto;
  align-items: center;
}
.header .nav-top .nav-top-lists__item {
  margin-left: 30px;
  line-height: 1;
}
.header .nav-top .nav-top-lists .nav-top-item__link {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.header .nav-bottom {
  padding-bottom: 30px;
}
.header .nav-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1760px;
  margin: auto;
}
.header .nav-bottom .nav-bottom-logo__link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header .nav-bottom .nav-bottom-logo__link img {
  max-width: 100%;
  width: 198px;
  height: -moz-fit-content;
  height: fit-content;
}
.header .nav-bottom__logo {
  width: 15%;
}
.header .nav-bottom__lists {
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  white-space: nowrap;
  justify-content: space-between;
  width: 80%;
}
.header .nav-bottom__lists.contact_nav {
  justify-content: flex-end;
  gap: 1em;
}
.header .nav-bottom .nav-bottom-lists__item {
  position: relative;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item__link .en-ttl {
  display: none;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item__mega {
  position: absolute;
  top: 30px;
  left: -40px;
  width: 184px;
  padding: 15px 20px 25px;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 8px 8px 50px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: 0.6s ease;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-lists__item {
  margin-bottom: 15px;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-lists__item:last-child {
  margin-bottom: 0;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-lists__item:hover a span {
  color: rgba(0, 0, 0, 0.6);
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__en-ttl {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__en-ttl::before {
  display: inline-block;
  width: 3px;
  height: 2px;
  margin-right: 7px;
  content: "";
  background-color: #950006;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__ja-ttl {
  display: block;
  padding-left: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-tel {
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}
.header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-tel::before {
  width: 24.75px;
  height: 24.75px;
  margin-right: 8px;
  content: "";
  background-image: url(../images/common/icon-tel-pc.svg);
  background-size: cover;
}
.header .nav-bottom .nav-bottom-lists .nav-service:hover .nav-bottom-item__mega {
  visibility: visible;
  opacity: 1;
}
.header .nav-btn {
  display: none;
}
.header #header-nav-check {
  display: none;
}
.header #header-nav-check:checked ~ .menu-line {
  background-color: #fff;
}
.header #header-nav-check:checked ~ .menu-line1 {
  position: absolute;
  top: 37px;
  transform: rotate(45deg);
}
.header #header-nav-check:checked ~ .menu-line2 {
  display: none;
}
.header #header-nav-check:checked ~ .menu-line3 {
  position: absolute;
  top: 37px;
  width: 20px;
  transform: rotate(-45deg);
}
.header #header-nav-check:checked ~ .nav {
  visibility: visible;
  opacity: 1;
}
.header #header-nav-check:checked ~ .icon--red {
  display: none;
}
.header #header-nav-check:checked ~ .icon--white {
  display: block;
}
.header #header-nav-check:checked ~ .menu-tel,
.header #header-nav-check:checked ~ .menu-contact {
  background-color: transparent;
}
.header #header-nav-check:checked ~ .nav .nav-bottom .nav-bottom__lists .nav-bottom-lists__item .nav-bottom-item__mega {
  visibility: visible;
  opacity: 1;
}
.header .cv-area {
  position: absolute;
  top: 70vh;
  right: 0;
  width: 202px;
  padding: 16px 12px;
  color: #fff;
  text-align: center;
  background-color: #d29697;
}
.header .cv-area__ttl {
  padding: 7.5px 1px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header .cv-area__tel {
  display: flex;
  align-items: center;
  margin-top: 6.5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header .cv-area__tel::before {
  display: inline-block;
  width: 26.63px;
  height: 26.63px;
  margin-right: 6.5px;
  content: "";
  background-image: url(../images/common/icon-tel-cv.svg);
  background-size: cover;
}
.header .cv-area__tel a {
  color: #fff;
}
.header .cv-area__txt {
  margin-top: 5.5px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1200px) {
  .header .nav-top {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-top {
    width: 50%;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 40px;
    margin-top: 140px;
    border-bottom: none;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-top__lists {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-top .nav-top-lists__item {
    margin-bottom: 32px;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-top .nav-top-lists .nav-top-item__link {
    color: rgba(248, 246, 240, 0.8);
  }
}
@media screen and (max-width: 1200px) {
  .header .nav-bottom {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-bottom {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom {
    width: 50%;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom-wrapper {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom__logo {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-logo__link {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-bottom .nav-bottom-logo__link img {
    width: 160px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom__lists {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists__item {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item__link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item__link {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item__link {
    display: block;
    font-size: 1rem;
    color: rgba(248, 246, 240, 0.8);
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item__link .en-ttl {
    display: block;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #f8f6f0;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item__mega {
    position: initial;
    padding: 0;
    margin-top: 10px;
    visibility: hidden;
    background-color: initial;
    opacity: 0;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__en-ttl {
    color: #fff;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__en-ttl::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-mega .mega-item__ja-ttl {
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-tel {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-bottom .nav-bottom-lists .nav-bottom-item .nav-tel {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-btn {
    display: block;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-btn .btn-lists__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header .header-nav-check {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area {
    top: calc(100vh - 62px);
    width: 100%;
    height: 62px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.89);
  }
}
@media screen and (max-width: 320px) {
  .header .cv-area {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area-wrapper {
    position: relative;
    max-width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area__ttl {
    padding: 0;
    font-size: 1.3rem;
    text-align: left;
    border: none;
  }
}
@media screen and (max-width: 320px) {
  .header .cv-area__ttl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area__tel {
    position: absolute;
    top: 50%;
    right: 0;
    justify-content: center;
    width: 178px;
    height: 42px;
    margin-top: 0;
    font-size: 1.6rem;
    background-color: #d29697;
    border-radius: 100px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 320px) {
  .header .cv-area__tel {
    width: 135px;
    height: 35px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area__tel::before {
    width: 23.59px;
    height: 23.59px;
  }
}
@media screen and (max-width: 320px) {
  .header .cv-area__tel::before {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 599px) {
  .header .cv-area__txt {
    margin-top: 2px;
    font-size: 1.1rem;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .header .cv-area__txt {
    font-size: 1rem;
  }
}
.footer-wrapper {
  padding: 80px 0 107px;
}

.footer__logo {
  width: 224px;
}

.footer__content {
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .footer__content {
    margin-top: 50px;
  }
}
.footer .footer-content__info {
  width: 32.5%;
}
.footer .footer-content .footer-info__ttl {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1em;
}
.footer .footer-content .footer-info__ttl:nth-of-type(2) {
  margin-top: 30px;
}
.footer .footer-content .footer-info__ttl::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.footer .footer-content .footer-info__txt {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
.footer .footer-content .footer-info__tel {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer .footer-content .footer-info__tel a {
  font-family: Montserrat, sans-serif;
}
.footer .footer-content .sp_foot_privacy {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-content .sp_foot_privacy {
    display: block;
    margin-block: 5em;
  }
  .footer .footer-content .sp_foot_privacy img {
    width: 35%;
  }
}
.footer .footer-content__menu {
  width: 67.5%;
}
.footer .footer-content .footer-menu__top-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .footer-content .footer-menu .top-lists__item {
  margin-left: 38px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.footer .footer-content .footer-menu__bottom-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}
.footer .footer-content .footer-menu__bottom-lists.foot_privacy {
  text-align: right;
}
.footer .footer-content .footer-menu__bottom-lists.foot_privacy img {
  width: 35%;
}
.footer .footer-content .footer-menu .bottom-lists__item {
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.footer .footer-content .footer-menu .bottom-lists__item a {
  color: rgba(47, 47, 47, 0.8);
}

@media screen and (max-width: 768px) {
  .footer .foot_privacy {
    display: none !important;
  }
}
.footer__copyright {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(47, 47, 47, 0.5);
  text-align: right;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 93px;
  }
}
.contact {
  margin-top: 100px;
  background-color: #950006;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 60px;
  }
}
.contact-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 72px 0 82px;
}

@media screen and (max-width: 768px) {
  .contact-wrapper {
    display: block;
    padding: 60px 0;
  }
}
.contact__content {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .contact__content {
    width: 100%;
  }
}
.contact .contact-content .section-ttl {
  font-size: 6rem;
  color: #fff;
}
.contact .contact-content__txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .section-ttl {
    font-size: 4.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-content__txt {
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.contact__btn {
  width: 35%;
  padding-top: 52px;
}

@media screen and (max-width: 1024px) {
  .contact__btn {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: 100%;
    max-width: 400px;
    padding-top: 0;
    margin: 40px auto 0;
  }
}
.contact .contact-btn__secondary {
  display: flex;
  padding-left: 23px;
  margin-top: 47px;
}
.contact .contact-btn__secondary .btn--secondary {
  margin-right: 83.8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.contact .contact-btn__secondary .btn--secondary::before {
  background-color: rgba(248, 246, 240, 0.6);
}
.contact .contact-btn__secondary .btn--secondary:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .contact .contact-btn__secondary {
    display: block;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-btn__secondary .btn--secondary {
    width: 100%;
    padding: 17px;
    margin-right: 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: rgba(248, 246, 240, 0.6);
    border: none;
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-btn__secondary .btn--secondary::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-btn__secondary .btn--secondary:last-child {
    margin-top: 30px;
  }
}
@keyframes slideInImgFrame {
  0% {
    width: 0;
    transform: scaleX(1);
    transform-origin: right center;
  }
  30% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    width: 100%;
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@keyframes slideInImg {
  0% {
    left: -100%;
    opacity: 0;
    transform: scale(1.5);
  }
  25% {
    left: -100%;
  }
  40% {
    opacity: 0;
    transform: scale(1.5);
  }
  50% {
    left: 0;
  }
  62% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
h1,
h2,
h3,
h4 {
  line-height: 1.75;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.is-pc {
  display: block;
}

.is-nav {
  display: inherit;
}

@media screen and (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .is-nav {
    display: none !important;
  }
}
.is-tab-pro,
.is-tab,
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-tab-pro {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .is-tab {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .is-sp {
    display: block;
  }
}
section {
  max-width: 2000px;
  margin: auto;
}

section {
  margin-top: 14rem;
}
@media screen and (max-width:765px){
  section{
    margin-top: 5rem;
  }
}
.content-width {
  max-width: 1080px;
  margin: auto;
}

.bg-width {
  max-width: 1240px;
  margin: auto;
}

.content-padding {
  padding-right: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 1024px) {
  .content-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .content-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
}
img {
  width: 100%;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
footer,
main {
  max-width: 2000px;
  margin: auto;
}

.txt-base {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .txt-base {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .txt-base {
    line-height: 2;
  }
}
.txt-en {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .txt-en {
    font-size: 1.1rem;
  }
}
.txt-link:hover {
  opacity: 0.5;
}

.section-ttl {
  font-family: Montserrat, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  color: rgba(149, 0, 6, 0.1);
}

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 6rem;
  }
}
.lower-section-ttl {
  font-family: Montserrat, sans-serif;
  font-size: 5.6rem;
  line-height: 1.2;
  color: rgba(149, 0, 6, 0.1);
}

@media screen and (max-width: 768px) {
  .lower-section-ttl {
    font-size: 3.6rem;
  }
}
.lower-section-sub-ttl {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #950006;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .lower-section-sub-ttl {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.page-ttl {
  margin-top: 80.5px;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    margin-top: 60px;
  }
}
.page-ttl__en {
  font-family: Montserrat, sans-serif;
  font-size: 6.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page-ttl__en {
    font-size: 4.4rem;
  }
}
.page-ttl__en-small {
  font-size: 5.3rem;
}

@media screen and (max-width: 1200px) {
  .page-ttl__en-small {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl__en-small {
    margin-top: 7px;
    font-size: 2.6rem;
  }
}
.page-ttl__ja {
  display: block;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .page-ttl__ja {
    margin-top: 17px;
    font-size: 1.5rem;
  }
}
.btn--primary {
  display: block;
  width: 100%;
  padding: 21.5px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
}

.btn--secondary {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(149, 0, 6, 0.9);
  letter-spacing: 0.05em;
  border-bottom: 1px solid #950006;
}
.btn--secondary::before {
  position: absolute;
  top: -14px;
  left: -24px;
  display: inline-block;
  width: 48px;
  height: 48px;
  content: "";
  background-color: rgba(149, 0, 6, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.btn--secondary:hover::before {
  width: 86px;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .btn--secondary {
    padding-bottom: 1px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .btn--secondary::before {
    top: -9px;
    left: -17px;
    width: 34px;
    height: 34px;
  }
}
.btn--red {
  display: flex;
  align-items: center;
  padding: 13px 24px;
  color: #fff;
  background-color: #950006;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.btn--red:hover {
  background-color: rgba(149, 0, 6, 0.5);
}
.btn--red::before {
  width: 18.1px;
  height: 13.04px;
  margin-right: 6px;
  content: "";
  background-image: url(../images/common/icon-mail-white.svg);
  background-size: cover;
}

.btn--white {
  color: #950006;
  background-color: #fff;
}
.btn--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn--white-yellow {
  padding: 17px;
  color: #fff;
  background-color: rgba(248, 246, 240, 0.6);
}

.btn--gray {
  display: flex;
  align-items: center;
  padding: 13px 24px;
  color: #fff;
  background-color: #bababa;
}

.btn-download:hover::before {
  width: 147px;
}

.btn-agency:hover::before {
  width: 123px;
}

.move-txt {
  opacity: 0;
}
.move-txt span {
  opacity: 0;
}

.menu-hidden {
  display: none;
}

.breadcrumbs {
  padding-top: 176px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 116px;
  }
}
.breadcrumbs__lists {
  display: flex;
}

.breadcrumbs .breadcrumbs-lists__item {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
.breadcrumbs .breadcrumbs-lists .breadcrumbs-item__link {
  padding-bottom: 2.5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs-lists__item {
    margin-right: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs-lists .breadcrumbs-item__link {
    font-size: 1rem;
  }
}
.is--active {
  display: block;
}

.pagination {
  margin-top: 50px;
}

.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .pagination-lists__item {
  margin-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
  cursor: pointer;
}
.pagination .pagination-lists__item:last-child {
  margin-right: 0;
}
.pagination .pagination-lists .pagination-active {
  color: rgba(149, 0, 6, 0.9);
}

@media screen and (max-width: 1024px) {
  .pagination .pagination-lists__item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pagination .pagination-lists__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination .pagination-lists__item img {
    width: 36px;
    height: 36px;
  }
}
.link-disabled {
  color: #b2b2b2 !important;
  border-bottom: none !important;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* =================================================================

  Settings

================================================================= */
/*
  Media Queries
--------------------------------- */
/* =================================================================

  TOP

================================================================= */
/*
  弊社が選ばれる理由（ページ上部 カード型コンポーネント）
--------------------------------- */
.p-strength {
  position: relative;
  padding: 40px 20px;
  margin-top: 140px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .p-strength {
    padding: 80px 20px;
    margin-top: 80px;
  }
}
.p-strength::before {
  position: absolute;
  content: "";
  background-color: #f8f6f0;
  width: 74%;
  height: calc(100% - 70px);
  z-index: -1;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .p-strength::before {
    height: calc(100% - 146px);
  }
}
.p-strength__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.p-strength__title {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .p-strength__title {
    font-size: 30px;
  }
}
.p-strength__title span.en {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  color: #f4e5e6;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .p-strength__title span.en {
    font-size: 70px;
  }
}
.p-strength__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.p-strength-card {
  width: 97%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 40px rgba(94, 94, 94, 0.16);
  border-radius: 20px;
  padding: 30px;
}

@media print, screen and (min-width: 768px) {
  .p-strength-card {
    width: 47%;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-strength-card {
    width: 30.33333%;
  }
}
.p-strength-card__body {
  order: 1;
}

.p-strength-card__thumbnail {
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .p-strength-card__thumbnail {
    margin-bottom: 30px;
  }
}
.p-strength-card__thumbnail img {
  max-height: 50px;
}

@media print, screen and (min-width: 768px) {
  .p-strength-card__thumbnail img {
    max-height: 60px;
  }
}
.p-strength-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
}

.p-strength-card__description {
  line-height: 2;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.p-strength-button {
  width: 100%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

@media print, screen and (min-width: 768px) {
  .p-strength-button {
    width: 47%;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-strength-button {
    width: 30.33333%;
  }
}
/*
  映像制作サービス一覧
--------------------------------- */
.p-service-list {
  position: relative;
  padding: 0 20px;
}

.p-service-list__title {
  text-align: center;
  font-size: 18px;
  color: #757575;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .p-service-list__title {
    font-size: 24px;
  }
}
.p-service-list__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.p-service-list-grid-item {
  width: 46%;
  text-align: center;
  margin: 2%;
}

@media print, screen and (min-width: 768px) {
  .p-service-list-grid-item {
    width: 21%;
  }
}
.p-service-list-grid-item__thumbnail img {
  border-radius: 20px;
}

.p-service-list-grid-item__title {
  margin-top: 18px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-service-list-grid-item__description {
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #757575;
}

/*
  PRICE
--------------------------------- */
.p-price {
  position: relative;
}

.p-price::before {
  position: absolute;
  content: "";
  background-color: #f8f6f0;
  width: 74%;
  height: calc(100% - 100px);
  z-index: -1;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .p-price::before {
    height: calc(100% - 220px);
  }
}
.p-price .section-ttl {
  text-transform: uppercase;
}

.p-price__inner {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 5%;
}

@media print, screen and (min-width: 768px) {
  .p-price__inner {
    padding: 10rem 5%;
  }
}
.p-price__lead {
  margin-bottom: 4rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .p-price__lead {
    margin-bottom: 8rem;
  }
}
.p-price__body {
  position: relative;
  padding: 5%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 8px 8px 50px 0 rgba(0, 0, 0, 0.06);
}

.p-price-item {
  padding: 2rem;
  border-bottom: 1px solid #d4d4d4;
  display: grid;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .p-price-item {
    grid-template-columns: 180px 100px 1fr 100px;
    padding: 5rem 0;
  }
}
.p-price-item:first-of-type {
  border-top: 1px solid #d4d4d4;
}

.p-price-item__title {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .p-price-item__title {
    margin-bottom: 0;
  }
}
.p-price-item__price {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .p-price-item__price {
    margin-bottom: 0;
  }
}
.p-price-item__description {
  padding-right: 2rem;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .p-price-item__description {
    margin-bottom: 0;
  }
}
.p-price-item__button {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .p-price-item__button {
    padding: 2rem 3rem 2rem 2rem;
  }
}
/*
  弊社が選ばれる理由
--------------------------------- */
.reason {
  position: relative;
  padding: 40px 20px;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .reason {
    padding: 80px 20px;
    margin-top: 80px;
  }
}
.reason::before {
  position: absolute;
  content: "";
  background-color: #f8f6f0;
  width: calc(100vw - ((100vw - 1080px) / 2 - 100px));
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.reason__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.reason__title {
  margin-bottom: 40px;
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .reason__title {
    margin-bottom: 60px;
    font-size: 30px;
  }
}
.reason-item {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .reason-item {
    margin-bottom: 70px;
  }
}
.reason-item:last-of-type {
  margin-bottom: 0;
}

.reason-item__title {
  margin-bottom: 1em;
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .reason-item__title {
    font-size: 22px;
  }
}
.reason-item__text {
  line-height: 2;
  margin-bottom: 1em;
}

.reason-item__text:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=common.css.map */



.nav-bottom {
    position: relative; /* または absolute, fixed */
    z-index: 1000; /* 他の要素よりも高い値に設定します */
}

.contact-hidden {
    display: none;
}
