@charset "UTF-8";
/*
====>> サイトの共通パーツに関するデフォルトスタイリング <<====

・このファイルはベースのスタイルに加え、サイト(案件)毎にスタイルを記述していく
・ヘッダー、ナビゲーション、フッター、パンくずなどの各ページに対して1つのパーツをスタイルするファイル

*/
/*		独自追加
-----------------------------------------------------*/
/* @font-face {
  font-family: "MPLUSRounded-bold-subset";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded-bold-subset.woff2") format("woff2"), url("../fonts/MPLUSRounded-bold-subset.woff") format("woff"), url("../fonts/MPLUSRounded-bold-subset.ttf") format("truetype");
} */
/* .font-mplus {
  font-family: var(--mplus-font);
  transform: var(--Jaggy-clear);
  font-weight: bold;
} */
/*		基本設定
-----------------------------------------------------*/
*, *:before, *:after {
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--base-sans-serif);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  word-break: break-all;
  color: #333;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

html[lang=en] body {
  word-break: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}
a[target=_blank].is-external::after {
  content: "";
  background: url("../img/common/icon_external.svg") no-repeat center center/contain;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  margin-left: 0.3em;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tb {
    display: none !important;
  }
}
input {
  font-size: 1.6rem;
}

textarea {
  font-size: 1.6rem;
  resize: vertical;
}

/* フォーカスが当たった時の青枠を表示しない */
*:focus {
  outline: none;
}

::-moz-selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

::selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
figure {
  /*safariのoverflow不具合対策*/
  will-change: transform;
}

/* Padding Classes */
.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.pt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* Margin Classes */
.m-0 {
  margin: 0;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-80 {
  margin: 80px;
}

.m-100 {
  margin: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*==========フォントサイズ==========*/
.is-24 {
  font-size: clamp(0rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .is-24 {
    font-size: clamp(1.6rem, 3.125vw, 2.4rem);
  }
}

.is-26 {
  font-size: clamp(0rem, 1.3541666667vw, 2.6rem);
}
@media screen and (max-width: 768px) {
  .is-26 {
    font-size: clamp(1.6rem, 3.3854166667vw, 2.6rem);
  }
}

.is-29 {
  font-size: clamp(0rem, 1.5104166667vw, 2.9rem);
}
@media screen and (max-width: 768px) {
  .is-29 {
    font-size: clamp(1.5rem, 3.7760416667vw, 2.9rem);
  }
}

.is-33 {
  font-size: clamp(0rem, 1.71875vw, 3.3rem);
}
@media screen and (max-width: 768px) {
  .is-33 {
    font-size: clamp(1.6rem, 4.296875vw, 3.3rem);
  }
}

.is-36 {
  font-size: clamp(0rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .is-36 {
    font-size: clamp(1.8rem, 4.6875vw, 3.6rem);
  }
}

.is-45 {
  font-size: clamp(0rem, 2.34375vw, 4.5rem);
}
@media screen and (max-width: 768px) {
  .is-45 {
    font-size: clamp(2.2rem, 5.859375vw, 4.5rem);
  }
}

.is-46 {
  font-size: clamp(0rem, 2.3958333333vw, 4.6rem);
}
@media screen and (max-width: 768px) {
  .is-46 {
    font-size: clamp(2.3rem, 5.9895833333vw, 4.6rem);
  }
}

/*==========フェードイン==========*/
.js-scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.js-scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*		ヘッダー
-----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 20px 20px 0 30px;
  /* END &.l-header */
}
#header.l-header {
  width: var(--w-liquid);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #header.l-header {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  #header.l-header {
    width: 100%;
  }
}
#header.l-header .l-container,
#header.l-header .l-container_wide {
  max-width: var(--w-solid-base);
  display: flex;
  align-items: center;
}
#header.l-header .l-header_logo {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: auto;
}
#header.l-header .l-header_logo a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#header.l-header .l-header_btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 3%;
}
#header.l-header .l-header_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  background-color: var(--color-base);
  padding: 8px 30px;
  border: 3px solid transparent;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media (hover: hover) {
  #header.l-header .l-header_btn a:hover {
    color: #000;
    color: var(--color-base);
    background-color: #fff;
    border-color: currentColor;
  }
}

/* END #header */
@media screen and (max-width: 1023px) {
  #header.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 5px 0;
    display: flex;
    align-items: center;
    min-height: 60px;
    /* END #header */
  }
  #header.l-header .l-container,
  #header.l-header .l-container_wide {
    gap: 10px;
    padding: 0 70px 0 10px;
  }
  #header.l-header .l-header_logo {
    max-width: 150px;
    flex-shrink: 0;
    font-size: 5vw;
  }
  #header.l-header .l-header_logo * {
    font-size: 3vw;
  }
}
/*		グローバルナビゲーション
-----------------------------------------------------*/
#global-nav.l-nav {
  gap: 30px;
  /* END & ul */
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav {
    gap: 0px;
    overflow: scroll;
  }
}
#global-nav.l-nav .l-nav_logo {
  display: none;
  width: 174px;
  color: var(--color-black);
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav .l-nav_logo {
    display: block;
  }
}
#global-nav.l-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav ul {
    padding-top: 55px;
  }
}
#global-nav.l-nav ul li {
  position: relative;
  font-family: var(--mplus-font);
  transform: var(--Jaggy-clear);
  text-align: center;
  color: var(--color-black);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav ul li {
    border-top: 1px solid #333333;
  }
}
#global-nav.l-nav ul li:not(:last-child):before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #707070;
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav ul li:not(:last-child):before {
    display: none;
  }
}
#global-nav.l-nav ul li span {
  display: block;
}
#global-nav.l-nav ul li a {
  display: block;
  color: var(--color-black);
  line-height: 1.3;
}
@media (hover: hover) {
  #global-nav.l-nav ul li a:hover {
    color: var(--color-base);
  }
}
#global-nav.l-nav .l-nav_contact {
  display: none;
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(90deg, rgb(249, 164, 99) 0%, rgb(235, 103, 63) 100%);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav .l-nav_contact {
    display: block;
  }
}
#global-nav.l-nav .l-nav_contact p {
  color: var(--color-white);
}
#global-nav.l-nav .l-nav_contact p + p {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
#global-nav.l-nav .l-nav_contact_tel {
  display: none;
  color: #fff;
  margin-bottom: 15px;
}
#global-nav.l-nav .l-nav_contact_tel span {
  display: block;
  font-size: 4.4rem;
  font-size: clamp(3rem, -0.266rem + 11.667vw, 4.4rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
#global-nav.l-nav .l-nav_contact_tel span::before {
  content: "";
  display: inline-block;
  width: 25px;
  width: clamp(16px, -7.333px + 8.333vw, 26px);
  aspect-ratio: 100/138;
  margin-right: 0.3em;
  background-color: currentColor;
  -webkit-mask-image: url("../img/common/icon_tel.svg");
  mask-image: url("../img/common/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
#global-nav.l-nav .l-nav_contact_tel small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 7px;
  margin-top: 15px;
  border-top: 1px solid #fff;
}
#global-nav.l-nav .l-header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #333;
  background-color: var(--color-base);
  border: 2px solid transparent;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  #global-nav.l-nav .l-header_btn:hover {
    color: #333;
    color: var(--color-base);
    border-color: currentColor;
    background-color: #fff;
  }
  #global-nav.l-nav .l-header_btn:hover::after {
    transform: translateY(3px);
  }
}

/* END .l-nav */
@media screen and (max-width: 1023px) {
  #global-nav.l-nav {
    flex-flow: column nowrap;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 900;
    width: 50%;
    width: 50dvw;
    height: 100vh;
    height: 100dvh;
    padding: 50px 0;
    opacity: 0;
    background-color: var(--color-white);
    transition: all 0.1s linear;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  #global-nav.l-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav.is-show {
    right: 0;
    opacity: 1;
  }
  #global-nav.l-nav.is-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #global-nav.l-nav.is-flex {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav.is-flex ul {
    width: 100%;
    margin: auto;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #global-nav.l-nav.is-flex ul {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav.is-flex ul li {
    text-align: left;
    max-width: 600px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #global-nav.l-nav.is-flex ul li a {
    position: relative;
    letter-spacing: 0.08em;
    padding: 30px 20px;
    transition: all 0.2s linear;
  }
  #global-nav.l-nav.is-flex ul li a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16.5px;
    position: absolute;
    top: calc(50% - 8.25px);
    right: 3%;
    background: url(../img/common/global-nav_arrow.svg) no-repeat center center/100% auto;
    transition: all 0.2s linear;
  }
}
@media screen and (max-width: 1023px) and (hover: hover) {
  #global-nav.l-nav.is-flex ul li a:hover {
    color: var(--color-gold);
  }
  #global-nav.l-nav.is-flex ul li a:hover::after {
    right: 2%;
  }
}
@media screen and (max-width: 1023px) {
  #global-nav.l-nav.is-flex ul li span {
    display: inline-block;
  }
  #global-nav.l-nav.is-flex .l-header_btn {
    width: 100%;
    max-width: 245px;
    margin: 20px 0;
    color: var(--color-black);
    background-color: #fff;
  }
}
/*  END Break Point  */
/*		メニューボタン
-----------------------------------------------------*/
.l-header_toggle {
  display: none;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #333;
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 5px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  cursor: pointer;
}
.l-header_toggle > span {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  padding: 0;
  line-height: 1;
  margin: 10px auto;
  background-color: #333;
  border-radius: 100px;
  transition: all 0.3s linear;
}
.l-header_toggle > span::before, .l-header_toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #333;
  border-radius: 100px;
  transition: all 0.2s linear;
}
.l-header_toggle > span::before {
  top: -8px;
}
.l-header_toggle > span::after {
  top: 8px;
}
.l-header_toggle > small {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: 13px;
}
.l-header_toggle.is-active > span {
  background-color: transparent;
}
.l-header_toggle.is-active > span::before {
  background-color: #333;
  top: -8.8px;
  left: 2.5px;
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.l-header_toggle.is-active > span::after {
  background-color: #333;
  top: 8.8px;
  left: 2.5px;
  transform: rotate(-45deg);
  transform-origin: left top;
}

@media screen and (max-width: 1023px) {
  .l-header_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*  END Break Point  */
/*		ページタイトル
-----------------------------------------------------*/
#page-title {
  margin-top: 10px;
  padding: 60px 0 0;
  box-sizing: border-box;
}
#page-title > section h2 {
  font-size: 8rem;
  font-weight: normal;
  color: var(--color-font-base);
}

/*  END #page-title  */
@media screen and (max-width: 768px) {
  #page-title {
    padding: 30px 10px;
  }
  #page-title > section h2 {
    font-size: 4rem;
  }
  /*  END #page-title  */
}
/*  END Break Point  */
/*		ページトップ
-----------------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 2%;
  right: 3%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  /*  END & > a  */
}
#page_top > a {
  background: #000;
  width: auto;
  height: auto;
  padding: 12px 20px;
  color: var(--color-theme-base);
  font-weight: bold;
}
@media (hover: hover) {
  #page_top > a:hover {
    text-decoration: none;
  }
}

/*  END #page_top  */
/*		フッター
-----------------------------------------------------*/
.flex-2 > * {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .flex-2 > * {
    width: 100%;
  }
}

.flex-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flex-2 {
    gap: 10px;
  }
}

.btn {
  position: relative;
  padding: 6px 45px 6px 30px;
}
.btn:after {
  content: "";
  width: 12px;
  height: 12px;
  transition: 0.5s;
  transform: rotateZ(0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon_plus_orange.svg);
}
.btn:hover:after {
  transform: rotateZ(180deg);
  background-image: url(../img/common/icon_arrow_orange.svg);
}

.white_btn {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #616161;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 1.4rem;
  transition: 0.3s;
}

.footer_contact_inner .white_btn {
  width: 254px;
  height: 54px;
}

footer {
  background-color: #4A4949;
  color: #fff;
  padding: 75px 0 35px;
}

footer .inner {
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  footer .inner {
    margin: auto;
    width: 90%;
    position: relative;
  }
}

.foot_sitemap {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.foot_sitemap_list a {
  font-size: 1.2rem;
  opacity: 0.7;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .foot_sitemap_list a {
    font-size: 1.1rem;
  }
}

.foot_sitemap_list a.foot_sitemap_parent {
  font-size: 1.4rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .foot_sitemap_list a.foot_sitemap_parent {
    font-size: 1.3rem;
  }
}

.foot_sitemap_list a:hover {
  opacity: 0.4 !important;
}

.foot_sitemap_parent + .foot_sitemap_parent {
  margin-top: 10px;
}

.foot_sitemap_list a.foot_sitemap_child {
  text-indent: 1em;
}

.foot_logo {
  margin-bottom: 20px;
  width: 138px;
}

.foot_btm {
  text-align: center;
}

.foot_copy {
  font-size: 1.2rem;
  font-family: montserrat, sans-serif;
  font-weight: bold;
}

.totop {
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  background-color: rgba(236, 138, 63, 0.8);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  z-index: 1;
}

.totop::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(-45deg);
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
}

.footer_contact {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer_contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer_contact_contents {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(249, 164, 99);
  background: linear-gradient(90deg, rgb(249, 164, 99) 0%, rgb(235, 103, 63) 100%);
  color: #fff;
  text-align: center;
}

.footer_contact_business, .footer_contact_owner, .footer_contact_other {
  display: none;
}

.footer_contact_contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_contact_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.32em;
  margin-bottom: 25px;
}

.footer_contact_txt {
  margin-bottom: 25px;
}

.footer_contact_inner .white_btn {
  width: 254px;
  height: 54px;
}

.footer_contact_other .footer_contact_inner {
  width: 90%;
}

.footer_contact_other .footer_contact_inner > .flex-2 {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.footer_contact_other .footer_contact_inner > .flex-2:not(:last-ois-type) {
  border-bottom: solid 1px #fff;
}

.footer_contact_other .footer_contact_inner > .flex-2 .footer_contact_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.footer_contact_other .footer_contact_inner > .flex-2 .footer_contact_txt {
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 1200px) {
  .footer_contact_contents {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    background-color: #4A4949;
    color: #fff;
    padding: 30px 0 clamp(0rem, 19.53125vw, 15rem);
  }
  footer .inner {
    max-width: 95%;
  }
  .foot_sitemap {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .foot_sitemap_list {
    width: calc((100% - 25px) / 2);
  }
  .foot_sitemap_list a {
    font-size: 1.2rem;
    opacity: 0.7;
    display: block;
  }
  .foot_sitemap_list a.foot_sitemap_parent {
    font-size: 1.4rem;
    opacity: 1;
  }
  .foot_sitemap_parent + .foot_sitemap_parent {
    margin-top: 10px;
  }
  .foot_sitemap_list a.foot_sitemap_child {
    text-indent: 1em;
  }
  .foot_logo {
    margin-bottom: 20px;
    width: 138px;
  }
  .foot_btm {
    text-align: center;
  }
  .foot_copy {
    font-size: 1.2rem;
    font-family: montserrat, sans-serif;
    font-weight: bold;
  }
  .totop {
    position: fixed;
    bottom: 5vh;
    right: 7vw;
    background-color: rgba(236, 138, 63, 0.8);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    font-size: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 22px;
    z-index: 1;
  }
  .totop::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .footer_contact_contents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(249, 164, 99);
    background: linear-gradient(90deg, rgb(249, 164, 99) 0%, rgb(235, 103, 63) 100%);
    color: #fff;
    text-align: center;
  }
  .footer_contact_business, .footer_contact_owner, .footer_contact_other {
    display: none;
  }
  .footer_contact_contents img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .footer_contact_inner {
    padding: 30px 0;
  }
  .footer_contact_ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.32em;
    margin-bottom: 25px;
  }
  .footer_contact_txt {
    margin-bottom: 25px;
  }
  .footer_contact_inner .white_btn {
    width: 254px;
    height: 54px;
  }
  .footer_contact_other .footer_contact_inner > .flex-2 {
    padding: 20px 0;
  }
  .footer_contact_other .footer_contact_inner > .flex-2:not(:last-ois-type) {
    border-bottom: solid 1px #fff;
  }
  .footer_contact_other .footer_contact_inner > .flex-2 .footer_contact_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .footer_contact_other .footer_contact_inner > .flex-2 .footer_contact_txt {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
