/* ##### メディアクエリ ##### */
/* ##### カラーコードの指定 ##### */
:root {
  --color-001: #e9f2e6;
  --color-002: 58,161,72;
  --color-003: #444;
  --color-004: #f3dbda;
  --color-005: #613f3e;
  --color-006: #d45439;
  --color-007: #f2f2ed;
  --color-008: #17264d;
  --color-filter: brightness(0) saturate(100%) invert(41%) sepia(53%) saturate(5963%) hue-rotate(217deg) brightness(88%) contrast(100%);
}

/* ##### 全体の設定 ##### */
.dokodemo-embed {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}

.dokodemo-embed .template_01 {
  margin: 0 auto;
  text-align: center;
}

@media (min-width:750px) {
  .dokodemo-embed .template_01 {
    max-width: 66.67%;
  }
  .dokodemo-embed {
    padding: 0 30px;
  }
}

main {
  position: relative;
  z-index: 2;
}

.container {
  position: relative;
  z-index: 2;
}

.inner {
  max-width: 1000px;
}
.inner850 {
  max-width: 850px;
}
.inner1280 {
  max-width: 1280px;
}

.map {
  width: 100%;
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}

@media (max-width: 599px) {
  .map::before {
    padding-top: 100%;
  }
}
/* ##### パララックス ##### */
.parallax-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.parallax-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.parallax-window {
  height: 55vh;
  position: relative;
}
.parallax-shape {
  width: 100%;
  height: 5.9vw;
  overflow: hidden;
  margin-bottom: -2px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.parallax-shape svg {
  width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}
.parallax-shape svg path {
  fill: var(--color-001);
}
.parallax-shape svg .shape-desktop {
  display: block;
}
.parallax-shape svg .shape-mobile {
  display: none;
}

@media (max-width: 599px) {
  .parallax-shape {
    height: 18.2vw;
  }
  .parallax-shape svg .shape-desktop {
    display: none;
  }
  .parallax-shape svg .shape-mobile {
    display: block;
  }
}
/* ##### 余白 ##### */
.space-only-top {
  padding-bottom: 0;
}
.space-only-bottom {
  padding-top: 0;
}
.space-01 {
  padding: 20px 0;
}
.space-02 {
  margin: 100px 0;
}
.space-03 {
  padding: 64px 0;
}
.space-05 {
  padding: clamp(1rem, 0.4rem + 2.56vw, 2rem) 0;
}

.margin-01 {
  margin: 1em 0;
}

@media (max-width: 1024px) {
  .space-01 {
    padding: 10px 0;
  }
  .space-02 {
    margin: 80px 0;
  }
}
@media (max-width: 599px) {
  .space-03 {
    padding: 48px 0;
  }
}
/* ##### テキスト ##### */
.text-align-center {
  text-align: center;
}
.text-01 {
  font-family: var(--font-001);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.073rem + 0.22vw, 1.25rem);
}
.text-02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.text-03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: 40px 0px 0px 0px;
  text-align: left;
}
.text-04 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: 24px 0px 0px 0px;
  text-align: left;
}
.text-05 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.-mt10 {
  margin-top: 10px;
}

.zen-kaku {
  font-family: var(--font-001);
}

.italic {
  font-style: italic;
}

@media (max-width: 1024px) {
  .text-03 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 8px 0px 0px 0px;
  }
  .text-04 {
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .text-03 {
    font-size: 15px;
  }
  .text-04 {
    font-size: 14px;
  }
  .text-05 {
    font-size: 14px;
  }
}
/* ##### 見出し ##### */
.heading-01 {
  display: flex;
  flex-direction: column;
}
.heading-01 .sub {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: rgba(var(--color-002), 1);
  margin-bottom: 15px;
}
.heading-01 .main {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}
.heading-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 32px;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.heading-02::after {
  content: "";
  display: block;
  background-color: rgba(var(--color-002), 1);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 64px;
}
.heading-02 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}
.heading-02-text {
  color: rgba(var(--color-002), 1);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin: 24px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.heading-02-text02 {
  display: flex;
  flex-direction: column;
}
.heading-02-text02 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.heading-02-text02 .main {
  font-size: 30px;
  font-weight: 900;
  height: auto;
  line-height: 1.3;
  margin: 32px 0px 0px 0px;
  text-align: left;
}
.heading-02-text03 {
  display: flex;
  flex-direction: column;
}
.heading-02-text03 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  justify-content: flex-start;
}
.heading-02-text03 .main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}
.heading-03 {
  font-size: 38px;
  font-weight: 900;
  height: auto;
  line-height: 1.3;
  margin: 0px 40px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 5;
  max-width: calc(100% - 80px);
}
.heading-04 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.heading-04-text {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  justify-content: flex-start;
}
.heading-05 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.heading-05-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .heading-02-text02 .main {
    margin-top: 16px;
  }
  .heading-03 {
    font-size: 34px;
    max-width: unset;
    margin: 0;
  }
  .heading-05 {
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .heading-01 .sub {
    font-size: 16px;
  }
  .heading-01 .main {
    font-size: 28px;
    line-height: 1.3;
  }
  .heading-02 {
    margin-bottom: 48px;
  }
  .heading-02 .sub {
    font-size: 13px;
  }
  .heading-02 .main {
    font-size: 24px;
  }
  .heading-02-text {
    font-size: 20px;
  }
  .heading-02-text02 .sub {
    font-size: 18px;
  }
  .heading-02-text02 .main {
    font-size: 22px;
  }
  .heading-02-text03 .sub {
    font-size: 14px;
  }
  .heading-02-text03 .main {
    font-size: 16px;
    margin-top: 16px;
  }
  .heading-03 {
    font-size: 22px;
  }
  .heading-04 {
    font-size: 18px;
  }
  .heading-04-text {
    font-size: 20px;
  }
  .heading-05 {
    font-size: 22px;
  }
  .heading-05-text {
    font-size: 20px;
    text-align: center;
  }
}
.slip a {
  display: block;
  z-index: 2;
}
.slip a:hover {
  transform: translate(0.25em, 0);
}

/* ##### ハンバーガーボタン オーバーレイ ##### */
.hamburger {
  display: none;
}

.sp-right {
  display: none;
}

@media (max-width: 1024px) {
  .overlay {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    z-index: -10;
    touch-action: none;
  }
  .sp-right {
    display: flex;
  }
  .hamburger {
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s linear;
    z-index: 11;
  }
  .hamburger a, .hamburger:hover, .hamburger:focus {
    opacity: 1;
  }
  .menu-trigger {
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: 0.3s linear;
    position: relative;
    background-color: var(--color-003);
    color: #fff;
    height: 100%;
  }
  .menu-trigger span {
    width: 28px;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
    transition: 0.3s linear;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 36px;
  }
  .menu-trigger .text {
    border: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 48px;
    font-weight: 700;
  }
  .menu-trigger .text::before {
    content: "メニュー";
  }
  body.drawer-active {
    overflow: hidden;
    touch-action: none;
  }
  body.drawer-active .menu-trigger .text::before {
    content: "閉じる";
  }
  .drawer-active .overlay {
    display: block;
    z-index: 5;
  }
  .drawer-active .menu-trigger span {
    box-shadow: none;
  }
  .drawer-active .menu-trigger span:nth-of-type(1) {
    transform: rotate(25deg) translateX(-50%);
    top: 32px;
  }
  .drawer-active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer-active .menu-trigger span:nth-of-type(3) {
    transform: rotate(-25deg) translateX(-50%);
    top: 20px;
  }
}
@media (max-width: 599px) {
  .hamburger {
    width: 64px;
    height: 70px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 26px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 32px;
  }
  .menu-trigger .text {
    font-size: 10px;
    top: 42px;
  }
}
/* ##### メインビジュアル ##### */
.hero-section-wrap {
  display: grid;
  padding: 0 clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.5rem, -0.122rem + 2.65vw, 2rem) clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-template-areas: "hero-section-grid-01 hero-section-grid-02" "hero-section-grid-01 hero-section-grid-03";
}
.hero-section-item {
  overflow: hidden;
  border-radius: clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
}
.hero-section-item .img {
  height: 100%;
}
.hero-section-arrow {
  width: 88px;
  height: 88px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid var(--color-001);
  border-radius: 100%;
  background-color: var(--color-003);
  position: relative;
}
.hero-section-arrow a::before {
  content: "";
  width: 2px;
  height: 1.25em;
  display: block;
  margin: auto;
  background-color: white;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  margin: auto;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 599px) {
  .hero-section-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-section-grid-01 {
    width: 100%;
  }
  .hero-section-grid-02, .hero-section-grid-03 {
    width: calc(50% - clamp(0.5rem, -0.122rem + 2.65vw, 2rem) / 2);
  }
}
/* ##### 各セクション ##### */
.section-bgc {
  background-color: rgba(var(--color-002), 0.1);
}
.section-bgc-white {
  background-color: white;
}

.section-02 h1 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  margin-bottom: 2rem;
}
.section-02 div {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
.up-d_container-02 {
  background: #f3f3f3;
  padding: 1rem 2rem;
  margin: 5rem 0 2rem;
  font-family: sans-serif;
  text-align: left;
}
.up-d_container-02 h1 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  margin: 0 0 0 2rem;
}
.up-d_container-02 ul {
  margin: 1rem 2rem;
  padding: 1rem 2rem;
  border-top: 0.5px solid;
  border-bottom: 0.5px solid;
}
.up-d_container-02 ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.up-d_container-02 .up-d_bottom-txt {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.up-d_container-02 .up-d_bottom-txt .square-02 {
  margin-right: 5px;
}

.section-03-inner {
  max-width: calc(100% - 64px);
  margin-bottom: 72px;
}
.section-04 div {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .section-02 {
    margin-bottom: 30px;
  }
  .section-03-inner {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .section-02 {
    margin-bottom: 10px;
  }
  .up-d_container-02 {
    padding: 2rem;
  }
  .up-d_container-02 ul {
    margin: 1rem 0;
  }
}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.logo-list li {
  width: calc((100% - 70px) / 8);
}

@media (max-width: 1024px) {
  .logo-list li {
    width: calc((100% - 50px) / 5);
  }
}
@media (max-width: 599px) {
  .logo-list {
    gap: 15px;
  }
  .logo-list li {
    width: calc((100% - 30px) / 3);
  }
}

.element {
  overflow: hidden;
  border-radius: 1em;
}
.element + .element {
  margin-top: 3em;
}
.element-01 {
  padding: 2em 1.5em;
  background-color: white;
}

.card-01-bg-url-setting {
  display: none;
}

[data-element-id] .card-01-bg-url-setting {
  display: block;
}

.card-01-bg-url-setting {
  align-items: center;
  font-family: sans-serif;
  color: #F58E7E;
  margin: 3rem auto 2rem;
}
.card-01-bg-url {
  display: inline-flex;
  margin-left: 1rem;
  width: 600px;
  text-align: left;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  border: 2px solid #F58E7E;
}

.card-01-container {
  font-family: sans-serif;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-01-container h1 {
  font-family: sans-serif;
  color: #fff !important;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 1rem;
  margin-bottom: 2rem;
}

.card-01-top,
.card-01-bottom {
  display: flex;
  gap: 1.5rem;
}
.card-01-top {
  margin-bottom: 3rem;
}
.card-01-top .card-01 {
  width: calc(100% / 2);
}
.card-01-bottom .card-01 {
  width: calc(100% / 3);
}

.card-01 {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  color: var(--color-008);
}

.list-card-01 .card-01-num {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: var(--color-008);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-card-01 .card-01-ttl {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.list-card-01 .card-01-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.card-01-bottom .card-01-content {
  flex-direction: column;
}
.card-01-top .card-01-content .card-01-text {
  width: 50%;
}
.card-01-top .card-01-content .card-01-img {
  width: 50%;
}
.card-01-bottom .card-01-content .card-01-text {
  width: 100%;
}
.card-01-bottom .card-01-content .card-01-img {
  width: 70%;
}
.list-card-01 .card-01-content .card-01-img img {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 650px) {
  .card-01-container h1 {
    font-size: 2.8rem;
  }
  .card-01 {
    padding: 1rem;
  }
  .list-card-01 .card-01-num {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  .list-card-01 .card-01-ttl {
    font-size: 1.2rem;
  }
  .card-01-content .card-01-text {
    font-size: 1rem;
  }
}

.list-card-03 {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
.list-card-03 li {
  background: var(--color-007);
  width: 95%;
  border-radius: 8px;
  padding: 10px;
}
.list-card-03 .card-03 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.list-card-03 .card-03 .text-03-ttl {
  border-right: 1px solid;
  padding: 2rem;
  color: #777;
  width: 30%;
}
.list-card-03 .card-03 .text-03-desc {
  padding: 2rem 3rem;
  font-size: 1.8rem;
  text-align: left;
  width: 70%;
}
.list-card-03 .card-03 .text-03-desc span {
  color: var(--color-006);
}

@media (max-width: 650px) {
  .list-card-03 .card-03 .text-03-ttl {
    padding: 1rem;
    font-size: 1rem;
  }
  .list-card-03 .card-03 .text-03-desc {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

.list-card-04 li {
  margin-bottom: 1rem;
}
.list-card-04 .card-04 {
  display: flex;
  font-family: sans-serif;
  border: 0.5px solid #ccc;
  gap: 1rem;
}
.list-card-04 .card-04 ._img {
  width: 35%;
  aspect-ratio: 1 / 1;
}
.list-card-04 .card-04-inner {
  position: relative;
  width: 65%;
  padding: 10px 10px 50px 10px;
}
.list-card-04 .card-04-inner .point_img {
  width: 40%;
}
.list-card-04 .card-04-inner .card-04-text {
  text-align: left;
}
.list-card-04 .card-04_link {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.list-card-04 .card-04_link a {
  background: var(--color-004);
  color: var(--color-005);
  padding: 8px 40px;
  border-radius: 20px;
  border: 0.5px solid var(--color-005);
}
.list-card-04 .card-04_link a span {
  margin-left: 10px;
}
@media (max-width: 610px) {
  .list-card-04 li {
    margin-bottom: 2rem;
  }
  .list-card-04 .card-04 {
    flex-direction: column;
  }
  .list-card-04 .card-04 ._img,
  .list-card-04 .card-04-inner {
    width: 100%;
  }
}

/* お客様の声 */

.section-09 {
  background: var(--color-007);
  margin: 3rem 0;
  font-family: sans-serif;
}
.section-09 h1 {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 2rem;
}
.section-09 h3 {
  font-family: sans-serif;
  font-size: 1.5rem;
}
.section-09 ul {
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-05 {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
}
.card-05 .card-05-inner {
  display: flex;
}
.card-05 .card-05-inner .card-05-content {
  width: 80%;
}

.card-05 .card-05-inner .card-05-img {
  width: 20%;
  max-width: 100px;
  margin: auto;
}
.card-05 .card-05-inner .card-05-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.card-05 .card-05-inner .card-05-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-05 .card-05-inner .card-05-ttl .review-05 {
  color: #FFA726;
}
.card-05 .card-05-inner .card-05-ttl .title-05 {
  color: var(--color-006);
  font-weight: bold;
  font-size: 1.8rem;
}
.card-05 .card-05-inner .text-05 {
  font-size: 1.3rem;
}
.card-05 .card-05-inner .name-05 {
  font-size: 1.3rem;
  text-align: right;
}

@media (max-width: 650px){
  .section-09 ul {
    padding: 2rem;
  }
  .card-05 .card-05-inner .card-05-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
