@charset 'UTF-8';
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* Bootstrap Customize
--------------------------------------------------------- */
h1 {
  float: none;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal;
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

[class*=col-]:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  [class*=col-]:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal {
  z-index: 9999;
}

@media print, screen and (min-width: 768px) {
  .modal-body img {
    max-height: 700px;
  }
}

.thumb {
  position: relative;
  width: auto;
  height: 200px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
}
@media print, screen and (min-width: 576px) {
  .thumb {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .thumb {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .thumb {
    height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .thumb {
    height: 300px;
  }
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.thumb a:hover img,
.thumb a:active img,
.thumb a:focus img {
  opacity: .7;
  transition: .2s;
}

@media only screen and (max-width: 767.98px) {
  .form-inline select {
    display: inline-block;
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
  }
}

input[type=file].form-control {
  height: 0;
}

.form-radio-inline,
.form-check-inline {
  margin-right: 1.5em;
}

@media only screen and (max-width: 767.98px) {
  .form-control {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .form-control {
    font-size: 1.4rem;
  }
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.form-control::placeholder {
  color: #b3b3b3;
}
@media only screen and (max-width: 767.98px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .form-control::placeholder {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .form-control::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .form-control::placeholder {
    font-size: 1.5rem;
  }
}

/* Base
--------------------------------------------------------- */
:root {
  box-sizing: border-box;
  font-size: 62.5%;

  touch-action: manipulation;
}

body {
  color: #1a1a1a;
  letter-spacing: .07em;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.9;
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #47cadb;
  text-decoration: none;
}
a img {
  transition: opacity .2s;
}
a:hover,
a:active,
a:focus {
  color: #22b3c6;
  text-decoration: underline;
}
a:hover img,
a:active img,
a:focus img {
  opacity: .7;
}

em,
strong {
  font-weight: bold;
}

button,
input[type=submit],
input[type=button] {
  border: 0;
}

img {
  -webkit-backface-visibility: hidden;
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* 全体
--------------------------------------------------------- */
.l-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ヘッダー
--------------------------------------------------------- */
.l-header {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .l-header {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 100;
    display: flex;
    height: 45px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1);

    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 90px;
    padding-right: 15px;
    padding-left: 15px;

    justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header {
    height: 110px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 135px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__logo {
    top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__logo {
    top: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo--pc {
    display: none;
  }
}
.l-header__logo--pc img {
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-header__logo--pc img {
    width: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__logo--pc img {
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__logo--pc img {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__logo--sp {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo--sp img {
    width: auto;
    height: 35px;
  }
}
.l-header__logo a {
  display: inline-block;
  text-decoration: none;
}
.l-header__logo a:hover img,
.l-header__logo a:active img,
.l-header__logo a:focus img {
  opacity: 1;
}
.l-header__logo img {
  max-width: 100%;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header__nav {
    height: 90px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__nav {
    height: 110px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    height: 135px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__contact {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__contact {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__btns {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btns {
    display: flex;
    width: 30%;
    margin-left: 20px;

    justify-content: space-between;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__btns {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__btns {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn {
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn {
    width: 48%;
  }
}
.l-header__btn a {
  display: flex;
  background-color: #999;
  color: #fff;
  text-decoration: none;
  transition: background-color .2s, color .2s;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn a {
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn a {
    padding: .4em 1em;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__btn a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__btn a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__btn a {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 2000px) {
  .l-header__btn a {
    font-size: 1.9rem;
  }
}
.l-header__btn a:hover,
.l-header__btn a:active,
.l-header__btn a:focus {
  background-color: #666;
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn .fa-solid {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn .fa-solid {
    margin-right: .5em;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn--tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn .txt {
    display: none;
  }
}

.clone-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  overflow: hidden;
  width: 100%;
  transition: .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 767.98px) {
  .clone-header {
    display: none;
  }
}
.clone-header.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* コンテンツ
--------------------------------------------------------- */
.l-contents {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .l-contents {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    padding-top: 55px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-contents {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contents {
    padding-top: 80px;
  }
}
.l-contents--home {
  padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .l-contents--contact {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-contents--contact {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-contents--contact {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contents--contact {
    padding-bottom: 110px;
  }
}

/* フッター
--------------------------------------------------------- */
.l-footer {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-footer--secondary {
  background-color: #edeff0;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__content {
    display: grid;
    -webkit-column-gap: 3%;
            column-gap: 3%;

    grid-template-columns: 53% 1fr 27%;
    grid-template-areas: 'info logo contact';
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__content {
    grid-template-columns: 47% 1fr 28%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__info {
    grid-area: info;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer__nav {
    margin-top: 40px;
  }
}
.l-footer__address {
  margin-top: 1.5em;
  line-height: 2;
}
.l-footer__address a {
  display: inline-block;
  margin-left: .5em;
  color: #47cadb;
  text-decoration: none;
  font-size: 110%;
  line-height: 1;
  transition: background-color .2s, color .2s;
}
.l-footer__address a:hover,
.l-footer__address a:active,
.l-footer__address a:focus {
  color: #22b3c6;
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo {
    padding-top: .5em;
    text-align: center;

    grid-area: logo;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer__logo--pc {
    display: none;
  }
}
.l-footer__logo--pc img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo--sp {
    display: none;
  }
}
.l-footer__logo--sp img {
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__contact {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact {
    grid-area: contact;
    justify-self: flex-end;
  }
}
.l-footer-contact__tel {
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__tel {
    text-align: center;
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__tel {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__tel {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__tel {
    font-size: 2.7rem;
  }
}
.l-footer-contact__tel .fa-phone {
  position: relative;
  top: -.03em;
  margin-right: .3em;
  color: #47cadb;
  font-size: 90%;
}
.l-footer-contact__tel a {
  text-decoration: none;
}
.l-footer-contact__tel a [data-action=call] {
  color: #1a1a1a;
}
.l-footer-contact__btn {
  margin-top: 1.1em;
}
.l-footer-contact__btn a {
  display: block;
  padding: .3em .8em .3em;
  border: 2px solid #47cadb;
  border-radius: .3em;
  background-color: #47cadb;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__btn a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__btn a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__btn a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__btn a {
    font-size: 2rem;
  }
}
.l-footer-contact__btn a:hover {
  background-color: #fff;
  color: #47cadb;
}
.l-footer-contact__btn .fa-envelope {
  margin-right: .4em;
  font-size: 100%;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 1.5em;
    text-align: right;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__copyright {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__copyright {
    font-size: 1.4rem;
  }
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* ナビゲーション
------------------------------------------------------------------------- */
/* ドロワー
--------------------------------------------------------- */
.drawer__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  outline: none !important;
  background: #47cadb;
  transition: background-color .5s;

  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 768px) {
  .drawer__btn {
    display: none;
  }
}
.is-drawer-open .drawer__btn {
  background-color: #fff;
}
.drawer__btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: .5s cubic-bezier(.645, .045, .355, 1);
  pointer-events: none;
}
.is-drawer-open .drawer__btn-line {
  background-color: #798283;
}
.drawer__btn-line:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.is-drawer-open .drawer__btn-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-drawer-open .drawer__btn-line:nth-child(2) {
  opacity: 0;
}
.drawer__btn-line:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.is-drawer-open .drawer__btn-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767.98px) {
  .drawer__bg {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 500;
    overflow-x: hidden;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__bg {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .drawer__inner {
    visibility: hidden;
    padding: 90px 12px 140px;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;

    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    pointer-events: auto;
  }
}
.drawer__tel {
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .drawer__tel {
    display: none;
  }
}
.drawer__tel a {
  display: block;
  padding: .2em .3em;
  border-radius: .3em;
  background-color: #47cadb;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
}
.drawer__tel .fa-phone {
  position: relative;
  top: -.1em;
  margin-right: .3em;
  font-size: 85%;
}

/* グローバルナビ
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-global-nav {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav {
    width: 1110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__items {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__items {
    position: relative;
    width: 100%;
    background-color: #cfc;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item {
    position: absolute;
    z-index: 10;
    min-width: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item {
    min-width: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item {
    min-width: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .c-global-nav__item {
    min-width: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--home {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--about {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--property {
    left: 20%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--company {
    right: 16%;
    width: 160px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item--company {
    width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item--company {
    width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .c-global-nav__item--company {
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item--contact {
    right: 0;
  }
}
.c-global-nav__item a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item a {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item a {
    text-align: center;
  }
}
.c-global-nav__item > a {
  color: #1a1a1a;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item > a {
    display: flex;
    padding-top: 2em;
    padding-bottom: 1.2em;

    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item > a {
    position: relative;
    padding: .5em 1em;
    font-weight: 500;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-global-nav__item > a {
    font-size: 1.7rem;
  }
}
.c-global-nav__item > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #47cadb;
  content: '';
  transition: -webkit-transform .3s;
  transition:         transform .3s;
  transition:         transform .3s, -webkit-transform .3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item > a:hover::after,
  .c-global-nav__item > a:focus::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.c-global-nav__item > a:hover .icon img,
.c-global-nav__item > a:focus .icon img {
  opacity: 1;
}
.c-global-nav__item.is-current > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item.is-open.drop-down > a::before {
    content: '\f0d8';
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item.is-open > a::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-global-nav__item .icon {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item .icon {
    margin-right: .8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item .icon {
    margin-bottom: .5em;
  }
}
.c-global-nav__item .icon img {
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item .icon img {
    width: 100%;
    width: 35px;
    height: 28px;

    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item .icon img {
    height: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item .icon img {
    height: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item .icon img {
    height: 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav .drop-down > a {
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav .drop-down > a::before {
    position: absolute;
    top: .5em;
    right: 10px;
    bottom: 0;
    display: flex;
    color: #47cadb;
    content: '\f0d7';
    font-weight: 900;
    font-size: 90%;
    font-family: 'Font Awesome 6 Free';
    line-height: 1;

    align-items: center;
  }
}
.c-global-nav .drop-down ul {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-global-nav .drop-down ul {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav .drop-down ul li a {
    padding: .8em 1.1em;
    background-color: #e8fafc;
    color: #1a1a1a;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav .drop-down ul li a {
    display: block;
    padding: .6em .9em;
    background-color: #e8fafc;
    color: #1a1a1a;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav .drop-down ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav .drop-down ul li a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav .drop-down ul li a:hover,
  .c-global-nav .drop-down ul li a:active {
    background-color: #cbebef;
  }
}
.c-global-nav .drop-down ul li a:hover::after,
.c-global-nav .drop-down ul li a:active::after {
  display: none;
}

/* フッターナビ
--------------------------------------------------------- */
.c-footer-nav__items {
  display: flex;

  flex-wrap: wrap;
}
.c-footer-nav__item {
  position: relative;
  padding-left: .9em;
}
.c-footer-nav__item::before {
  position: absolute;
  top: .2em;
  bottom: 0;
  left: 0;
  display: flex;
  color: #47cadb;
  content: '\f0da';
  font-weight: 900;
  font-size: 85%;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;

  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .c-footer-nav__item:not(:last-of-type) {
    margin-right: 1.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-nav__item:not(:last-of-type) {
    margin-right: 1.3em;
  }
}
.c-footer-nav__item a {
  color: #1a1a1a;
  font-weight: 500;
}

/* ------------------------------------------------------------------------
/* 背景・コンテナ・グリッド・カラム・ボックス・フレーム
------------------------------------------------------------------------- */
/* 背景枠
--------------------------------------------------------- */
.c-bg {
  position: relative;
  z-index: 1;
  background-color: #e8fafc;
}
@media only screen and (max-width: 767.98px) {
  .c-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c-bg {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1400px) {
  .c-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.c-bg--town {
  background-image: url(../images/common/bg-town.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767.98px) {
  .c-bg--town {
    padding-bottom: 70px;
    background-size: auto 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-bg--town {
    padding-bottom: 90px;
    background-size: auto 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-bg--town {
    padding-bottom: 100px;
    background-size: auto 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-bg--town {
    padding-bottom: 120px;
    background-size: auto 70px;
  }
}
@media screen and (min-width: 1400px) {
  .c-bg--town {
    padding-bottom: 150px;
  }
}
.c-bg--rabbit::before {
  position: absolute;
  bottom: 100%;
  left: 3%;
  background: url(../images/common/illust-rabbit.png) left top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .c-bg--rabbit::before {
    width: 50px;
    height: 82px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-bg--rabbit::before {
    width: 50px;
    height: 82px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-bg--rabbit::before {
    width: 60px;
    height: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .c-bg--rabbit::before {
    width: 71px;
    height: 116px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-bg__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-bg__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-bg__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-bg__inner {
    width: 1110px;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-container {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-container {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    width: 1110px;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-section {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .c-section {
    margin-top: 140px;
  }
}
.c-section:first-child {
  margin-top: 0;
}

/* ------------------------------------------------------------------------
/* テキスト・キャッチコピー・リスト・テーブル
------------------------------------------------------------------------- */
/* 大見出し
--------------------------------------------------------- */
.c-page-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading {
    height: 120px;
    margin-right: 2vw;
    margin-left: 2vw;
    border-radius: 5vw 1vw 5vw 1vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading {
    overflow: hidden;
    height: 150px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 5vw 1vw 5vw 1vw;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading {
    height: 250px;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading {
    height: 300px;
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .c-page-heading {
    margin-right: 50px;
    margin-left: 50px;
  }
}
.c-page-heading--about {
  background-image: url(../images/about/bg-page-heading.jpg);
  background-position: center 80%;
}
.c-page-heading--property {
  background-image: url(../images/property/bg-page-heading.jpg);
}
.c-page-heading--company {
  background-image: url(../images/company/bg-page-heading.jpg);
  background-position: center 70%;
}
.c-page-heading--contact {
  background-image: url(../images/contact/bg-page-heading.jpg);
}
.c-page-heading__inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-page-heading__title {
  display: inline-block;
  padding: .3em 2em;
  background-color: #47cadb;
  color: #fff;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading__title {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading__title {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading__title {
    font-size: 3.8rem;
  }
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-copy {
    margin-bottom: 1.2em;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-copy {
    margin-bottom: 1.1em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-copy {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-copy {
    font-size: 2.7rem;
  }
}

.c-lead > * + * {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .c-lead {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .c-lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-lead {
    font-size: 1.7rem;
  }
}

.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}
.c-list--disc > li {
  margin-left: 16px;
  list-style-type: disc;
}
.c-list--num > li {
  margin-left: 18px;
  list-style-type: decimal;
}
.c-list--number {
  counter-reset: my-counter;
}
.c-list--number > li {
  padding-left: 1.8em;
  line-height: 1.5em;
}
.c-list--number > li::before {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #47cadb;
  color: #fff;
  content: counter(my-counter);
  counter-increment: my-counter;
  text-align: center;
  font-size: inherit;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5em;
}
.c-list--number > li + li {
  margin-top: .5em;
}
.c-list--circle > li {
  margin-left: 18px;
  list-style-type: circle;
}
.c-list--abc > li {
  margin-left: 18px;
  list-style-type: lower-alpha;
}
.c-list--dot > li {
  padding-left: 18px;
}
.c-list--dot > li::before {
  content: '・';
}
.c-list--square > li {
  padding-left: 1.3em;
}
.c-list--square > li::before {
  content: '■';
}
.c-list--square-frame > li {
  padding-left: 1.3em;
}
.c-list--square-frame > li::before {
  content: '□';
}
.c-list--diamond > li {
  padding-left: 1.3em;
}
.c-list--diamond > li::before {
  content: '◆';
}
.c-list--kome > li {
  padding-left: 1.4em;
}
.c-list--kome > li::before {
  content: '※';
}
.c-list--kome-num {
  counter-reset: my-counter;
}
.c-list--kome-num > li {
  padding-left: 2.2em;
}
.c-list--kome-num > li::before {
  content: '※' counter(my-counter);
  counter-increment: my-counter;
}
.c-list--inline li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .c-list--inline li {
    display: block;
    margin-right: 0;
  }
}
.c-list--inline li:last-child {
  margin-right: 0;
}
.c-list--frame {
  border: 1px solid #ccc;
}
.c-list--frame li {
  padding: 10px 20px;
  text-align: center;
}
.c-list--frame li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.c-list--check > li {
  padding-left: 2em;
}
.c-list--check > li:not(:last-of-type) {
  margin-bottom: .6em;
}
.c-list--check > li::before {
  position: absolute;
  top: -6px;
  color: #47cadb;
  content: '\f00c';
  font-weight: 900;
  font-size: 130%;
  font-family: 'Font Awesome 6 Free';
}

.c-table {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .c-table {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-table {
    font-size: 1.6rem;
  }
}
.c-table th,
.c-table td {
  padding: 1em 1.4em;
}
@media only screen and (max-width: 767.98px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
.c-table--style-a {
  border: 1px solid #e2e2e2;
}
.c-table--style-a thead {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a thead th {
  border-right-color: #d4d4d4 !important;
  background-color: #e3e3e3;
}
.c-table--style-a tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a th {
  background-color: #f2f2f2;
  font-weight: normal;
}
.c-table--style-a th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.c-table--style-a td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767.98px) {
  .c-table--property th,
  .c-table--property td {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--property th,
  .c-table--property td {
    padding-top: .4em;
    padding-bottom: .4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--property th {
    padding-top: .4em;
    padding-bottom: .4em;
    border-right: 0 !important;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--property th {
    width: 32%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--outline th {
    padding-top: .4em;
    padding-bottom: .4em;
    border-right: 0 !important;
    text-align: center;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--outline th {
    width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--contact {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--contact {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--contact {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .c-table--contact {
    margin-top: 40px;
  }
}
.c-table--contact th,
.c-table--contact td {
  padding: .9em 1em;
}
@media print, screen and (min-width: 768px) {
  .c-table--contact th,
  .c-table--contact td {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--contact th,
  .c-table--contact td {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--contact th {
    padding-top: .4em;
    padding-bottom: .4em;
    border-right: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--contact th {
    width: 32%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--contact th {
    width: 25%;
  }
}
.c-table--contact th .c-badge {
  top: 3px;
  float: right;
}
@media only screen and (max-width: 767.98px) {
  .c-table--contact td {
    display: block;
  }
}

.c-badge {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 2px 7px;
  background-color: #db1515;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}
.c-badge--any {
  background-color: #1e61c9;
}

/* ------------------------------------------------------------------------
/* 見出し
------------------------------------------------------------------------- */
/* 主要な見出し
--------------------------------------------------------- */
.c-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: .07em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .c-heading {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 1.2em;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading {
    font-size: 3.9rem;
  }
}
.c-heading--wh {
  color: #fff;
}
.c-heading + * {
  margin-top: 0 !important;
}
.c-heading .icon {
  position: relative;
  top: -.2em;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-right: .5em;
  vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--note {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--note {
    height: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--note {
    height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--note {
    height: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--suit {
    height: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--suit {
    height: 54px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--suit {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--suit {
    height: 72px;
  }
}
.c-heading .icon--pen {
  margin-right: .3em;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--pen {
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--pen {
    height: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--pen {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--pen {
    height: 89px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--property {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--property {
    height: 47px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--property {
    height: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--property {
    height: 57px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--handshake {
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--handshake {
    height: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--handshake {
    height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--handshake {
    height: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--book {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--book {
    height: 47px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--book {
    height: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--book {
    height: 57px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--company {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--company {
    height: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--company {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--company {
    height: 55px;
  }
}
.c-heading .icon--history {
  top: -.1em;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--history {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--history {
    height: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--history {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--history {
    height: 55px;
  }
}
.c-heading .icon--access {
  top: -.1em;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--access {
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--access {
    height: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--access {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--access {
    height: 50px;
  }
}
.c-heading .icon--photo {
  top: -.1em;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--photo {
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--photo {
    height: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--photo {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--photo {
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--phone {
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--phone {
    height: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--phone {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--phone {
    height: 50px;
  }
}
.c-heading .icon--mail {
  top: -.1em;
}
@media only screen and (max-width: 767.98px) {
  .c-heading .icon--mail {
    height: 27px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading .icon--mail {
    height: 32px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading .icon--mail {
    height: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading .icon--mail {
    height: 41px;
  }
}

.c-heading-bg {
  position: relative;
  border-radius: 3px;
  background-color: #47cadb;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bg {
    margin-bottom: 1.5em;
    padding: 8px 13px 5px 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bg {
    padding: 10px 13px 8px 23px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bg {
    margin-bottom: 1.8em;
    padding: 12px 15px 10px 28px;
    font-size: 2rem;
  }
}
.c-heading-bg::before {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  background-color: #49dceb;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bg::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bg::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 4px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bg::before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 5px;
  }
}

/* 左にバー
--------------------------------------------------------- */
.c-heading-bar {
  padding-left: 1em;
  border-left: 3px solid #a2e8f1;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bar {
    margin-bottom: 1.6em;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bar {
    margin-bottom: 1.5em;
    border-left-width: 4px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bar {
    font-size: 1.9rem;
  }
}
.c-heading-bar--half {
  position: relative;
}
.c-heading-bar--half::before {
  position: absolute;
  left: -6px;
  width: 6px;
  height: 50%;
  background-color: #87dce8;
  content: '';
}

.c-heading-border {
  margin-bottom: 1.5em;
  padding-bottom: .4em;
  border-bottom: 2px solid #47cadb;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-border {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-border {
    border-bottom-width: 3px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-border {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-border {
    font-size: 2.5rem;
  }
}

/* ------------------------------------------------------------------------
/* 画像関連
------------------------------------------------------------------------- */
/* キービジュアル
--------------------------------------------------------- */
.c-key-visual {
  position: relative;
  z-index: 1;
  transition: opacity 2.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual {
    margin-right: 10px;
    margin-bottom: 100px;
    margin-left: 10px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-key-visual {
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 55px;
    margin-left: 20px;
    border-radius: 6vw 1vw 6vw 1vw;
  }
}
@media print, screen and (min-width: 992px) {
  .c-key-visual {
    margin-right: 30px;
    margin-bottom: 75px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-key-visual {
    margin-right: 40px;
    margin-bottom: 85px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .c-key-visual {
    margin-right: 50px;
    margin-bottom: 100px;
    margin-left: 50px;
  }
}
.c-key-visual.is-loading {
  opacity: 0;
}
.c-key-visual__content {
  position: absolute;
  z-index: 2;
  background: #47cadb url(../images/top/key-visual-bg-content.png) right top no-repeat;
  background-color: #47cadb;
  background-size: 20%;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual__content {
    bottom: -50px;
    left: 0;
    padding: 3vw 7vw 3vw 3vw;
    border-radius: 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-key-visual__content {
    bottom: 0;
    left: 0;
    padding: 2em 3em;
    border-top-right-radius: 1.35vw;
  }
}
.c-key-visual__content::before {
  position: absolute;
  background: url(../images/common/illust-bear.png) left top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual__content::before {
    top: 6px;
    right: 7px;
    width: 32px;
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-key-visual__content::before {
    top: 8px;
    right: 13px;
    width: 52px;
    height: 68px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-key-visual__content::before {
    top: 11px;
    right: 17px;
    width: 60px;
    height: 79px;
  }
}
@media screen and (min-width: 1200px) {
  .c-key-visual__content::before {
    top: 14px;
    right: 22px;
    width: 70px;
    height: 92px;
  }
}
@media screen and (min-width: 1400px) {
  .c-key-visual__content::before {
    top: 15px;
    right: 28px;
    width: 75px;
    height: 99px;
  }
}
@media screen and (min-width: 2000px) {
  .c-key-visual__content::before {
    top: 17px;
    right: 35px;
    width: 79px;
    height: 104px;
  }
}
.c-key-visual__copy,
.c-key-visual__txt {
  letter-spacing: .07em;
  font-weight: 500;
  line-height: 1.4;
}
.c-key-visual__copy {
  margin-bottom: .6em;
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual__copy {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-key-visual__copy {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-key-visual__copy {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-key-visual__copy {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-key-visual__copy {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 2000px) {
  .c-key-visual__copy {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual__txt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-key-visual__txt {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-key-visual__txt {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-key-visual__txt {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-key-visual__txt {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 2000px) {
  .c-key-visual__txt {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-key-visual .swiper {
    overflow: hidden;
    border-radius: 6vw 1vw 6vw 1vw;
  }
}
.c-key-visual .swiper-slide img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.c-key-visual .swiper-fade .swiper-slide {
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.c-key-visual .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .c-banner-group {
    display: grid;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .c-banner-group {
    -webkit-column-gap: 6%;
            column-gap: 6%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-banner-group .c-banner + .c-banner {
    margin-top: 40px;
  }
}

.c-banner {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .c-banner {
    border-radius: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-banner {
    border-radius: 1.5em;
  }
}
.c-banner a {
  display: block;
  text-decoration: none;
}
.c-banner__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .c-banner__img img {
    width: 100%;
    height: 150px;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media print, screen and (min-width: 768px) {
  .c-banner__img img {
    width: 100%;
    height: auto;
  }
}
.c-banner__txt {
  position: relative;
  padding: .5em 1em;
  background-color: #fff;
  color: #47cadb;
  text-align: center;
  letter-spacing: .07em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
@media only screen and (max-width: 767.98px) {
  .c-banner__txt {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-banner__txt {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-banner__txt {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-banner__txt {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-banner__txt {
    font-size: 2.6rem;
  }
}
.c-banner__txt::before {
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: flex;
  margin: auto;
  border-radius: 50%;
  background-color: #47cadb;
  color: #fff;
  content: '\f178';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
  transition: background-color .2s, color .2s;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .c-banner__txt::before {
    width: 21px;
    height: 21px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-banner__txt::before {
    width: 21px;
    height: 21px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-banner__txt::before {
    width: 26px;
    height: 26px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-banner__txt::before {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-banner__txt::before {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------------
/* リンク・ボタン
------------------------------------------------------------------------- */
/* ボタン
--------------------------------------------------------- */
.c-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  overflow: hidden;
  outline: none !important;
  background-color: #f5f5f5;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color .2s, color .2s;

  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
          appearance: none;
}
.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  text-decoration: none;
}
.c-btn--primary,
.c-btn--secondary {
  border-radius: .5em;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary,
  .c-btn--secondary {
    padding: .6em 2.2em;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary,
  .c-btn--secondary {
    padding: .6em 2.8em;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--primary,
  .c-btn--secondary {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--primary,
  .c-btn--secondary {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-btn--primary,
  .c-btn--secondary {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary.c-btn--arrow-right,
  .c-btn--primary.c-btn--plus,
  .c-btn--secondary.c-btn--arrow-right,
  .c-btn--secondary.c-btn--plus {
    padding-right: 2.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary.c-btn--arrow-right,
  .c-btn--primary.c-btn--plus,
  .c-btn--secondary.c-btn--arrow-right,
  .c-btn--secondary.c-btn--plus {
    padding-right: 3.3em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary.c-btn--arrow-left,
  .c-btn--secondary.c-btn--arrow-left {
    padding-left: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary.c-btn--arrow-left,
  .c-btn--secondary.c-btn--arrow-left {
    padding-left: 4em;
  }
}
.c-btn--primary {
  border: 2px solid #47cadb;
  background-color: #47cadb;
  color: #fff;
}
.c-btn--primary:hover {
  background-color: #fff;
  color: #47cadb;
}
.c-btn--secondary {
  border: 2px solid #fff;
  background-color: #fff;
  color: #47cadb;
}
.c-btn--secondary:hover {
  background-color: #47cadb;
  color: #fff;
}
.c-btn--arrow-left::after,
.c-btn--arrow-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  font-weight: 900;
  font-size: 90%;
  font-family: 'Font Awesome 6 Free';

  align-items: center;
}
.c-btn--arrow-right::after {
  content: '\f178';
}
@media only screen and (max-width: 767.98px) {
  .c-btn--arrow-right::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-right::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-right::after {
    right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--arrow-right::after {
    right: 16px;
  }
}
.c-btn--arrow-left::after {
  content: '\f177';
}
@media only screen and (max-width: 767.98px) {
  .c-btn--arrow-left::after {
    left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-left::after {
    left: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-left::after {
    left: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--arrow-left::after {
    left: 16px;
  }
}
.c-btn--plus::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  content: '+';
  font-weight: 900;
  font-size: 80%;
  font-family: 'Font Awesome 6 Free';

  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--plus::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--plus::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--plus::after {
    right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--plus::after {
    right: 16px;
  }
}

/* 電話番号リンク
--------------------------------------------------------- */
.c-tel-link a {
  text-decoration: none;
}
.c-tel-link a [data-action=call] {
  color: #1a1a1a;
}

.c-pagetop {
  position: fixed;
  z-index: 50;
  display: none;
  font-size: 0;
  cursor: pointer;
  transition: -webkit-transform .3s;
  transition:         transform .3s;
  transition:         transform .3s, -webkit-transform .3s;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop img {
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop img {
    width: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-pagetop img {
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pagetop img {
    width: 50px;
  }
}

/* ------------------------------------------------------------------------
/* アニメーション・エフェクト
------------------------------------------------------------------------- */
/* スクロールアニメーション
--------------------------------------------------------- */
.animate-mask {
  transition: -webkit-clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
  transition:         clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
  transition:         clip-path 1.2s cubic-bezier(.9, 0, .1, 1), -webkit-clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
}
.animate-mask--center {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.animate-mask--center.is-appear {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.animate-mask--left,
.animate-mask--right,
.animate-mask--bottom,
.animate-mask--top {
  --inset-top: 0;
  --inset-right: 0;
  --inset-bottom: 0;
  --inset-left: 0;
  -webkit-clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
          clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
}
.animate-mask--left {
  --inset-left: 100%;
}
.animate-mask--left.is-appear {
  --inset-left: 0;
}
.animate-mask--right {
  --inset-right: 100%;
}
.animate-mask--right.is-appear {
  --inset-right: 0;
}
.animate-mask--bottom {
  --inset-bottom: 100%;
}
.animate-mask--bottom.is-appear {
  --inset-bottom: 0;
}
.animate-mask--top {
  --inset-top: 100%;
}
.animate-mask--top.is-appear {
  --inset-top: 0;
}

.animate-cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.animate-cover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #0070c0, #00c09b);
  content: '';
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(.9, 0, .1, 1);
          animation-timing-function: cubic-bezier(.9, 0, .1, 1);

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animate-cover--left::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.animate-cover--left.is-appear::after {
  -webkit-animation-name: cover-left;
          animation-name: cover-left;
}
@-webkit-keyframes cover-left {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cover-left {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.animate-cover--right::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.animate-cover--right.is-appear::after {
  -webkit-animation-name: cover-right;
          animation-name: cover-right;
}
@-webkit-keyframes cover-right {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cover-right {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.animate-cover--top::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.animate-cover--top.is-appear::after {
  -webkit-animation-name: cover-top;
          animation-name: cover-top;
}
@-webkit-keyframes cover-top {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes cover-top {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.animate-cover--bottom::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.animate-cover--bottom.is-appear::after {
  -webkit-animation-name: cover-bottom;
          animation-name: cover-bottom;
}
@-webkit-keyframes cover-bottom {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes cover-bottom {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.animate-cover__content {
  opacity: 0;
}
.animate-cover.is-appear .animate-cover__content {
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes content {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  opacity: 0;
}
.animate-fade-in.is-appear {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.33, 1, .68, 1);
          animation-timing-function: cubic-bezier(.33, 1, .68, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print {
  .animate-fade-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-zoom-in {
  opacity: 0;
}
.animate-zoom-in.is-appear {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.25, 1, .5, 1);
          animation-timing-function: cubic-bezier(.25, 1, .5, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media print {
  .animate-zoom-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-in-left,
.animate-slide-in-right,
.animate-slide-in-top,
.animate-slide-in-bottom {
  opacity: 0;
  transition: opacity .9s, -webkit-transform .9s;
  transition: opacity .9s, transform .9s;
  transition: opacity .9s, transform .9s, -webkit-transform .9s;
}
.animate-slide-in-left.is-appear,
.animate-slide-in-right.is-appear,
.animate-slide-in-top.is-appear,
.animate-slide-in-bottom.is-appear {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media print {
  .animate-slide-in-left,
  .animate-slide-in-right,
  .animate-slide-in-top,
  .animate-slide-in-bottom {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-in-left {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.animate-slide-in-right {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.animate-slide-in-top {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.animate-slide-in-bottom {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

/* ------------------------------------------------------------------------
/* フォーム
------------------------------------------------------------------------- */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=number],
.c-form textarea,
.c-form select {
  border-radius: 3px;
  box-shadow: none !important;
}
@media only screen and (max-width: 767.98px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=number],
  .c-form textarea,
  .c-form select {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form select,
  .c-form input[type=file] {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form input[type=text],
  .c-form input[type=email] {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form input[type=text],
  .c-form input[type=email] {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form textarea {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form textarea {
    font-size: 1.6rem;
  }
}
.c-form .required input[type=text],
.c-form .required input[type=email],
.c-form .required input[type=password],
.c-form .required select,
.c-form .required textarea {
  background-color: #fef1f1;
}
.c-form .item-xs {
  display: inline-block;
  width: 75px;
}
.c-form .item-s {
  display: inline-block;
  width: 130px;
}
@media print, screen and (min-width: 768px) {
  .c-form .item-m {
    display: inline-block;
    width: 250px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form .item-m {
    width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form .item-l {
    display: inline-block;
    width: 450px;
  }
}
.c-form__example,
.c-form__word {
  color: #989898;
}
@media only screen and (max-width: 767.98px) {
  .c-form__example,
  .c-form__word {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form__example,
  .c-form__word {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form__example,
  .c-form__word {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form__example {
    display: block;
    margin-top: .4em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form__example {
    margin-left: .4em;
  }
}
.c-form__example--wide {
  display: block;
  margin-top: .4em;
}
@media print, screen and (min-width: 768px) {
  .c-form__example--wide {
    margin-left: 0;
  }
}
.c-form__word:not(:first-child) {
  margin-left: .4em;
}
.c-form__word:first-child {
  margin-right: .4em;
}
.c-form__btn {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .c-form__btn {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-form__btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form__btn .c-btn {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form__btn .c-btn {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form__btn .c-btn {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-form__btn .c-btn {
    font-size: 1.8rem;
  }
}
.c-form__btn--lineup {
  display: flex;

  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .c-form__btn--lineup .c-btn:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form__btn--lineup .c-btn:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form__btn--lineup .c-btn:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-form__btn--lineup .c-btn:not(:last-of-type) {
    margin-right: 25px;
  }
}

/* ------------------------------------------------------------------------
/* その他
------------------------------------------------------------------------- */
.c-embed {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .c-embed {
    padding-top: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-embed {
    padding-top: 70%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-embed {
    padding-top: 60%;
  }
}
.c-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #f5f5f4;
}
.c-embed--youtube {
  padding-top: 56.25%;
}

/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* TOP お知らせ
--------------------------------------------------------- */
.p-news {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-news {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .p-news {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 2000px) {
  .p-news {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.p-news::before {
  position: absolute;
  top: 25%;
  right: 0;
  left: 6%;
  z-index: -1;
  margin: auto;
  background: url(../images/common/object-circle-yellow.png) left top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-news::before {
    width: 300px;
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news::before {
    width: 300px;
    height: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news::before {
    width: 500px;
    height: 500px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 70px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__items {
    gap: 80px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__items {
    gap: 90px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-news__items {
    gap: 110px 80px;
  }
}
@media screen and (min-width: 2000px) {
  .p-news__items {
    gap: 130px 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-news__item + .p-news__item {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__media {
    display: grid;

    grid-template-columns: auto 1fr;
  }
}
.p-news__img {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .p-news__img {
    margin-right: 16px;

    grid-column: 1;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__img {
    margin-right: 20px;
  }
}
.p-news__img img {
  border-radius: .8em;

  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .p-news__img img {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-news__img img {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__img img {
    width: 150px;
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__img img {
    width: 180px;
    height: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .p-news__img img {
    width: 220px;
    height: 190px;
  }
}
@media screen and (min-width: 2000px) {
  .p-news__img img {
    width: 240px;
    height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .p-news__body {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-news__body {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__body {
    grid-column: 2;
  }
}
.p-news__date {
  margin-bottom: .8em;
  color: #5a5a5a;
  font-size: 1.4rem;
}
.p-news__title {
  margin-bottom: .6em;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-news__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__title {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-news__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-news__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__txt {
    font-size: 1.5rem;
  }
}
.p-news__btn {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .p-news__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 1.5em;
  }
}
.p-news__btn a {
  display: inline-block;
  padding: .3em .8em .3em;
  border: 2px solid #47cadb;
  border-radius: .3em;
  background-color: #47cadb;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
@media only screen and (max-width: 767.98px) {
  .p-news__btn a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__btn a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__btn a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__btn a {
    font-size: 1.5rem;
  }
}
.p-news__btn a:hover {
  background-color: #fff;
  color: #47cadb;
}
.p-news__btn .fa-file-pdf {
  margin-right: .4em;
  font-size: 105%;
}
.p-news__icon-new {
  display: inline-block;
  margin-left: 1em;
  padding: .2em .4em .3em;
  border-radius: .3em;
  background-color: #ff6379;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1;
}
.p-news__btn-more {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-news__btn-more {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__btn-more {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__btn-more {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__btn-more {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .p-news__btn-more {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-news__btn-more .c-btn {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news__btn-more .c-btn {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-news__btn-more .c-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__btn-more .c-btn {
    font-size: 1.7rem;
  }
}

/* TOP 私たちについて
--------------------------------------------------------- */
.p-top-about {
  position: relative;
  z-index: 1;
  background-color: #e8fafc;
}
@media only screen and (max-width: 767.98px) {
  .p-top-about {
    margin-top: 70px;
    padding: 5vw 4vw 6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about {
    margin-top: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about {
    margin-top: 110px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 2000px) {
  .p-top-about {
    margin-top: 140px;
  }
}
.p-top-about::before {
  position: absolute;
  right: 3%;
  bottom: 100%;
  background: url(../images/common/illust-bird.png) left top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-top-about::before {
    width: 60px;
    height: 46px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about::before {
    width: 60px;
    height: 46px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about::before {
    width: 70px;
    height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about::before {
    width: 83px;
    height: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 270px;
    height: 130px;
    background: url(../images/common/bg-logo.png) left top/100% 100% no-repeat;
    content: '';
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about::after {
    width: 300px;
    height: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about::after {
    width: 390px;
    height: 188px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about::after {
    width: 460px;
    height: 220px;
  }
}
@media screen and (min-width: 2000px) {
  .p-top-about::after {
    width: 540px;
    height: 260px;
  }
}
.p-top-about__bg {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .p-top-about__bg {
    overflow: hidden;
    padding-bottom: 50vw;
    border-radius: .7em;
  }
}
.p-top-about__bg::after {
  position: absolute;
  background-color: #fff;
  background-image: url(../images/top/pic-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-top-about__bg::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    background-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about__bg::after {
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about__bg::after {
    width: 42%;
  }
}
.p-top-about__inner {
  background-color: #47cadb;
}
@media print, screen and (min-width: 768px) {
  .p-top-about__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about__inner {
    width: 1110px;
  }
}
.p-top-about__content {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-top-about__content {
    padding: 7vw 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about__content {
    margin-left: 44%;
    padding-top: 9%;
    padding-right: 4%;
    padding-bottom: 7%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about__content {
    margin-left: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about__content {
    padding-right: 6%;
  }
}
@media screen and (min-width: 2000px) {
  .p-top-about__content {
    margin-left: 42%;
    padding-right: 9%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about .c-heading {
    margin-bottom: .8em;
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-about__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about__txt {
    padding-right: .5em;
    padding-left: .5em;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about__txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about__txt {
    font-size: 1.8rem;
  }
}
.p-top-about__btn {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .p-top-about__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-about__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-about__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about__btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about__btn {
    margin-top: 70px;
  }
}

/* TOP 物件紹介
--------------------------------------------------------- */
.p-top-property {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-top-property {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-property {
    margin-top: 90px;
  }
}
@media screen and (min-width: 2000px) {
  .p-top-property {
    margin-top: 110px;
  }
}
.p-top-property::before {
  position: absolute;
  top: 3%;
  left: 8%;
  z-index: -1;
  margin: auto;
  background: url(../images/common/object-circle-pink.png) left top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-top-property::before {
    width: 300px;
    height: 310px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property::before {
    width: 300px;
    height: 310px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property::before {
    width: 400px;
    height: 413px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property::before {
    width: 485px;
    height: 501px;
  }
}
.p-top-property__bg {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .p-top-property__bg {
    padding-bottom: 60vw;
  }
}
.p-top-property__bg::after {
  position: absolute;
  background-image: url(../images/top/bg-property.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-top-property__bg::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50vw;
    background-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property__bg::after {
    top: 0;
    right: 0;
    width: 43%;
    height: 100%;
    background-position: center 60%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property__bg::after {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property__bg::after {
    width: 48%;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-property__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property__content {
    margin-right: 46%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property__content {
    margin-right: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property__content {
    margin-right: 51%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property .c-heading {
    margin-bottom: .8em;
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-property__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property__txt {
    padding-right: .5em;
    padding-left: .5em;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property__txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-property__txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-property__btn {
    margin-top: 30px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top-property__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-top-property__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-property__btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-property__btn {
    margin-top: 70px;
  }
}

/* 私たちについて
--------------------------------------------------------- */
.p-about {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-about {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about {
    padding-top: 100px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.p-about::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background: url(../images/common/illust-house.png) center top/100% 100% no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-about::before {
    width: 300px;
    height: 37px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about::before {
    width: 600px;
    height: 75px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about::before {
    width: 700px;
    height: 87px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about::before {
    width: 800px;
    height: 99px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about::before {
    width: 860px;
    height: 107px;
  }
}
.p-about::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: inline-block;
  color: #f2f3f3;
  content: 'brand promise';
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2;

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 767.98px) {
  .p-about::after {
    left: 0;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about::after {
    left: -.15em;
    font-size: 9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about::after {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-about::after {
    font-size: 16rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about::after {
    font-size: 19rem;
  }
}
.p-about__content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-about__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-about__content::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  border-radius: 50%;
  background-color: #e8fafc;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-about__content::before {
    width: 400px;
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__content::before {
    width: 600px;
    height: 600px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__content::before {
    width: 800px;
    height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__content::before {
    width: 1000px;
    height: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about__content::before {
    width: 1200px;
    height: 1200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-about__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__inner {
    width: 1110px;
  }
}
.p-about__logo {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-about__logo {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__logo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__logo {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__logo {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about__logo {
    margin-bottom: 70px;
  }
}
.p-about__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-about__logo img {
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__logo img {
    width: 220px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__logo img {
    width: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__logo img {
    width: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about__logo img {
    width: 300px;
  }
}
.p-about__items {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-about__items {
    display: grid;

    grid-template-columns: 50% 40%;
    grid-template-areas: 'think trust' 'talk trust';
    row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__items {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__items {
    gap: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__items::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 53%;
    display: flex;
    margin: auto;
    color: #1a1a1a;
    content: '=';
    font-weight: 900;
    font-size: 4rem;
    font-family: 'Font Awesome 6 Free';
    line-height: 1;

    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about__items::before {
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__items::before {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-about__item + .p-about__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__item--think {
    grid-area: think;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__item--talk {
    grid-area: talk;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about__item--trust {
    grid-area: trust;
  }
}
.p-about-item {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(35, 75, 80, .05);
}
@media only screen and (max-width: 767.98px) {
  .p-about-item {
    padding: 7vw 4vw 9vw;
    border-width: 3px;
    border-radius: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about-item {
    padding: 30px 25px;
    border-width: 4px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about-item {
    padding: 40px 30px;
    border-width: 5px;
    border-radius: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-item {
    padding: 45px 35px;
    border-width: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item {
    padding: 50px 40px;
  }
}
.p-about-item__title {
  margin-bottom: .4em;
  color: #47cadb;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-about-item__title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about-item__title {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about-item__title {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-item__title {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-about-item__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about-item__txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-about-item__txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-about-item__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-about-item__txt {
    font-size: 1.7rem;
  }
}

/* 書籍紹介
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-promo__lead {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__lead {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__lead {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__lead {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo__media {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__media {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__media {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__media {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo__media {
    margin-top: 60px;
  }
}
.p-promo-media {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-promo-media {
    padding: 7vw 4vw 9vw;
    border-radius: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo-media {
    display: grid;
    padding: 30px;
    border-radius: 2em;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 1fr 25%;
    grid-template-areas: 'body img';
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo-media {
    padding: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo-media {
    padding: 55px;

    grid-template-columns: 1fr 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo-media__img {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo-media__img {
    grid-area: img;
  }
}
.p-promo-media__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-promo-media__img img {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo-media__body {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo-media__body {
    grid-area: body;
  }
}
.p-promo-media__title {
  margin-bottom: 1em;
  color: #47cadb;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-promo-media__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo-media__title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo-media__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo-media__title {
    font-size: 2.4rem;
  }
}
/* 物件紹介
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-property__media {
    display: grid;

    grid-template-columns: 51% 45%;
    grid-template-areas: 'txt notice';
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-property__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property__txt {
    font-size: 1.5rem;
    line-height: 2.2;

    grid-area: txt;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-property__txt {
    font-size: 1.7rem;
  }
}
.p-property__notice {
  border-radius: 1em;
  background-color: #ffecb8;
}
@media only screen and (max-width: 767.98px) {
  .p-property__notice {
    margin-top: 25px;
    padding: 5vw 4vw;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property__notice {
    padding: 30px;
    font-size: 1.6rem;

    grid-area: notice;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property__notice {
    padding: 35px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-property__notice {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-property__content {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property__content {
    display: grid;
    margin-top: 65px;

    grid-template-columns: 50% 45%;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property__content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-property__content {
    margin-top: 90px;
  }
}
.p-property__gallery .fotorama__stage {
  background-color: #f8f8f8;
}
.p-property__gallery .fotorama__caption__wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, .7) !important;
  color: #dcdcdc;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-property__gallery .fotorama__thumb-border {
  border-color: #47cadb !important;
}
@media only screen and (max-width: 767.98px) {
  .p-property__info {
    margin-top: 40px;
  }
}
.p-property-info__title {
  margin-bottom: 1.2em;
  padding-bottom: .3em;
  border-bottom: 2px solid #47cadb;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-property-info__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property-info__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property-info__title {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-property-info__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-property-info__address {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property-info__address {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property-info__address {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-property-info__address {
    font-size: 1.6rem;
  }
}
.p-property-info__data {
  margin-top: 1.5em;
}
.p-property-info__btn {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .p-property-info__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-property-info__btn {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-property-info__btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-property-info__btn {
    margin-top: 45px;
  }
}

/* 仲介業者様へ
--------------------------------------------------------- */
.p-guide-media a {
  display: block;
  overflow: hidden;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  color: #1a1a1a;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
@media only screen and (max-width: 767.98px) {
  .p-guide-media a {
    padding: 5vw 4vw 6vw;
    border-width: 2px;
    border-radius: .6em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide-media a {
    display: grid;
    border-width: 3px;
    border-radius: 1em;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 35% 1fr;
    grid-template-areas: 'img body';
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide-media a {
    border-width: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide-media a {
    grid-template-columns: 400px 1fr;
  }
}
.p-guide-media a:hover,
.p-guide-media a:active,
.p-guide-media a:focus {
  border-color: #47cadb;
}
.p-guide-media a:hover img,
.p-guide-media a:active img,
.p-guide-media a:focus img {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-guide-media__img {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide-media__img {
    padding: 15px;

    grid-area: img;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide-media__img {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide-media__img {
    padding-left: 40px;
  }
}
.p-guide-media__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-guide-media__img img {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-guide-media__body {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide-media__body {
    grid-area: body;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-guide-media__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide-media__txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide-media__txt {
    letter-spacing: .1em;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide-media__txt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-guide__txt {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide__txt {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide__txt {
    margin-top: 30px;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide__txt {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
.p-guide__btn {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-guide__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-guide__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide__btn {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-guide__btn {
    margin-top: 60px;
  }
}

/* 会社沿革
--------------------------------------------------------- */
.p-history__items {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-history__items {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-history__items {
    margin-left: 30px;
  }
}
.p-history__item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-bottom-color: #f2f1ed;
}
@media only screen and (max-width: 767.98px) {
  .p-history__item {
    display: grid;
    font-size: 1.6rem;
    -webkit-column-gap: 20px;
            column-gap: 20px;

    grid-template-columns: 55px 1fr;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-history__item {
    display: flex;
    font-size: 1.4rem;

    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-history__item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-history__item {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-history__item {
    font-size: 1.8rem;
  }
}
.p-history__date {
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: #feca3e;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .p-history__date {
    width: 55px;
    height: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-history__date {
    width: 55px;
    height: 55px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-history__date {
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .p-history__date {
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .p-history__date {
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-history__txt {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-history__txt {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-history__txt {
    margin-left: 50px;
  }
}

/* アクセス
--------------------------------------------------------- */
.p-access__btn {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-access__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-access__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-access__btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-access__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .p-access__btn {
    margin-top: 60px;
  }
}

/* 会社までの詳しい写真
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-company-media {
    display: grid;
    -webkit-column-gap: 15px;
            column-gap: 15px;

    grid-template-columns: 42% 1fr;
    grid-template-areas: 'img body';
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__img {
    grid-area: img;
  }
}
.p-company-media__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__body {
    grid-area: body;
  }
}
.p-company-media__title {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767.98px) {
  .p-company-media__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-company-media__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-company-media__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-company-media__txt {
    margin-top: 30px;
  }
}

/* お電話でのお問い合わせ
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-contact-tel__items {
    display: flex;

    justify-content: space-between;
  }
}
.p-contact-tel__item {
  background-color: #fff;
  background-color: #e8fafc;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-contact-tel__item {
    padding: 1.5em 15px 1.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__item {
    width: 47%;
    padding: 1.6em 2em 2em;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-contact-tel__item + .p-contact-tel__item {
    margin-top: 1.5em;
  }
}
.p-contact-tel__num {
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-contact-tel__num {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__num {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-tel__num {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact-tel__num {
    font-size: 4rem;
  }
}
.p-contact-tel__num .fa-solid {
  position: relative;
  top: -2px;
  color: #47cadb;
}
.p-contact-tel__num .fa-phone {
  margin-right: .3em;
  font-size: 83%;
}
.p-contact-tel__num .fa-fax {
  margin-right: .5em;
  font-size: 90%;
}
.p-contact-tel__num a {
  color: #1a1a1a;
  text-decoration: none;
}
.p-contact-tel__time {
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-contact-tel__time {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__time {
    margin-top: .4em;
    text-align: center;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-tel__time {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact-tel__time {
    font-size: 1.6rem;
  }
}

/* お問い合わせ
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-contact__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__txt {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__txt {
    font-size: 1.7rem;
  }
}
.p-contact__txt p + p {
  margin-top: 1em;
}

/* プライバシーポリシー
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-policy {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-policy {
    margin-top: 50px;
  }
}
.p-policy__scroll-box {
  overflow-y: auto;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__scroll-box {
    max-height: 200px;
    padding: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__scroll-box {
    max-height: 325px;
    padding: 1.5em;
  }
}
.p-policy__scroll-box h4 {
  margin-bottom: .7em;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__scroll-box h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__scroll-box h4 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy__scroll-box h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-policy__scroll-box h4 {
    font-size: 1.6rem;
  }
}
.p-policy__scroll-box p,
.p-policy__scroll-box ul {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__scroll-box p,
  .p-policy__scroll-box ul {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__scroll-box p,
  .p-policy__scroll-box ul {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy__scroll-box p,
  .p-policy__scroll-box ul {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-policy__scroll-box p,
  .p-policy__scroll-box ul {
    font-size: 1.4rem;
  }
}
.p-policy__scroll-box a {
  color: #47cadb;
  word-wrap: break-word;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.p-policy__scroll-box .c-tel-link a {
  -webkit-filter: none;
          filter: none;
}
.p-policy__sign {
  text-align: right;
}
.p-policy__agree {
  background-color: #e8fafc;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__agree {
    display: flex;
    margin-top: 20px;
    padding: .6em 1.5em;
    font-size: 1.4rem;

    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__agree {
    margin-top: 25px;
    padding: .6em .3em;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy__agree {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-policy__agree {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.p-policy__agree [type=checkbox] {
  margin-right: .5em;
}

/* ========================================================================
/*
/* Utility
/*
========================================================================= */
.u-kome {
  position: relative;
  padding-left: 1.2em;
}
.u-kome--inline {
  display: inline-block;
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

/* ------------------------------------------------------------------------
/* 印刷用
------------------------------------------------------------------------- */
@media print {
  html {
    font-size: 10px !important;
  }
  .l-page-wrapper {
    display: block !important;
  }
  [data-aos],
  [class*=anime-],
  .animated {
    opacity: 1 !important;
  }
  .c-pagetop,
  .clone-header,
  .modal {
    display: none !important;
  }
  .p-news__scroll-box {
    max-height: 100% !important;
  }
  .p-policy__scroll-box {
    max-height: 100% !important;
  }
}
@page {
  margin: 8mm;
}


.p-promo__social{
  margin-top: 60px;
}
.p-promo-social__title{
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}
.p-promo-social__box{
  width: 100%;
}
.p-promo-social__box iframe{
  width: 320px;
  height: 195px;
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 576px) {
  .p-promo-social__box iframe{
    width: 500px;
    height: 305px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo-social__title{
    font-size: 1.9rem;
  }
  .p-promo-social__box{
    width: 100%;
  }
  .p-promo-social__box iframe{
    width: 100%;
    height: 440px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo-social__title{
    font-size: 2.1rem;
  }
  .p-promo-social__box{
    width: 70%;
    margin: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-promo-social__title{
    font-size: 2.4rem;
  }
}