@charset "UTF-8";
/**
 * Name: スタイル
 * ===========================================
 */
.c-nav__link--image, .c-nav__link--blog, .c-nav__link--consultation, .c-nav__link {
  opacity: 1;
  transition: opacity 500ms ease; }
  .c-nav__link--image:hover, .c-nav__link--blog:hover, .c-nav__link--consultation:hover, .c-nav__link:hover {
    opacity: 0.6; }

.c-modal__inner, .c-modal__inner--img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.c-modal__close::after {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.c-section__desc, .c-what__desc, .c-what__example, .c-imgList__desc, .c-concept__desc, .c-plans__desc, .c-merit__desc, .c-flow__desc {
  font-size: 0.7rem;
  line-height: 2;
  letter-spacing: .1rem; }

.c-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.c-section__inner, .c-what__inner, .c-plans__inner {
  width: 1324px;
  margin: auto; }
  @media (max-width: 1471.11111px) {
    .c-section__inner, .c-what__inner, .c-plans__inner {
      width: 90%; } }

.c-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  text-align: center;
  border: 0.1rem solid;
  background-color: #ffffff;
  color: #1a1311;
  font-family: ABeeZee, メイリオ, Meiryo, ヒラギノ角ゴ Pro w3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS P Gothic, Arial, sans-serif;
  font-weight: normal;
  border-radius: 24px;
  text-decoration: none;
  outline: none;
  font-size: 0.8rem;
  box-sizing: border-box;
  transition: 200ms 0s ease; }
  .c-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 12px);
    bottom: 4px;
    width: 24px;
    height: 4px;
    margin: auto;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    transition: all 200ms 00ms ease; }
  .c-btn:hover::after {
    left: calc(100% - 6px); }
  .c-btn:disabled {
    color: white;
    background-color: lightgray;
    border: none;
    color: #e0e0e0; }

.c-container__inner {
  margin-bottom: 8rem; }
  @media (max-width: 853.33333px) {
    .c-container__inner {
      margin-bottom: 5rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-nav__link--current {
  animation-name: circle;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out; }

@keyframes circle {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-10px); } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  line-height: normal;
  box-sizing: inherit; }

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 3.125vw;
  color: #1a1311;
  font-synthesis: none;
  font-family: ABeeZee, メイリオ, Meiryo, ヒラギノ角ゴ Pro w3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS P Gothic, Arial, sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 576px) {
    html {
      font-size: 18px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  position: relative;
  min-width: 320px;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  overflow-x: hidden;
  color: #1a1311; }

img {
  display: inherit;
  max-width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  cursor: pointer;
  font-size: 0.9rem;
  color: inherit; }
  a * {
    pointer-events: none; }

td {
  text-align: left; }

select, button, input {
  -webkit-appearance: none;
  font-weight: 500; }

textarea {
  -webkit-appearance: none;
  resize: none;
  word-break: break-all;
  padding: 0.5rem; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.ratio-1 {
  width: 10%; }
  @media (max-width: 853.33333px) {
    .ratio-1 {
      width: 100%; } }

.mt-2 {
  margin-top: 2rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.ratio-2 {
  width: 20%; }
  @media (max-width: 853.33333px) {
    .ratio-2 {
      width: 100%; } }

.mt-3 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.ratio-3 {
  width: 30%; }
  @media (max-width: 853.33333px) {
    .ratio-3 {
      width: 100%; } }

.mt-4 {
  margin-top: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.ratio-4 {
  width: 40%; }
  @media (max-width: 853.33333px) {
    .ratio-4 {
      width: 100%; } }

.mt-5 {
  margin-top: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.ratio-5 {
  width: 50%; }
  @media (max-width: 853.33333px) {
    .ratio-5 {
      width: 100%; } }

.mt-6 {
  margin-top: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ratio-6 {
  width: 60%; }
  @media (max-width: 853.33333px) {
    .ratio-6 {
      width: 100%; } }

.mt-7 {
  margin-top: 7rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.ratio-7 {
  width: 70%; }
  @media (max-width: 853.33333px) {
    .ratio-7 {
      width: 100%; } }

.mt-8 {
  margin-top: 8rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.ratio-8 {
  width: 80%; }
  @media (max-width: 853.33333px) {
    .ratio-8 {
      width: 100%; } }

.mt-9 {
  margin-top: 9rem !important; }

.mb-9 {
  margin-bottom: 9rem !important; }

.mr-9 {
  margin-right: 9rem !important; }

.ratio-9 {
  width: 90%; }
  @media (max-width: 853.33333px) {
    .ratio-9 {
      width: 100%; } }

.mt-10 {
  margin-top: 10rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mr-10 {
  margin-right: 10rem !important; }

.ratio-10 {
  width: 100%; }
  @media (max-width: 853.33333px) {
    .ratio-10 {
      width: 100%; } }

.c-container {
  position: relative;
  min-height: calc(100vh - 150px); }
  .c-container__inner {
    width: 100%; }

.c-main__inner {
  padding-bottom: 4rem;
  margin: auto; }

.c-main__topImg {
  max-width: 1324px;
  margin: auto; }

.c-main__h1 {
  text-align: left;
  font-size: 24px; }

.c-main__title {
  text-align: center; }

.c-main__titleText {
  font-weight: normal;
  border-bottom: 1px solid #1a1311; }

@media (max-width: 853.33333px) {
  .c-topHead__img {
    height: 320px;
    width: 100%;
    object-fit: cover; } }

.c-section .c-section__title--base, .c-section .c-section__title--main, .c-section .c-what__title, .c-section .c-what__title--base, .c-section .c-what__title--main {
  position: relative;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.2rem; }
  .c-section .c-section__title--base::before, .c-section .c-section__title--main::before, .c-section .c-what__title::before, .c-section .c-what__title--base::before, .c-section .c-what__title--main::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    margin: auto; }

.c-section__title--base::before {
  background-color: #d69794; }

.c-section__title--main::before {
  background-color: #8fa3b3; }

.c-section__desc {
  text-align: center; }

.c-what {
  padding: 3rem 0;
  background-color: #f3f1f1;
  max-width: 1324px;
  width: 100%;
  margin: auto; }
  .c-what__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1024px; }
  .c-what__img {
    max-width: 480px;
    width: 45%;
    object-fit: cover; }
  .c-what__content {
    max-width: 480px;
    width: 45%; }
  .c-what .c-section__title--base, .c-what .c-section__title--main, .c-what .c-what__title, .c-what .c-what__title--base, .c-what .c-what__title--main {
    position: relative;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin-bottom: 1.6rem; }
    .c-what .c-section__title--base::before, .c-what .c-section__title--main::before, .c-what .c-what__title::before, .c-what .c-what__title--base::before, .c-what .c-what__title--main::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 36px;
      height: 2px;
      margin: auto; }
  .c-what__title--base::before {
    background-color: #d69794; }
  .c-what__title--main::before {
    background-color: #8fa3b3; }
  .c-what__example {
    padding: 1rem 1.8rem;
    background-color: #8fa3b3;
    border-radius: 8px;
    color: white; }
  @media (max-width: 853.33333px) {
    .c-what__inner {
      flex-direction: column; }
    .c-what__img {
      max-width: inherit;
      height: 40vw;
      width: 100%;
      margin-bottom: 1rem; }
    .c-what__content {
      max-width: inherit;
      width: 100%; } }

.c-btn {
  width: 192px; }

.c-imgList {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 95%;
  margin: auto; }
  .c-imgList__item {
    width: 31%;
    position: relative; }
    .c-imgList__item:nth-child(1)::before {
      content: "A"; }
    .c-imgList__item:nth-child(2)::before {
      content: "B"; }
    .c-imgList__item:nth-child(3)::before {
      content: "C"; }
    .c-imgList__item::before {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      right: 0;
      width: 42px;
      height: 42px;
      background-color: #8fa3b3;
      color: white; }
  .c-imgList__img {
    width: 100%;
    margin-bottom: 0.4rem; }
  @media (max-width: 853.33333px) {
    .c-imgList {
      flex-direction: column; }
      .c-imgList__img {
        height: 40vw;
        object-fit: cover;
        object-position: center; }
      .c-imgList__item {
        width: 100%;
        margin-bottom: 2rem; } }

.c-concept {
  margin: 6rem 0;
  text-align: center; }
  .c-concept__inner {
    max-width: 1024px;
    margin: auto;
    width: 95%; }
  .c-concept__catchCopy {
    position: relative;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem; }
    .c-concept__catchCopy::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 1px;
      border-bottom: 2px dotted black;
      margin: auto; }
  .c-concept__desc {
    margin-bottom: 2rem; }

.c-plans {
  margin-bottom: 7rem; }
  .c-plans__title {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
    .c-plans__title--1 {
      color: #8fa3b3; }
    .c-plans__title--2 {
      color: #daa19e; }
    .c-plans__title::before {
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      width: 12px;
      height: 2px;
      margin: auto;
      background-color: #1a1311;
      position: absolute;
      font-weight: bold; }
  .c-plans__duration {
    display: inline-block;
    text-align: center;
    min-width: 96px;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: white;
    margin-bottom: 2rem; }
    .c-plans__duration--1 {
      background-color: #8fa3b3; }
    .c-plans__duration--2 {
      background-color: #daa19e; }
  .c-plans__item {
    display: flex;
    background-color: #f3f1f1; }
    .c-plans__item:nth-child(2n) {
      flex-direction: row-reverse;
      background-color: white; }
  .c-plans__img {
    width: 50%;
    object-fit: cover; }
  .c-plans__content {
    width: 50%;
    padding: 2rem 2rem; }
  .c-plans__desc {
    margin-bottom: 2rem; }
  @media (max-width: 853.33333px) {
    .c-plans__item {
      flex-direction: column; }
      .c-plans__item:nth-child(2n) {
        flex-direction: column; }
    .c-plans__img {
      width: 100%; }
    .c-plans__content {
      width: 100%; } }

.c-merit__inner {
  max-width: 1024px;
  width: 95%;
  margin: auto; }

.c-merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.c-merit__item {
  display: flex;
  position: relative;
  width: calc(50% - 0.2rem);
  padding: 2rem 2rem 2rem 0;
  margin-bottom: 3rem;
  background-color: #f0f0f5; }
  .c-merit__item:nth-child(1)::before {
    content: "01";
    display: block;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold; }
  .c-merit__item:nth-child(2)::before {
    content: "02";
    display: block;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold; }
  .c-merit__item:nth-child(3)::before {
    content: "03";
    display: block;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold; }
  .c-merit__item:nth-child(4)::before {
    content: "04";
    display: block;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold; }

.c-merit__icon {
  position: relative;
  width: 128px;
  min-width: 128px; }

.c-merit__img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%) scale(0.5);
  max-width: inherit; }

@media (max-width: 853.33333px) {
  .c-merit__list {
    flex-direction: column; }
  .c-merit__item {
    width: 100%; } }

.c-system__inner {
  max-width: 1024px;
  width: 95%;
  margin: auto; }

.c-system__head {
  padding: 1rem;
  text-align: center;
  color: white;
  background-color: #5e6472;
  margin-bottom: 2rem; }

.c-system__list {
  display: flex;
  border: 1px solid #c9caca; }

.c-system__item {
  width: 25%;
  background-color: #f0f0f5; }
  .c-system__item:not(:last-child) {
    border-right: 1px solid #e1e1e1; }

.c-system__itemHead {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #5e6472; }
  .c-system__itemHead:not(:last-child) {
    border-bottom: 1px solid lightgray; }
  .c-system__itemHead:nth-child(1) {
    min-height: 3.4rem; }
  .c-system__itemHead:nth-child(2) {
    min-height: 4.2rem; }
  .c-system__itemHead:nth-child(3) {
    min-height: 4.6rem; }
  .c-system__itemHead:nth-child(4) {
    min-height: 6.2rem; }

.c-system__title--1 {
  padding: 1rem 0;
  min-height: 3.2rem;
  text-align: center;
  color: white;
  background-color: #8fa3b3; }

.c-system__title--2 {
  padding: 1rem 0;
  min-height: 3.2rem;
  text-align: center;
  color: white;
  background-color: #8ca497; }

.c-system__title--3 {
  padding: 1rem 0;
  min-height: 3.2rem;
  text-align: center;
  color: white;
  background-color: #e9c168; }

.c-system__title--4 {
  padding: 1rem 0;
  min-height: 3.2rem;
  text-align: center;
  color: white;
  background-color: #daa19e; }

.c-system__amount {
  font-size: 1.1rem;
  text-align: center;
  padding: 1rem;
  min-height: 4.2rem; }

.c-system__money {
  font-size: 1.5rem; }

.c-system__size--1 {
  position: relative;
  padding: 1rem 0;
  min-height: 4.6rem;
  text-align: center;
  background-color: white; }
  .c-system__size--1::before {
    content: "SIZE";
    display: block;
    width: 8rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #8fa3b3;
    border-radius: 16px;
    color: white; }

.c-system__size--2 {
  position: relative;
  padding: 1rem 0;
  min-height: 4.6rem;
  text-align: center;
  background-color: white; }
  .c-system__size--2::before {
    content: "SIZE";
    display: block;
    width: 8rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #8ca497;
    border-radius: 16px;
    color: white; }

.c-system__size--3 {
  position: relative;
  padding: 1rem 0;
  min-height: 4.6rem;
  text-align: center;
  background-color: white; }
  .c-system__size--3::before {
    content: "SIZE";
    display: block;
    width: 8rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e9c168;
    border-radius: 16px;
    color: white; }

.c-system__size--4 {
  position: relative;
  padding: 1rem 0;
  min-height: 4.6rem;
  text-align: center;
  background-color: white; }
  .c-system__size--4::before {
    content: "SIZE";
    display: block;
    width: 8rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #daa19e;
    border-radius: 16px;
    color: white; }

.c-system__remarks {
  min-height: 6rem;
  text-align: center;
  padding: 1rem; }

@media (max-width: 853.33333px) {
  .c-system__list {
    flex-direction: column; }
  .c-system__item {
    width: 100%; }
    .c-system__item:not(:last-child) {
      border-right: none; }
  .c-system__itemHead {
    display: none; } }

.c-arrangement__inner {
  max-width: 768px;
  width: 95%;
  margin: auto; }

.c-arrangement__list {
  border: 1px solid black; }

.c-arrangement__item {
  display: flex;
  align-items: center; }
  .c-arrangement__item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1; }

.c-arrangement__size {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #d69794;
  font-size: 1.2rem;
  color: white; }

.c-arrangement__content {
  padding: 0.8rem; }

.c-flow__inner {
  max-width: 1024px;
  width: 100%;
  margin: auto; }

.c-flow__list {
  counter-reset: count; }

.c-flow__item {
  display: flex;
  position: relative;
  height: 130px;
  background-color: #f0f0f5;
  margin-bottom: 3rem; }
  .c-flow__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 1rem auto 0;
    width: 0;
    height: 0;
    border-top: 20px solid #8fa3b3;
    border-right: 32px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid transparent; }

.c-flow__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 130px;
  min-width: 130px;
  background-color: #5e6472;
  color: white;
  line-height: 0.5;
  font-size: 1rem; }
  .c-flow__step--number {
    display: block;
    font-size: 1.8rem; }
  .c-flow__step::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 12px);
    margin: auto;
    width: 24px;
    height: 24px;
    background-color: #5e6472;
    transform: rotateZ(45deg); }

.c-flow__flex {
  display: flex; }

.c-flow__icon {
  display: flex;
  align-self: center;
  width: 152px;
  min-width: 152px; }

.c-flow__img {
  transform: scale(0.5);
  margin: auto; }

.c-flow__content {
  width: 100%;
  padding: 1rem; }

.c-flow__title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }
  .c-flow__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #8fa3b3, #8fa3b3 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x; }

@media (max-width: 853.33333px) {
  .c-flow__item {
    flex-direction: column;
    height: auto; }
  .c-flow__step {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    width: 100%; }
    .c-flow__step--number {
      display: block;
      font-size: 1.8rem;
      z-index: 2; }
    .c-flow__step::before {
      content: "";
      position: absolute;
      top: calc(100% - 12px);
      left: 0;
      right: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      z-index: 1; }
  .c-flow__icon {
    width: 128px;
    min-width: 128px; }
  .c-flow__content {
    padding-top: 2rem;
    width: 100%; } }

.page-contact .wp-block-contact-form-7-contact-form-selector {
  max-width: 320px;
  width: 95%;
  margin: auto; }

.page-contact .wpcf7-text {
  display: block;
  padding: 0.5rem;
  border: 1px solid black;
  margin-bottom: 1rem; }

.page-contact .wpcf7-submit {
  display: block;
  padding: 0.5rem;
  width: 240px;
  margin: 1rem auto;
  border: none; }

.page-contact .screen-reader-response {
  display: none; }

.page-contact .wpcf7-not-valid-tip {
  color: red; }

.swiper-slide {
  height: 500px !important; }

.c-modal {
  position: relative;
  z-index: 99999; }
  .c-modal__hidden {
    display: none; }
  .c-modal__bg {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999; }
  .c-modal__inner {
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    z-index: 999999; }
    .c-modal__inner::-webkit-scrollbar {
      display: none; }
    .c-modal__inner--img {
      padding-top: 0.8rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      padding-bottom: 0.8rem;
      background-color: #ffffff;
      z-index: 999999; }
  .c-modal__title {
    margin-right: 1rem; }
    .c-modal__title::after {
      content: ' : '; }
  .c-modal__img-title {
    margin-left: 0.5rem; }
  .c-modal__close {
    cursor: pointer;
    position: relative;
    margin-right: 1.5rem;
    color: #898ea4 grey; }
    .c-modal__close::before {
      content: 'close';
      font-size: 1.1rem;
      margin-right: 0.3rem; }
    .c-modal__close::after {
      content: "\D7";
      font-size: 1.5rem;
      font-weight: 600; }

.j-modalSlide {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .j-modalSlide--current {
    display: block;
    opacity: 1;
    visibility: visible; }

.c-calendar__title {
  font-size: 0.7rem;
  text-align: center;
  margin-bottom: .4rem; }

.c-calendar__head {
  font-size: 0.7rem;
  padding: .4rem 0;
  width: 40px;
  border-top: 0.1rem solid #c9caca;
  border-bottom: 0.1rem solid #c9caca;
  background-color: white; }
  .c-calendar__head:first-child {
    border-left: 0.1rem solid #c9caca; }
  .c-calendar__head:last-child {
    border-right: 0.1rem solid #c9caca; }
  .c-calendar__head--holiday {
    color: #c52316; }

.c-calendar__month {
  margin: auto; }

.c-calendar__day {
  font-size: 0.7rem;
  padding: .4rem 0;
  width: 40px;
  text-align: center;
  background-color: white;
  border-top: .1rem solid white; }
  .c-calendar__day--holiday {
    background-color: #e9c7c5;
    color: #c52316; }
  .c-calendar__day--bottom {
    border-bottom: 0.1rem solid #c9caca; }
  .c-calendar__day--end {
    border-right: 0.1rem solid #c9caca; }
  .c-calendar__day:first-child {
    border-left: 0.1rem solid #c9caca; }
  .c-calendar__day:last-child {
    border-right: 0.1rem solid #c9caca; }

.j-inputRow {
  position: relative; }
  .j-inputRow--err {
    padding-bottom: 2rem; }
  .j-inputRow__err {
    position: absolute;
    left: 0;
    bottom: .8rem;
    color: red;
    font-weight: bold; }

.lazy-anime__block, .lazy-anime__text, .lazy-anime__list {
  position: relative;
  transform: translateX(-102%) scaleX(1);
  height: 100%; }
  .lazy-anime__block::before, .lazy-anime__text::before, .lazy-anime__list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8fa3b3;
    z-index: 9999; }
  .-active.lazy-anime__block, .-active.lazy-anime__text, .-active.lazy-anime__list {
    transform-origin: left center;
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .-active.lazy-anime__block::before, .-active.lazy-anime__text::before, .-active.lazy-anime__list::before {
      transform-origin: right;
      transform: scaleX(0);
      background-color: #d69794;
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, background-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s; }

.lazy-anime {
  position: relative;
  overflow: hidden; }
  .lazy-anime[data-lazy] {
    overflow: hidden; }
  .lazy-anime__text {
    display: inline-block; }
  .lazy-anime__list {
    display: list-item;
    list-style: decimal;
    margin-left: 1.3rem; }

.c-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjFzIgogICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 128px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999; }
  .c-loader--show {
    display: block; }

.c-header {
  width: 100%;
  z-index: 999999; }
  .c-header__inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1324px;
    margin: auto;
    height: 80px;
    background-color: #ffffff; }
  .c-header__logo {
    position: relative;
    width: 140px;
    min-width: 140px;
    margin-right: 6rem;
    z-index: 999;
    font-weight: normal;
    color: #5e4a38; }
  .c-header__title {
    display: block; }
  .c-header__nav {
    width: 100%; }
  @media (max-width: 853.33333px) {
    .c-header__inner {
      height: 80px; }
    .c-header__logo {
      margin-left: 1rem; } }

.c-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.c-nav__item--parent:hover .c-nav__childList {
  height: auto;
  visibility: visible;
  opacity: 1; }

.c-nav__item--other {
  display: flex;
  align-items: center; }

.c-nav__dropdown {
  cursor: pointer;
  position: relative;
  padding-right: 1.4rem; }
  .c-nav__dropdown::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .8rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAADwAAAAAhEcNcAAAA5klEQVQ4EWPsW7z5AiMDgz4DZeAAE2X6Ibr/////kYmRiSmBEsP+MzB8ZGRlLWAqjPa+ADSokVzDGP8zNhRGej4ABg8EkBNWQC8dLIrzcwCZAA8joIkFECOJI6FeSoCphhtUGOt7ACg5ESZBiIZ5CaYObhBIgPHPnwagYQ9hkrhokJcK43wmIMujGFSYGPgB6MUEZAXY2MBYwlCDYhBIExFebATFEkgtMsAwCCSJy4tAb18EWtSAbACMjdUgXF7El3ixGgSyBerFhTAbgXQjNPEiCSGYOA0CKQF6sQAUi/i8hDCKSiwA42lMuAIeGlkAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.c-nav__link {
  cursor: pointer;
  transition: opacity .5s ease; }
  .c-nav__link--btn {
    margin-right: 1rem; }
  .c-nav__link--current {
    width: 64px;
    height: 64px; }
  .c-nav__link--image {
    display: inline-block;
    margin: 1rem auto 1rem; }
  .c-nav__link--blog {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: lightgray;
    border-radius: 8px; }
  .c-nav__link--consultation {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    background-color: lightgray;
    border-radius: 8px;
    font-size: 0.8rem; }

.c-nav__childList {
  position: absolute;
  padding: 1rem;
  background-color: white;
  box-shadow: 8px 8px 12px -10px black;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  z-index: 999; }

.c-nav__childItem {
  position: relative;
  margin-top: 1rem;
  padding-top: .5rem; }
  .c-nav__childItem::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #8fa3b3, #8fa3b3 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x; }

.c-nav__phone {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.2rem;
  font-weight: bold; }
  .c-nav__phone::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4xJREFUeNpiYACC/sWb/zMgA6BAA1YJrACmCpsxcAGAAIIJCOA3B4gVYHxGnObAAEAAgWQUgNgByi7AZ7YAEjuBoEKCXsemAKcmoMR55EAFCCC4O4D4PVFW4DKaCYgvIPETcSkyQOLPJzpOiXEXRmAiR9z6wljfQCANsr4fiEFRdQEoZohsmgFUAbot+5lgHKCOC1BBdMc7EEqUYA0AAcQI5YBU70cKK3sgBnlAEGjDBwZiAMhdWJyBnIQLiDGHCeoCXGnREBpiDMS6aj0Q38fimv0MpAKQQVgMwxAj1rB+9OQEjfP/yKkHlo+xpiQsUZsIjLEFaNl2PRAHwmISmrcEgHxGRjyuA6W88+gG4igX3jMS4V2wQiD+ADRQEIs8SO4BI4lhCCoWUQIf5C0QDRCA0jIsYhCGofBWBczBcLBJwMEkIGF1sDnAAUiYA3CwScABErqES+9yuTQ03PUXoUnT975wFplnMvsAAdGTJLDy9vJhdbCeJqQK5W7aRx575IoarYlee4TSC8aVxtOj3oi51W4UNRTjqKDKFk/DkwvhRo9WDRkl4BU3gvJbBc54k72r2fQsXE/k8A8J1c2jJFlDgk2CTzaPIOCBzMlGFA7XjnjPegtChHiUn7wxUj6+e2MSSoRD46tNzEP/afDLSS1Cbqya00HcZHntUinMFda1BrUjDdAImw8aMU34FwYBaqtFjTGW4wW8vMwexXifYJP9B+0vQO1VUIQwDAQbCTjACg5aCShAAqCAQQHFAShoJNQBdUAlwHU2nW1ISEqPfmCGTNns7d3umYBjyFTcRXTjOKmcfrQfQ3ONG73G1TsPMJ+z79836oAkNoCVSeekohmGzlhDLUCcoevcMoAZi7I2mgwJoCu+Z49Ub0sIDrmfASE/tdlbxjS4FYhMVpMheSp8lqnsAc09KUGttEtWoJtcx5wSacKtwyLko3aX8X5lSReXmC5kmxNmIOinpn5CvlgTqCbGFIJuRedOanMoohPeI6NJ20vkRWrJ+BkQ/dkDpekwNPsvZteQ3QzAcLG9l9zkHWcxwFmAvK5ynfdh1QnGnPcdIwB7+KLNBhRga9h1lpqrx2qPCsxe9fyXaAA7gLXBS43C7RaLmfKRNQtvt4aFOM200EQ34x0l2dDWaM0PWA7PIwvmuswGGKKPKf7wQBecOnuEvjusZ08WNMbX7C5TKKsAKAlgi1Fw88+/AGseEd4xgFHvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.c-nav__img {
  width: 40px; }

@media (max-width: 1471.11111px) {
  .c-nav__list {
    font-size: 1.2rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100vh;
    padding: 32px;
    margin: auto;
    text-align: center;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms 0s ease; }
    .c-nav__list::-webkit-scrollbar {
      display: none; }
    .c-nav__list--active {
      opacity: 1;
      visibility: visible; }
  .c-nav__item {
    height: 64px; }
    .c-nav__item--parent:hover .c-nav__childList {
      max-height: 192px; }
    .c-nav__item--other {
      flex-direction: column; }
  .c-nav__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    padding-right: inherit; }
    .c-nav__dropdown::after {
      content: none; }
  .c-nav__childList {
    position: relative;
    height: 0px;
    max-height: 0px;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    transition: all .5s ease; }
  .c-nav__childItem {
    height: 64px; }
  .c-nav__link {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    opacity: 1;
    transition: opacity 500ms ease; }
    .c-nav__link--btn {
      font-size: 1.2rem;
      margin-right: inherit;
      margin-bottom: 1rem; }
    .c-nav__link--current {
      animation-name: none; }
    .c-nav__link--consultation {
      margin: 1rem auto; }
    .c-nav__link:hover {
      opacity: 0.6; } }

.c-navBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease; }
  .c-navBg--active {
    visibility: visible;
    opacity: .6; }

.c-navBtn {
  display: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  width: 30px;
  height: 24px;
  z-index: 999; }
  .c-navBtn__line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #8fa3b3;
    transition: all 200ms 0s ease; }
    .c-navBtn__line:nth-child(1) {
      top: 0; }
    .c-navBtn__line:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 1; }
    .c-navBtn__line:nth-child(3) {
      bottom: 0; }
  @media (max-width: 1471.11111px) {
    .c-navBtn {
      display: block; }
      .c-navBtn--active .c-navBtn__line:nth-child(1) {
        top: 50%;
        transform: translateY(-20%) rotate(-45deg);
        transition: transform .4s 0s ease; }
      .c-navBtn--active .c-navBtn__line:nth-child(2) {
        opacity: 0; }
      .c-navBtn--active .c-navBtn__line:nth-child(3) {
        top: 50%;
        bottom: auto;
        transform: translateY(-20%) rotate(225deg);
        transition: transform .4s 0s ease; } }

.c-footer__copyright {
  font-size: 0.7rem;
  padding: 8px;
  text-align: center; }

.c-how {
  background-color: #f3f1f1; }
  .c-how__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: auto;
    padding: 3rem 0; }
  .c-how__pay {
    width: 39%; }
  .c-how__work {
    width: 59%; }
  .c-how__calendars {
    display: flex;
    justify-content: space-between; }
  .c-how__title {
    position: relative;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .c-how__title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-image: linear-gradient(to right, #8fa3b3, #8fa3b3 2px, transparent 2px, transparent 8px);
      background-size: 8px 2px;
      background-repeat: repeat-x; }
  .c-how__payTitle {
    font-size: 0.9rem;
    position: relative;
    padding-left: 1.6rem;
    font-weight: normal; }
    .c-how__payTitle::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: .8rem;
      height: 2px;
      background-color: #8fa3b3; }
  .c-how__remarks {
    font-size: 0.8rem; }
  @media (max-width: 853.33333px) {
    .c-how__inner {
      flex-direction: column;
      width: 95%; }
    .c-how__pay {
      width: 100%;
      margin-bottom: 3rem; }
    .c-how__work {
      width: 100%; }
    .c-how__calendars {
      flex-direction: column; }
    .c-how__calendar {
      margin-top: 2rem; }
    .c-how__title {
      text-align: center; } }

.c-footerContent {
  padding: 3rem 0;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .c-footerContent__inner {
    position: relative;
    width: 95%;
    max-width: 1024px;
    margin: auto; }
  .c-footerContent__pageTop {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px; }
  .c-footerContent__head {
    margin-bottom: 3rem; }
  .c-footerContent__logo {
    width: 243px; }
  .c-footerContent__flex {
    display: flex;
    justify-content: space-between; }
  .c-footerContent__sitemapList {
    display: flex;
    flex-wrap: wrap;
    width: 560px; }
  .c-footerContent__sitemapItem {
    align-self: center;
    position: relative;
    min-width: 280px;
    padding-left: 1.2rem;
    margin-bottom: 1.2rem; }
    .c-footerContent__sitemapItem--blank {
      min-width: 280px; }
    .c-footerContent__sitemapItem::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: .4rem;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADaADAAQAAAABAAAAFgAAAACdMpwHAAAA50lEQVQ4EaXTzQ2CMBQA4NfSARzBDXQEPXqQ6NGDKCOwCIxAFROPGjHxqCs4gazgHVJfiVYbCpT4EkLfz0dKkwJgREk6CnfnlVzbBIn2lz7k+aMcFoIHnuu3QYqgr4YIWUfbU6zymgUNltObANiovgUkn+EwSTkm3/9q2KpCEttCDdnCCrKBRtQGa1ETbERGCDBmslEXUXzoYW+g9RnLqFb4SUrA2BVLQ1UWwg8Wk8y4vVrguVx+oILaQAXZAA3ZAoW6gBJ1BRJRcJwZvvVjfZ+SHDAFhaI44iW84/PEgTled24a/Lv2Anjsh1uNtYzbAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
  .c-footerContent__sitemapLink {
    display: block;
    color: white; }
  .c-footerContent__profile {
    color: white;
    text-align: right; }
  .c-footerContent__phone {
    display: inline-block;
    position: relative;
    padding-left: 1.6rem;
    font-size: 1.2rem;
    font-weight: bold; }
    .c-footerContent__phone::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 1rem;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqVJREFUeNpiYACC/0DAgAyA/AasElgBTBU2Y+ACAAEEExDAbw4QKMD4jDjNgQGAAALJKACxA5RdgM9sASR2AkGFBL2OTQFOTUDx80DcD1MEEEBwdwDxe6KswGU0ExBfQOInkm0ScT7BYhrewFwPpQ2AeD80hs+jKwJJGmDRvB+bwvnEhjgsUYI1AAQQTNDhPwKAQn8+lC3AQCyAemQ+niRcQKxBCrjcD/Xrf1JctR6I72NxzX4GUgHIICyGYYgRa1g/uldg3kNOPbB8TFTaRE92oBiERgxyPn9PTDY2wGYgtnKB2JwjADXwPQ759xh5gNikggxgcgABhG7zeah8PwM5ABZo0MB0wOcVQoa8pyh74Mve5GSP/wTSE1ElABPBMo+BwYBYFxXgqEPOk+Q1kisjfF4DggfYigxcBR5JrkLKGgKkGrQfPT1BC7z/ZLkKvaxBLyqg6cuBkEEBOAL+/X/swACfYedxGLYe1hxDajQQNOw9MZkWORsx4jMMrICRUZBQpgdSC5hwKYAZQEQSeADECsTE5HxcRQq+ypVQRfAfqREoQHKZhcV1MADPQgABeq+iKoZBGDgJSJiESkDCJFQCEuoACZMwCUiohEqIhO4n28sySkhJ2u/QdySXu6Om20uDNzu673Tz/Ai3vohpID+oK15gctfm/OvEjp0M1oBKc47yudVzXEFxjoaJaA3qE0BenfU0tIAHj+htk4Jz2XPTfh4iQqr3IbTAp9jZpXglqFkyY/fRVcaXO8ktPjJGQQViIVuLL2h2wIHhxQpzAaAJZFTJk0IOqPcdAYRTHGTdAgtzZV2Fmnee+YkFsEXrpT2cSYOgniYJAhWecmbV3pLJx2y5lYmRubTAVRZg8pQMnjoBtzWi8G5ifHUEd0eOABvto1b/Blv3W2lzGeifAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
  .c-footerContent__address {
    line-height: 2; }
  @media (max-width: 853.33333px) {
    .c-footerContent__sitemapList {
      flex-direction: column;
      width: 50%; } }
  @media (max-width: 533.33333px) {
    .c-footerContent__flex {
      flex-direction: column; }
    .c-footerContent__sitemapList {
      flex-direction: row;
      width: 100%; }
    .c-footerContent__profile {
      text-align: center; } }

.c-contact {
  width: 320px;
  margin: auto; }
  .c-contact__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: normal; }
    .c-contact__title--jp {
      font-size: 0.7rem; }
    .c-contact__title--en {
      font-size: 1.2rem;
      font-family: none;
      letter-spacing: 0.06rem; }
  .c-contact__item {
    font-size: 0.9rem;
    line-height: 2; }
    .c-contact__item::before {
      display: inline-block;
      width: 64px; }
    .c-contact__item--tel::before {
      content: "tel"; }
    .c-contact__item--email::before {
      content: "email"; }
    .c-contact__item--url::before {
      content: "url"; }
  .c-contact__logo {
    margin: 5rem auto 5rem; }

.c-worksSingle {
  font-size: 1.2rem; }

.c-worksSlider {
  position: relative;
  width: 320px;
  margin: auto; }
  .c-worksSlider .swiper-pagination-bullet-active {
    background-color: #1a1311; }
  .c-worksSlider .swiper-button-next {
    top: 25%;
    left: 102%;
    right: auto;
    color: #d69794;
    transform: scale(0.8); }
  .c-worksSlider .swiper-button-prev {
    top: 25%;
    right: 102%;
    left: auto;
    color: #d69794;
    transform: scale(0.8); }
  .c-worksSlider__slide {
    max-width: 1200px;
    width: 100% !important;
    background-color: white; }
  .c-worksSlider__imgWrapper {
    width: 100%;
    height: 320px; }
  .c-worksSlider__img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .c-worksSlider__pagenation {
    top: 320px;
    height: 32px;
    text-align: right;
    background-color: white; }
  .c-worksSlider__description {
    background-color: white;
    padding-top: 3rem;
    width: 320px;
    height: 240px;
    margin: auto;
    font-size: 0.8rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    .c-worksSlider__description::-webkit-scrollbar {
      display: none; }

.c-profile__title {
  text-align: left; }

.c-profile__item {
  line-height: 2; }
  .c-profile__item::before {
    content: "\30FB";
    font-size: 16px;
    letter-spacing: 0; }
  .c-profile__item--en {
    display: inline-block;
    width: 120px; }

.c-profile__signature {
  display: flex;
  align-items: center;
  max-width: 460px;
  margin: auto; }

.c-profile__signatureImg {
  width: 104px; }

.c-profile__history {
  max-width: 460px;
  margin: auto;
  line-height: 1.5; }
