@charset "UTF-8";
/*===============================================================================

	共通レイアウト

===============================================================================*/
/* コンテンツ幅
************************************************************/
.inner,
.inner-1000,
.inner-1500 {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.inner-1000 {
  max-width: 1000px;
}

.inner-1500 {
  max-width: 1500px;
}
.page-id-104 .sub-section-02 .inner,
.page-id-104 .sub-section-02 .inner-1000,
.page-id-104 .sub-section-02 .inner-1500 {
  max-width: 1325px;
}
@media (max-width: 767px) {
  .inner,
.inner-1000,
.inner-1500 {
    width: 100%;
    max-width: 93.6vw;
  }
}

/* ヘッダー
************************************************************/
.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header-left {
  margin-top: var(--size30px);
  margin-left: var(--size30px);
}

.header-left .logo {
  width: 19.375vw;
  line-height: 1;
  text-align: center;
}

.header-left .tel {
  width: 15.1041666667vw;
  margin-top: var(--size20px);
  margin-left: auto;
  margin-right: auto;
}

.header-left .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 5.2083333333vw;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #fff;
}

.header-left .tel .ja {
  display: block;
  margin-bottom: var(--size5px);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.header-left .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}

.header-left .tel .number .icon {
  display: block;
  width: 1.3541666667vw;
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}

.header-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
}

.header-right .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--size20px);
  color: #fff;
}

.header-right .address .icon {
  display: block;
  width: 1.25vw;
}

.header-right .address .text {
  display: block;
  padding-left: var(--size20px);
  margin-left: var(--size15px);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  border-left: 1px solid #fff;
}

.header-right .access {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 14.0625vw;
  height: 4.1666666667vw;
  margin-top: var(--size20px);
  margin-left: var(--size15px);
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #fff;
}

.header-right .web {
  width: 13.0208333333vw;
  margin-left: var(--size20px);
}

.header-right .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 5.2083333333vw;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #6d514d;
  z-index: 1;
  line-height: 1.8;
}

.header-right .web a:after {
  content: "";
  position: absolute;
  right: 0.3125vw;
  bottom: 0.3125vw;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0.2604166667vw;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.header-right .web a em {
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .header-left .logo {
    width: 23.2645403377vw;
  }
  .header-left .tel {
    width: 18.1363352095vw;
  }
  .header-left .tel a {
    height: 6.2539086929vw;
  }
  .header-left .tel .number .icon {
    width: 1.6260162602vw;
  }
  .header-right .address .icon {
    width: 1.5009380863vw;
  }
  .header-right .access {
    width: 16.8855534709vw;
    height: 5.0031269543vw;
  }
  .header-right .web {
    width: 15.6347717323vw;
  }
  .header-right .web a {
    height: 6.2539086929vw;
  }
  .header-right .web a:after {
    right: 0.3752345216vw;
    bottom: 0.3752345216vw;
    border-width: 0.3126954346vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .header-left .logo {
    width: 28.6374133949vw;
  }
  .header-left .tel {
    width: 22.324865281vw;
  }
  .header-left .tel a {
    height: 7.6982294072vw;
  }
  .header-left .tel .number .icon {
    width: 2.0015396459vw;
  }
  .header-right .address .icon {
    width: 1.8475750577vw;
  }
  .header-right .access {
    width: 20.7852193995vw;
    height: 6.1585835258vw;
  }
  .header-right .web {
    width: 13.856812933vw;
  }
  .header-right .web a {
    height: 7.6982294072vw;
  }
  .header-right .web a:after {
    right: 0.4618937644vw;
    bottom: 0.4618937644vw;
    border-width: 0.3849114704vw;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 4.5vw 3.2vw !important;
  }
  .header-left {
    margin: 0;
  }
  .header-left .logo {
    width: 59.6vw;
  }
  .header-left .tel,
.header-right {
    display: none;
  }
}
/* グローバルナビ
************************************************************/
.global-navi {
  width: 100%;
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.global-navi.-common {
  padding-left: var(--size20px);
  padding-right: var(--size20px);
}

.fixed-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background: #fff;
  transition: 0.5s;
  transform: translateY(-100%);
  z-index: -1;
}

.fixed-navi.is_fixed {
  opacity: 1;
  transition: 0.5s;
  transform: translateY(0);
  z-index: 10;
}

.global-navi > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.global-navi > ul > li {
  flex-grow: 1;
  position: relative;
}

.global-navi > ul > li:not(:nth-last-child(-n+1)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 2.0833333333vw;
  margin: auto;
  border-right: 1px solid #b4ada9;
  opacity: 0.5;
}

.global-navi > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 6.25vw;
}

.global-navi > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1.0416666667vw;
  margin: auto;
  background: #332f26;
  opacity: 0;
  transition: 0.3s;
}

.global-navi > ul > li > a.active:after,
.global-navi > ul > li > a.open:after,
.global-navi > ul > li > a:hover:after {
  opacity: 1;
  transition: 0.3s;
}
.global-navi > ul > li > a.active:after,
.global-navi > ul > li > a.open:after {
  background: rgb(255, 105, 0);
}

.global-navi > ul > li > a .ja {
  display: block;
  margin-bottom: var(--size10px);
  line-height: 1.4;
}

.global-navi > ul > li > a .en {
  display: block;
  color: var(--color02);
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.global-navi .sub-navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60.9375vw;
  padding-top: var(--size30px);
  padding-left: var(--size40px);
  padding-right: var(--size40px);
  padding-bottom: var(--size40px);
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-46%);
  z-index: 3;
}

.global-navi .sub-navi .menu {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size25px);
}

.global-navi .sub-navi .menu .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.global-navi .sub-navi .menu .row li {
  width: 32%;
  max-width: 250px;
  margin-bottom: var(--size25px);
}

.global-navi .sub-navi li a {
  display: block;
  position: relative;
  padding-left: 1.40625vw;
}

.global-navi .sub-navi li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  margin: auto;
  border-right: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
  transform: rotate(-45deg);
}

.global-navi .sub-navi .banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 1.0416666667vw;
  margin-left: auto;
  margin-right: auto;
}

.fixed-navi .global-navi {
  width: calc(100% - 25.5208333333vw);
  box-shadow: none;
}

.fixed-navi .global-navi > ul > li > a {
  height: 5.2083333333vw;
}

.fixed-navi .global-navi .sub-navi {
  transform: translateX(-24%);
}

.fixed-navi .tel {
  width: 16.1458333333vw;
}

.fixed-navi .web {
  width: 9.375vw;
}

.fixed-navi .tel a,
.fixed-navi .web a {
  height: 5.2083333333vw;
}

.fixed-navi .web a:after {
  content: "";
  position: absolute;
  right: 0.3125vw;
  bottom: 0.3125vw;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0.2604166667vw;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.fixed-navi .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: var(--size10px);
  padding-right: var(--size10px);
  line-height: 1;
  text-align: center;
  background-color: #fff;
}

.fixed-navi .tel .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  height: 1.5625vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size5px);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color06);
}

.fixed-navi .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}

.fixed-navi .tel .number .icon {
  display: block;
  width: 1.3541666667vw;
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}

.fixed-navi .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color01);
  z-index: 1;
}

.fixed-navi .web a em {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .global-navi .sub-navi li a:hover span {
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .global-navi > ul > li:not(:nth-last-child(-n+2)):after {
    height: 2.5015634772vw;
  }
  .global-navi > ul > li > a {
    height: 7.5046904315vw;
  }
  .global-navi > ul > li > a:after {
    height: 1.2507817386vw;
  }
  .global-navi .sub-navi {
    width: 73.1707317073vw;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-32%);
  }
  .global-navi .sub-navi li a {
    padding-left: 1.6885553471vw;
  }
  .global-navi .sub-navi li a:before {
    width: 0.5003126954vw;
    height: 0.5003126954vw;
  }
  .global-navi .sub-navi .banner {
    gap: 0 1.2507817386vw;
  }
  .fixed-navi .global-navi {
    width: calc(100% - 30.6441525954vw);
  }
  .fixed-navi .global-navi > ul > li > a {
    height: 6.2539086929vw;
  }
  .fixed-navi .global-navi .sub-navi {
    transform: translateX(-16%);
  }
  .fixed-navi .tel {
    width: 19.3871169481vw;
  }
  .fixed-navi .web {
    width: 11.2570356473vw;
  }
  .fixed-navi .tel a,
.fixed-navi .web a {
    height: 6.2539086929vw;
  }
  .fixed-navi .web a:after {
    right: 0.3752345216vw;
    bottom: 0.3752345216vw;
    border-width: 0.3126954346vw;
  }
  .fixed-navi .tel .ja {
    height: 1.8761726079vw;
  }
  .fixed-navi .tel .number .icon {
    width: 1.6260162602vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .global-navi > ul > li:not(:nth-last-child(-n+2)):after {
    height: 3.0792917629vw;
  }
  .global-navi > ul > li > a {
    height: 9.2378752887vw;
  }
  .global-navi > ul > li > a:after {
    height: 1.5396458814vw;
  }
  .global-navi .sub-navi {
    width: 90.0692840647vw;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-20%);
  }
  .global-navi .sub-navi li a {
    padding-left: 2.07852194vw;
  }
  .global-navi .sub-navi li a:before {
    width: 0.6158583526vw;
    height: 0.6158583526vw;
  }
  .global-navi .sub-navi .banner {
    gap: 0 1.5396458814vw;
  }
  .fixed-navi .global-navi {
    width: calc(100% - 29.2532717475vw);
  }
  .fixed-navi .global-navi > ul > li > a {
    height: 7.6982294072vw;
  }
  .fixed-navi .global-navi .sub-navi {
    transform: translateX(-10%);
  }
  .fixed-navi .tel {
    width: 20.0153964588vw;
  }
  .fixed-navi .web {
    width: 9.2378752887vw;
  }
  .fixed-navi .tel a,
.fixed-navi .web a {
    height: 7.6982294072vw;
  }
  .fixed-navi .tel .ja {
    height: 2.3094688222vw;
  }
  .fixed-navi .tel .number {
    font-size: 1.875rem;
  }
  .fixed-navi .tel .number .icon {
    width: 1.5396458814vw;
  }
  .fixed-navi .web a:after {
    right: 0.4618937644vw;
    bottom: 0.4618937644vw;
    border-width: 0.3849114704vw;
  }
  .fixed-navi .web a em {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-navi,
.global-navi {
    display: none;
  }
  .navi-toggle {
    position: fixed;
    top: 3vw;
    right: 3.2vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background: #8D5144;
    outline: 0;
    z-index: 10000;
  }
  .navi-toggle .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7.4666666667vw;
    margin: auto;
  }
  .navi-toggle .icon {
    position: absolute;
    top: -3.5vw;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5.3333333333vw;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform 0.3s ease-in-out;
  }
  .navi-toggle .icon:after,
.navi-toggle .icon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s ease-in-out;
  }
  .navi-toggle .icon:before {
    top: -1.5vw;
  }
  .navi-toggle .icon:after {
    bottom: -1.5vw;
  }
  .open .navi-toggle .icon {
    background: 0 0;
  }
  .open .navi-toggle .icon:after,
.open .navi-toggle .icon:before {
    background: #fff;
    transition: transform 0.3s ease-in-out;
  }
  .open .navi-toggle .icon:before {
    top: 0;
    transform: rotate(45deg);
  }
  .open .navi-toggle .icon:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .global-navi-sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 19vw 0 0;
    line-height: 1.45;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 9999;
  }
  .global-navi-sp-bg {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .open .global-navi-sp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 9998;
  }
  .global-navi-sp .navi {
    padding-bottom: 20vw;
  }
  .global-navi-sp .navi > ul {
    display: block;
    padding: 0 3vw;
    margin-left: auto;
    margin-right: auto;
  }
  .global-navi-sp .navi > ul > li {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transform: translateX(50%);
  }
  .global-navi-sp .navi > ul > li:first-child {
    border-top: 1px dotted rgba(51, 47, 38, 0.3019607843);
  }
  .global-navi-sp .navi > ul > li.has-child {
    padding-bottom: 2.5vw;
    border-bottom: 1px dotted rgba(51, 47, 38, 0.3019607843);
  }
  .global-navi-sp .navi > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 3.5vw 6vw 3.5vw 0;
    letter-spacing: 0;
    border-bottom: 1px dotted rgba(51, 47, 38, 0.3019607843);
  }
  .global-navi-sp .navi > ul > li.has-child > a {
    border-bottom: none;
  }
  .global-navi-sp .navi > ul > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    margin: auto;
    border-right: 1px solid #332f26;
    border-bottom: 1px solid #332f26;
    transform: rotate(-45deg);
  }
  .global-navi-sp .navi > ul > li.has-child > a:after {
    bottom: 2vw;
    transform: rotate(45deg);
  }
  .global-navi-sp .navi > ul > li.has-child > a.open:after {
    transform: rotate(-90deg);
  }
  .global-navi-sp .navi > ul > li > a .ja {
    display: block;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .global-navi-sp .navi > ul > li > a .en {
    display: block;
    margin-top: 0;
    color: #535d60;
    font-size: 62.5%;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .global-navi-sp .sub-navi {
    padding: 5.5vw 2vw 7.5vw;
    background: rgba(243, 245, 245, 0.9019607843);
  }
  .global-navi-sp .sub-navi .menu {
    display: block;
    max-width: 57.6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--size25px);
  }
  .global-navi-sp .sub-navi .menu .column {
    width: 100%;
    max-width: 100%;
  }
  .global-navi-sp .sub-navi .menu .column:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .global-navi-sp .sub-navi li {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transform: translateX(50%);
  }
  .global-navi-sp .sub-navi li {
    margin-bottom: 2.5vw;
  }
  .global-navi-sp .sub-navi li a {
    display: block;
    position: relative;
    padding: 1vw 0 1vw 6vw;
  }
  .global-navi-sp .sub-navi li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    margin: auto;
    border-right: 1px solid #332f26;
    border-bottom: 1px solid #332f26;
    transform: rotate(-45deg);
  }
  .global-navi-sp .sub-navi .banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .global-navi-sp .sub-navi .banner .item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .open .global-navi-sp {
    opacity: 1;
    visibility: visible;
  }
  .open .global-navi-sp .navi > ul > li,
.open .global-navi-sp .sub-navi li {
    opacity: 1;
    transition: transform 1s ease, opacity 0.9s ease;
    transform: translateX(0);
  }
}
/* フッター
************************************************************/
.footer {
  background-color: var(--color01);
}

.footer-top {
  position: relative;
  padding-top: var(--size100px);
  padding-bottom: var(--size100px);
  margin-bottom: var(--size60px);
  z-index: 2;
}
.footer-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 655px;
  height: 473px;
  background: url("../images/page/footer-top-bg01.webp") no-repeat calc(100% + 200px) 100%;
  background-size: contain;
  z-index: -1;
}

.footer-logo {
  width: 25.8333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
  text-align: center;
}

.footer-top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size55px);
}

.footer-top-content > .content-left {
  width: 52%;
  max-width: 610px;
}

.footer-top-content > .content-right {
  width: 44%;
  max-width: 530px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--size40px);
}

.footer-address .address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 54%;
}

.footer-address .address .icon {
  display: block;
  width: 1.25vw;
}

.footer-address .address .text {
  display: block;
  padding-left: var(--size20px);
  margin-left: var(--size10px);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  border-left: 1px solid #332f26;
}

.footer-address .access {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 45%;
  max-width: 270px;
  height: 4.1666666667vw;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #332f26;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact .tel {
  width: 53%;
  max-width: 310px;
}

.footer-contact .web {
  width: 46%;
  max-width: 270px;
}

.footer-contact .tel a,
.footer-contact .web a {
  height: 5.2083333333vw;
}

.footer-contact .web a:after {
  content: "";
  position: absolute;
  right: 0.3125vw;
  bottom: 0.3125vw;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0.2604166667vw;
}

.footer-contact .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: var(--size10px);
  padding-right: var(--size10px);
  line-height: 1;
  text-align: center;
  background-color: #fff;
}

.footer-contact .tel .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  height: 1.5625vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size5px);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color06);
}

.footer-contact .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}

.footer-contact .tel .number .icon {
  display: block;
  width: 1.3541666667vw;
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}

.footer-contact .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color01);
  z-index: 1;
}

.footer-contact .web a em {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer-schedule {
  width: 100%;
  max-width: 530px;
}

.footer-schedule table {
  width: 100%;
  border-top: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
}

.footer-schedule thead th {
  padding-top: 1.09375vw;
  padding-bottom: 0.8333333333vw;
  color: #332f26;
  font-weight: 300;
  line-height: 1.5;
  background: 0 0;
  border-bottom: 1px solid #332f26;
}

.footer-schedule thead th:first-child,
.footer-schedule tbody th {
  width: 36%;
  line-height: 1.5;
}

.footer-schedule tbody th,
.footer-schedule tbody td {
  padding-top: 0.2083333333vw;
  padding-bottom: 1.1458333333vw;
}

.footer-schedule thead th:not(:first-child),
.footer-schedule tbody td {
  width: 7.7142857143%;
  text-align: left;
}

.footer-schedule thead th:last-child,
.footer-schedule tbody td:last-child {
  width: 9%;
  text-align: left;
}

.footer-schedule tbody tr:first-child th {
  padding-left: 0;
}

.footer-schedule tbody th {
  padding-right: 0.5208333333vw;
  font-weight: 300;
}

.footer-schedule tbody td {
  padding-left: 0.05em;
  font-size: 0.875rem;
}

.footer-schedule tr:not(:last-child) th,
.footer-schedule tr:not(:last-child) td {
  padding-top: 0.625vw;
  padding-bottom: 0;
}

.footer-schedule .table-caption {
  margin-top: var(--size15px);
  line-height: 1.6;
  text-align: center;
}

.comfort-banner {
  text-align: center;
}
.comfort-banner img + img {
  margin-top: 10px;
}

.footer-top .survey-results {
  width: 31.25vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-top .survey-results a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 7.2916666667vw;
  color: #fff;
  text-align: center;
  border: 0.5208333333vw solid #fff;
  outline: #332f26 solid 1px;
  background-image: url("../images/page/arw05.svg");
  background-position: right 0.5208333333vw bottom 0.5208333333vw;
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-color: var(--color03);
}

.footer-top .survey-results a .text-01 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.footer-top .survey-results a .text-02 {
  display: block;
}

.footer-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 5.2083333333vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
}

.footer-map .content-left {
  position: relative;
  width: 67%;
  max-width: 1200px;
  z-index: 1;
}

.footer-map .content-right {
  width: 30%;
  max-width: 540px;
}

.footer-map .content-left .map {
  position: relative;
  width: 100%;
  padding: 26.0416666667vw 0 0;
  overflow: hidden;
}

.footer-map .content-left .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 7.8125vw);
  margin-top: -7.8125vw;
}

.footer-map .content-left .button {
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  width: 15.625vw;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  z-index: 1;
}

.footer-map .content-left .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 3.125vw;
  border: 1px solid #332f26;
  background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
  background-position: left 1.5625vw center, right 1.5625vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.25vw auto, 1.25vw;
  background-color: #fff;
  z-index: 1;
}

.footer-map .content-right .image {
  text-align: center;
}

.footer-map .content-right .description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 5.2083333333vw;
  line-height: 1;
  background-color: #fff;
}

.footer-map .content-right .description .icon {
  width: 3.125vw;
  margin-right: var(--size15px);
}

.footer-map .content-right .description .text em {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}

.footer-navi {
  padding-top: var(--size30px);
  margin-bottom: var(--size40px);
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}

.footer-navi a {
  display: inline-block;
}

.footer-banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 1.0416666667vw;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size45px);
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 4.1666666667vw;
  z-index: 1000;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 4.1666666667vw;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .footer-logo {
    width: 31.0193871169vw;
  }
  .footer-address .address .icon {
    width: 1.5009380863vw;
  }
  .footer-address .access {
    height: 5.0031269543vw;
  }
  .footer-contact .tel a,
.footer-contact .web a {
    height: 6.2539086929vw;
  }
  .footer-contact .web a:after {
    right: 0.3752345216vw;
    bottom: 0.3752345216vw;
    border-width: 0.3126954346vw;
  }
  .footer-contact .tel .caption {
    height: 1.8761726079vw;
  }
  .footer-contact .tel .number .icon {
    width: 1.6260162602vw;
  }
  .footer-schedule thead th {
    padding-top: 1.3133208255vw;
    padding-bottom: 1.0006253909vw;
  }
  .footer-schedule tbody th,
.footer-schedule tbody td {
    padding-top: 0.2501563477vw;
    padding-bottom: 1.3758599124vw;
  }
  .footer-schedule tbody th {
    padding-right: 0.6253908693vw;
  }
  .footer-schedule tr:not(:last-child) th,
.footer-schedule tr:not(:last-child) td {
    padding-top: 0.7504690432vw;
  }
  .footer-top .survey-results {
    width: 37.5234521576vw;
  }
  .footer-top .survey-results a {
    height: 8.7554721701vw;
    border: 0.6253908693vw solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right 0.6253908693vw bottom 0.6253908693vw;
    background-repeat: no-repeat;
    background-size: 1.5009380863vw;
  }
  .footer-map {
    width: calc(100% - 6.2539086929vw);
  }
  .footer-map .content-left .map {
    padding: 31.2695434647vw 0 0;
  }
  .footer-map .content-left .map iframe {
    height: calc(100% + 9.3808630394vw);
    margin-top: -9.3808630394vw;
  }
  .footer-map .content-left .button {
    top: 1.8761726079vw;
    left: 1.8761726079vw;
    width: 18.7617260788vw;
  }
  .footer-map .content-left .button a {
    height: 3.7523452158vw;
    background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
    background-position: left 1.8761726079vw center, right 1.8761726079vw center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1.5009380863vw auto, 1.5009380863vw;
  }
  .footer-map .content-right .description {
    height: 6.2539086929vw;
  }
  .footer-map .content-right .description .icon {
    width: 3.7523452158vw;
  }
  .footer-banner {
    gap: 0 1.2507817386vw;
  }
  .pagetop {
    width: 5.0031269543vw;
  }
  .footer-copyright {
    height: 5.0031269543vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .footer-logo {
    width: 38.1832178599vw;
  }
  .footer-address .address .icon {
    width: 1.8475750577vw;
  }
  .footer-address .access {
    height: 6.1585835258vw;
  }
  .footer-contact .tel a,
.footer-contact .web a {
    height: 7.6982294072vw;
  }
  .footer-contact .web a:after {
    right: 0.4618937644vw;
    bottom: 0.4618937644vw;
    border-width: 0.3849114704vw;
  }
  .footer-contact .tel .caption {
    height: 2.3094688222vw;
  }
  .footer-contact .tel .number .icon {
    width: 2.0015396459vw;
  }
  .footer-schedule thead th {
    padding-top: 1.6166281755vw;
    padding-bottom: 1.2317167052vw;
  }
  .footer-schedule tbody th,
.footer-schedule tbody td {
    padding-top: 0.3079291763vw;
    padding-bottom: 1.6936104696vw;
  }
  .footer-schedule tbody th {
    padding-right: 0.7698229407vw;
  }
  .footer-schedule tr:not(:last-child) th,
.footer-schedule tr:not(:last-child) td {
    padding-top: 0.9237875289vw;
  }
  .footer-top .survey-results {
    width: 46.1893764434vw;
  }
  .footer-top .survey-results a {
    height: 10.7775211701vw;
    border: 0.7698229407vw solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right 0.7698229407vw bottom 0.7698229407vw;
    background-repeat: no-repeat;
    background-size: 1.8475750577vw;
  }
  .footer-map {
    width: calc(100% - 7.6982294072vw);
  }
  .footer-map .content-left .map {
    padding: 38.4911470362vw 0 0;
  }
  .footer-map .content-left .map iframe {
    height: calc(100% + 11.5473441109vw);
    margin-top: -11.5473441109vw;
  }
  .footer-map .content-left .button {
    top: 2.3094688222vw;
    left: 2.3094688222vw;
    width: 23.0946882217vw;
  }
  .footer-map .content-left .button a {
    height: 4.6189376443vw;
    background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
    background-position: left 2.3094688222vw center, right 2.3094688222vw center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1.8475750577vw auto, 1.8475750577vw;
  }
  .footer-map .content-right .description {
    height: 7.6982294072vw;
  }
  .footer-map .content-right .description .icon {
    width: 4.6189376443vw;
  }
  .footer-banner {
    gap: 0 1.5396458814vw;
  }
  .pagetop {
    width: 6.1585835258vw;
  }
  .footer-copyright {
    height: 6.1585835258vw;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 79.4666666667vw;
  }
  .footer-top-content {
    display: block;
  }
  .footer-top-content > .content-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
    text-align: center;
  }
  .footer-top-content > .content-right {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-address {
    display: block;
    margin-bottom: 8vw;
  }
  .footer-address .address {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
    text-align: center;
  }
  .footer-address .address .icon {
    width: 5.3333333333vw;
    margin: 0 auto 1vw;
    line-height: 1;
  }
  .footer-address .address .text {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border: none;
  }
  .footer-address .access {
    width: 100%;
    max-width: 66.6666666667vw;
    height: 18.6666666667vw;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .footer-contact {
    display: block;
    max-width: 80vw;
  }
  .footer-contact .tel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4vw;
  }
  .footer-contact .web {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact .tel a,
.footer-contact .web a {
    height: 21.3333333333vw;
  }
  .footer-contact .web a:after {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    border-width: 2vw;
  }
  .footer-contact .tel .caption {
    max-width: 68vw;
    height: 6.6666666667vw;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer-contact .tel .number {
    font-size: 1.875rem;
  }
  .footer-contact .tel .number .icon {
    width: 5.3333333333vw;
  }
  .footer-contact .web a {
    font-size: 1rem;
  }
  .footer-contact .web a em {
    font-size: 1.5625rem;
  }
  .footer-schedule {
    max-width: 100%;
  }
  .footer-schedule th {
    letter-spacing: 0.1em;
  }
  .footer-schedule thead th {
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
  }
  .footer-schedule thead th:first-child,
.footer-schedule tbody th {
    width: 32%;
  }
  .footer-schedule tbody th,
.footer-schedule tbody td {
    padding-top: 0.5333333333vw;
    padding-bottom: 4vw;
  }
  .footer-schedule tbody th {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .footer-schedule tbody td {
    padding-left: 0.05em;
    font-size: 0.75rem;
  }
  .footer-schedule thead th:not(:first-child),
.footer-schedule tbody td {
    width: 7.8571428571%;
  }
  .footer-schedule thead th:last-child,
.footer-schedule tbody td:last-child {
    width: 7.8571428571%;
  }
  .footer-schedule tr:not(:last-child) th,
.footer-schedule tr:not(:last-child) td {
    padding-top: 3vw;
  }
  .footer-schedule .table-caption {
    margin-top: 2vw;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .footer-top .survey-results {
    width: 93.6vw;
  }
  .footer-top .survey-results a {
    height: 22.6666666667vw;
    border: 1.3333333333vw solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right 2vw bottom 2vw;
    background-repeat: no-repeat;
    background-size: 6.6666666667vw;
  }
  .footer-top .survey-results a .text-01 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer-top .survey-results a .text-02 {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .footer-map {
    display: block;
    width: 93.6vw;
  }
  .footer-map .content-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .footer-map .content-left .map {
    padding-top: 66.6666666667vw;
  }
  .footer-map .content-left .map iframe {
    margin-top: -26.6666666667vw;
    height: calc(100% + 26.6666666667vw);
  }
  .footer-map .content-left .button {
    position: relative;
    top: auto;
    left: auto;
    width: 80vw;
    height: 13.3333333333vw;
    margin: 0 auto 8vw;
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
  .footer-map .content-left .button a {
    height: 13.3333333333vw;
    background-position: left 3vw center, right 3vw center;
    background-size: 5.3333333333vw auto, 6.6666666667vw;
  }
  .footer-map .content-right {
    width: 100%;
    max-width: 86.1333333333vw;
    margin: 0 auto;
  }
  .footer-map .content-right .description {
    height: 13.3333333333vw;
  }
  .footer-map .content-right .description .icon {
    width: 8vw;
  }
  .footer-map .content-right .description .text {
    font-size: 1rem;
  }
  .footer-map .content-right .description .text em {
    font-size: 1.25rem;
  }
  .footer-navi {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .footer-banner {
    display: block;
    gap: 0;
    max-width: 93.3333333333vw;
  }
  .footer-banner .item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .footer-copyright {
    padding: 4vw 0 20vw;
    font-size: 75%;
    letter-spacing: 0;
    height: auto;
  }
  .pagetop {
    display: none !important;
  }
  .fixed-cta-sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
  }
  .fixed-cta-sp ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fixed-cta-sp .tel {
    width: 44.6666666667vw;
  }
  .fixed-cta-sp .web {
    width: 39.3333333333vw;
  }
  .fixed-cta-sp .pagetop-sp {
    width: 16vw;
  }
  .fixed-cta-sp a {
    display: block;
  }
}
/*===============================================================================

	パーツ・コンポーネント

===============================================================================*/
/* ボタン
************************************************************/
.more-button {
  max-width: 20.8333333333vw;
}

.more-button.-center {
  margin-left: auto;
  margin-right: auto;
}

.more-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 4.1666666667vw;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #332f26;
  background-color: #fff;
  z-index: 1;
}

.more-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.0416666667vw;
  bottom: 0;
  width: 1.25vw;
  height: 1.25vw;
  margin: auto;
  background-image: url("../images/page/arw01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .more-button a:hover {
    color: #fff;
    border-color: #ffb09f;
    background: #ffb09f;
    opacity: 1;
    transition: 0.3s;
  }
  .more-button a:hover:after {
    background-image: url("../images/page/arw05.svg");
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .more-button {
    max-width: 25.0156347717vw;
  }
  .more-button a {
    height: 5.0031269543vw;
  }
  .more-button a:after {
    right: 1.2507817386vw;
    width: 1.5009380863vw;
    height: 1.5009380863vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .more-button {
    max-width: 30.7929176289vw;
  }
  .more-button a {
    height: 6.1585835258vw;
  }
  .more-button a:after {
    right: 1.5396458814vw;
    width: 1.8475750577vw;
    height: 1.8475750577vw;
  }
}
@media (max-width: 767px) {
  .more-button {
    max-width: 80vw;
  }
  .more-button a {
    height: 16vw;
    font-size: 1rem;
  }
  .more-button a:after {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
/* テーブル
************************************************************/
.common-table {
  max-width: 1000px;
  margin: 0 auto 3.125vw;
  margin-left: auto;
  margin-right: auto;
}

.common-table > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 3.125vw;
  color: #fff;
  background-color: var(--color03);
  text-align: center;
}

.common-table table {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #332f26;
}

.common-table th {
  width: 65%;
  padding: 0.78125vw 0.9375vw 0.8333333333vw;
  color: #332f26;
  font-weight: 300;
  text-align: left;
  background: #ECECEC;
  vertical-align: top;
}

.common-table th.last {
  border-bottom: 0 !important;
}

.common-table thead th {
  color: #fff;
  text-align: center;
  background: #998e73;
}

.common-table thead tr th:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.common-table tr:not(:last-child) th,
.common-table tr:not(:last-child) td {
  border-bottom: 1px solid #332f26;
}

.common-table td {
  width: 35%;
  padding: 0.78125vw 0.9375vw 0.8333333333vw;
  background: #fff;
}

.table-caption {
  margin-top: 0.5208333333vw;
  line-height: 1.6;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .common-table {
    margin: 0 auto 3.7523452158vw;
  }
  .common-table > .title {
    height: 3.7523452158vw;
  }
  .common-table th {
    padding: 0.9380863039vw 1.1257035647vw 1.0006253909vw;
  }
  .common-table td {
    padding: 0.9380863039vw 1.1257035647vw 1.0006253909vw;
  }
  .table-caption {
    margin-top: 0.6253908693vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .common-table {
    margin: 0 auto 4.6189376443vw;
  }
  .common-table > .title {
    height: 4.6189376443vw;
  }
  .common-table th {
    padding: 1.1547344111vw 1.3856812933vw 1.2317167052vw;
  }
  .common-table td {
    padding: 1.1547344111vw 1.3856812933vw 1.2317167052vw;
  }
  .table-caption {
    margin-top: 0.7698229407vw;
  }
}
@media only screen and (max-width: 767px) {
  .common-table {
    max-width: 100%;
    margin-bottom: 11vw;
  }
  .common-table > .title {
    height: 10.6666666667vw;
  }
  .common-table table {
    border-color: #332f26;
  }
  .common-table th {
    /* width: 40%; */
    padding: 2vw 3vw 3vw;
    vertical-align: middle;
  }
  .common-table td {
    /* width: 60%; */
    padding: 2vw 3vw 3vw;
  }
  .table-caption {
    margin-top: 4vw;
  }
}
/* セクションタイトル
************************************************************/
.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 36.4583333333vw;
  height: 4.1666666667vw;
  margin-top: var(--size60px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size40px);
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .common-title {
    width: 43.7773608505vw;
    height: 5.0031269543vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .common-title {
    width: 53.8876058507vw;
    height: 6.1585835258vw;
  }
}
@media only screen and (max-width: 767px) {
  .common-title {
    width: 86.1333333333vw;
    height: 14.6666666667vw;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
/* 横並びレイアウト
************************************************************/
.flex-row-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
}

.flex-row-01.-reverse {
  flex-direction: row-reverse;
}

.flex-row-01 .image {
  position: relative;
  width: 49%;
  max-width: 600px;
  padding-bottom: var(--size20px);
  z-index: 1;
}

.flex-row-01 .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1.0416666667vw);
  border-bottom: 1px solid #332f26;
  z-index: -1;
}

.flex-row-01 .image.-left:after {
  left: -1.0416666667vw;
  border-left: 1px solid #332f26;
}

.flex-row-01 .image.-right:after {
  right: -1.0416666667vw;
  border-right: 1px solid #332f26;
}

.flex-row-01 .image02:after {
  display: none;
}

.flex-row-01 .description {
  width: 47%;
}

.flex-row-01 .description h4 {
  padding-bottom: var(--size15px);
  margin-bottom: 1.5625vw;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #332f26;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .flex-row-01 {
    margin-bottom: 3.7523452158vw;
  }
  .flex-row-01 .image:after {
    height: calc(100% - 1.2507817386vw);
  }
  .flex-row-01 .image.-left:after {
    left: -1.2507817386vw;
  }
  .flex-row-01 .image.-right:after {
    right: -1.2507817386vw;
  }
  .flex-row-01 .description h4 {
    margin-bottom: 1.8761726079vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .flex-row-01 {
    margin-bottom: 4.6189376443vw;
  }
  .flex-row-01 .image:after {
    height: calc(100% - 1.5396458814vw);
  }
  .flex-row-01 .image.-left:after {
    left: -1.5396458814vw;
  }
  .flex-row-01 .image.-right:after {
    right: -1.5396458814vw;
  }
  .flex-row-01 .description h4 {
    margin-bottom: 2.3094688222vw;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-01 {
    display: block;
    margin-bottom: 22vw;
  }
  .flex-row-01 .image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 10vw;
    text-align: center;
  }
  .flex-row-01 .image:after {
    height: calc(100% - 1.3333333333vw);
  }
  .flex-row-01 .image.-left:after {
    left: -1.3333333333vw;
  }
  .flex-row-01 .image.-right:after {
    right: -1.3333333333vw;
  }
  .flex-row-01 .description {
    width: 100%;
    max-width: 86.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-row-01 .description h4 {
    margin-bottom: 4vw;
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}
.flex-row-02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
}

.flex-row-02.-reverse {
  flex-direction: row-reverse;
}

.flex-row-02 .image {
  position: relative;
  width: 37%;
  max-width: 450px;
}

.flex-row-02 .description {
  width: 60%;
}

.flex-row-02 .description h4 {
  margin-bottom: 0.8854166667vw;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}

.flex-row-02 .no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: -10px;
  width: var(--size180px);
  height: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #ffb09f;
  color: #fff;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .flex-row-02 .no {
    right: auto;
    left: -10px;
    width: 150px;
  }
}
.flex-row-02 .no span {
  position: relative;
  top: -2px;
  font-size: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .flex-row-02 .no span {
    font-size: 2.5rem;
  }
}
.flex-row-02.-reverse .no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: auto;
  left: -10px;
}
.flex-row-02 .right {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .flex-row-02 {
    margin-bottom: 3.7523452158vw;
  }
  .flex-row-02 .description h4 {
    margin-bottom: 1.0631644778vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .flex-row-02 {
    margin-bottom: 4.6189376443vw;
  }
  .flex-row-02 .description h4 {
    margin-bottom: 1.3086989992vw;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-02 {
    display: block;
    margin-bottom: 11vw;
  }
  .flex-row-02 .description {
    width: 100%;
    max-width: 86.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-02 .image {
    width: 100%;
    max-width: 86.1333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    text-align: center;
  }
  .flex-row-02 .description h4 {
    margin-bottom: 3vw;
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}
.flex-row-03 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-row-03 .item {
  position: relative;
  width: 31.8%;
  max-width: 394px;
  margin-right: 2.3%;
  background-color: var(--color06);
}

.flex-row-03 .item:nth-child(3n),
.flex-row-03 .item:last-child {
  margin-right: 0;
}

.flex-row-03 .item:not(:nth-child(-n+3)) {
  margin-top: 2.0833333333vw;
}

.flex-row-03 .item .image {
  text-align: center;
}

.flex-row-03 .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: var(--size15px);
  padding-left: var(--size15px);
  padding-right: var(--size15px);
  padding-bottom: var(--size15px);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #8e5144;
}

.flex-row-03 .item .text-box {
  padding-top: var(--size20px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size25px);
}

.flex-row-03 .item .btn {
  position: relative;
  bottom: -15px;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .flex-row-03 .item:not(:nth-child(-n+3)) {
    margin-top: 2.5015634772vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .flex-row-03 .item:not(:nth-child(-n+3)) {
    margin-top: 3.0792917629vw;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-03 {
    display: block;
  }
  .flex-row-03 .item {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto !important;
  }
  .flex-row-03 .item:not(:first-child) {
    margin-top: 4vw !important;
  }
  .flex-row-03 .item .title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
/* フロー
************************************************************/
.common-flow {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.common-flow:not(:last-of-type) {
  margin-bottom: var(--size55px);
}

.common-flow:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.9791666667vw;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.8333333333vw solid #ffb09f;
  border-left: 1.1979166667vw solid transparent;
  border-right: 1.1979166667vw solid transparent;
}

.common-flow.--last:after {
  display: none;
}

.common-flow .wrap {
  position: relative;
  padding-top: var(--size50px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size50px);
  z-index: 1;
}

.common-flow .wrap:before,
.common-flow .wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 1.0416666667vw);
  height: 1px;
  margin: auto;
  background: #565565;
  opacity: 0.3;
}

.common-flow .wrap:before {
  top: 0.5208333333vw;
}

.common-flow .wrap:after {
  bottom: 0.5208333333vw;
}

.common-flow .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--size20px);
}

.common-flow .title .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-image: url("../images/page/deco_hdg5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common-flow .title .text {
  display: block;
  width: calc(100% - 3.125vw);
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.common-flow .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--size30px);
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .common-flow .row {
    flex-direction: column;
  }
}
.common-flow .contents {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .common-flow .contents {
    width: 100%;
  }
}
.common-flow .img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .common-flow .img {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .common-flow:not(:last-of-type):after {
    bottom: -2.3764853033vw;
    border-top: 1.0006253909vw solid #ffb09f;
    border-left: 1.4383989994vw solid transparent;
    border-right: 1.4383989994vw solid transparent;
  }
  .common-flow .wrap:before,
.common-flow .wrap:after {
    width: calc(100% - 1.2507817386vw);
  }
  .common-flow .wrap:before {
    top: 0.6253908693vw;
  }
  .common-flow .wrap:after {
    bottom: 0.6253908693vw;
  }
  .common-flow .title .number {
    width: 2.5015634772vw;
    height: 2.5015634772vw;
  }
  .common-flow .title .text {
    width: calc(100% - 3.7523452158vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .common-flow:not(:last-of-type):after {
    bottom: -2.9253271747vw;
    border-top: 1.2317167052vw solid #ffb09f;
    border-left: 1.7705927637vw solid transparent;
    border-right: 1.7705927637vw solid transparent;
  }
  .common-flow .wrap:before,
.common-flow .wrap:after {
    width: calc(100% - 1.5396458814vw);
  }
  .common-flow .wrap:before {
    top: 0.7698229407vw;
  }
  .common-flow .wrap:after {
    bottom: 0.7698229407vw;
  }
  .common-flow .title .number {
    width: 3.0792917629vw;
    height: 3.0792917629vw;
  }
  .common-flow .title .text {
    width: calc(100% - 4.6189376443vw);
  }
}
@media only screen and (max-width: 767px) {
  .common-flow:not(:last-of-type):after {
    bottom: -5.0666666667vw;
    border-top: 2.1333333333vw solid #ffb09f;
    border-left: 3.0666666667vw solid transparent;
    border-right: 3.0666666667vw solid transparent;
  }
  .common-flow .wrap:before,
.common-flow .wrap:after {
    width: calc(100% - 2.6666666667vw);
  }
  .common-flow .wrap:before {
    top: 1.3333333333vw;
  }
  .common-flow .wrap:after {
    bottom: 1.3333333333vw;
  }
  .common-flow .title {
    align-items: flex-start;
  }
  .common-flow .title .number {
    width: 8vw;
    height: 8vw;
    font-size: 1.25rem;
  }
  .common-flow .title .text {
    width: calc(100% - 10.6666666667vw);
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}
/*===============================================================================

	下層ページ共通

===============================================================================*/
.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 26.0416666667vw;
  padding-top: var(--size105px);
  background-image: url("../images/page/bg_ttl_page.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .inner {
  margin-left: auto;
  margin-right: auto;
}

.page-header h2 {
  color: #fff;
  text-align: center;
}

.page-header h2 .ja {
  display: block;
  margin-bottom: var(--size20px);
  font-size: 3.125rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.page-header h2 .en {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.page-content {
  padding: 5.2083333333vw 0 10.4166666667vw;
}

.main-content section:not(:last-child) {
  margin-bottom: 11.2083333333vw;
}

.heading-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 7.2916666667vw;
  padding-top: var(--size20px);
  margin-bottom: 3.125vw;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid #332f26;
  z-index: 1;
}

.heading-03:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2.0833333333vw;
  height: 1px;
  margin: auto;
  background: #f7c385;
}

.heading-04 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 4.6875vw;
  margin-bottom: 2.0833333333vw;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
  background-position: left 0.5208333333vw top 0.5208333333vw, right 0.5208333333vw bottom 0.5208333333vw;
  background-repeat: no-repeat, no-repeat;
  background-size: 5.2083333333vw auto, 5.2083333333vw auto;
  background-color: #cea419;
}

.heading-05 {
  position: relative;
  padding-left: var(--size30px);
  padding-bottom: var(--size10px);
  margin-bottom: var(--size60px);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #332f26;
  z-index: 1;
}

.heading-05:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url("../images/page/deco_hdg5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .page-header {
    height: 31.2695434647vw;
  }
  .page-content {
    padding: 6.2539086929vw 0 12.5078173859vw;
  }
  .main-content section:not(:last-child) {
    /* margin-bottom: 6.2539086929vw; */
  }
  .heading-03 {
    height: 8.7554721701vw;
    margin-bottom: 3.7523452158vw;
  }
  .heading-03:after {
    width: 2.5015634772vw;
  }
  .heading-04 {
    height: 5.6285178236vw;
    margin-bottom: 2.5015634772vw;
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left 0.6253908693vw top 0.6253908693vw, right 0.6253908693vw bottom 0.6253908693vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 6.2539086929vw auto, 6.2539086929vw auto;
  }
  .heading-05:before {
    width: 1.2507817386vw;
    height: 1.2507817386vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .page-header {
    height: 38.4911470362vw;
  }
  .page-content {
    padding: 7.6982294072vw 0 15.3964588145vw;
  }
  .main-content section:not(:last-child) {
    margin-bottom: 7.6982294072vw;
  }
  .heading-03 {
    height: 10.7775211701vw;
    margin-bottom: 4.6189376443vw;
  }
  .heading-03:after {
    width: 3.0792917629vw;
  }
  .heading-04 {
    height: 6.9284064665vw;
    margin-bottom: 3.0792917629vw;
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left 0.7698229407vw top 0.7698229407vw, right 0.7698229407vw bottom 0.7698229407vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 7.6982294072vw auto, 7.6982294072vw auto;
  }
  .heading-05:before {
    width: 1.5396458814vw;
    height: 1.5396458814vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .inner,
.page-content .inner,.page-id-104 .sub-section-02 .inner {
    max-width: 93.6vw;
  }
  .page-header {
    height: 66.6666666667vw;
    padding: 15vw 0 0;
    background-image: url("../images/page/bg_ttl_page_sp.webp");
  }
  .page-header h2 .ja {
    font-size: 1.5625rem;
  }
  .page-header h2 .en {
    font-size: 0.9375rem;
  }
  .page-content {
    padding: 13vw 0 25vw;
  }
  .main-content {
    display: block;
  }
  .main-content section:not(:last-child) {
    margin-bottom: 20vw;
  }
  .heading-03 {
    height: auto;
    padding: 5vw 3vw;
    margin-bottom: 6vw;
    font-size: 1.4375rem;
  }
  .heading-03:after {
    width: 5.3333333333vw;
  }
  .heading-04 {
    height: 12vw;
    height: auto;
    padding: var(--size20px);
    margin-bottom: 6vw;
    font-size: 1.1875rem;
    letter-spacing: 0;
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left 1.3333333333vw top 1.3333333333vw, right 1.3333333333vw bottom 1.3333333333vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 13.3333333333vw auto, 13.3333333333vw auto;
  }
  .heading-05 {
    padding-left: 7.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .heading-05:before {
    top: 0.2em;
    width: 4vw;
    height: 4vw;
  }
}
/*===============================================================================

	マウスピース矯正ページ

===============================================================================*/
.parts-consultation {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}

.parts-consultation .box {
  padding-top: var(--size25px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size30px);
  border: 1.0416666667vw solid #fff;
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
  background-image: url("../images/page/bg_common01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #faf7f6;
}

.parts-consultation .box h4 {
  margin-bottom: var(--size30px);
  text-align: center;
}

.parts-consultation .box h4 .ja {
  display: block;
  margin-bottom: var(--size10px);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.parts-consultation .box h4 .en {
  display: block;
  color: var(--color03);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.parts-consultation .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.parts-consultation .box ul li {
  position: relative;
  width: 49%;
  max-width: 550px;
  padding-left: 3.125vw;
  padding-bottom: 0.6770833333vw;
  line-height: 1.5;
  border-bottom: 1px solid rgba(180, 173, 169, 0.5019607843);
  font-weight: 400;
}

.parts-consultation .box ul li:not(:first-child) {
  margin-top: 0.5208333333vw;
}

.parts-consultation .box ul li:nth-child(-n+2) {
  margin-top: 0;
}

.parts-consultation .box ul li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 1.0416666667vw;
  width: 1.09375vw;
  height: 1.09375vw;
  border-radius: 0;
  background-image: url("../images/page/icn_check01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .parts-consultation .box {
    border: 1.2507817386vw solid #fff;
  }
  .parts-consultation .box ul li {
    padding-left: 3.7523452158vw;
    padding-bottom: 0.8130081301vw;
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: 0.6253908693vw;
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .parts-consultation .box ul li:before {
    left: 1.2507817386vw;
    width: 1.3133208255vw;
    height: 1.3133208255vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .parts-consultation .box {
    border: 1.5396458814vw solid #fff;
  }
  .parts-consultation .box ul li {
    padding-left: 4.6189376443vw;
    padding-bottom: 1.0007698229vw;
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: 0.7698229407vw;
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .parts-consultation .box ul li:before {
    left: 1.5396458814vw;
    width: 1.6166281755vw;
    height: 1.6166281755vw;
  }
}
@media only screen and (max-width: 767px) {
  .parts-consultation .box {
    border: 2.6666666667vw solid #fff;
    box-shadow: 0.4vw 0.4vw 2.1333333333vw 0 rgba(0, 0, 0, 0.3);
  }
  .parts-consultation .box h4 .ja {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .parts-consultation .box h4 .en {
    font-size: 0.875rem;
  }
  .parts-consultation .box ul {
    display: block;
  }
  .parts-consultation .box ul li {
    width: 100%;
    max-width: 100%;
    padding-left: 9vw;
    padding-bottom: 3.7333333333vw;
    font-size: 0.95rem;
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: 2vw;
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 15px;
  }
  .parts-consultation .box ul li:before {
    top: 0.4em;
    left: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.p-note-box {
  padding-top: var(--size45px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size50px);
  background-color: var(--color06);
}

.p-note-box h4 {
  padding-bottom: var(--size25px);
  margin-bottom: var(--size20px);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #332f26;
}

.p-note-box p {
  margin-bottom: var(--size25px);
}

@media (max-width: 767px) {
  .p-note-box h4 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.mouthpiece-introduction .sub-section-03 .heading-04 {
  margin-bottom: var(--size60px);
}

.mouthpiece-introduction .sub-section-03 .flex-row-03 {
  margin-bottom: var(--size60px);
}

.mouthpiece-flow .sub-section-01 {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
}

.mouthpiece-price .sub-section-01 .heading-04 {
  margin-bottom: var(--size60px);
}

.mouthpiece-price .sub-section-02 {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}

.mouthpiece-price .sub-section-02 .heading-04 {
  margin-bottom: var(--size55px);
}

.mouthpiece-price .sub-section-02 .lead {
  margin-bottom: var(--size20px);
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mouthpiece-price .sub-section-02 .lead {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.mouthpiece-price .sub-section-02 .pay-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.mouthpiece-price .sub-section-02 .pay-list .item {
  width: 23.7%;
  padding-top: var(--size30px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size30px);
  margin-right: 1.7%;
  background-color: #fff;
}

.mouthpiece-price .sub-section-02 .pay-list .item:last-child {
  margin-right: 0;
}

.mouthpiece-price .sub-section-02 .pay-list .item .icon {
  display: block;
  width: 9.1666666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size20px);
}

.mouthpiece-price .sub-section-02 .pay-list .item .title {
  display: block;
  padding-bottom: var(--size20px);
  margin-bottom: var(--size20px);
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #332f26;
}

.mouthpiece-price .sub-section-02 .pay-list .item .text {
  display: block;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: 11.0068792996vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: 13.5488837567vw;
  }
}
@media only screen and (max-width: 767px) {
  .mouthpiece-price .sub-section-02 .pay-list .item {
    width: 48%;
    padding: 5vw;
    margin-right: 4%;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item:nth-child(-n+2) {
    margin-bottom: 5vw;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: 23.4666666667vw;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .title {
    font-size: 1rem;
    letter-spacing: 0;
    border-bottom: 1px solid #332f26;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .text {
    font-size: 0.875rem;
  }
}
.mouthpiece-price .sub-section-04 .image-01 {
  margin-bottom: var(--size60px);
  text-align: center;
}

.mouthpiece-price .sub-section-04 .image-01 a {
  display: block;
}

.mouthpiece-price .sub-section-04 .table-01 {
  position: relative;
  margin-bottom: var(--size100px);
  z-index: 1;
}

.mouthpiece-price .sub-section-04 .table-01:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.6458333333vw;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 2.0833333333vw solid #565565;
  border-left: 5.2083333333vw solid transparent;
  border-right: 5.2083333333vw solid transparent;
}

.mouthpiece-price .sub-section-04 .table-02 td {
  border-left: 1px solid #332f26;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: -4.3777360851vw;
    border-top: 2.5015634772vw solid #565565;
    border-left: 6.2539086929vw solid transparent;
    border-right: 6.2539086929vw solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: -5.3887605851vw;
    border-top: 3.0792917629vw solid #565565;
    border-left: 7.6982294072vw solid transparent;
    border-right: 7.6982294072vw solid transparent;
  }
}
@media (max-width: 767px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: -9.3333333333vw;
    border-top: 5.3333333333vw solid #565565;
    border-left: 13.3333333333vw solid transparent;
    border-right: 13.3333333333vw solid transparent;
  }
}
.common-risk .ps__thumb-y {
  right: 0 !important;
  width: 4px !important;
  background: #332f26 !important;
}

.common-risk .ps--active-y > .ps__rail-y {
  right: 0 !important;
  width: 4px !important;
  background: 0 0 !important;
  opacity: 1 !important;
}

.common-risk .ps .ps__rail-x.ps--clicking,
.common-risk .ps .ps__rail-x:focus,
.common-risk .ps .ps__rail-x:hover,
.common-risk .ps .ps__rail-y.ps--clicking,
.common-risk .ps .ps__rail-y:focus,
.common-risk .ps .ps__rail-y:hover {
  opacity: 1 !important;
}

.common-risk {
  padding-top: var(--size40px);
  padding-left: var(--size45px);
  padding-right: var(--size45px);
  padding-bottom: var(--size40px);
  border: 1px solid #332f26;
}

.common-risk .box {
  position: relative;
  height: auto;
  max-height: 180px;
  padding-right: 2.6041666667vw;
  touch-action: auto !important;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .common-risk .box {
    padding-right: 3.1269543465vw;
  }
}
@media (min-width: 751px) and (max-width: 1299px) {
  .common-risk .box {
    padding-right: 3.8491147036vw;
  }
}
@media (max-width: 767px) {
  .common-risk .box {
    max-height: 56vw;
    padding-right: 4vw;
  }
  .common-risk .box .text {
    letter-spacing: 0;
  }
}
/*===============================================================================

	お知らせ関連ページ

===============================================================================*/
.post-container {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .post-container {
    width: 100%;
    margin-bottom: 20vw;
  }
}
/* お知らせ一覧
************************************************************/
.archives-news .news-list li {
  display: block;
  padding-bottom: 1.8229166667vw;
  border-bottom: 1px solid #332f26;
}

.archives-news .news-list li:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}

.archives-news .news-list li a {
  display: block;
}

.archives-news .news-list li .description {
  width: 100%;
}

.archives-news .news-list li .description h4 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.archives-news .news-list li .description .date {
  display: block;
  color: #332f26;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.archives-news .news-list li .description .excerpt {
  margin-top: 0.4166666667vw;
  line-height: 1.75;
}

.archives-news .news-list li .description .excerpt .more {
  color: #332f26;
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .archives-news .news-list li {
    padding-bottom: 2.1888680425vw;
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: 2.5015634772vw;
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: 0.5003126954vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .archives-news .news-list li {
    padding-bottom: 2.6943802925vw;
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: 3.0792917629vw;
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: 0.6158583526vw;
  }
}
@media (max-width: 767px) {
  .archives-news .news-list li {
    padding-bottom: 6vw;
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: 6vw;
  }
  .archives-news .news-list li .description h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: 1.0666666667vw;
  }
}
/* ページネーション
************************************************************/
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #bfbfbf;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: 700;
}

.main-content .wp-pagenavi {
  margin-top: 3.125vw;
  text-align: center;
  font-size: 0.875rem;
}

.main-content .wp-pagenavi a,
.main-content .wp-pagenavi span {
  display: inline-block;
  color: #998e73;
  padding: 0 0.5208333333vw;
  margin: 0.1041666667vw;
  text-decoration: none;
  border: 1px solid #998e73;
}

.main-content .wp-pagenavi span.pages {
  padding: 0 0.5729166667vw;
}

.main-content .wp-pagenavi a:hover,
.main-content .wp-pagenavi span.current {
  color: #fff;
  border-color: #998e73;
  background: #998e73;
}

.main-content .wp-pagenavi span.current {
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .main-content .wp-pagenavi {
    margin-top: 3.7523452158vw;
  }
  .main-content .wp-pagenavi a,
.main-content .wp-pagenavi span {
    padding: 0 0.6253908693vw;
    margin: 0.1250781739vw;
  }
  .main-content .wp-pagenavi span.pages {
    padding: 0 0.6879299562vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .main-content .wp-pagenavi {
    margin-top: 4.6189376443vw;
  }
  .main-content .wp-pagenavi a,
.main-content .wp-pagenavi span {
    padding: 0 0.7698229407vw;
    margin: 0.1539645881vw;
  }
  .main-content .wp-pagenavi span.pages {
    padding: 0 0.8468052348vw;
  }
}
@media (max-width: 767px) {
  .main-content .wp-pagenavi {
    margin-top: 8vw;
  }
  .main-content .wp-pagenavi a,
.main-content .wp-pagenavi span,
.main-content .wp-pagenavi span.pages {
    padding: 0.5vw 2vw;
    margin: 0.5333333333vw;
  }
  .post-container .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12vw;
  }
}
/* お知らせ記事ページ
************************************************************/
.post-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}

.post-links li {
  width: 8.8541666667vw;
}

.post-links li.back {
  text-align: center;
}

.post-links li.next {
  text-align: right;
}

.post-links li a {
  padding-bottom: 0.2083333333vw;
  border-bottom: 1px solid #332f26;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .post-links {
    margin-bottom: 3.7523452158vw;
  }
  .post-links li {
    width: 10.631644778vw;
  }
  .post-links li a {
    padding-bottom: 0.2501563477vw;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .post-links {
    margin-bottom: 4.6189376443vw;
  }
  .post-links li {
    width: 13.0869899923vw;
  }
  .post-links li a {
    padding-bottom: 0.3079291763vw;
  }
}
@media (max-width: 767px) {
  .post-links {
    margin-bottom: 8vw;
  }
  .post-links li {
    width: 26.6666666667vw;
  }
  .post-links li a {
    padding-bottom: 0.5333333333vw;
  }
}
.post-title {
  position: relative;
  padding-top: var(--size10px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size15px);
  margin-bottom: var(--size40px);
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: var(--color01);
  z-index: 1;
}

.post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #fff;
}

@media (max-width: 767px) {
  .post-title {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}
.post-content {
  line-height: 1.75;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content li {
  list-style: inherit;
  margin-left: 1.5em;
}