@charset "UTF-8";

:root {
  --font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  --text-color: #402118;
  /*フォントカラー*/
  --textsub-color: #858585;
  /*サブフォントカラー*/
  --main-color: #f7f0e9;
  /*メインカラー*/
  --sub-color: #d5c3b6;
  /*こんなお悩み背景*/
  --sub-color2: #ffffff;
  /*ヘッダー背景色*/
  --accent-color: rgba(0, 0, 0, 0.5);
  /*画像半透明背景カラー*/
  --accent-color2: #796658;
  /*ブログエリア背景カラー・送信ボタン*/
  --accent-color3: #cccccc;
  /*フォーム「任意」背景色*/
  --accent-color4: #efe3d7;
  /*ブログ記事背景色*/
  --news-background: rgb(9, 52, 10, 0.6);
  /*ニュース半透明背景*/
  --background-effect: #000000;
  /*fv背景色*/
  --background-color: #796658;
  /*サイト全体の背景色*/
  --staff-background: #818282;
  /*スタッフ背景カラー*/
  --footer-color: #b0a190;
  /*フッター背景カラー*/
}

/* var(--font-family) */

body {
  font-family: var(--font-family);
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

html.addmin {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #333333;
  background-color: var(--background-color);
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #333333;
  color: #ffffff;
}

.c-breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 1rem;
  }
}

.c-breadcrumb__home {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.c-breadcrumb__home::before {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/top/clarity_house-line.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button-main {
  background-color: var(--footer-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  position: relative;
  color: #ffffff;
  font-weight: 800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
}

.c-button-main:hover {
  color: var(--footer-color);
  background-color: #ffffff;
  border: 1px solid var(--footer-color);
}

.c-button-sub {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  position: relative;
  color: var(--footer-color);
  font-weight: 800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
}

.c-button-sub:hover {
  color: #ffffff;
  background-color: var(--footer-color);
  border: 1px solid #ffffff;
}

.c-hamburger {
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 32px;
  background: #333333;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 20px;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 8px 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.c-hamburger.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger span.color {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hamburger.hamburgerColor span {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburgerColor.color span {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagination {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 4rem;
  }
}

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

.wp-pagenavi span.current {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ffffff;
  background-color: var(--main-color);
  color: #ffffff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi span.current {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    display: inline-block;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page.larger {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page.larger {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page.smaller {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page.smaller {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.previouspostslink,
.nextpostslink {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .previouspostslink,
  .nextpostslink {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  min-width: 0;
  min-width: initial;
  width: auto;
}

.c-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
  color: var(--textsub-color);
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .c-subtitle {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.c-title {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.875rem;
  }
}

.l-footer {
  /* margin-top: 60px;
    margin-top: 3.75rem; */
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 7.5rem;
    margin-bottom: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.l-header.addmin {
  margin-top: 0px;
  margin-top: 0rem;
}

@media screen and (min-width: 768px) {
  .l-header.addmin {
    margin-top: 2rem;
  }
}

.l-article {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-article {
    margin-top: 7.5rem;
  }
}

.l-low-blog {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-low-blog {
    margin-top: 7.5rem;
  }
}

.l-accent {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-accent {
    margin-top: 7.5rem;
  }
}

.l-blog {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-blog {
    margin-top: 7.5rem;
  }
}

.l-company {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 7.5rem;
  }
}

/* .l-concept {
    margin-top: 20px;
    margin-top: 1.25rem;
} */

@media screen and (min-width: 768px) {
  .l-concept {
    margin-top: 7.5rem;
  }
}

.l-contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 7.5rem;
  }
}

.l-content {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-content {
    margin-top: 7.5rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-menu {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-menu {
    margin-top: 7.5rem;
  }
}

.l-message {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-message {
    margin-top: 7.5rem;
  }
}

.l-movie {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-movie {
    margin-top: 7.5rem;
  }
}

.l-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-point {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-point {
    margin-top: 7.5rem;
  }
}

.l-worries {
  /* margin-top: 60px;
    margin-top: 3.75rem; */
  padding: 60px 0;
  margin: 20px;
  /* padding: 3.75rem 0; */
}

@media screen and (min-width: 768px) {
  .l-worries {
    margin-top: 7.5rem;
    padding: 7.5rem 0;
    max-width: 1050px;
    margin: 7.5rem auto;
  }
}

.p-drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  display: none;
  position: absolute;
  margin-top: 60px;
  margin-top: 3.75rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
}

.p-drawer-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-drawer-menu__list {
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-drawer-menu__list a {
  display: block;
  width: 100%;
}

.p-drawer-menu__link {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1.75;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.p-footer {
  background-color: var(--footer-color);
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 7.5rem;
  }
}

.p-footer__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__top {
    width: 50%;
  }
}

.p-footer__top-img {
  width: 130px;
  width: 8.125rem;
  margin: 0 auto;
}

.p-footer__top-img img {
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .p-footer__top-img {
    margin-left: 0;
    width: 11.25rem;
  }
}

.p-footer__top-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.5;
}

.p-footer__top-text p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.4;
}

.p-footer__top-text p span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-footer__top-text p {
    font-size: 1rem;
  }

  .p-footer__top-text p span {
    display: inline-block;
  }
}

.p-footer__bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 0;
    width: 50%;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
  gap: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__sns {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.sns-list {
  width: 40px;
  width: 2.5rem;
}

@media screen and (min-width: 768px) {
  .sns-list {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sns-list:last-child {
  margin-right: 0;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-footer__links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }
}

.p-footer__link {
  width: 140px;
  width: 8.75rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  height: 32px;
  height: 2rem;
}

.p-footer__link:last-child {
  margin-right: 0;
}

.p-footer__link a {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__list {
  display: inline-block;
  color: #ffffff;
  font-weight: 800;
  margin-right: 20px;
  margin-right: 1.25rem;
  height: 46px;
  height: 2.875rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-footer__list {
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-footer__list a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.p-footer__list a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-footer__list a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.copy-light {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .copy-light {
    margin-top: 7.5rem;
  }
}

.p-fix-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-fix-footer {
    display: none;
  }
}

.fix-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 49px;
  height: 3.0625rem;
  border-top: 1px solid #fff;
}

.fix-item__link {
  width: 100%;
  height: inherit;
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.fix-item__link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.fix-item__link:hover {
  color: var(--main-color);
  background-color: #ffffff;
}

.fix-item__link:first-child {
  border-right: 1px solid #fff;
}

.fix-footer-icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.pc-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-menu {
    display: block;
  }
}

.p-header {
  height: 60px;
  height: 3.75rem;
  background-color: var(--sub-color2);
}

.p-header__inner {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 100%;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
}

.p-header__img {
  width: auto;
  max-width: 46px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 20px;
}

.p-header__img img {
  border-radius: 100%;
}

.pc-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-menu__list {
  height: inherit;
  margin-right: 16px;
  margin-right: 1rem;
  position: relative;
}

.pc-menu__list a {
  font-size: 14px;
  font-size: 0.875rem;
  height: inherit;
  display: block;
  position: relative;
  color: var(--text-color);
}

.pc-menu__list a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--main-color);
  bottom: -5px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pc-menu__list a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-low-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-low-mv {
  height: 180px;
  height: 11.25rem;
}

@media screen and (min-width: 768px) {
  .p-low-mv {
    height: 21.875rem;
  }
}

.p-low-mv__inner {
  height: inherit;
  position: relative;
}

.p-low-mv__img {
  height: inherit;
  position: relative;
}

.p-low-mv__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41176);
  opacity: 0.4;
}

.p-low-mv__img img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-low-mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-size: 1.375rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 768px) {
  .p-low-mv__text {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-blog__inner {
    max-width: 60rem;
  }
}

.mainContent__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .mainContent__title {
    font-size: 1.5rem;
  }
}

.mainContent__meta {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mainContent__meta {
    margin-top: 2.5rem;
  }
}

.meta-time {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 30px;
  margin: 0 1.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meta-time {
    font-size: 1rem;
    margin: 0 3.75rem;
  }
}

.meta-category {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .meta-category {
    margin-top: 1.25rem;
  }
}

.meta-category a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: var(--main-color);
  color: var(--text-color);
  padding: 3px 14px;
  padding: 0.1875rem 0.875rem;
  margin: 0 30px;
  margin: 0 1.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meta-category a {
    font-size: 1rem;
    margin: 0 3.75rem;
  }
}

.mainContent__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .mainContent__text {
    margin-top: 3.75rem;
  }
}

.mainContent__text p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .mainContent__text p {
    text-align: center;
  }
}

.p-article__post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 1200px;
  max-width: 75rem;
}

@media screen and (min-width: 768px) {
  .p-article__post-link {
    margin-top: 5rem;
  }
}

.p-article__post-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 6px;
}

@media screen and (min-width: 768px) {
  .p-article__post-link a {
    font-size: 1.25rem;
  }
}

.p-article__post-link span {
  margin: 0 10px;
  margin: 0 0.625rem;
  font-weight: 300;
}

.back-arrow {
  -webkit-transform: scale(-1, 2);
  transform: scale(-1, 2);
  width: 32px;
  width: 2rem;
}

.next-arrow {
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
  width: 32px;
  width: 2rem;
}

.back {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  letter-spacing: 6px;
}

.p-accent__img {
  position: relative;
  width: 100%;
  height: 180px;
  height: 11.25rem;
}

@media screen and (min-width: 768px) {
  .p-accent__img {
    height: 21.875rem;
  }
}

.p-accent__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 23%;
  object-position: 50% 23%;
}

.p-blog {
  background-color: var(--accent-color2);
  padding: 30px 0;
  padding: 1.875rem 0;
}

@media screen and (min-width: 768px) {
  .p-blog {
    padding: 0;
    height: 40.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-blog__inner {
    max-width: 50rem;
  }
}

.p-blog__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-blog__lists {
    margin-top: 3.75rem;
  }
}

.p-blog__list {
  position: relative;
  background-color: var(--accent-color4);
  margin-top: 1px;
  margin-top: 0.0625rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-blog__list {
    margin-top: 0.5rem;
    /*height: 5rem;*/
    padding: 10px 3.125rem;
    flex-direction: row;
    align-items: center;
  }
  #blog .p-blog__list {
    height: 5rem;
  }
}

.p-blog__arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-blog__arrow {
    display: block;
    width: 2.8125rem;
    height: 0.75rem;
  }
}

.p-blog__img {
  width: 100%;
  height: 100%;
  position: relative;
  /*height: 163px;
    height: 10.1875rem;*/
}

@media screen and (min-width: 768px) {
  .p-blog__img {
    width: 9.375rem;
    height: 9.375rem;
    margin-right: 2.5rem;
  }
}

.p-blog__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-blog__img > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.p-blog__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  flex-direction: column;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .p-blog__post {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    flex-direction: row;
  }
}

.p-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-blog__meta {
    margin-top: 0;
    width: auto;
  }
}

.meta__time {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .meta__time {
    font-size: 1rem;
    margin-right: 3.125rem;
  }
}

.p-blog__post-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-blog__post-title {
    font-size: 1rem;
    width: auto;
  }
}

.p-blog__list_title {
  padding-top: 15px;
}

.p-blog__title,
.p-blog__title .p-vlog__subtitle {
  color: #ffffff;
}

.p-blog__button {
  width: 178px;
  width: 11.125rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .p-blog__button {
    width: 15rem;
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.p-blog__button a {
  border: 1px solid var(--accent-color4);
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--accent-color4);
}

@media screen and (min-width: 768px) {
  .p-blog__button a {
    padding: 0;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
  }
}

.p-blog__button a:hover {
  background-color: var(--accent-color4);
}

.p-blog__button img {
  position: absolute;
  right: 18px;
  right: 1.125rem;
  width: 45px;
  width: 2.8125rem;
  height: 12px;
  height: 0.75rem;
}

.p-company__wrap {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-company__wrap {
    width: 50rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-company__wrap {
    width: 50rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}

.p-company__wrap tr {
  padding: 16px 0;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .p-company__wrap tr {
    padding: 1.25rem 0;
  }
}

.p-company__wrap th {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  width: 25%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-company__wrap th {
    font-size: 1rem;
    width: 30%;
  }
}

.p-company__wrap td {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-company__wrap td {
    font-size: 1rem;
  }
}

.p-company__map {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
  height: 280px;
  height: 17.5rem;
}

@media screen and (min-width: 768px) {
  .p-company__map {
    max-width: 62.5rem;
    width: 100%;
    height: 25rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}

.p-company__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center right;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-concept {
    background-position: center 70%;
  }
}

@media screen and (min-width: 768px) {
  .p-concept {
    height: 30.8125rem;
  }
}

.p-concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-concept__inner {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-concept__inner {
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__top {
    position: relative;
    z-index: 1;
    width: 42%;
  }
}

.p-concept__title {
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-concept__title {
    text-align: center;
  }
}

.p-concept__subtitle {
  text-align: center;
  display: block;
  color: #ffffff;
}

.p-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.25;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    width: 51.875rem;
  }
}

.p-conatct__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-conatct__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-contact__button {
  width: 180px;
  width: 11.25rem;
  height: 54px;
  height: 3.375rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-contact__button {
    width: 17.5rem;
    height: 4.125rem;
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-contact__button a {
  font-weight: 300;
}

.p-contact__form {
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

.p-contact__form-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__form-text {
    font-size: 1rem;
  }
}

.p-contact__privacy {
  width: 100%;
  height: 280px;
  height: 17.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy {
    width: 37.5rem;
    height: 12.5rem;
    margin: 0 auto;
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.p-contact__privacy-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  height: 200px;
  height: 12.5rem;
  overflow-y: scroll;
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy-text {
    height: 7.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-content__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-content__item {
    width: calc(33.333% - 0.83333rem);
    margin-right: 1.25rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-content__item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-content__img {
  position: relative;
  width: 100%;
  height: 250px;
  height: 15.625rem;
}

@media screen and (min-width: 1440px) {
  .p-content__img {
    width: 100%;
    height: 18.75rem;
  }
}

.p-content__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-content__item-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-content__item-title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    min-height: 55px;
  }
  .p-content__item-title span {
    font-size: 0.92rem;
  }
}

.p-content__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.25;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .p-content__item-text {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}

.p-content__price-lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-content__price-lists {
    margin: 0 auto;
    width: 50rem;
    margin-top: 3.75rem;
  }
}

.p-content__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #333333;
}

.p-content__price-list p {
  width: 60%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-content__price-list p {
    width: auto;
    font-size: 1rem;
  }
}

.p-content__price-list p:last-child {
  text-align: right;
  width: 40%;
}

@media screen and (min-width: 768px) {
  .p-content__price-list p:last-child {
    width: auto;
  }
}

.p-menu__wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-menu__wrap {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.p-menu__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-menu__item {
    width: calc(33.333% - 1.04167rem);
    margin-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__item:last-child {
    margin-right: 0;
  }
}

.p-menu__img {
  position: relative;
  width: 100%;
  height: 250px;
  height: 15.625rem;
}

@media screen and (min-width: 1440px) {
  .p-menu__img {
    width: 18.75rem;
    height: 18.75rem;
  }
}

.p-menu__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-menu__item-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-menu__item-title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-menu__item-title::before {
  position: absolute;
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 1px;
  background-color: #333333;
  bottom: -10px;
  bottom: -0.625rem;
}

@media screen and (min-width: 768px) {
  .p-menu__item-title::before {
    bottom: -1.25rem;
  }
}

.p-menu__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .p-menu__item-text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-menu__price-lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-menu__price-lists {
    margin: 0 auto;
    width: 50rem;
    margin-top: 3.75rem;
  }
}

.p-menu__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.p-menu__price-list p {
  width: 60%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-menu__price-list p {
    width: auto;
    font-size: 1rem;
  }
}

.p-menu__price-list p:last-child {
  text-align: right;
  width: 40%;
}

@media screen and (min-width: 768px) {
  .p-menu__price-list p:last-child {
    width: auto;
  }
}

.p-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 750px;
}

@media screen and (min-width: 768px) {
  .p-message {
    height: 38.75rem;
  }
}

.p-message::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3f3227;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.p-message__inner {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-message__title {
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-message__title {
    text-align: center;
  }
}

.p-message__subtitle {
  text-align: center;
  display: block;
  color: #ffffff;
}

.p-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.25;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-message__wrap {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

.p-message__img {
  width: 100%;
  height: 250px;
  height: 21.625rem;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-message__img {
    margin-top: 0;
    width: 15.625rem;
    height: 15.625rem;
  }
}

.p-message__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-movie__text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .p-movie__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-movie__youtube {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  height: 250px;
  height: 15.625rem;
}

@media screen and (min-width: 768px) {
  .p-movie__youtube {
    width: 50rem;
    max-width: 100%;
    height: 28.125rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}

.p-movie__youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-mv {
  height: 90vh;
  position: relative;
}

.p-mv__inner {
  height: inherit;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.p-mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 30px;
  padding: 0 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    padding: 0;
    font-size: 1.75rem;
  }
}

.p-mv__img {
  height: inherit;
  position: relative;
}

.p-mv__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.p-mv__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .p-mv__news {
    width: 60vw;
    margin: 0 0 0 auto;
  }
}

.mv-news__lists {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv-news__lists {
    display: block;
  }
}

.mv-news__lists li {
  background-color: rgba(255, 255, 255, 0.8);
}

.mv-news__list {
  position: relative;
  height: 80px;
  height: 5rem;
  padding: 0 50px;
  padding: 0 3.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mv-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.0625rem;
    height: 5rem;
    padding: 0 3.125rem;
  }
}

.mv-news__arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv-news__arrow {
    display: block;
    width: 2.8125rem;
    height: 0.75rem;
  }
}

.mv-news__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .mv-news__post {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mv-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mv-news__meta {
    margin-top: 0;
  }
}

.meta__time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 50px;
  margin-right: 3.125rem;
}

@media screen and (min-width: 768px) {
  .meta__time {
    font-size: 1rem;
    margin-right: 3.125rem;
  }
}

.mv-news__post-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .mv-news__post-title {
    font-size: 1rem;
  }
}

.mv-news__button {
  width: 178px;
  width: 11.125rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv-news__button {
    width: 15rem;
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.mv-news__button a {
  border: 1px solid #333333;
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .mv-news__button a {
    padding: 0;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
  }
}

.mv-news__button img {
  display: block;
  position: absolute;
  right: 18px;
  right: 1.125rem;
  width: 45px;
  width: 2.8125rem;
  height: 12px;
  height: 0.75rem;
}

.p-news {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .p-news {
    background-color: unset;
    margin-top: -7.5rem;
  }
}

.p-news__inner {
  padding-top: 60px;
  /* padding-top: 1.25rem; */
  padding-bottom: 60px;
  /* padding-bottom: 1.25rem; */
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    padding: 0;
    max-width: 100%;
  }
}

.p-news__title {
  color: var(--text-color);
  text-align: left;
}

.p-news__subtitle {
  color: var(--text-color);
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

.p-news__text {
  color: var(--text-color);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-news__text a {
  display: block;
  padding: 10px 0;
}

.p-news__text a:hover {
  opacity: 0.8;
}

.p-news__button {
  width: 178px;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-news__link {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news__button a {
  background-color: transparent;
  font-weight: 400;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-reasons {
    max-width: 68.75rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 7.5rem;
  }
}

.p-reasons__inner {
  margin: 60px 20px;
  background: var(--main-color);
  padding: 30px 20px;
}

.p-company__wrap tr,
.u-form__title,
.form__check-block,
.p-contact__privacy,
.p-conatct__text,
.wpcf7-response-output,
.c-breadcrumb__item,
.wp-singular {
  color: #ffffff !important;
}
.p-content__title,
.p-content__item-text,
.p-company__title,
.p-contact__title {
  color: #f4e9dc !important;
}
.p-content__subtitle,
.p-vlog__subtitle {
  color: #cfc7c2 !important;
}
.p-content__item-title,
.wp-singular .btn_back {
  color: #faf6f2 !important;
}

@media screen and (min-width: 768px) {
  .p-reasons__inner {
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 60px;
  }
}

.p-reasons__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-reasons__lists {
    margin-top: 6.625rem;
  }
}

.p-reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-reasons__list {
    margin-top: 6.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-reasons__list:nth-child(3n + 1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(3n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-reasons__list:nth-child(3n + 2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(3n + 2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-reasons__list:nth-child(3n + 3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(3n + 3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-reasons__img {
  position: relative;
  width: 100%;
  height: 350px;
  height: 21.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-reasons__img {
    margin: 0;
    width: 31.25rem;
    height: 18.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .p-reasons__img {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.p-reasons__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reasons__wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-reasons__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin-top: 0;
  }
}

.p-reasons__wrap-title {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.3em;
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .p-reasons__wrap-title {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
}

.p-reasons__wrap-text {
  line-height: 2.25;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .p-reasons__wrap-text {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(3n + 1) .p-reasons__wrap {
    position: relative;
    margin-right: 2.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(2n) .p-reasons__wrap {
    position: relative;
    margin-left: 2.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reasons__list:nth-child(3n + 3) .p-reasons__wrap {
    position: relative;
    margin-right: 2.9375rem;
  }
}

.p-worries {
  background-color: var(--sub-color);
}

.p-worries__img {
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 31px;
  width: 1.9375rem;
  height: 25px;
  height: 1.5625rem;
}

.p-worries__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-worries__lists {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}

.p-worries__list {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-worries__list {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0.001em;
    margin-top: 2.5rem;
  }
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  z-index: 9999;
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}

.shutter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}

.shutter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@-webkit-keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen {
  60% {
    width: 120%;
    height: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  90% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.shutter.is-active {
  display: none;
}

.u-contact {
  width: 50%;
  height: 50px;
  height: 3.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .u-contact {
    width: 6.875rem;
    height: 1.875rem;
    margin-top: 0;
  }
}

.u-contact a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: var(--main-color);
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .u-contact a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.u-contact a::before {
  content: none;
}

.u-contact a:hover {
  background-color: #ffffff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 3s;
  transition: 3s;
}

.u-active {
  opacity: 1;
  visibility: visible;
}

.js-fadeIn-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.u-active-right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-fadeIn-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.u-active-left {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.u-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wpcf7 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .wpcf7 {
    margin-top: 3rem;
  }
}

.form__wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .form__wrap {
    margin-top: 3.125rem;
  }
}

.form__block {
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  width: 11.25rem;
}

@media screen and (min-width: 768px) {
  .form__meta {
    width: 13rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.u-form__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .u-form__title {
    font-size: 1rem;
    margin-right: 0;
  }
}

.cf7-form {
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .cf7-form {
    margin-top: 0;
    margin-left: 0.3125rem;
    width: 100%;
  }
}

.cf7-form input {
  width: 100%;
  height: 40px;
  height: 2.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #858585;
}

@media screen and (min-width: 768px) {
  .cf7-form input {
    font-size: 1rem;
  }
}

.cf7-form textarea {
  width: 100%;
  height: 100px;
  height: 6.25rem;
  overflow-y: scroll;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #858585;
}

@media screen and (min-width: 768px) {
  .cf7-form textarea {
    height: 6.25rem;
  }
}

.form__placeholder {
  color: #c4c4c4;
  font-size: 12px;
  font-size: 0.75rem;
}

.form__important {
  text-align: center;
  color: var(--text-color);
  background-color: var(--main-color);
  width: 33px;
  width: 2.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

@media screen and (min-width: 768px) {
  .form__important {
    font-size: 0.875rem;
  }
}

.form__option {
  text-align: center;
  color: var(--text-color);
  background-color: #cccccc;
  width: 33px;
  width: 2.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

@media screen and (min-width: 768px) {
  .form__option {
    font-size: 0.875rem;
  }
}

.form__submit {
  text-align: center;
  width: 240px;
  width: 15rem;
  height: 50px;
  height: 3.125rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .form__submit {
    margin-top: 3.5rem;
    width: 15rem;
    max-width: 100%;
    position: relative;
  }
}

.form__submit-button {
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid var(--main-color);
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .form__submit-button {
    width: 22.5rem;
    max-width: 100%;
    font-size: 1rem;
  }
}

.form__submit::after {
  position: absolute;
  content: "";
  top: 24%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 16px;
  right: 1rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

@media screen and (min-width: 768px) {
  .form__submit::after {
    top: 30%;
  }
}

.form__privacy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: #c4c4c4;
  display: block;
}

.form__check-block {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-block {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.form__check-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__check-block input:hover {
  cursor: pointer;
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.form__check-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form__check-block p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-block p {
    font-size: 1rem;
  }
}

input[type="checkbox"] + span:hover::after {
  background: #fff;
}

.form__check-claim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-claim {
    font-size: 1rem;
  }
}

.form__check-claim {
  margin-top: 8px;
  margin-top: 0.5rem;
  height: 56px;
  height: 3.5rem;
}

@media screen and (min-width: 768px) {
  .form__check-claim {
    margin-top: 0;
    margin-left: 3rem;
    width: 33.75rem;
    height: 3.5rem;
  }
}

.form__check-claim input:hover {
  cursor: pointer;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  background-color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  margin-right: 0.625rem;
  border: 1px solid #858585;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0%;
  left: 0px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(../images/common/icon-check.svg) no-repeat center;
  background-size: contain;
}

.form__input-check + .wpcf7-list-item-label:before {
  top: -10px;
  width: 42px;
}

@media screen and (min-width: 768px) {
  .form__input-check + .wpcf7-list-item-label:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 26px;
  }
}

.wpcf7-form-control-wrap {
  position: static;
}

.form__check-box {
  position: relative;
}

.form__check-block .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form__check-block .wpcf7-not-valid-tip {
    width: auto;
  }
}

.u-form-button {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  position: relative;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
}

.u-form-button:hover {
  background-color: var(--accent-color4);
  border: 1px solid var(--text-color);
  color: 1px solid var(--text-color);
}

.u-line {
  width: 50%;
  height: 50px;
  height: 3.125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .u-line {
    width: 6.875rem;
    height: 1.875rem;
  }
}

.u-line a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #00b900;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .u-line a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.u-line a::before {
  content: none;
}

.u-line a:hover {
  background-color: #ffffff;
  color: #00b900;
  border: 1px solid #00b900;
}

/*# sourceMappingURL=styles.css.map */

.btn_back {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: var(--text-color);
  text-align: center;
  margin: auto;
}

.blog_icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

.blog_icon.back:before {
  content: "\f100";
  margin-right: 20px;
}

.btn_icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

.btn_icon:before {
  content: "\f105";
}

.p-blog__button .btn_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  line-height: 60px;
}

.p-blog__arrow .btn_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  line-height: 60px;
}

.p-contact__button .btn_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  line-height: 60px;
  font-weight: 600;
}

.form__submit.btn_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  line-height: 60px;
  font-weight: 600;
}

.pc_img {
  display: none;
}

.sp_img {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc_img {
    display: block;
  }

  .sp_img {
    display: none;
  }
}
.grecaptcha-badge {
	display: none !important;
}