@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Shippori+Mincho+B1:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

/*Font
--------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

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

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #323232;
  font-weight: 400;
  background: #fff7ee;
  word-break: break-word;
  text-spacing-trim: space-all;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(50, 50, 50, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(50, 50, 50, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #ff8000;
  }
  .border-org {
    border: solid 3px #dcdcdc;
  }
  .border-top-bottom-red {
    border-top: 10px solid #ff8000;
    border-bottom: 10px solid #ff8000;
  }
  .border-top-red {
    border-bottom: 10px solid #ff8000;
  }
  .border-bottom-red {
    border-bottom: 10px solid #ff8000;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #ff8000;
  }
  .border-org {
    border: solid 2px #dcdcdc;
  }
  .border-top-bottom-red {
    border-top: 5px solid #ff8000;
    border-bottom: 5px solid #ff8000;
  }
  .border-top-red {
    border-bottom: 5px solid #ff8000;
  }
  .border-bottom-red {
    border-bottom: 5px solid #ff8000;
  }
}

.bg-vage {
  background: #fff7ee;
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

/*メインビジュアル
=========================================================*/
.main-visual {
  position: relative;
  overflow: hidden;
  background: #fff7ee url(../img/top/main-visual.jpg) no-repeat center/cover;
}
.main-visual .widebox {
  position: relative;
  z-index: 1;
}
.main-visual-sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #ff8000;
}
.main-visual-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #323232;
}
.main-visual-title .line01 {
  display: inline-block;
  position: relative;
}
.main-visual-title .line01::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #323232;
}
.main-visual-title .line02 {
  display: block;
  position: relative;
}
.main-visual-title .line02::before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
}
.main-visual-title .line02 .em {
  color: #ff8000;
  font-weight: 700;
}
.main-visual-lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 900px;
    margin-top: -100px;
  }
  .main-visual-text {
    padding: 258px 0 0 53px;
  }
  .main-visual-sub {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1.2px;
  }
  .main-visual-title .line01 {
    font-size: 80px;
    line-height: 136px;
    letter-spacing: 12px;
  }
  .main-visual-title .line01::after {
    left: calc(100% + 3px);
    width: 100px;
  }
  .main-visual-title .line02 {
    font-size: 50px;
    line-height: 85px;
    letter-spacing: 7.5px;
    margin-top: -12px;
  }
  .main-visual-title .line02::before {
    top: 2px;
    left: 57.5px;
    width: 172.5px;
    height: 8px;
    background-image: radial-gradient(circle at center, #ff8000 0 4px, transparent 4px);
    background-size: 57.5px 8px;
    background-position: -5px 0;
  }
  .main-visual-lead {
    margin-top: 41px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 500px;
    margin-top: -70px;
    background: #fff7ee url(../img/top/main-visual.jpg) no-repeat center right 35%/cover;
  }
  .main-visual-text {
    padding: 130px 0 0;
  }
  .main-visual-sub {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .main-visual-title .line01 {
    font-size: 40px;
    line-height: 68px;
    letter-spacing: 6px;
  }
  .main-visual-title .line01::after {
    left: calc(100% + 4px);
    width: 50px;
  }
  .main-visual-title .line02 {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 4px;
    margin-top: -6px;
  }
  .main-visual-title .line02::before {
    top: 1px;
    left: 30px;
    width: 90px;
    height: 5px;
    background-image: radial-gradient(circle at center, #ff8000 0 2.5px, transparent 2.5px);
    background-size: 30px 5px;
    background-position: -2.5px 0;
  }
  .main-visual-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*追従バナー（無料シューズ相談）
=========================================================*/
.c-float-banner {
  position: fixed;
  z-index: 90;
}
.c-float-banner a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
  transition: 0.2s opacity ease-in;
}
.c-float-banner a:hover {
  opacity: 0.85;
}
.c-float-banner-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.c-float-banner-text > span {
  display: block;
}
.c-float-banner-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-float-banner .deco {
  position: relative;
  display: inline-block;
}
.c-float-banner .deco::before, .c-float-banner .deco::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #dcdcdc;
}
.c-float-banner .deco-left::before {
  left: 0;
  transform: rotate(-31deg);
}
.c-float-banner .deco-left::after {
  transform: rotate(-26deg);
}
.c-float-banner .deco-right::before {
  left: 0;
  transform: rotate(26deg);
}
.c-float-banner .deco-right::after {
  transform: rotate(31deg);
}
@media screen and (min-width: 768px) {
  .c-float-banner {
    right: 0px;
    bottom: 60px;
    width: 12%;
    aspect-ratio: 1/1;
  }
  .c-float-banner::before {
    top: -4px;
    left: 6.5px;
    width: 224.9px;
    height: 226.2px;
  }
  .c-float-banner-text {
    padding-top: 47px;
  }
  .c-float-banner-text .free {
    font-size: 18px;
    line-height: 25px;
  }
  .c-float-banner-text .main {
    font-size: 20px;
    line-height: 28px;
  }
  .c-float-banner-text .sub {
    font-size: 16px;
    line-height: 22px;
  }
  .c-float-banner-icon {
    width: 86px;
    margin-top: -7px;
  }
  .c-float-banner-icon img {
    width: 86px;
    height: 65px;
  }
  .c-float-banner .deco {
    width: 14px;
    height: 20px;
    vertical-align: -3px;
  }
  .c-float-banner .deco::before, .c-float-banner .deco::after {
    top: 0;
    height: 20px;
  }
  .c-float-banner .deco::after {
    left: 4px;
    top: 3px;
    height: 18px;
  }
  .c-float-banner .deco-left {
    margin-right: 3px;
  }
  .c-float-banner .deco-left::before {
    top: 3px;
    height: 18px;
  }
  .c-float-banner .deco-left::after {
    top: 0;
    height: 20px;
  }
  .c-float-banner .deco-right {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-float-banner {
    right: 10px;
    bottom: 70px;
    width: 20%;
  }
  .c-float-banner::before {
    top: -2px;
    left: 4px;
    width: 128px;
    height: 129px;
  }
  .c-float-banner-text {
    padding-top: 27px;
  }
  .c-float-banner-text .free {
    font-size: 12px;
    line-height: 17px;
  }
  .c-float-banner-text .main {
    font-size: 14px;
    line-height: 20px;
  }
  .c-float-banner-text .sub {
    font-size: 11px;
    line-height: 15px;
  }
  .c-float-banner-icon {
    width: 50px;
    margin-top: -4px;
  }
  .c-float-banner-icon img {
    width: 50px;
    height: 38px;
  }
  .c-float-banner .deco {
    width: 8px;
    height: 13px;
    vertical-align: -2px;
  }
  .c-float-banner .deco::before, .c-float-banner .deco::after {
    top: 0;
    height: 13px;
  }
  .c-float-banner .deco::after {
    left: 3px;
    top: 2px;
    height: 11px;
  }
  .c-float-banner .deco-left {
    margin-right: 2px;
  }
  .c-float-banner .deco-left::before {
    top: 2px;
    height: 11px;
  }
  .c-float-banner .deco-left::after {
    top: 0;
    height: 13px;
  }
  .c-float-banner .deco-right {
    margin-left: 2px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #323232;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.c-sns img {
  display: block;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.c-button .bi-arrow-right-short {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}
.c-button {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.7px;
  background: url(../img/common/btn-bg.svg) no-repeat center/100% 100%;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button {
  transition: 0.2s opacity ease-in;
}
.c-button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 60px;
    min-width: 160px;
  }
  .c-button .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    min-width: 160px;
  }
  .c-button .text {
    font-size: 14px;
  }
}

.c-button.is-large {
  background-image: url(../img/common/btn-bg-w543.svg);
}
@media screen and (min-width: 768px) {
  .c-button.is-large {
    width: 543px;
    height: 93px;
  }
  .c-button.is-large .text {
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 2.1px;
  }
}
@media screen and (max-width: 767px) {
  .c-button.is-large {
    width: 100%;
    max-width: 400px;
    height: 70px;
  }
  .c-button.is-large .text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
  }
}

.c-button.is-medium {
  background-image: url(../img/common/btn-bg-w360.svg);
}
@media screen and (min-width: 768px) {
  .c-button.is-medium {
    width: 360px;
    height: 68px;
  }
  .c-button.is-medium .text {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .c-button.is-medium {
    width: 100%;
    max-width: 320px;
    height: 60px;
  }
  .c-button.is-medium .text {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1.5px;
  }
}

.c-button-arrow {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #323232;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #ff8000;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

/*サブビジュアル（下層ページ共通）
=========================================================*/
.sub-visual {
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.sub-visual-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-visual-title .sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #ff8000;
}
.sub-visual-title .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 474px;
    box-sizing: border-box;
    margin-top: -100px;
    padding-top: 132px;
  }
  .sub-visual-title .sub {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
  .sub-visual-title .main {
    font-size: 36px;
    line-height: 61px;
    letter-spacing: 5.4px;
    margin-right: -5.4px;
  }
  .sub-visual-lead {
    margin-top: 30px;
    margin-right: -0.9px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    box-sizing: border-box;
    margin-top: -70px;
    padding: 100px 0 50px;
  }
  .sub-visual-title .sub {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .sub-visual-title .main {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 3.6px;
    margin-right: -3.6px;
  }
  .sub-visual-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .sub-visual-lead br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sub-visual.is-compact {
    height: 350px;
  }
}

@media screen and (min-width: 768px) {
  .sub-visual.is-short {
    height: 442px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-marker {
    background-image: linear-gradient(to bottom, transparent 1px, #fbffb6 1px, #fbffb6 21px, transparent 21px);
  }
}
@media screen and (max-width: 767px) {
  .c-marker {
    background-image: linear-gradient(to bottom, transparent 1px, #fbffb6 1px, #fbffb6 18px, transparent 18px);
  }
}

.c-tel {
  line-height: 1;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-tel-number .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .number {
    font-size: 20px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}
.c-title .sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #ff8000;
}
.c-title .main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #323232;
}
.c-title.white .sub,
.c-title.white .main {
  color: #fff;
}
.c-title.text-c {
  align-items: center;
}
.c-title.text-c .sub {
  margin-right: -0.9px;
}
.c-title.text-c .main {
  margin-right: -1.6px;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 44px;
  }
  .c-title .sub {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .c-title .main {
    margin-top: 20px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .c-title .main {
    margin-top: 12px;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1.1px;
  }
}

.title01 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.2px;
  }
  .title01.text-c {
    margin-right: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .title01.text-c {
    margin-right: -1px;
  }
}

.title01.is-lead {
  display: flex;
  flex-direction: column;
}
.title01.is-lead.text-c {
  align-items: center;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .title01.is-lead .sub {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.05px;
  }
  .title01.is-lead .main {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.2px;
  }
  .title01.is-lead.text-c .sub {
    margin-right: -1.05px;
  }
  .title01.is-lead.text-c .main {
    margin-right: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .title01.is-lead .sub {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.85px;
  }
  .title01.is-lead .main {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .title01.is-lead.text-c .sub {
    margin-right: -0.85px;
  }
  .title01.is-lead.text-c .main {
    margin-right: -1px;
  }
}

.title02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .title02 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.05px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.9px;
  }
}

@media screen and (min-width: 768px) {
  .title02.text-c {
    margin-right: -1.05px;
  }
}
@media screen and (max-width: 767px) {
  .title02.text-c {
    margin-right: -0.9px;
  }
}

#bread-clumb {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #323232;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #323232;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #323232;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-OUR PHILOSOPHY
=========================================================*/
.top-philosophy-catch {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.top-philosophy-catch span {
  display: block;
}
.top-philosophy-catch .is-line {
  display: inline-block;
  position: relative;
}
.top-philosophy-catch .is-line::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  height: 1px;
  background: #323232;
}
@media screen and (min-width: 768px) {
  .top-philosophy {
    padding: 120px 0;
  }
  .top-philosophy-container {
    display: grid;
    grid-template-columns: 1fr 569px;
    -moz-column-gap: 81px;
         column-gap: 81px;
    padding-left: 100px;
    align-items: start;
  }
  .top-philosophy-text {
    padding-top: 84px;
  }
  .top-philosophy-body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .top-philosophy-catch {
    margin-top: 40px;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1.2px;
  }
  .top-philosophy-catch .is-line::after {
    left: calc(100% + 11.4px);
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy {
    padding: 60px 0;
  }
  .top-philosophy-body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .top-philosophy-catch {
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.9px;
  }
  .top-philosophy-catch .is-line::after {
    left: calc(100% + 9px);
    width: 30px;
  }
  .top-philosophy-img {
    margin-top: 35px;
  }
}

/*top-REASON
=========================================================*/
.top-reason-list-item {
  display: flex;
  align-items: center;
}
.top-reason-list-item-body p {
  margin: 0;
}
.top-reason-list-item-body .lead {
  font-weight: 500;
}
.top-reason .c-button {
  width: 220px;
  background-image: url(../img/common/btn-bg-w220.svg);
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding-bottom: 120px;
  }
  .top-reason .c-title {
    margin-bottom: 80px;
  }
  .top-reason-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .top-reason-list-item {
    width: 1180px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .top-reason-list-item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .top-reason-list-item-img {
    width: 556px;
    flex-shrink: 0;
  }
  .top-reason-list-item-text {
    width: 560px;
  }
  .top-reason-list-item-body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .top-reason .c-button-container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding-bottom: 60px;
  }
  .top-reason .c-title {
    margin-bottom: 40px;
  }
  .top-reason-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .top-reason-list-item {
    display: block;
  }
  .top-reason-list-item-img {
    margin-bottom: 20px;
  }
  .top-reason-list-item-body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .top-reason .c-button-container {
    margin-top: 40px;
  }
}

/*top-DIAGNOSIS & CLINICAL
=========================================================*/
.top-diagnosis {
  position: relative;
  background: #fff0df;
}
.top-diagnosis::before, .top-diagnosis::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave.svg) no-repeat center/100% 100%;
}
.top-diagnosis::before {
  top: 0;
  transform: scaleY(-1);
}
.top-diagnosis::after {
  bottom: 0;
}
.top-diagnosis .widebox {
  position: relative;
  z-index: 1;
}
.top-diagnosis-list-item-img {
  position: relative;
}
.top-diagnosis-list-item-num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  background: url(../img/top/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.top-diagnosis-list-item-tag {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top-diagnosis {
    padding: 120px 0;
  }
  .top-diagnosis::before, .top-diagnosis::after {
    height: 50px;
  }
  .top-diagnosis .c-title {
    margin-bottom: 80px;
  }
  .top-diagnosis-list {
    display: flex;
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .top-diagnosis-list-item {
    width: 380px;
    flex-shrink: 0;
  }
  .top-diagnosis-list-item-img {
    margin-bottom: 32px;
  }
  .top-diagnosis-list-item-num {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 1.5px;
  }
  .top-diagnosis .title01 {
    margin-bottom: 30px;
  }
  .top-diagnosis-list-item-tag {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .top-diagnosis-list-item-body {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-diagnosis {
    padding: 60px 0;
  }
  .top-diagnosis::before, .top-diagnosis::after {
    height: 20px;
  }
  .top-diagnosis .c-title {
    margin-bottom: 40px;
  }
  .top-diagnosis-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .top-diagnosis-list-item-img {
    margin-bottom: 20px;
  }
  .top-diagnosis-list-item-num {
    width: 60px;
    height: 60px;
    padding-top: 11px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.1px;
  }
  .top-diagnosis .title01 {
    margin-bottom: 20px;
  }
  .top-diagnosis-list-item-tag {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .top-diagnosis-list-item-body {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*top-PRICE POLICY
=========================================================*/
.top-price-head-text p {
  margin: 0;
}
.top-price-head-text .lead {
  font-weight: 500;
}
.top-price-item {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ff8000;
  border-radius: 10px;
  background: #fff0df;
}
.top-price-item-ribbon {
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  background: url(../img/top/price-ribbon.svg) no-repeat center/100% 100%;
}
.top-price-item-price {
  margin: 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.top-price-item-note {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  letter-spacing: 0.7px;
}
.top-price-item-target {
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  background: #ff9730;
}
.top-price-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-price-item-list li::before {
  content: "・";
}
.top-price .c-button {
  width: 220px;
  background-image: url(../img/common/btn-bg-w220.svg);
}
@media screen and (min-width: 768px) {
  .top-price {
    padding: 120px 0;
  }
  .top-price-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 84px;
  }
  .top-price-head .c-title {
    height: 146px;
    margin-bottom: 0;
  }
  .top-price-head-text {
    width: 530px;
  }
  .top-price-head-text .c-marker {
    background-image: linear-gradient(to bottom, transparent 2px, #fbffb6 2px, #fbffb6 22px, transparent 22px);
  }
  .top-price-container {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 60px;
  }
  .top-price-item {
    width: 520px;
    padding: 39px 49px;
  }
  .top-price-item-ribbon {
    top: -25px;
    left: -12px;
    width: 188px;
    height: 61px;
    padding: 6px 4px 0 0;
    font-size: 21px;
    line-height: 34px;
  }
  .top-price .title01 {
    margin-bottom: 25px;
  }
  .top-price-item-price {
    padding-top: 10px;
    margin-bottom: 7px;
    font-size: 31px;
    line-height: 47px;
  }
  .top-price-item-price .mark {
    font-size: 24px;
    line-height: 36px;
  }
  .top-price-item-price .note {
    font-size: 18px;
    line-height: 27px;
    margin-right: -1.2px;
  }
  .top-price-item-note {
    padding: 0 0 19px 0.7px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .top-price-item-target {
    height: 27px;
    padding: 2px 0 0 14px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .top-price-item-list {
    margin-left: -3px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-price {
    padding: 60px 0;
  }
  .top-price-head {
    margin-bottom: 45px;
  }
  .top-price-head .c-title {
    margin-bottom: 20px;
  }
  .top-price-container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .top-price-item {
    padding: 30px 25px;
  }
  .top-price-item-ribbon {
    top: -18px;
    left: -8px;
    width: 150px;
    height: 49px;
    padding: 4px 3px 0 0;
    font-size: 17px;
    line-height: 27px;
  }
  .top-price .title01 {
    margin-bottom: 18px;
  }
  .top-price-item-price {
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 39px;
  }
  .top-price-item-price .mark {
    font-size: 20px;
    line-height: 30px;
  }
  .top-price-item-price .note {
    font-size: 15px;
    line-height: 23px;
    margin-right: -1.2px;
  }
  .top-price-item-note {
    padding: 0 0 15px 0.7px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
  }
  .top-price-item-target {
    padding: 2px 0 3px 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .top-price-item-list {
    margin-left: -2px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
}

/*top-SPECIAL EVENT
=========================================================*/
.top-event {
  position: relative;
}
.top-event::before, .top-event::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave02.svg) no-repeat center/100% 100%;
}
.top-event::before {
  top: 0;
}
.top-event::after {
  bottom: 0;
  transform: rotate(180deg);
}
.top-event .widebox {
  position: relative;
  z-index: 1;
  height: 100%;
}
.top-event-img {
  -webkit-mask: url(../img/top/event-mask.png) no-repeat center/100% 100%;
  mask: url(../img/top/event-mask.png) no-repeat center/100% 100%;
}
.top-event-img img {
  width: 100%;
}
.top-event-box {
  box-sizing: border-box;
  background: url(../img/top/event-box-bg.svg) no-repeat center/100% 100%;
}
.top-event-body {
  text-align: center;
}
.top-event-body p {
  margin: 0;
}
.top-event .c-button {
  width: 220px;
  background-image: url(../img/common/btn-bg-w220.svg);
}
@media screen and (min-width: 768px) {
  .top-event {
    height: 779px;
    background: linear-gradient(to bottom, transparent 100px, #ffe8ce 100px, #ffe8ce 679px, transparent 679px);
  }
  .top-event::before, .top-event::after {
    height: 100px;
  }
  .top-event-img {
    position: absolute;
    top: 0;
    left: 2px;
    width: 1019px;
  }
  .top-event-box {
    position: absolute;
    top: 273px;
    left: 617px;
    width: 663px;
    height: 506px;
    padding: 40px 0;
  }
  .top-event .c-title {
    margin-bottom: 30px;
  }
  .top-event-body {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-event {
    padding: 50px 0;
    background: linear-gradient(to bottom, transparent 30px, #ffe8ce 30px, #ffe8ce calc(100% - 30px), transparent calc(100% - 30px));
  }
  .top-event::before, .top-event::after {
    height: 30px;
  }
  .top-event-img {
    margin-bottom: -40px;
    position: relative;
    z-index: 0;
  }
  .top-event-box {
    position: relative;
    z-index: 1;
    padding: 40px 25px;
  }
  .top-event .c-title {
    margin-bottom: 20px;
  }
  .top-event .c-title .main {
    font-size: 18px;
  }
  .top-event-body {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .top-event-body br {
    display: none;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  font-weight: 700;
  color: #646464;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
.top-column-list a {
  color: #323232;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 248px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    width: 120px;
    min-width: initial;
    height: 40px;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/248;
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-title {
  display: flex;
  flex-direction: column;
}
.top-news-list {
  display: grid;
}
.top-news-list-item {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #323232;
  position: relative;
  font-weight: 500;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ff8000;
}
.top-news-list-item .post-date {
  color: #646464;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 760px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: flex-start;
  }
  .top-news-head {
    row-gap: 30px;
    min-height: 100%;
  }
  .top-news-list-item a {
    padding: 25px 45px 25px 0;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #323232;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}

/*無料シューズ相談-警告（Figma: CAVEAT）
=========================================================*/
.consultation-caveat {
  position: relative;
}
.consultation-caveat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave04.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
.consultation-caveat .inbox {
  position: relative;
  z-index: 1;
}
.consultation-caveat-lead {
  text-align: center;
}
.consultation-caveat-list-item-num {
  position: relative;
  box-sizing: border-box;
  background: url(../img/common/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
  text-align: center;
}
.consultation-caveat-list-item-num .head,
.consultation-caveat-list-item-num .name {
  position: absolute;
  left: 0;
  display: block;
}
.consultation-caveat-list-item-num .head {
  font-weight: 900;
}
.consultation-caveat-list-item-num .name {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .consultation-caveat {
    padding: 120px 0;
    background: linear-gradient(to bottom, #fff 50px, #fff7ee 50px);
  }
  .consultation-caveat::before {
    height: 50px;
  }
  .consultation-caveat-lead {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .consultation-caveat-list {
    display: flex;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .consultation-caveat-list-item {
    width: 330px;
  }
  .consultation-caveat-list-item .title01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    margin-bottom: 20px;
  }
  .consultation-caveat-list-item-num {
    width: 176px;
    height: 176px;
    margin: 0 auto 28px;
  }
  .consultation-caveat-list-item-num .head {
    top: 37px;
    right: -1.25px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 1.25px;
  }
  .consultation-caveat-list-item-num .head .label {
    font-size: 20px;
  }
  .consultation-caveat-list-item-num .name {
    top: 82px;
    right: -1.5px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 1.5px;
  }
  .consultation-caveat-list-item-body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-caveat {
    padding: 60px 0;
    background: linear-gradient(to bottom, #fff 20px, #fff7ee 20px);
  }
  .consultation-caveat::before {
    height: 20px;
  }
  .consultation-caveat .c-title {
    margin-bottom: 24px;
  }
  .consultation-caveat-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .consultation-caveat-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .consultation-caveat-list-item .title01 {
    margin-bottom: 15px;
    text-align: center;
  }
  .consultation-caveat-list-item-num {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
  }
  .consultation-caveat-list-item-num .head {
    top: 30px;
    right: -1px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
  }
  .consultation-caveat-list-item-num .head .label {
    font-size: 16px;
  }
  .consultation-caveat-list-item-num .name {
    top: 66px;
    right: -1.2px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.2px;
  }
  .consultation-caveat-list-item-body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*無料シューズ相談-目からウロコ体験（Figma: AHA!）
=========================================================*/
.consultation-aha-lead {
  text-align: center;
}
.consultation-aha-list-item-num {
  box-sizing: border-box;
  background: url(../img/common/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
}
.consultation-aha-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .consultation-aha {
    padding-bottom: 120px;
  }
  .consultation-aha-lead {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .consultation-aha-list {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .consultation-aha-list-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .consultation-aha-list-item.is-reverse {
    flex-direction: row-reverse;
  }
  .consultation-aha-list-item-img {
    width: 456px;
    height: 364px;
  }
  .consultation-aha-list-item-text {
    width: 560px;
  }
  .consultation-aha-list-item-head {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 22px;
  }
  .consultation-aha-list-item-head .title01 {
    margin: 5px 0 0;
  }
  .consultation-aha-list-item-num {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 1.5px;
    padding-left: 1.5px;
  }
  .consultation-aha-list-item-body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-aha {
    padding-bottom: 60px;
  }
  .consultation-aha-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .consultation-aha-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .consultation-aha-list-item-img {
    margin-bottom: 20px;
    height: auto;
  }
  .consultation-aha-list-item-head {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 15px;
  }
  .consultation-aha-list-item-head .title01 {
    margin: 2px 0 0;
  }
  .consultation-aha-list-item-num {
    width: 60px;
    height: 60px;
    padding-top: 11px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.1px;
    padding-left: 1.1px;
  }
  .consultation-aha-list-item-body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*無料シューズ相談-驚きの声（Figma: VOICES）
=========================================================*/
.consultation-voice-list-item {
  box-sizing: border-box;
  background: #fff0df;
  border-radius: 10px;
}
.consultation-voice-list-item-ill {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.consultation-voice-list-item-name {
  text-align: right;
  margin-right: -0.7px;
}
@media screen and (min-width: 768px) {
  .consultation-voice {
    padding-bottom: 120px;
  }
  .consultation-voice .c-title {
    margin-bottom: 69px;
  }
  .consultation-voice-list {
    display: flex;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .consultation-voice-list-item {
    width: 500px;
    height: 512px;
    padding: 30px 50px 0;
  }
  .consultation-voice-list-item-ill {
    width: 175px;
    height: 175px;
    margin-bottom: 29px;
  }
  .consultation-voice-list-item-body {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .consultation-voice-list-item-name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-voice {
    padding-bottom: 60px;
  }
  .consultation-voice .c-title {
    margin-bottom: 30px;
  }
  .consultation-voice-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .consultation-voice-list-item {
    padding: 25px 20px 30px;
  }
  .consultation-voice-list-item-ill {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
  .consultation-voice-list-item-body {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .consultation-voice-list-item-name {
    margin-top: 5px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.65px;
  }
}

/*無料シューズ相談-よくあるご質問（Figma: Q&A）
=========================================================*/
.consultation-qa-list-item {
  border-bottom: 1px solid #c8c8c8;
}
.consultation-qa-list-item-q, .consultation-qa-list-item-a {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.consultation-qa .icon {
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.consultation-qa-list-item-q .icon {
  background: url(../img/common/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
}
.consultation-qa-list-item-a .icon {
  background: url(../img/common/badge-bg-light.svg) no-repeat center/100% 100%;
  color: #ff9730;
}
.consultation-qa-list-item-q .text {
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .consultation-qa {
    padding-bottom: 119px;
  }
  .consultation-qa .c-title {
    margin-bottom: 54px;
  }
  .consultation-qa-list-item {
    padding: 0 0 40px 1px;
    margin-bottom: 40px;
  }
  .consultation-qa-list-item:last-child {
    margin-bottom: 0;
  }
  .consultation-qa-list-item-q, .consultation-qa-list-item-a {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .consultation-qa-list-item-q {
    margin-bottom: 20px;
  }
  .consultation-qa .icon {
    width: 38px;
    height: 38px;
    padding-top: 4px;
    padding-left: 0.9px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .consultation-qa-list-item-q .text {
    padding-top: 6px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .consultation-qa-list-item-a .text {
    padding-top: 6px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-qa {
    padding-bottom: 60px;
  }
  .consultation-qa .c-title {
    margin-bottom: 30px;
  }
  .consultation-qa-list-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .consultation-qa-list-item:last-child {
    margin-bottom: 0;
  }
  .consultation-qa-list-item-q, .consultation-qa-list-item-a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .consultation-qa-list-item-q {
    margin-bottom: 15px;
  }
  .consultation-qa .icon {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    padding-left: 0.8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .consultation-qa-list-item-q .text {
    padding-top: 2px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .consultation-qa-list-item-a .text {
    padding-top: 2px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*無料シューズ相談-ご相談の流れとご予約（Figma: FLOW）
=========================================================*/
.consultation-flow-list-item {
  position: relative;
}
.consultation-flow-list-item-num {
  position: absolute;
  top: 0;
  left: -10px;
  box-sizing: border-box;
  background: url(../img/common/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.consultation-flow-list-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0df;
  border-radius: 10px;
}
.consultation-flow-list-item-box .title01 {
  margin-bottom: 0;
}
.consultation-flow-catch {
  text-align: center;
  background: linear-gradient(to bottom, transparent 18px, #fbffb6 18px, #fbffb6 38px, transparent 38px) no-repeat center top;
}
@media screen and (min-width: 768px) {
  .consultation-flow {
    padding-bottom: 120px;
  }
  .consultation-flow .c-title {
    margin-bottom: 56px;
  }
  .consultation-flow-list {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    margin-bottom: 60px;
  }
  .consultation-flow-list-item {
    width: 240px;
    padding-top: 19px;
  }
  .consultation-flow-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 72.67px;
    left: calc(100% + 13.5px);
    width: 11.5px;
    height: 12.67px;
    background: url(../img/common/arrow-triangle.svg) no-repeat center/100% 100%;
  }
  .consultation-flow-list-item-num {
    width: 38px;
    height: 38px;
    padding-top: 4px;
    padding-left: 0.9px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .consultation-flow-list-item-box {
    height: 120px;
  }
  .consultation-flow-catch {
    height: 40px;
    margin-bottom: 38px;
    margin-right: -1.2px;
    background-size: 730px 100%;
  }
}
@media screen and (max-width: 767px) {
  .consultation-flow {
    padding-bottom: 60px;
  }
  .consultation-flow .c-title {
    margin-bottom: 40px;
  }
  .consultation-flow-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    padding-left: 10px;
    margin-bottom: 40px;
  }
  .consultation-flow-list-item {
    padding-top: 16px;
  }
  .consultation-flow-list-item-num {
    width: 32px;
    height: 32px;
    padding-top: 4px;
    padding-left: 0.8px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .consultation-flow-list-item-box {
    height: 90px;
    padding: 0 10px;
  }
  .consultation-flow-list-item-box .title01 {
    text-align: center;
  }
  .consultation-flow-catch {
    margin-bottom: 24px;
    background: linear-gradient(to bottom, transparent 14px, #fbffb6 14px, #fbffb6 30px, transparent 30px) no-repeat center top;
    background-size: 100% 100%;
  }
}

/*メニュー・料金-その場しのぎの「消費」から（Figma: SHIFT）
=========================================================*/
.menu-shift {
  position: relative;
}
.menu-shift::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave04.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
.menu-shift .inbox {
  position: relative;
  z-index: 1;
}
.menu-shift-text {
  text-align: center;
  margin-right: -0.8px;
}
.menu-shift .c-marker {
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .menu-shift {
    padding: 120px 0;
    background: linear-gradient(to bottom, #fff 50px, #fff7ee 50px);
  }
  .menu-shift::before {
    height: 50px;
  }
  .menu-shift .c-title {
    margin-bottom: 40px;
  }
  .menu-shift-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .menu-shift .c-marker {
    background-image: linear-gradient(to bottom, transparent 5px, #fbffb6 5px, #fbffb6 25px, transparent 25px);
    background-size: 354px 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu-shift {
    padding: 60px 0;
    background: linear-gradient(to bottom, #fff 20px, #fff7ee 20px);
  }
  .menu-shift::before {
    height: 20px;
  }
  .menu-shift-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .menu-shift .c-marker {
    background-image: linear-gradient(to bottom, transparent 4px, #fbffb6 4px, #fbffb6 21px, transparent 21px);
    background-size: 100% 100%;
  }
}

/*メニュー・料金-決定的な違い（Figma: DIFFERENCE）
=========================================================*/
.menu-difference-compare {
  box-sizing: border-box;
  background: #fff0df;
}
.menu-difference-compare-item {
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  text-align: center;
}
.menu-difference-compare-item.is-recommend {
  background: #ffe8ce;
  border-color: #ff8000;
}
.menu-difference-compare-item-img {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.menu-difference-compare-item-img img {
  display: block;
}
.menu-difference-compare-item-list {
  margin: 0;
  text-align: left;
}
.menu-difference-compare-item-list dt,
.menu-difference-compare-item-list dd {
  margin: 0;
}
.menu-difference-compare-item-list .label {
  box-sizing: border-box;
  flex-shrink: 0;
  background: #a0a0a0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.menu-difference-compare-item.is-recommend .menu-difference-compare-item-list .label {
  background: #ff9730;
}
.menu-difference-price-item {
  position: relative;
  box-sizing: border-box;
  background: #fff0df;
  border: 1px solid #ff8000;
  border-radius: 10px;
}
.menu-difference-price-item .title01, .menu-difference-price-item-note {
  border-bottom: 1px solid #d9d9d9;
}
.menu-difference-price-item-fee {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.menu-difference-price-item-fee .mark,
.menu-difference-price-item-fee .tax {
  line-height: 1;
}
.menu-difference-price-item-note {
  color: #000;
  text-align: center;
}
.menu-difference-price-item-label {
  box-sizing: border-box;
  background: #ff9730;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}
.menu-difference-price-item-body p:last-child {
  margin-bottom: 0;
}
.menu-difference-price-item-ribbon {
  position: absolute;
  box-sizing: border-box;
  background: url(../img/menu/ribbon.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .menu-difference {
    padding-bottom: 120px;
  }
  .menu-difference .c-title {
    margin-bottom: 80px;
  }
  .menu-difference-compare {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 80px;
  }
  .menu-difference-compare-item {
    width: 460px;
    height: 369px;
    padding: 26px 39px 0;
  }
  .menu-difference-compare-item .title01 {
    margin-bottom: 29px;
  }
  .menu-difference-compare-item-img {
    width: 180px;
    height: 100px;
    margin-bottom: 30px;
  }
  .menu-difference-compare-item-img img {
    width: 180px;
    height: 120px;
    margin-top: -10px;
  }
  .menu-difference-compare-item.is-recommend .menu-difference-compare-item-img img {
    position: absolute;
    top: -16.06px;
    left: 6.71px;
    width: 166.3px;
    height: 122.06px;
    margin-top: 0;
  }
  .menu-difference-compare-item-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .menu-difference-compare-item-list-row {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .menu-difference-compare-item-list .label {
    width: 60px;
    height: 27px;
    margin-top: 1px;
    padding-top: 2px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .menu-difference-compare-item-list .text {
    width: 305px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .menu-difference-price-title {
    margin-bottom: 60px;
  }
  .menu-difference-price {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .menu-difference-price-item {
    width: 520px;
    height: 619px;
    padding: 39px 49px 0;
  }
  .menu-difference-price-item .title01 {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .menu-difference-price-item-fee {
    font-size: 31px;
    line-height: 47px;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
  }
  .menu-difference-price-item-fee .mark {
    font-size: 24px;
  }
  .menu-difference-price-item-fee .tax {
    font-size: 18px;
  }
  .menu-difference-price-item-note {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.7px;
  }
  .menu-difference-price-item-label {
    padding: 2px 0 0 14.2px;
    height: 27px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .menu-difference-price-item-body {
    width: calc(100% + 3px);
    margin-left: -3px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .menu-difference-price-item-ribbon {
    top: -24px;
    left: -11px;
    width: 188px;
    height: 61px;
    padding: 5px 29px 0 23px;
    font-size: 21px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .menu-difference {
    padding-bottom: 60px;
  }
  .menu-difference .c-title {
    margin-bottom: 40px;
  }
  .menu-difference-compare {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .menu-difference-compare-item {
    padding: 20px 19px;
  }
  .menu-difference-compare-item .title01 {
    margin-bottom: 20px;
  }
  .menu-difference-compare-item-img {
    width: 180px;
    height: 100px;
    margin-bottom: 20px;
  }
  .menu-difference-compare-item-img img {
    width: 180px;
    height: 120px;
    margin-top: -10px;
  }
  .menu-difference-compare-item.is-recommend .menu-difference-compare-item-img img {
    position: absolute;
    top: -16.06px;
    left: 6.71px;
    width: 166.3px;
    height: 122.06px;
    margin-top: 0;
  }
  .menu-difference-compare-item-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .menu-difference-compare-item-list-row {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .menu-difference-compare-item-list .label {
    width: 52px;
    height: 24px;
    margin-top: 1px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .menu-difference-compare-item-list .text {
    flex: 1;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .menu-difference-price-title {
    margin-bottom: 30px;
  }
  .menu-difference-price {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .menu-difference-price-item {
    padding: 25px 19px 30px;
  }
  .menu-difference-price-item .title01 {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .menu-difference-price-item-fee {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .menu-difference-price-item-fee .mark {
    font-size: 20px;
  }
  .menu-difference-price-item-fee .tax {
    font-size: 15px;
  }
  .menu-difference-price-item-note {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.65px;
  }
  .menu-difference-price-item-label {
    padding: 2px 0 0 12px;
    height: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .menu-difference-price-item-body {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .menu-difference-price-item-ribbon {
    top: -20px;
    left: -8px;
    width: 150px;
    height: 49px;
    padding: 5px 22px 0 19px;
    font-size: 17px;
    line-height: 27px;
  }
}

/*メニュー・料金-インソール作成・施術の流れ（Figma: FLOW）
=========================================================*/
.menu-flow-list-item {
  position: relative;
}
.menu-flow-list-item-num {
  position: absolute;
  top: 0;
  left: -10px;
  box-sizing: border-box;
  background: url(../img/common/badge-bg.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.menu-flow-list-item-box {
  box-sizing: border-box;
  background: #fff0df;
  border-radius: 10px;
}
.menu-flow-list-item-ill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.menu-flow-list-item .title02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-flow-support-lead {
  text-align: center;
  margin-right: -0.8px;
}
.menu-flow-support-title .c-marker {
  background-repeat: no-repeat;
  background-position: center top;
}
.menu-flow-support {
  position: relative;
  box-sizing: border-box;
  background: #fff0df;
  border: 1px solid #ff9730;
  border-radius: 10px;
}
.menu-flow-support-img {
  position: relative;
}
.menu-flow-support-img-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background: url(../img/menu/circle.svg) no-repeat center/100% 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.menu-flow-support-img-photo {
  position: absolute;
  display: block;
}
.menu-flow-support-img-logo {
  position: absolute;
  display: flex;
}
.menu-flow-support-img-logo li {
  line-height: 1;
}
.menu-flow-support-img-logo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .menu-flow {
    padding-bottom: 120px;
  }
  .menu-flow .c-title {
    margin-bottom: 56px;
  }
  .menu-flow-list {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    margin-bottom: 80px;
  }
  .menu-flow-list-item {
    width: 240px;
    padding-top: 19px;
  }
  .menu-flow-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 205.5px;
    left: calc(100% + 13px);
    width: 11.5px;
    height: 12.67px;
    background: url(../img/common/arrow-triangle.svg) no-repeat center/100% 100%;
  }
  .menu-flow-list-item-num {
    width: 38px;
    height: 38px;
    padding-top: 4px;
    padding-left: 0.9px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .menu-flow-list-item-box {
    height: 385px;
    padding: 27px 25px 0;
  }
  .menu-flow-list-item-ill {
    width: 112px;
    height: 78px;
  }
  .menu-flow-list-item .title02 {
    height: 106px;
    margin-bottom: 10px;
  }
  .menu-flow-list-item-body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .menu-flow-support-title {
    margin-bottom: 20px;
  }
  .menu-flow-support-title .main {
    height: 40px;
    background-image: linear-gradient(to bottom, transparent 19px, #fbffb6 19px, #fbffb6 39px, transparent 39px);
    background-size: 362px 100%;
  }
  .menu-flow-support-lead {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .menu-flow-support {
    height: 376px;
    padding: 41px 0 0 49px;
  }
  .menu-flow-support-text {
    width: 504px;
  }
  .menu-flow-support-text .title01 {
    margin-bottom: 30px;
  }
  .menu-flow-support-body {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .menu-flow-support-img {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 487px;
    height: 375px;
  }
  .menu-flow-support-img-badge {
    top: 33px;
    left: 40px;
    width: 185px;
    height: 185px;
    padding-top: 58px;
  }
  .menu-flow-support-img-badge .sub {
    font-size: 14px;
    line-height: 22px;
  }
  .menu-flow-support-img-badge .main {
    font-size: 20px;
    line-height: 32px;
  }
  .menu-flow-support-img-photo {
    top: 66px;
    left: 53px;
    width: 399px;
    height: 293px;
  }
  .menu-flow-support-img-logo {
    top: 278px;
    left: 293px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .menu-flow-support-img-logo img {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .menu-flow {
    padding-bottom: 60px;
  }
  .menu-flow .c-title {
    margin-bottom: 40px;
  }
  .menu-flow-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    margin-bottom: 50px;
  }
  .menu-flow-list-item {
    padding-top: 16px;
  }
  .menu-flow-list-item-num {
    width: 32px;
    height: 32px;
    padding-top: 4px;
    padding-left: 0.8px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .menu-flow-list-item-box {
    height: 100%;
    padding: 20px 15px;
  }
  .menu-flow-list-item-ill {
    width: 90px;
    height: 62px;
    margin-bottom: 10px;
  }
  .menu-flow-list-item-ill img {
    max-width: 100%;
    height: auto;
  }
  .menu-flow-list-item .title02 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .menu-flow-list-item-body {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .menu-flow-support-title {
    margin-bottom: 15px;
  }
  .menu-flow-support-title .main {
    height: 34px;
    background-image: linear-gradient(to bottom, transparent 16px, #fbffb6 16px, #fbffb6 33px, transparent 33px);
    background-size: 100% 100%;
  }
  .menu-flow-support-lead {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .menu-flow-support-lead br {
    display: none;
  }
  .menu-flow-support {
    padding: 25px 19px 30px;
  }
  .menu-flow-support-text .title01 {
    margin-bottom: 20px;
  }
  .menu-flow-support-body {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }
  .menu-flow-support-img {
    height: 260px;
    margin-top: 25px;
  }
  .menu-flow-support-img-badge {
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    padding-top: 40px;
  }
  .menu-flow-support-img-badge .sub {
    font-size: 12px;
    line-height: 18px;
  }
  .menu-flow-support-img-badge .main {
    font-size: 16px;
    line-height: 26px;
  }
  .menu-flow-support-img-photo {
    top: 46px;
    left: 37px;
    width: 280px;
    height: 206px;
    max-width: calc(100% - 37px);
    height: auto;
  }
  .menu-flow-support-img-logo {
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .menu-flow-support-img-logo img {
    width: 50px;
    height: 50px;
  }
}

/*当院が選ばれる理由-理由詳細（Figma: REASON 01〜03）
=========================================================*/
.reason-detail {
  position: relative;
}
.reason-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave04.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
.reason-detail .inbox {
  position: relative;
  z-index: 1;
}
.reason-detail-list-item-img {
  flex-shrink: 0;
  -webkit-mask: url(../img/reason/photo-mask.svg) no-repeat center/100% 100%;
  mask: url(../img/reason/photo-mask.svg) no-repeat center/100% 100%;
}
.reason-detail-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-detail-list-item-body p {
  margin: 0;
}
.reason-detail-check-item {
  display: flex;
  align-items: flex-start;
}
.reason-detail-check-item .bi-check-circle-fill {
  flex-shrink: 0;
  color: #ff8000;
  line-height: 1;
}
.reason-detail-check-item .text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reason-detail {
    background: linear-gradient(to bottom, #fff 50px, #fff7ee 50px);
    padding: 120px 0;
  }
  .reason-detail::before {
    height: 50px;
  }
  .reason-detail .c-title {
    margin-bottom: 80px;
  }
  .reason-detail-list-item {
    padding-bottom: 120px;
  }
  .reason-detail-list-item-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .reason-detail-list-item.is-reverse .reason-detail-list-item-container {
    flex-direction: row-reverse;
  }
  .reason-detail-list-item-img {
    width: 500px;
    height: 400px;
  }
  .reason-detail-list-item-text {
    width: 490px;
    align-self: flex-start;
    margin-top: 27px;
  }
  .reason-detail-list-item-body {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .reason-detail-check-item {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 10px;
  }
  .reason-detail-check-item:last-child {
    margin-bottom: 0;
  }
  .reason-detail-check-item .bi-check-circle-fill {
    width: 16px;
    margin-top: 7px;
    font-size: 16px;
  }
  .reason-detail-check-item .text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .reason-detail {
    background: linear-gradient(to bottom, #fff 20px, #fff7ee 20px);
    padding: 60px 0;
  }
  .reason-detail::before {
    height: 20px;
  }
  .reason-detail .c-title {
    margin-bottom: 30px;
  }
  .reason-detail-list-item {
    padding-bottom: 60px;
  }
  .reason-detail-list-item-img {
    width: 100%;
    aspect-ratio: 5/4;
    margin-bottom: 25px;
  }
  .reason-detail-list-item-body {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .reason-detail-check-item {
    -moz-column-gap: 7px;
         column-gap: 7px;
    margin-bottom: 8px;
  }
  .reason-detail-check-item:last-child {
    margin-bottom: 0;
  }
  .reason-detail-check-item .bi-check-circle-fill {
    width: 14px;
    margin-top: 5px;
    font-size: 14px;
  }
  .reason-detail-check-item .text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
}

/*症状別・根本改善アプローチ
=========================================================*/
/*症状別・根本改善アプローチ-症例別の改善アプローチ（Figma: CASE01〜03）
=========================================================*/
.approach-case {
  position: relative;
}
.approach-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave04.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
.approach-case .inbox {
  position: relative;
  z-index: 1;
}
.approach-case-item-tag {
  display: flex;
  justify-content: center;
}
.approach-case-item-tag-item {
  box-sizing: border-box;
  background: #ff9730;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.approach-case-item-img {
  margin-left: auto;
  margin-right: auto;
  -webkit-mask: url(../img/approach/photo-mask.svg) no-repeat center/100% 100%;
  mask: url(../img/approach/photo-mask.svg) no-repeat center/100% 100%;
}
.approach-case-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.approach-case-item-trouble {
  box-sizing: border-box;
  background: #fff0df;
  border-radius: 10px;
}
.approach-case-item-trouble-list-item {
  border-top: 1px solid #d9d9d9;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.approach-case-item-trouble-list-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.approach-case-item-detail-text p {
  margin: 0;
}
.approach-case .c-marker {
  font-weight: 500;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .approach-case {
    background: linear-gradient(to bottom, #fff 50px, #fff7ee 50px);
    padding: 120px 0 135px;
  }
  .approach-case::before {
    height: 50px;
  }
  .approach-case-item {
    margin-bottom: 120px;
  }
  .approach-case-item:last-child {
    margin-bottom: 0;
  }
  .approach-case .c-title {
    margin-bottom: 50px;
  }
  .approach-case-item-tag {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 70px;
  }
  .approach-case-item-tag-item {
    height: 40px;
    padding: 7px 29.1px 0 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
  .approach-case-item-img {
    width: 500px;
    height: 222px;
    margin-bottom: 70px;
  }
  .approach-case-item-body {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .approach-case-item-trouble {
    width: 500px;
    padding: 30px;
    margin-top: 1px;
  }
  .approach-case-item-trouble .title02 {
    margin-bottom: 30px;
  }
  .approach-case-item-trouble-list-item {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .approach-case-item-detail {
    width: 520px;
  }
  .approach-case-item-detail-block {
    margin-bottom: 30px;
  }
  .approach-case-item-detail-block:last-child {
    margin-bottom: 0;
  }
  .approach-case-item-detail-block .title02 {
    margin-bottom: 10px;
  }
  .approach-case-item-detail-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
  }
  .approach-case .c-marker {
    background-image: linear-gradient(to bottom, transparent 2px, #fbffb6 2px, #fbffb6 22px, transparent 22px);
  }
}
@media screen and (max-width: 767px) {
  .approach-case {
    background: linear-gradient(to bottom, #fff 20px, #fff7ee 20px);
    padding: 60px 0;
  }
  .approach-case::before {
    height: 20px;
  }
  .approach-case-item {
    margin-bottom: 60px;
  }
  .approach-case-item:last-child {
    margin-bottom: 0;
  }
  .approach-case .c-title {
    margin-bottom: 25px;
  }
  .approach-case-item-tag {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .approach-case-item-tag-item {
    height: 32px;
    padding: 5px 16px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .approach-case-item-img {
    width: 100%;
    aspect-ratio: 500/222;
    margin-bottom: 30px;
  }
  .approach-case-item-trouble {
    padding: 20px;
    margin-bottom: 30px;
  }
  .approach-case-item-trouble .title02 {
    margin-bottom: 20px;
  }
  .approach-case-item-trouble-list-item {
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .approach-case-item-detail-block {
    margin-bottom: 25px;
  }
  .approach-case-item-detail-block:last-child {
    margin-bottom: 0;
  }
  .approach-case-item-detail-block .title02 {
    margin-bottom: 10px;
  }
  .approach-case-item-detail-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .approach-case .c-marker {
    background-image: linear-gradient(to bottom, transparent 2px, #fbffb6 2px, #fbffb6 19px, transparent 19px);
  }
}

/*症状別・根本改善アプローチ-セルフチェック（Figma: 44020:1242）
=========================================================*/
.approach-selfcheck {
  background: #fff7ee;
}
.approach-selfcheck-card {
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #ff9730;
  border-radius: 10px;
  background: #fff0df;
}
.approach-selfcheck-list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ff9730;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #323232;
}
.approach-selfcheck-list-item::before {
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
  border: 2px solid #ff9730;
  border-radius: 5px;
}
.approach-selfcheck-catch .c-marker {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .approach-selfcheck {
    padding-bottom: 120px;
  }
  .approach-selfcheck-card {
    width: 800px;
    padding: 49px 0 45px;
  }
  .approach-selfcheck .title01.is-lead {
    margin-bottom: 34px;
  }
  .approach-selfcheck-lead {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .approach-selfcheck-list {
    width: 573px;
    margin: 0 auto 50px;
  }
  .approach-selfcheck-list-item {
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 11px 0 13px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
  .approach-selfcheck-list-item:first-child {
    padding-top: 0;
  }
  .approach-selfcheck-list-item::before {
    width: 26px;
    height: 26px;
    margin-top: 1px;
  }
  .approach-selfcheck-list-item .text {
    flex: 1;
    margin-right: -0.9px;
  }
  .approach-selfcheck-catch {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.05px;
    margin-right: -1.05px;
    color: #323232;
  }
  .approach-selfcheck-catch .c-marker {
    padding-bottom: 7px;
    background-image: linear-gradient(to bottom, transparent 17.75px, #fbffb6 17.75px, #fbffb6 37.75px, transparent 37.75px);
  }
}
@media screen and (max-width: 767px) {
  .approach-selfcheck {
    padding-bottom: 60px;
  }
  .approach-selfcheck-card {
    width: 100%;
    padding: 29px 20px;
  }
  .approach-selfcheck .title01.is-lead {
    margin-bottom: 20px;
  }
  .approach-selfcheck-lead {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  .approach-selfcheck-list {
    margin-bottom: 25px;
  }
  .approach-selfcheck-list-item {
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 10px 0 11px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
  }
  .approach-selfcheck-list-item:first-child {
    padding-top: 0;
  }
  .approach-selfcheck-list-item::before {
    width: 22px;
    height: 22px;
    margin-top: 1px;
  }
  .approach-selfcheck-catch {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.85px;
    color: #323232;
  }
  .approach-selfcheck-catch .c-marker {
    padding-bottom: 6px;
    background-image: linear-gradient(to bottom, transparent 14px, #fbffb6 14px, #fbffb6 31px, transparent 31px);
  }
}

/*症状別・根本改善アプローチ-ボタン（Figma: 44020:1234）
=========================================================*/
.approach-button {
  background: #fff7ee;
}
@media screen and (min-width: 768px) {
  .approach-button {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .approach-button {
    padding-bottom: 60px;
  }
}

.access {
  background: #fff7ee;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #ff8000;
  border-bottom: 1px solid #ff8000;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #323232;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  border: solid 1px #ff8000;
  background-color: #ff8000;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.complete-page .c-button-container {
  margin-top: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(50, 50, 50, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #323232;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #323232;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #323232;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #323232;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #323232;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #ff8000;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #ff8000;
  font-weight: bold;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list > li {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.1s all ease-in;
  color: #323232;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #ff8000;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #ff8000;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #323232;
  font-weight: bold;
  border-bottom: 1px solid #323232;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 140px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff7ee;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #323232;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #ff8000;
    top: 50%;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #ff8000 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 8px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
/*ヘッダー
=========================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 30px;
    height: 100px;
    display: grid;
    grid-template-columns: 10.5% 1fr;
  }
  .header-right {
    gap: 5px 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .header-right-info {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header-right .c-button {
    width: 120px;
    min-width: initial;
  }
  .header-right .c-tel-number {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    height: 50px;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
    padding-left: 30px;
    letter-spacing: 0;
  }
  .header-right .c-tel-number .name {
    font-size: 11px;
    line-height: 16px;
    color: #ff8000;
  }
  .header-right .c-tel-number .number {
    font-family: "Shippori Mincho B1", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #323232;
  }
  .header-right .c-button {
    letter-spacing: 0;
  }
  .header .nav-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .header .nav a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #323232;
  }
  .header .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
  .header-logo {
    width: 150px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fff;
  }
  .header-right-info {
    height: 70px;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    gap: 10px;
  }
  .header-right-info a {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header-right .c-tel-number {
    flex-direction: column;
    gap: 0;
  }
  .header-right .c-tel-number .name {
    font-size: 10px;
    line-height: 14px;
    color: #ff8000;
  }
  .header-right .c-tel-number .number {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #323232;
  }
  .header-right .c-button {
    min-width: initial;
    height: 100%;
  }
  .header-right .c-button.mail-button {
    display: none;
  }
  .header-right .c-button--contact {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #323232;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #ff8000;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*お問い合わせバナー（Figma: com-action）
=========================================================*/
.l-cta {
  position: relative;
}
.l-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg-wave03.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
.l-cta .inbox {
  position: relative;
  z-index: 1;
}
.l-cta-text {
  text-align: center;
  color: #fff;
}
.l-cta-text p {
  margin: 0;
}
.l-cta-list-item {
  box-sizing: border-box;
  background: url(../img/common/cta-card-bg.svg) no-repeat center/100% 100%;
  text-align: center;
  color: #4b4b4b;
}
.l-cta-list-item > a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  color: #4b4b4b;
}
.l-cta-list-item-name {
  font-weight: 500;
}
.l-cta-list-item-sub-text {
  font-weight: 500;
}
.l-cta-list-item-sub-text .number {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
.l-cta-list-item-link {
  display: inline-flex;
  align-items: center;
}
.l-cta-list-item-link .text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
.l-cta .c-tel-number {
  justify-content: center;
  color: #4b4b4b;
}
.l-cta .c-tel-number .number {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 70px 0 65px;
    background: linear-gradient(to bottom, transparent 50px, #ff9730 50px);
  }
  .l-cta::before {
    height: 50px;
  }
  .l-cta .c-title {
    margin-bottom: 30px;
  }
  .l-cta-text {
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.9px;
    font-weight: 500;
  }
  .l-cta-list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin: 0 -100px;
  }
  .l-cta-list-item {
    display: block;
    width: 400px;
    height: 150px;
  }
  .l-cta-list-item > .l-cta-list-item-name {
    padding-top: 27px;
  }
  .l-cta-list-item > a {
    padding-top: 36px;
  }
  .l-cta-list-item-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .l-cta-list-item-sub-text {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.9px;
  }
  .l-cta-list-item-link {
    height: 34px;
    gap: 0 10px;
  }
  .l-cta-list-item-link .bi {
    font-size: 24px;
  }
  .l-cta-list-item-link .logo-line {
    width: 30px;
    height: 30px;
  }
  .l-cta-list-item-link .text {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2.6px;
  }
  .l-cta .c-tel {
    margin-bottom: 10px;
  }
  .l-cta .c-tel-number {
    height: 32px;
    gap: 0 10px;
  }
  .l-cta .c-tel-number .bi {
    font-size: 24px;
  }
  .l-cta .c-tel-number .number {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
  .l-cta .l-cta-list-item-name {
    margin-bottom: 10px;
  }
  .l-cta .l-cta-list-item > a .l-cta-list-item-name {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0 50px;
    background: linear-gradient(to bottom, transparent 20px, #ff9730 20px);
  }
  .l-cta::before {
    height: 20px;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    font-weight: 500;
  }
  .l-cta-text br {
    display: none;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .l-cta-list-item {
    display: block;
    width: 100%;
    padding: 25px 20px;
  }
  .l-cta-list-item > a {
    margin: -25px -20px;
    padding: 25px 20px;
  }
  .l-cta-list-item-name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  .l-cta-list-item-sub-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .l-cta-list-item-link {
    gap: 0 8px;
  }
  .l-cta-list-item-link .bi {
    font-size: 20px;
  }
  .l-cta-list-item-link .logo-line {
    width: 25px;
    height: 25px;
  }
  .l-cta-list-item-link .text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .l-cta .c-tel {
    margin-bottom: 8px;
  }
  .l-cta .c-tel-number {
    gap: 0 8px;
  }
  .l-cta .c-tel-number .bi {
    font-size: 20px;
  }
  .l-cta .c-tel-number .number {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.3px;
  }
}

/*フッター（Figma: footer--patter-2）
=========================================================*/
.footer {
  background: #f9f9f9;
  color: #323232;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
.footer-heading {
  display: grid;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
}
.footer-address {
  display: flex;
  flex-direction: column;
  font-style: normal;
}
.footer-address p {
  margin: 0;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-list a {
  color: #323232;
}
.footer-sub-nav a {
  color: #323232;
}
.footer #copyright small {
  font-size: inherit;
}
.footer #copyright a {
  color: #323232;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer-heading {
    grid-template-columns: 1fr 470px;
  }
  .footer-heading-info {
    row-gap: 30px;
  }
  .footer-logo {
    width: 285px;
  }
  .footer-address {
    row-gap: 15px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.7px;
    margin-top: 1px;
    margin-bottom: -1px;
  }
  .footer .c-sns {
    gap: 20px;
  }
  .footer .c-sns img {
    width: 30px;
    height: 30px;
  }
  .footer-nav-list {
    gap: 30px 29.25px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.75px;
  }
  .footer-nav-list a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 48px;
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
  }
  .footer-sub-nav {
    order: 2;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
  }
  .footer-sub-nav a:hover {
    text-decoration: underline;
  }
  .footer #copyright {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 calc(100px + 20%);
  }
  .footer-heading {
    row-gap: 40px;
  }
  .footer-heading-info {
    row-gap: 25px;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-address {
    row-gap: 12px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.65px;
  }
  .footer .c-sns {
    gap: 20px;
  }
  .footer .c-sns img {
    width: 30px;
    height: 30px;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
  }
  .footer-nav-list a {
    line-height: 1.4;
  }
  .footer-bottom {
    display: grid;
    row-gap: 20px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
  }
  .footer-sub-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.65px;
  }
  .footer #copyright {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */