/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding: 5.3333333333rem;
  font-size: calc(100vw / 1280 * 15);
}
@media (1280px < width) {
  html {
    font-size: 15px;
    scroll-padding: 4.6666666667rem;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 375 * 15);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.9333333333;
}

a {
  color: #000;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
/* Header */
.l-header {
  background-color: #fff;
  padding: 0.6666666667rem 1.3333333333rem 0.6666666667rem 1.6666666667rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (width <= 768px) {
  .l-header {
    height: 4.1333333333rem;
    padding: 0.5333333333rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header__logo {
  width: 14.6666666667rem;
}
@media (width <= 768px) {
  .l-header__logo {
    width: 12.6666666667rem;
  }
}
@media (width <= 768px) {
  .l-header__gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 4.1333333333rem;
    left: 100%;
    z-index: 1;
    background-color: #000;
    transition: 0.3s;
    padding: 4.5333333333rem 1.3333333333rem 4.6666666667rem;
    overflow-y: scroll;
  }
  .is-menu-open .l-header__gnav {
    left: 0;
  }
}
.l-header__gnavList {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (width <= 768px) {
  .l-header__gnavList {
    flex-direction: column;
    gap: 1.3333333333rem;
  }
}
.l-header__gnavItem {
  font-size: 1rem;
}
.l-header__gnavItem--contact .l-header__gnavLink {
  background: linear-gradient(to bottom, #719b8d 0%, #34554a 100%);
  color: #fff;
  padding: 0.4666666667rem 2.3333333333rem;
  margin-left: 1rem;
}
@media (width <= 768px) {
  .l-header__gnavItem--contact .l-header__gnavLink {
    margin-left: 0;
  }
}
.l-header__gnavLink {
  display: block;
  padding: 0 1rem;
  color: #000;
  text-decoration: none;
}
@media (width <= 768px) {
  .l-header__gnavLink {
    color: #fff;
  }
}

.l-menu-trigger {
  width: 4.1333333333rem;
  height: 4.1333333333rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #719b8d 0%, #34554a 100%);
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 2.6666666667rem;
  height: 0.1333333333rem;
  position: absolute;
  left: calc(50% - 1.3333333333rem);
  top: calc(50% - 0.0666666667rem);
  display: inline-block;
  background: #fff;
}
.l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.8rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(2) {
  transform: scaleX(0);
}
.l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0.8rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0rem) rotate(-45deg);
}

.l-article {
  padding-top: 4.6666666667rem;
}
@media (width <= 768px) {
  .l-article {
    padding-top: 4.1333333333rem;
  }
}

.l-side-bnr {
  position: fixed;
  right: 0;
  top: calc(50% + 2rem);
  background-color: #fff;
  border-radius: 0.6666666667rem 0 0 0.6666666667rem;
  border: 0.1333333333rem solid #000;
  z-index: 10000;
  padding: 0.4666666667rem 1.1333333333rem 0.4666666667rem 1.5333333333rem;
}
@media (width <= 768px) {
  .l-side-bnr {
    width: 100%;
    top: inherit;
    bottom: 0;
    padding: 0.6666666667rem 0 1.1333333333rem 0;
    border-radius: 0;
  }
}
.l-side-bnr__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width <= 768px) {
  .l-side-bnr__list {
    display: flex;
  }
}
.l-side-bnr__item {
  font-size: 1rem;
  font-weight: 700;
}
@media (width <= 768px) {
  .l-side-bnr__item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    flex-wrap: column;
    font-size: 0.8666666667rem;
  }
}
.l-side-bnr__item:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
@media (width <= 768px) {
  .l-side-bnr__item:not(:last-of-type) {
    border-bottom: inherit;
    border-right: 1px solid #000;
  }
}
.l-side-bnr__item--tel {
  font-weight: 600;
}
.l-side-bnr__link {
  display: block;
  padding: 1.2rem 0;
  color: #000;
  text-decoration: none;
}
@media (width <= 768px) {
  .l-side-bnr__link {
    padding: 0.4666666667rem 0;
  }
}
.l-side-bnr__icon {
  display: inline-block;
  margin-right: 0.6666666667rem;
  width: 1.8666666667rem;
}
@media (width <= 768px) {
  .l-side-bnr__icon {
    width: 1.4666666667rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
}
.l-side-bnr__icon img {
  width: 100%;
}

/* Footer */
.l-footer {
  background-color: #fff;
}
@media (width <= 768px) {
  .l-footer {
    padding-bottom: 6.1333333333rem;
  }
}
.l-footer__contact {
  background-image: url(../images/common/footer-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  text-align: center;
  padding: 4.6666666667rem 0 5.6666666667rem;
  position: relative;
}
.l-footer__contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.l-footer__contact > * {
  position: relative;
  z-index: 1;
}
.l-footer__contactEng {
  font-size: 2.8rem;
  font-weight: 500;
  background: linear-gradient(to bottom, #fff 0%, #999999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.6666666667rem;
}
.l-footer__contactCatch {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 768px) {
  .l-footer__contactCatch {
    font-size: 1.6666666667rem;
    line-height: 1.44;
    margin-bottom: 1.6666666667rem;
  }
}
.l-footer__contactP {
  margin-bottom: 1.3333333333rem;
}
@media (width <= 768px) {
  .l-footer__contactP {
    line-height: 1.9333333333;
    margin-bottom: 2rem;
  }
}
.l-footer__bottom {
  text-align: center;
  padding: 3.6666666667rem 0 1.3333333333rem;
}
@media (width <= 768px) {
  .l-footer__bottom {
    padding: 2.6666666667rem 0 2.6666666667rem;
  }
}
.l-footer__logo {
  width: 20rem;
  height: 4.5333333333rem;
  display: block;
  margin: 0 auto 1.3333333333rem;
}
.l-footer__bottomAddress {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
}
.l-footer__bottomTel {
  margin-bottom: 0.8666666667rem;
}
.l-footer__snsList {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1.0666666667rem;
  margin: 0 auto 3.3333333333rem;
  padding: 0;
}
@media (width <= 768px) {
  .l-footer__snsList {
    gap: 1.2666666667rem;
    margin-bottom: 3rem;
  }
}
.l-footer__snsItem {
  width: 1.8666666667rem;
}
.l-footer__navList {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (width <= 768px) {
  .l-footer__navList {
    flex-direction: column;
    align-items: center;
    gap: 0.5333333333rem;
  }
}
.l-footer__navListLink {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}
.l-footer__copyrights {
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem;
  background-color: #efedec;
}

/* Sidebar */
/********************************************
* Wordpress
********************************************/
/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Contact Form */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/********************************************
* Component
********************************************/
.c-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .c-block {
    flex-direction: column;
  }
}
.c-block__thumb {
  width: 13.3333333333rem;
  height: 13.3333333333rem;
}
@media (width <= 768px) {
  .c-block__thumb {
    width: 80%;
    height: auto;
    margin-bottom: 1.3333333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-block__thumb img {
  width: 100%;
}
.c-block__text {
  width: 35.3333333333rem;
}
@media (width <= 768px) {
  .c-block__text {
    width: 100%;
  }
}
.c-block--gray {
  background-color: #efedec;
  padding: 2.0666666667rem 1.3333333333rem;
}

.c-btn {
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  line-height: 1;
}
.c-btn:hover {
  background-color: #fff;
  color: #000;
}
.c-btn:hover:after {
  border-top: 0.0933333333rem solid #000;
  border-right: 0.0933333333rem solid #000;
}
.c-btn:after {
  content: "";
  width: 0.4666666667rem;
  height: 0.4666666667rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 0.0933333333rem solid #fff;
  border-right: 0.0933333333rem solid #fff;
}
.c-btn--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.c-btn--white:after {
  border-top: 0.0933333333rem solid #000;
  border-right: 0.0933333333rem solid #000;
}
.c-btn--white:hover {
  background-color: #000;
  color: #fff;
}
.c-btn--white:hover:after {
  border-top: 0.0933333333rem solid #fff;
  border-right: 0.0933333333rem solid #fff;
}
.c-btn--green {
  background: linear-gradient(to bottom, #719b8d 0%, #34554a 100%);
  color: #fff;
  border: none;
}
.c-btn--green:after {
  border-top: 0.0933333333rem solid #fff;
  border-right: 0.0933333333rem solid #fff;
}
.c-btn--green:hover {
  color: #fff;
}
.c-btn--green:hover:after {
  border-top: 0.0933333333rem solid #fff;
  border-right: 0.0933333333rem solid #fff;
}

.c-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-faq__item {
  background-color: #fff;
}
.c-faq__item:not(:last-of-type) {
  margin-bottom: 1.5333333333rem;
}
@media (width <= 768px) {
  .c-faq__item:not(:last-of-type) {
    margin-bottom: 1.3333333333rem;
  }
}
.c-faq__item.is-active .c-faq__switch:after {
  transform: rotate(0);
}
.c-faq__item.is-active .c-faq__answer:before {
  top: 0.6666666667rem;
  animation: answer 0.3s;
}
.c-faq__title {
  padding: 1rem 1.3333333333rem 1rem 3rem;
  position: relative;
  font-size: 1.1333333333rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .c-faq__title {
    line-height: 1.4705882353;
    padding: 1rem 1.6666666667rem 1rem 2rem;
  }
}
.c-faq__title:before {
  content: "Q";
  font-family: "Oswald", serif;
  display: inline-block;
  color: #35578d;
  font-size: 1.4666666667rem;
  font-weight: 500;
  position: absolute;
  left: 1.4666666667rem;
  top: calc(50% - 1.5333333333rem);
}
@media (width <= 768px) {
  .c-faq__title:before {
    left: 0.6666666667rem;
    top: calc(50% - 1.0666666667rem);
  }
}
.c-faq__switch {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  position: absolute;
  right: 1.4666666667rem;
  top: calc(50% - 0.6666666667rem);
}
@media (width <= 768px) {
  .c-faq__switch {
    width: 0.8933333333rem;
    height: 0.8933333333rem;
    right: 0.6666666667rem;
    top: calc(50% - 0.6666666667rem);
  }
}
.c-faq__switch:before {
  content: "";
  display: block;
  background: #35578d;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 0.5666666667rem;
}
.c-faq__switch:after {
  transition: 0.3s;
  content: "";
  display: block;
  background: #35578d;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 0.5666666667rem;
  transform: rotate(90deg);
}
.c-faq__answer {
  padding: 1rem 1.3333333333rem 1rem 4rem;
  position: relative;
  border-top: 1px solid #d9d9d9;
  display: none;
}
@media (width <= 768px) {
  .c-faq__answer {
    padding: 1rem 1.3333333333rem 1rem 2.6666666667rem;
  }
}
.c-faq__answer:before {
  transition: 0.5s;
  content: "A";
  font-family: "Oswald", serif;
  display: inline-block;
  color: #35578d;
  font-size: 1.4666666667rem;
  font-weight: 500;
  position: absolute;
  left: 2.8rem;
  top: 0rem;
}
@media (width <= 768px) {
  .c-faq__answer:before {
    left: 1.3333333333rem;
  }
}

.c-google-map iframe {
  width: 100%;
  height: 30rem;
}
@media (width <= 768px) {
  .c-google-map iframe {
    height: 20rem;
  }
}

.c-inner {
  max-width: 73.3333333333rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .c-inner {
    max-width: 100%;
    padding: 0 1.6666666667rem;
  }
}
.c-inner--full {
  max-width: 100%;
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list--upper-alphabet {
  list-style: upper-alpha;
}
.c-list--lower-alphabet {
  list-style: lower-alpha;
}
.c-list--upper-roman {
  list-style: upper-roman;
}
.c-list--lower-roman {
  list-style: lower-roman;
}
.c-list--disc {
  list-style: disc;
  margin-left: 1.5em;
}
.c-list--none {
  list-style: none;
}
.c-list--circle {
  list-style: circle;
}
.c-list--square {
  list-style: square;
}
.c-list--decimal {
  list-style: decimal;
}
.c-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.c-page {
  background-color: #000;
}
.c-page .c-section {
  padding-bottom: 8.6666666667rem;
}
@media (width <= 768px) {
  .c-page .c-section {
    padding-top: 0;
    padding-bottom: 2.6666666667rem;
  }
}
.c-page__header {
  height: 16.6666666667rem;
  background-image: url(../images/page/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (width <= 768px) {
  .c-page__header {
    height: 10rem;
  }
}
.c-page .c-inner {
  background-color: #fff;
  max-width: 56.6666666667rem;
  padding: 2.8rem 3.3333333333rem 5.3333333333rem;
}
@media (width <= 768px) {
  .c-page .c-inner {
    padding: 2.6666666667rem 1.6666666667rem;
  }
}
.c-page__p {
  line-height: 1.6666666667;
}
.c-page__p:not(:last-of-type) {
  margin-bottom: 1.8em;
}

.c-scroll {
  overflow-x: auto;
}
.c-scroll-bar {
  overflow-y: scroll;
}
.c-scroll-bar::-webkit-scrollbar {
  width: 0.1666666667rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.1666666667rem;
}

.c-section {
  padding: 4.2rem 0;
}
@media (width <= 768px) {
  .c-section {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}

.c-table {
  margin-bottom: 1.3333333333rem;
  width: 100%;
  line-height: 1.6666666667;
  border-collapse: collapse;
}
.c-table tr {
  background-color: #f7f7f7;
}
.c-table tr:nth-of-type(2n) {
  background-color: #efedec;
}
.c-table th {
  width: 13.3333333333rem;
  text-align: left;
  font-weight: 700;
  padding: 0.8666666667rem 1.6666666667rem;
  border: none;
  border-bottom: 1px solid #000;
}
@media (width <= 768px) {
  .c-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.c-table td {
  font-weight: 500;
  padding: 0.8666666667rem 1.6666666667rem;
  border: none;
  border-bottom: 1px solid #000;
}
@media (width <= 768px) {
  .c-table td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.c-table__trTitle th {
  background-color: #35578d;
  color: #fff;
}
.c-table--type01 td:first-of-type {
  width: 20rem;
}
.c-table--type01 th {
  display: table-cell;
}
.c-table--type01 td {
  display: table-cell;
}
.c-table--type02 tr {
  td-width: 16.6666666667rem;
}
.c-table--type03 tr td {
  width: 50%;
}
.c-table--type03 tr td:last-of-type {
  text-align: right;
}
@media (width <= 768px) {
  .c-table--scroll table {
    max-width: auto;
  }
}
@media (width <= 768px) {
  .c-scroll .c-table {
    min-width: 26.6666666667rem;
  }
  .c-scroll .c-table th,
  .c-scroll .c-table td {
    display: table-cell;
    width: auto;
    border-bottom: 1px solid #000;
    padding: 1.0333333333rem 1.6666666667rem;
  }
}

.c-title__h1 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media (width <= 768px) {
  .c-title__h1 {
    font-size: 1.7333333333rem;
  }
}
.c-title__h2 {
  background-color: #000;
  color: #fff;
  font-size: 1.6666666667rem;
  font-weight: 600;
  line-height: 1.44;
  padding: 0.6666666667rem 1rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 1.6666666667rem;
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1.3333333333rem;
  }
}
.c-title__h2:not(:first-of-type) {
  margin-top: 3.1333333333rem;
}
.c-title__h2TopEng {
  line-height: 1.2;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.3333333333rem;
  background: linear-gradient(to bottom, #719b8d 0%, #34554a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-title__h2Top {
  color: #406a5d;
  font-size: 0.8666666667rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-title__h2Top {
    margin-bottom: 2.3333333333rem;
  }
}
.c-title__h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3333333333rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 1.6666666667rem;
}
.c-title__h3:not(:first-of-type) {
  margin-top: 3.1333333333rem;
}
@media (width <= 768px) {
  .c-title__h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-bottom: 0.6666666667rem;
  }
}
.c-title__h4 {
  color: #35578d;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3333333333rem;
  line-height: 1.4;
}

/********************************************
* Project
********************************************/
.p-home__mv {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 44rem;
  width: 100%;
  position: relative;
}
@media (width <= 768px) {
  .p-home__mv {
    height: 45.9333333333rem;
  }
}
.p-home__mv .c-inner {
  position: relative;
  z-index: 1;
  width: 70.6666666667rem;
  font-weight: 600;
  transform: translateY(-0.6666666667rem);
}
@media (width <= 768px) {
  .p-home__mv .c-inner {
    padding: 6rem 1.8666666667rem 9.3333333333rem;
    transform: translateY(0);
  }
}
.p-home__mvSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44rem;
}
@media (width <= 768px) {
  .p-home__mvSlider {
    height: 45.9333333333rem;
  }
}
.p-home__mvSlider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-home__mvSliderItem {
  width: 100%;
  height: 44rem;
}
@media (width <= 768px) {
  .p-home__mvSliderItem {
    height: 45.9333333333rem;
  }
}
.p-home__mvSliderItem.is-fadein img {
  animation: fadeIn 11s ease-in-out;
}
.p-home__mvTitle {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.6666666667rem;
}
@media (width <= 768px) {
  .p-home__mvTitle {
    font-size: 2.5333333333rem;
    line-height: 1.4473684211;
  }
}
.p-home__mvP {
  font-size: 0.8666666667rem;
  line-height: 1.5384615385;
  margin-bottom: 2.6666666667rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .p-home__mvP {
    line-height: 1.3333333333rem;
    margin-bottom: 3.3333333333rem;
  }
}
.p-home__mvBlock {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
}
@media (width <= 768px) {
  .p-home__mvBlock {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-home__mvSpan {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 0.5333333333rem 0.8rem;
}
@media (width <= 768px) {
  .p-home__mvSpan {
    width: 12.4rem;
    text-align: center;
    padding: 0.5333333333rem 0;
  }
}
.p-home__mvCatch {
  font-size: 1.2rem;
}
@media (width <= 768px) {
  .p-home__mvCatch {
    text-align: center;
    line-height: 1.4444444444;
  }
}
.p-home__mvScroll {
  font-size: 0.7333333333rem;
  position: absolute;
  width: 1.3333333333rem;
  height: 6rem;
  left: calc(50% - 0.6666666667rem);
  bottom: 3.2rem;
  z-index: 1;
  padding-right: 0.3333333333rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-home__mvScroll {
    left: calc(50% - 1.6666666667rem);
    height: 5.9666666667rem;
    bottom: 1.6666666667rem;
  }
}
.p-home__mvScroll:before {
  content: "";
  background-color: #fff;
  width: 0.1333333333rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-home__mvScroll:after {
  content: "";
  background-color: #35578d;
  width: 0.1333333333rem;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  animation: scroll 3s infinite;
}
.p-home__about {
  text-align: center;
  padding-bottom: 0.6666666667rem;
}
@media (width <= 768px) {
  .p-home__about {
    text-align: left;
    padding-top: 3.6666666667rem;
    padding-bottom: 2.6666666667rem;
  }
}
@media (width <= 768px) {
  .p-home__about .c-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-home__aboutP {
  margin-bottom: 2.6666666667rem;
}
@media (width <= 768px) {
  .p-home__aboutP {
    margin-bottom: 3.3333333333rem;
  }
}
.p-home__aboutList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 4.6666666667rem;
  padding: 0;
}
@media (width <= 768px) {
  .p-home__aboutList {
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 4rem;
  }
}
.p-home__aboutItem {
  width: 22.5333333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width <= 768px) {
  .p-home__aboutItem {
    width: 100%;
  }
}
.p-home__aboutItemThumb {
  border-radius: 999px;
  overflow: hidden;
  width: 15.0666666667rem;
  height: 15.0666666667rem;
}
.p-home__aboutItemTitle {
  font-size: 1.3333333333rem;
  font-weight: 600;
  margin-bottom: 1.6666666667rem;
}
@media (width <= 768px) {
  .p-home__aboutItemTitle {
    margin-bottom: 1.3333333333rem;
  }
}
.p-home__aboutItemNum {
  font-size: 2rem;
  font-weight: 400;
  color: #35578d;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.3333333333rem;
}
@media (width <= 768px) {
  .p-home__service {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-home__service .c-inner {
  background-image: url(../images/home/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  min-height: 25.4666666667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.3333333333rem 4rem 5.3333333333rem 5.3333333333rem;
  gap: 3.3333333333rem;
  position: relative;
}
@media (width <= 768px) {
  .p-home__service .c-inner {
    background-image: url(../images/home/service-bg-sp.jpg);
    min-height: 46.8666666667rem;
    flex-wrap: wrap;
    padding: 4.2rem 1.6666666667rem;
  }
}
.p-home__service .c-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-home__serviceText {
  width: calc(48% - 1.6rem);
  position: relative;
  z-index: 2;
}
@media (width <= 768px) {
  .p-home__serviceText {
    width: 100%;
  }
}
.p-home__serviceList {
  width: calc(52% - 1.6rem);
  position: relative;
  z-index: 2;
}
@media (width <= 768px) {
  .p-home__serviceList {
    width: 100%;
  }
}
.p-home__serviceTitle {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, #fff 0%, #999999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home__serviceTitleSpan {
  font-size: 0.8666666667rem;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-0.3333333333rem);
  margin-left: 0.6666666667rem;
  color: #fff;
  background: #fff;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.p-home__serviceP {
  margin-bottom: 1.3333333333rem;
}
.p-home__serviceList {
  border: 1px solid #fff;
  padding: 1.3333333333rem 1.3333333333rem 1.3333333333rem 2rem;
  margin: 0;
  font-size: 1.1333333333rem;
  font-weight: 400;
}
.p-home__serviceItem {
  margin-left: 1em;
}
.p-home__works {
  text-align: center;
  padding-top: 0;
}
@media (width <= 768px) {
  .p-home__works .c-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-home__works .swiper-wrapper {
  transition-timing-function: linear;
}
@media (width <= 768px) {
  .p-home__works .swiper {
    margin-left: -1.6666666667rem;
    margin-right: -1.6666666667rem;
    width: calc(100% + 3.3333333333rem);
  }
}
.p-home__worksP {
  margin-bottom: 3.3333333333rem;
}
@media (width <= 768px) {
  .p-home__worksP {
    text-align: left;
  }
}
.p-home__worksSlider {
  margin-bottom: 3.3333333333rem;
}
@media (width <= 768px) {
  .p-home__worksSlider {
    margin-bottom: 2.6666666667rem;
    margin-left: -1.6666666667rem;
    margin-right: -1.6666666667rem;
    width: calc(100% + 3.3333333333rem);
  }
}
.p-home__worksFuki {
  font-size: 0.8666666667rem;
}
.p-home__worksFuki:before {
  font-size: 1rem;
  content: "/";
  transform: scale(-2, 1) translateY(-0.1333333333rem);
  display: inline-block;
  margin-right: 0.6666666667rem;
}
.p-home__worksFuki:after {
  font-size: 1rem;
  content: "/";
  transform: scale(2, 1) translateY(-0.1333333333rem);
  display: inline-block;
  margin-left: 0.6666666667rem;
}
.p-home__faq {
  background-color: #efedec;
  padding-top: 5.3333333333rem;
}
@media (width <= 768px) {
  .p-home__faq {
    padding-top: 2.6666666667rem;
  }
}
.p-home__faq .c-inner {
  max-width: 50rem;
}
@media (width <= 768px) {
  .p-home__faq .c-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-home__faq .c-title__h2Top {
  margin-bottom: 3.3333333333rem;
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    top: 0;
    height: 6rem;
  }
  100% {
    top: 100%;
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-shop__name {
  text-align: right;
  font-weight: 700;
}

.p-service__img01 {
  max-width: 43rem;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 768px) {
  .p-service__img01 {
    max-width: 100%;
  }
}
.p-service__img02 {
  max-width: 25rem;
  margin: 0 auto 1.3333333333rem;
}
@media (width <= 768px) {
  .p-service__img02 {
    max-width: 100%;
  }
}
.p-service .c-table {
  margin-bottom: 2rem;
}
.p-service .c-table th {
  padding: 0.9333333333rem 1.3333333333rem;
}
.p-service .c-table td {
  padding: 0.9333333333rem 1.3333333333rem;
}
.p-service .c-title__h2:not(:first-of-type) {
  margin-top: 0rem;
}
.p-service .c-title__h3 {
  margin-top: 1.3333333333rem;
}

.p-contact .c-section {
  padding-bottom: 4.5333333333rem;
}
.p-contact__img {
  width: 23.5333333333rem;
  margin-bottom: 3rem;
}
@media (width <= 768px) {
  .p-contact__img {
    width: 13.3333333333rem;
  }
}
.p-contact__tel {
  display: flex;
  font-size: 2.3333333333rem;
  font-weight: 600;
}
.p-contact__telIcon {
  width: 2.3333333333rem;
  margin-right: 0.6666666667rem;
}

@media (width <= 768px) {
  .p-about .c-block__thumb {
    width: 10rem;
  }
}
.p-about .c-title__h3 {
  margin-top: 1.3333333333rem;
}
.p-about .c-list {
  line-height: 1.6;
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 768px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 768px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Noto Sans JP", sans-serif;
}
.u-text--shippori {
  font-family: "Shippori Mincho", serif;
}
.u-text--oswald {
  font-family: "Oswald", sans-serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}/*# sourceMappingURL=style.css.map */