@charset "utf-8";

/*===============================================================================

	初期設定

===============================================================================*/

/* リセットCSS
************************************************************/
strong {
  font-weight: bolder;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
button,
select {
  text-transform: none;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
input {
  -webkit-border-radius: 0;
}
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
progress {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}
[tabindex],
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
svg {
  fill: currentColor;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden=false] {
  display: inherit;
  clip: rect(0 0 0 0);
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}
* {
  background-repeat: no-repeat;
}

:root {
  color: #000;
  font: 100%/1.5 sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  cursor: default;
}

a {
  text-decoration: none;
}

canvas,
iframe,
img,
svg {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
}

[type=button],
[type=date],
[type=number],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=url],
button,
select,
textarea {
  min-height: 1.5em;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #b3d4fc;
}
::selection {
  color: #fff;
  text-shadow: none;
  background-color: #b3d4fc;
}

/* 基本設定
************************************************************/
:root {
  --guideline-color: #332f26;
  --color01: #565565;
  --color02: #b4ada9;
  --color03: #998e73;
  --color04: #839fb6;
  --color05: #ad9fbd;
  --color06: #f3f5f5;
  --color07: #ccc6b9;
  --size5px: calc(5 / 1920 * 100vw);
  --size10px: calc(10 / 1920 * 100vw);
  --size15px: calc(15 / 1920 * 100vw);
  --size20px: calc(20 / 1920 * 100vw);
  --size25px: calc(25 / 1920 * 100vw);
  --size30px: calc(30 / 1920 * 100vw);
  --size35px: calc(35 / 1920 * 100vw);
  --size40px: calc(40 / 1920 * 100vw);
  --size45px: calc(45 / 1920 * 100vw);
  --size50px: calc(50 / 1920 * 100vw);
  --size55px: calc(55 / 1920 * 100vw);
  --size60px: calc(60 / 1920 * 100vw);
  --size65px: calc(65 / 1920 * 100vw);
  --size70px: calc(70 / 1920 * 100vw);
  --size75px: calc(75 / 1920 * 100vw);
  --size80px: calc(80 / 1920 * 100vw);
  --size85px: calc(85 / 1920 * 100vw);
  --size90px: calc(90 / 1920 * 100vw);
  --size95px: calc(95 / 1920 * 100vw);
  --size100px: calc(100 / 1920 * 100vw);
  --size105px: calc(105 / 1920 * 100vw);
  --size110px: calc(110 / 1920 * 100vw);
  --size115px: calc(115 / 1920 * 100vw);
  --size120px: calc(120 / 1920 * 100vw);
  --size125px: calc(125 / 1920 * 100vw);
  --size130px: calc(130 / 1920 * 100vw);
  --size135px: calc(135 / 1920 * 100vw);
  --size140px: calc(140 / 1920 * 100vw);
  --size145px: calc(145 / 1920 * 100vw);
  --size150px: calc(150 / 1920 * 100vw);
  --size160px: calc(160 / 1920 * 100vw);
  --size170px: calc(170 / 1920 * 100vw);
  --size180px: calc(180 / 1920 * 100vw);
  --size190px: calc(190 / 1920 * 100vw);
  --size200px: calc(200 / 1920 * 100vw);
  font-size: calc(16 / 1920*100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
  :root {
    --size5px: calc(5 / 1599 * 100vw);
    --size10px: calc(10 / 1599 * 100vw);
    --size15px: calc(15 / 1599 * 100vw);
    --size20px: calc(20 / 1599 * 100vw);
    --size25px: calc(25 / 1599 * 100vw);
    --size30px: calc(30 / 1599 * 100vw);
    --size35px: calc(35 / 1599 * 100vw);
    --size40px: calc(40 / 1599 * 100vw);
    --size45px: calc(45 / 1599 * 100vw);
    --size50px: calc(50 / 1599 * 100vw);
    --size55px: calc(55 / 1599 * 100vw);
    --size60px: calc(60 / 1599 * 100vw);
    --size65px: calc(65 / 1599 * 100vw);
    --size70px: calc(70 / 1599 * 100vw);
    --size75px: calc(75 / 1599 * 100vw);
    --size80px: calc(80 / 1599 * 100vw);
    --size85px: calc(85 / 1599 * 100vw);
    --size90px: calc(90 / 1599 * 100vw);
    --size95px: calc(95 / 1599 * 100vw);
    --size100px: calc(100 / 1599 * 100vw);
    --size105px: calc(105 / 1599 * 100vw);
    --size110px: calc(110 / 1599 * 100vw);
    --size115px: calc(115 / 1599 * 100vw);
    --size120px: calc(120 / 1599 * 100vw);
    --size125px: calc(125 / 1599 * 100vw);
    --size130px: calc(130 / 1599 * 100vw);
    --size135px: calc(135 / 1599 * 100vw);
    --size140px: calc(140 / 1599 * 100vw);
    --size145px: calc(145 / 1599 * 100vw);
    --size150px: calc(150 / 1599 * 100vw);
    --size160px: calc(160 / 1599 * 100vw);
    --size170px: calc(170 / 1599 * 100vw);
    --size180px: calc(180 / 1599 * 100vw);
    --size190px: calc(190 / 1599 * 100vw);
    --size200px: calc(200 / 1599 * 100vw);
    font-size: calc(16 / 1599*100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  :root {
    --size5px: calc(5 / 1299 * 100vw);
    --size10px: calc(10 / 1299 * 100vw);
    --size15px: calc(15 / 1299 * 100vw);
    --size20px: calc(20 / 1299 * 100vw);
    --size25px: calc(25 / 1299 * 100vw);
    --size30px: calc(30 / 1299 * 100vw);
    --size35px: calc(35 / 1299 * 100vw);
    --size40px: calc(40 / 1299 * 100vw);
    --size45px: calc(45 / 1299 * 100vw);
    --size50px: calc(50 / 1299 * 100vw);
    --size55px: calc(55 / 1299 * 100vw);
    --size60px: calc(60 / 1299 * 100vw);
    --size65px: calc(65 / 1299 * 100vw);
    --size70px: calc(70 / 1299 * 100vw);
    --size75px: calc(75 / 1299 * 100vw);
    --size80px: calc(80 / 1299 * 100vw);
    --size85px: calc(85 / 1299 * 100vw);
    --size90px: calc(90 / 1299 * 100vw);
    --size95px: calc(95 / 1299 * 100vw);
    --size100px: calc(100 / 1299 * 100vw);
    --size105px: calc(105 / 1299 * 100vw);
    --size110px: calc(110 / 1299 * 100vw);
    --size115px: calc(115 / 1299 * 100vw);
    --size120px: calc(120 / 1299 * 100vw);
    --size125px: calc(125 / 1299 * 100vw);
    --size130px: calc(130 / 1299 * 100vw);
    --size135px: calc(135 / 1299 * 100vw);
    --size140px: calc(140 / 1299 * 100vw);
    --size145px: calc(145 / 1299 * 100vw);
    --size150px: calc(150 / 1299 * 100vw);
    --size160px: calc(160 / 1299 * 100vw);
    --size170px: calc(170 / 1299 * 100vw);
    --size180px: calc(180 / 1299 * 100vw);
    --size190px: calc(190 / 1299 * 100vw);
    --size200px: calc(200 / 1299 * 100vw);
    font-size: calc(16 / 1299*100vw);
  }
}

@media(max-width: 767px) {
  :root {
    --size5px: calc(5 / 750 * 100vw);
    --size10px: calc(10 / 750 * 100vw);
    --size15px: calc(15 / 750 * 100vw);
    --size20px: calc(20 / 750 * 100vw);
    --size25px: calc(25 / 750 * 100vw);
    --size30px: calc(30 / 750 * 100vw);
    --size35px: calc(35 / 750 * 100vw);
    --size40px: calc(40 / 750 * 100vw);
    --size45px: calc(45 / 750 * 100vw);
    --size50px: calc(50 / 750 * 100vw);
    --size55px: calc(55 / 750 * 100vw);
    --size60px: calc(60 / 750 * 100vw);
    --size65px: calc(65 / 750 * 100vw);
    --size70px: calc(70 / 750 * 100vw);
    --size75px: calc(75 / 750 * 100vw);
    --size80px: calc(80 / 750 * 100vw);
    --size85px: calc(85 / 750 * 100vw);
    --size90px: calc(90 / 750 * 100vw);
    --size95px: calc(95 / 750 * 100vw);
    --size100px: calc(100 / 750 * 100vw);
    --size105px: calc(105 / 750 * 100vw);
    --size110px: calc(110 / 750 * 100vw);
    --size115px: calc(115 / 750 * 100vw);
    --size120px: calc(120 / 750 * 100vw);
    --size125px: calc(125 / 750 * 100vw);
    --size130px: calc(130 / 750 * 100vw);
    --size135px: calc(135 / 750 * 100vw);
    --size140px: calc(140 / 750 * 100vw);
    --size145px: calc(145 / 750 * 100vw);
    --size150px: calc(150 / 750 * 100vw);
    --size160px: calc(160 / 750 * 100vw);
    --size170px: calc(170 / 750 * 100vw);
    --size180px: calc(180 / 750 * 100vw);
    --size190px: calc(190 / 750 * 100vw);
    --size200px: calc(200 / 750 * 100vw);
    font-size: 4.27vw;
  }
}

body,
html {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  color: #332f26;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media(max-width: 767px) {
  body,
  html {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .85;
  transition: .3s;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
a.link {
  color: #332f26;
  text-decoration: underline;
}

em {font-style: normal;}
small {font-size: 75%;}

#container {
  overflow-x: hidden;
}

table {
  table-layout: fixed;
}

td input {
  max-width: 100%;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a.zoom {
  pointer-events: none;
}
@media(max-width: 767px) {
  a.zoom {
    display: block;
    position: relative;
    pointer-events: auto;
  }
  a.zoom:before {
    content: "タップで拡大します";
    position: absolute;
    width: 100%;
    height: 4.27vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 4.27vw;
    letter-spacing: .1em;
    text-align: center;
    text-shadow: 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(5 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(10 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff, 0 0 calc(15 / 750 * 100vw) #fff;
  }
  a.zoom:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../images/page/icn_zoom.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-color: rgba(0, 0, 0, .5);
  }
}

.slick-slide {
  outline: 0;
}
@media(min-width: 768px) {
  .slick-slide img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

.ps__thumb-y {
  background: #332f26 !important;
  right: 0 !important;
  width: 4px !important;
}
.ps--active-y>.ps__rail-y {
  background: 0 0 !important;
  right: 0 !important;
  width: 4px !important;
  opacity: 1 !important;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  opacity: 1 !important;
}

/* ショートコード
************************************************************/
._tb {display: none;}
._sp {display: none;}
._tb-pc {display: inherit;}
._sp-tb {display: none;}

._center {text-align: center;}

@media(min-width: 768px) and (max-width:1299px) {
  ._tb {display: inherit;}
  ._sp {display: none;}
  ._tb-pc {display: inherit;}
  ._sp-tb {display: inherit;}
}

@media(max-width: 767px) {
  ._tb {display: none;}
  ._sp {display: inherit;}
  ._tb-pc {display: none;}
  ._sp-tb {display: inherit;}
  ._sp-left {text-align: left !important;}
}

._color-01 {color: var(--color01) !important;}
._color-02 {color: var(--color02) !important;}
._color-03 {color: var(--color03) !important;}
._color-04 {color: var(--color04) !important;}
._color-05 {color: var(--color05) !important;}
._color-06 {color: var(--color06) !important;}
._color-07 {color: var(--color07) !important;}

._bg-color-01 {background-color: var(--color01) !important;}
._bg-color-02 {background-color: var(--color02) !important;}
._bg-color-03 {background-color: var(--color03) !important;}
._bg-color-04 {background-color: var(--color04) !important;}
._bg-color-05 {background-color: var(--color05) !important;}
._bg-color-06 {background-color: var(--color06) !important;}
._bg-color-07 {background-color: var(--color07) !important;}

._ff-mincho {
  font-style: normal;
  font-weight: 400;
  font-family: yu-mincho-pr6n, sans-serif;
}
._ff-en {
  font-style: normal;
  font-weight: 300;
  font-family: cormorant-garamond, serif;
}

._no-margin {margin-bottom: 0 !important}

._bg-pattern-01 {
  background-image: url("../images/page/ptn01.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: calc(640 / 1920 * 100vw) auto;
}
@media(min-width: 768px) and (max-width:1599px) {
  ._bg-pattern-01 {
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1599 * 100vw) auto;
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  ._bg-pattern-01 {
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 1299 * 100vw) auto;
  }
}
@media(max-width: 767px) {
  ._bg-pattern-01 {
    background-image: url("../images/page/ptn01.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: calc(640 / 750 * 100vw) auto;
  }
}

@media(max-width: 767px) {
  ._text-width {
    max-width: calc(646 / 750 * 100vw) !important;
    margin-left: auto;
    margin-right: auto;
  }
}

._parallax {
  width: 100%;
  background-attachment: fixed !important
}
._parallax.is-ios,
.tab._parallax {
  background-attachment: inherit !important
}
@media(max-width: 767px) {
  ._parallax,
  ._parallax.is-ios,
  .tab._parallax {
    width: 100%;
    background-attachment: inherit !important;
  }
}

/*===============================================================================

	共通レイアウト

===============================================================================*/

/* コンテンツ幅
************************************************************/
.inner,
.inner-1000,
.inner-1500 {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.inner-1000 {
  max-width: 1000px;
}
.inner-1500 {
  max-width: 1500px;
}
@media(max-width: 767px) {
  .inner,
  .inner-1000,
  .inner-1500 {
    width: 100%;
    max-width: calc(702 / 750 * 100vw);
  }
}

/* ヘッダー
************************************************************/
.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header-left {
  margin-top: var(--size30px);
  margin-left: var(--size30px);
}
.header-left .logo {
  width: calc(372 / 1920 * 100vw);
  line-height: 1;
}
.header-left .tel {
  width: calc(290 / 1920 * 100vw);
  margin-top: var(--size20px);
  margin-left: auto;
  margin-right: auto;
}
.header-left .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100 / 1920 * 100vw);
  color: #fff;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #fff;
}
.header-left .tel .ja {
  display: block;
  margin-bottom: var(--size5px);
  font-size: .875rem;
  letter-spacing: .1em;
}
.header-left .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}
.header-left .tel .number .icon {
  display: block;
  width: calc(26 / 1920 * 100vw);
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}
.header-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
}
.header-right .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--size20px);
  color: #fff;
}
.header-right .address .icon {
  display: block;
  width: calc(24 / 1920 * 100vw);
}
.header-right .address .text {
  display: block;
  padding-left: var(--size20px);
  margin-left: var(--size15px);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .1em;
  border-left: 1px solid #fff;
}
.header-right .access {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(270 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  margin-top: var(--size20px);
  margin-left: var(--size15px);
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: center;
  border: 1px solid #fff;
}
.header-right .web {
  width: calc(180 / 1920 * 100vw);
  margin-left: var(--size20px);
}
.header-right .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(100 / 1920 * 100vw);
  color: #fff;
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: var(--color01);
  z-index: 1;
}
.header-right .web a:after {
  content: "";
  position: absolute;
  right: calc(6 / 1920 * 100vw);
  bottom: calc(6 / 1920 * 100vw);
  width: 0;
  height: 0;
  margin: auto;
  border-width: calc(5 / 1920 * 100vw);
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
.header-right .web a em {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
}

@media(min-width: 768px) and (max-width:1599px) {
  .header-left .logo {
    width: calc(372 / 1599 * 100vw);
  }
  .header-left .tel {
    width: calc(290 / 1599 * 100vw);
  }
  .header-left .tel a {
    height: calc(100 / 1599 * 100vw);
  }
  .header-left .tel .number .icon {
    width: calc(26 / 1599 * 100vw);
  }
  .header-right .address .icon {
    width: calc(24 / 1599 * 100vw);
  }
  .header-right .access {
    width: calc(270 / 1599 * 100vw);
    height: calc(80 / 1599 * 100vw);
  }
  .header-right .web {
    width: calc(180 / 1599 * 100vw);
  }
  .header-right .web a {
    height: calc(100 / 1599 * 100vw);
  }
  .header-right .web a:after {
    right: calc(6 / 1599 * 100vw);
    bottom: calc(6 / 1599 * 100vw);
    border-width: calc(5 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .header-left .logo {
    width: calc(372 / 1299 * 100vw);
  }
  .header-left .tel {
    width: calc(290 / 1299 * 100vw);
  }
  .header-left .tel a {
    height: calc(100 / 1299 * 100vw);
  }
  .header-left .tel .number .icon {
    width: calc(26 / 1299 * 100vw);
  }
  .header-right .address .icon {
    width: calc(24 / 1299 * 100vw);
  }
  .header-right .access {
    width: calc(270 / 1299 * 100vw);
    height: calc(80 / 1299 * 100vw);
  }
  .header-right .web {
    width: calc(180 / 1299 * 100vw);
  }
  .header-right .web a {
    height: calc(100 / 1299 * 100vw);
  }
  .header-right .web a:after {
    right: calc(6 / 1299 * 100vw);
    bottom: calc(6 / 1299 * 100vw);
    border-width: calc(5 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .header {
    padding: 4.5vw 3.2vw !important;
  }
  .header-left {
    margin: 0;
  }
  .header-left .logo {
    width: calc(447 / 750 * 100vw);
  }
  .header-left .tel,
  .header-right {
    display: none;
  }
}


/* グローバルナビ
************************************************************/
.global-navi {
  width: 100%;
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .3);
  transition: .3s;
}
.global-navi.-common {
  padding-left: var(--size20px);
  padding-right: var(--size20px);
}

.fixed-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background: #fff;
  transition: .5s;
  transform: translateY(-100%);
  z-index: -1;
}
.fixed-navi.is_fixed {
  opacity: 1;
  transition: .5s;
  transform: translateY(0);
  z-index: 10;
}

.global-navi > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.global-navi > ul > li {
  flex-grow: 1;
  position: relative;
}
.global-navi > ul > li:not(:nth-last-child(-n+2)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(40 / 1920 * 100vw);
  margin: auto;
  border-right: 1px solid #b4ada9;
  opacity: .5;
}
.global-navi > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(120 / 1920 * 100vw);
}
.global-navi > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(20 / 1920*100vw);
  margin: auto;
  background: #332f26;
  opacity: 0;
  transition: .3s;
}
.global-navi > ul > li > a.active:after,
.global-navi > ul > li > a.open:after,
.global-navi > ul > li > a:hover:after {
  opacity: 1;
  transition: .3s;
}
.global-navi > ul > li > a .ja {
  display: block;
  margin-bottom: var(--size10px);
  line-height: 1.4;
}
.global-navi > ul > li > a .en {
  display: block;
  color: var(--color02);
  font-size: .875rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.global-navi .sub-navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(1170 / 1920*100vw);
  padding-top: var(--size30px);
  padding-left: var(--size40px);
  padding-right: var(--size40px);
  padding-bottom: var(--size40px);
  background: rgba(255, 255, 255, .9);
  transform: translateX(-46%);
  z-index: 3;
}
.global-navi .sub-navi .menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size25px);
}
.global-navi .sub-navi .menu .column {
  width: 32%;
  max-width: 250px;
}
.global-navi .sub-navi li:not(:first-child) {
  margin-top: calc(15 / 1920 * 100vw);
}
.global-navi .sub-navi li a {
  display: block;
  position: relative;
  padding-left: calc(27 / 1920 * 100vw);
}
.global-navi .sub-navi li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(8 / 1920 * 100vw);
  height: calc(8 / 1920 * 100vw);
  margin: auto;
  border-right: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
  transform: rotate(-45deg);
}
.global-navi .sub-navi .banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 calc(20 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
}
.fixed-navi .global-navi {
  width: calc(100% - calc(490 / 1920 * 100vw));
  box-shadow: none;
}
.fixed-navi .global-navi>ul>li>a {
  height: calc(100 / 1920 * 100vw);
}
.fixed-navi .global-navi .sub-navi {
  transform: translateX(-24%);
}
.fixed-navi .tel {
  width: calc(310 / 1920 * 100vw);
}
.fixed-navi .web {
  width: calc(180 / 1920 * 100vw);
}
.fixed-navi .tel a,
.fixed-navi .web a {
  height: calc(100 / 1920 * 100vw);
}
.fixed-navi .web a:after {
  content: "";
  position: absolute;
  right: calc(6 / 1920 * 100vw);
  bottom: calc(6 / 1920 * 100vw);
  width: 0;
  height: 0;
  margin: auto;
  border-width: calc(5 / 1920 * 100vw);
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
.fixed-navi .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: var(--size10px);
  padding-right: var(--size10px);
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.fixed-navi .tel .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  height: calc(30 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size5px);
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: var(--color06);
}
.fixed-navi .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}
.fixed-navi .tel .number .icon {
  display: block;
  width: calc(26 / 1920 * 100vw);
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}
.fixed-navi .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: var(--color01);
  z-index: 1;
}
.fixed-navi .web a em {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
}

@media(min-width: 768px) {
  .global-navi .sub-navi li a:hover span {
    text-decoration: underline
  }
}

@media(min-width: 768px) and (max-width:1599px) {
  .global-navi > ul > li:not(:nth-last-child(-n+2)):after {
    height: calc(40 / 1599 * 100vw);
  }
  .global-navi > ul > li > a {
    height: calc(120 / 1599 * 100vw);
  }
  .global-navi > ul > li > a:after {
    height: calc(20 / 1599*100vw);
  }
  .global-navi .sub-navi {
    width: calc(1170 / 1599*100vw);
    background: rgba(255, 255, 255, .9);
    transform: translateX(-32%);
  }
  .global-navi .sub-navi li:not(:first-child) {
    margin-top: calc(15 / 1599 * 100vw);
  }
  .global-navi .sub-navi li a {
    padding-left: calc(27 / 1599 * 100vw);
  }
  .global-navi .sub-navi li a:before {
    width: calc(8 / 1599 * 100vw);
    height: calc(8 / 1599 * 100vw);
  }
  .global-navi .sub-navi .banner {
    gap: 0 calc(20 / 1599 * 100vw);
  }

  .fixed-navi .global-navi {
    width: calc(100% - calc(490 / 1599 * 100vw));
  }
  .fixed-navi .global-navi > ul > li > a {
    height: calc(100 / 1599 * 100vw);
  }
  .fixed-navi .global-navi .sub-navi {
    transform: translateX(-16%);
  }
  .fixed-navi .tel {
    width: calc(310 / 1599 * 100vw);
  }
  .fixed-navi .web {
    width: calc(180 / 1599 * 100vw);
  }
  .fixed-navi .tel a,
  .fixed-navi .web a {
    height: calc(100 / 1599 * 100vw);
  }
  .fixed-navi .web a:after {
    right: calc(6 / 1599 * 100vw);
    bottom: calc(6 / 1599 * 100vw);
    border-width: calc(5 / 1599 * 100vw);
  }
  .fixed-navi .tel .ja {
    height: calc(30 / 1599 * 100vw);
  }
  .fixed-navi .tel .number .icon {
    width: calc(26 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .global-navi > ul > li:not(:nth-last-child(-n+2)):after {
    height: calc(40 / 1299 * 100vw);
  }
  .global-navi > ul > li > a {
    height: calc(120 / 1299 * 100vw);
  }
  .global-navi > ul > li > a:after {
    height: calc(20 / 1299*100vw);
  }
  .global-navi .sub-navi {
    width: calc(1170 / 1299*100vw);
    background: rgba(255, 255, 255, .9);
    transform: translateX(-20%);
  }
  .global-navi .sub-navi li:not(:first-child) {
    margin-top: calc(15 / 1299 * 100vw);
  }
  .global-navi .sub-navi li a {
    padding-left: calc(27 / 1299 * 100vw);
  }
  .global-navi .sub-navi li a:before {
    width: calc(8 / 1299 * 100vw);
    height: calc(8 / 1299 * 100vw);
  }
  .global-navi .sub-navi .banner {
    gap: 0 calc(20 / 1299 * 100vw);
  }

  .fixed-navi .global-navi {
    width: calc(100% - calc(380 / 1299 * 100vw));
  }
  .fixed-navi .global-navi > ul > li > a {
    height: calc(100 / 1299 * 100vw);
  }
  .fixed-navi .global-navi .sub-navi {
    transform: translateX(-10%);
  }
  .fixed-navi .tel {
    width: calc(260 / 1299 * 100vw);
  }
  .fixed-navi .web {
    width: calc(120 / 1299 * 100vw);
  }
  .fixed-navi .tel a,
  .fixed-navi .web a {
    height: calc(100 / 1299 * 100vw);
  }
  .fixed-navi .tel .ja {
    height: calc(30 / 1299 * 100vw);
  }
  .fixed-navi .tel .number {
    font-size: 1.875rem;
  }
  .fixed-navi .tel .number .icon {
    width: calc(20 / 1299 * 100vw);
  }
  .fixed-navi .web a:after {
    right: calc(6 / 1299 * 100vw);
    bottom: calc(6 / 1299 * 100vw);
    border-width: calc(5 / 1299 * 100vw);
  }
  .fixed-navi .web a em {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-navi,
  .global-navi {
    display: none;
  }

  .navi-toggle {
    position: fixed;
    top: 3vw;
    right: 3.2vw;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    background: #565565;
    outline: 0;
    z-index: 10000;
  }
  .navi-toggle .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(56 / 750 * 100vw);
    margin: auto;
  }
  .navi-toggle .icon {
    position: absolute;
    top: -3.5vw;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(40 / 750 * 100vw);
    height: 1px;
    margin: auto;
    background: #fff;
    transition: transform .3s ease-in-out;
  }
  .navi-toggle .icon:after,
  .navi-toggle .icon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform .3s ease-in-out;
  }
  .navi-toggle .icon:before {
    top: -1.5vw;
  }
  .navi-toggle .icon:after {
    bottom: -1.5vw;
  }
  .open .navi-toggle .icon {
    background: 0 0;
  }
  .open .navi-toggle .icon:after,
  .open .navi-toggle .icon:before {
    background: #fff;
    transition: transform .3s ease-in-out;
  }
  .open .navi-toggle .icon:before {
    top: 0;
    transform: rotate(45deg);
  }
  .open .navi-toggle .icon:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .global-navi-sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 19vw 0 0;
    line-height: 1.45;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 9999;
  }
  .global-navi-sp-bg {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .open .global-navi-sp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: .3s;
    z-index: 9998;
  }

  .global-navi-sp .navi {
    padding-bottom: 20vw;
  }
  .global-navi-sp .navi > ul {
    display: block;
    padding: 0 3vw;
    margin-left: auto;
    margin-right: auto;
  }
  .global-navi-sp .navi > ul > li {
    opacity: 0;
    transition: transform .6s ease, opacity .2s ease;
    transform: translateX(50%);
  }
  .global-navi-sp .navi > ul > li:first-child {
    border-top: 1px dotted #332f264d;
  }
  .global-navi-sp .navi > ul > li.has-child {
    padding-bottom: 2.5vw;
    border-bottom: 1px dotted #332f264d;
  }
  .global-navi-sp .navi > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 3.5vw 6vw 3.5vw 0;
    letter-spacing: 0;
    border-bottom: 1px dotted #332f264d;
  }
  .global-navi-sp .navi > ul > li.has-child>a {
    border-bottom: none;
  }
  .global-navi-sp .navi > ul > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    margin: auto;
    border-right: 1px solid #332f26;
    border-bottom: 1px solid #332f26;
    transform: rotate(-45deg);
  }
  .global-navi-sp .navi > ul > li.has-child>a:after {
    bottom: 2vw;
    transform: rotate(45deg);
  }
  .global-navi-sp .navi > ul > li.has-child>a.open:after {
    transform: rotate(-90deg);
  }
  .global-navi-sp .navi > ul > li > a .ja {
    display: block;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .global-navi-sp .navi > ul > li > a .en {
    display: block;
    margin-top: 0;
    color: #535d60;
    font-size: 62.5%;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .global-navi-sp .sub-navi {
    padding: 5.5vw 2vw 7.5vw;
    background: #f3f5f5e6;
  }
  .global-navi-sp .sub-navi .menu {
    display: block;
    max-width: calc(432 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--size25px);
  }
  .global-navi-sp .sub-navi .menu .column {
    width: 100%;
    max-width: 100%;
  }
  .global-navi-sp .sub-navi .menu .column:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .global-navi-sp .sub-navi li {
    opacity: 0;
    transition: transform .6s ease, opacity .2s ease;
    transform: translateX(50%);
  }
  .global-navi-sp .sub-navi li:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .global-navi-sp .sub-navi li a {
    display: block;
    position: relative;
    padding: 1vw 0 1vw 6vw;
  }
  .global-navi-sp .sub-navi li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    margin: auto;
    border-right: 1px solid #332f26;
    border-bottom: 1px solid #332f26;
    transform: rotate(-45deg);
  }
  .global-navi-sp .sub-navi .banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .global-navi-sp .sub-navi .banner .item:not(:last-child) {
    margin-bottom: calc(20 / 750 * 100vw);
  }

  .open .global-navi-sp {
    opacity: 1;
    visibility: visible;
  }
  .open .global-navi-sp .navi > ul > li,
  .open .global-navi-sp .sub-navi li {
    opacity: 1;
    transition: transform 1s ease, opacity .9s ease;
    transform: translateX(0);
  }
}


/* フッター
************************************************************/
.footer {
  background-color: var(--color01);
}

.footer-top {
  padding-top: var(--size100px);
  padding-bottom: var(--size100px);
  margin-bottom: var(--size60px);
}

.footer-logo {
  width: calc(496 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
}

.footer-top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size55px);
}
.footer-top-content > .content-left {
  width: 52%;
  max-width: 610px;
}
.footer-top-content > .content-right {
  width: 44%;
  max-width: 530px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--size40px);
}
.footer-address .address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 54%;
}
.footer-address .address .icon {
  display: block;
  width: calc(24 / 1920 * 100vw);
}
.footer-address .address .text {
  display: block;
  padding-left: var(--size20px);
  margin-left: var(--size10px);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .1em;
  border-left: 1px solid #332f26;
}
.footer-address .access {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 45%;
  max-width: 270px;
  height: calc(80 / 1920 * 100vw);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: center;
  border: 1px solid #332f26;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.footer-contact .tel {
  width: 61%;
  max-width: 310px;
}
.footer-contact .web {
  width: 36%;
  max-width: 180px;
}
.footer-contact .tel a,
.footer-contact .web a {
  height: calc(100 / 1920 * 100vw);
}
.footer-contact .web a:after {
  content: "";
  position: absolute;
  right: calc(6 / 1920 * 100vw);
  bottom: calc(6 / 1920 * 100vw);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: calc(5 / 1920 * 100vw);
}
.footer-contact .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: var(--size10px);
  padding-right: var(--size10px);
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.footer-contact .tel .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  height: calc(30 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size5px);
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: var(--color06);
}
.footer-contact .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.125rem;
  letter-spacing: 0;
}
.footer-contact .tel .number .icon {
  display: block;
  width: calc(26 / 1920 * 100vw);
  margin-right: var(--size10px);
  margin-bottom: var(--size5px);
}
.footer-contact .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: var(--color01);
  z-index: 1;
}
.footer-contact .web a em {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
}

.footer-schedule {
  width: 100%;
  max-width: 530px;
}
.footer-schedule table {
  width: 100%;
  border-top: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
}
.footer-schedule thead th {
  padding-top: calc(21 / 1920 * 100vw);
  padding-bottom: calc(16 / 1920 * 100vw);
  color: #332f26;
  font-weight: 300;
  line-height: 1.5;
  background: 0 0;
  border-bottom: 1px solid #332f26;
}
.footer-schedule thead th:first-child,
.footer-schedule tbody th {
  width: 36%;
  line-height: 1.5;
}
.footer-schedule tbody th,
.footer-schedule tbody td {
  padding-top: calc(4 / 1920 * 100vw);
  padding-bottom: calc(22 / 1920 * 100vw);
}
.footer-schedule thead th:not(:first-child),
.footer-schedule tbody td {
  width: calc(54% / 7);
  text-align: left;
}
.footer-schedule thead th:last-child,
.footer-schedule tbody td:last-child {
  width: 9%;
  text-align: left;
}
.footer-schedule tbody tr:first-child th {
  padding-left: 0;
}
.footer-schedule tbody th {
  padding-right: calc(10 / 1920 * 100vw);
  font-weight: 300;
}
.footer-schedule tbody td {
  padding-left: .05em;
  font-size: .875rem;
}
.footer-schedule tr:not(:last-child) th,
.footer-schedule tr:not(:last-child) td {
  padding-top: calc(12 / 1920 * 100vw);
  padding-bottom: 0;
}
.footer-schedule .table-caption {
  margin-top: var(--size15px);
  line-height: 1.6;
  text-align: center;
}

.footer-top .survey-results {
  width: calc(600 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
}
.footer-top .survey-results a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(140 / 1920 * 100vw);
  color: #fff;
  text-align: center;
  border: calc(10 / 1920 * 100vw) solid #fff;
  outline: #332f26 solid 1px;
  background-image: url("../images/page/arw05.svg");
  background-position: right calc(10 / 1920 * 100vw) bottom calc(10 / 1920 * 100vw);
  background-repeat: no-repeat;
  background-size: calc(24 / 1920 * 100vw);
  background-color: var(--color03);
}
.footer-top .survey-results a .text-01 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.footer-top .survey-results a .text-02 {
  display: block;
}

.footer-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - calc(100 / 1920 * 100vw));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
}
.footer-map .content-left {
  position: relative;
  width: 67%;
  max-width: 1200px;
  z-index: 1;
}
.footer-map .content-right {
  width: 30%;
  max-width: 540px;
}
.footer-map .content-left .map {
  position: relative;
  width: 100%;
  padding: calc(500 / 1920 * 100vw) 0 0;
  overflow: hidden;
}
.footer-map .content-left .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + calc(150 / 1920 * 100vw));
  margin-top: calc(-150 / 1920 * 100vw);
}
.footer-map .content-left .button {
  position: absolute;
  top: calc(30 / 1920 * 100vw);
  left: calc(30 / 1920 * 100vw);
  width: calc(300 / 1920 * 100vw);
  font-size: 1.25rem;
  letter-spacing: .1em;
  z-index: 1;
}
.footer-map .content-left .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(60 / 1920 * 100vw);
  border: 1px solid #332f26;
  background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
  background-position: left calc(30 / 1920 * 100vw) center, right calc(30 / 1920 * 100vw) center;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(24 / 1920 * 100vw) auto, calc(24 / 1920 * 100vw);
  background-color: #fff;
  z-index: 1;
}
.footer-map .content-right .image {
  text-align: center;
}
.footer-map .content-right .description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100 / 1920 * 100vw);
  line-height: 1;
  background-color: #fff;
}
.footer-map .content-right .description .icon {
  width: calc(60 / 1920 * 100vw);
  margin-right: var(--size15px);
}
.footer-map .content-right .description .text {
  
}
.footer-map .content-right .description .text em {
  font-size: 1.625rem;
  letter-spacing: .1em;
}

.footer-navi {
  padding-top: var(--size30px);
  margin-bottom: var(--size40px);
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}
.footer-navi a {
  display: inline-block;
}

.footer-banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 calc(20 / 1920 * 100vw);
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size45px);
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(80 / 1920 * 100vw);
  z-index: 1000;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(80 / 1920 * 100vw);
  color: #fff;
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: center;
}

@media(min-width: 768px) and (max-width:1599px) {
  .footer-logo {
    width: calc(496 / 1599 * 100vw);
  }

  .footer-address .address .icon {
    width: calc(24 / 1599 * 100vw);
  }
  .footer-address .access {
    height: calc(80 / 1599 * 100vw);
  }

  .footer-contact .tel a,
  .footer-contact .web a {
    height: calc(100 / 1599 * 100vw);
  }
  .footer-contact .web a:after {
    right: calc(6 / 1599 * 100vw);
    bottom: calc(6 / 1599 * 100vw);
    border-width: calc(5 / 1599 * 100vw);
  }
  .footer-contact .tel .caption {
    height: calc(30 / 1599 * 100vw);
  }
  .footer-contact .tel .number .icon {
    width: calc(26 / 1599 * 100vw);
  }

  .footer-schedule thead th {
    padding-top: calc(21 / 1599 * 100vw);
    padding-bottom: calc(16 / 1599 * 100vw);
  }
  .footer-schedule tbody th,
  .footer-schedule tbody td {
    padding-top: calc(4 / 1599 * 100vw);
    padding-bottom: calc(22 / 1599 * 100vw);
  }
  .footer-schedule tbody th {
    padding-right: calc(10 / 1599 * 100vw);
  }
  .footer-schedule tr:not(:last-child) th,
  .footer-schedule tr:not(:last-child) td {
    padding-top: calc(12 / 1599 * 100vw);
  }

  .footer-top .survey-results {
    width: calc(600 / 1599 * 100vw);
  }
  .footer-top .survey-results a {
    height: calc(140 / 1599 * 100vw);
    border: calc(10 / 1599 * 100vw) solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right calc(10 / 1599 * 100vw) bottom calc(10 / 1599 * 100vw);
    background-repeat: no-repeat;
    background-size: calc(24 / 1599 * 100vw);
  }

  .footer-map {
    width: calc(100% - calc(100 / 1599 * 100vw));
  }
  .footer-map .content-left .map {
    padding: calc(500 / 1599 * 100vw) 0 0;
  }
  .footer-map .content-left .map iframe {
    height: calc(100% + calc(150 / 1599 * 100vw));
    margin-top: calc(-150 / 1599 * 100vw);
  }
  .footer-map .content-left .button {
    top: calc(30 / 1599 * 100vw);
    left: calc(30 / 1599 * 100vw);
    width: calc(300 / 1599 * 100vw);
  }
  .footer-map .content-left .button a {
    height: calc(60 / 1599 * 100vw);
    background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
    background-position: left calc(30 / 1599 * 100vw) center, right calc(30 / 1599 * 100vw) center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(24 / 1599 * 100vw) auto, calc(24 / 1599 * 100vw);
  }
  .footer-map .content-right .description {
    height: calc(100 / 1599 * 100vw);
  }
  .footer-map .content-right .description .icon {
    width: calc(60 / 1599 * 100vw);
  }

  .footer-banner {
    gap: 0 calc(20 / 1599 * 100vw);
  }

  .pagetop {
    width: calc(80 / 1599 * 100vw);
  }

  .footer-copyright {
    height: calc(80 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .footer-logo {
    width: calc(496 / 1299 * 100vw);
  }

  .footer-address .address .icon {
    width: calc(24 / 1299 * 100vw);
  }
  .footer-address .access {
    height: calc(80 / 1299 * 100vw);
  }

  .footer-contact .tel a,
  .footer-contact .web a {
    height: calc(100 / 1299 * 100vw);
  }
  .footer-contact .web a:after {
    right: calc(6 / 1299 * 100vw);
    bottom: calc(6 / 1299 * 100vw);
    border-width: calc(5 / 1299 * 100vw);
  }
  .footer-contact .tel .caption {
    height: calc(30 / 1299 * 100vw);
  }
  .footer-contact .tel .number .icon {
    width: calc(26 / 1299 * 100vw);
  }

  .footer-schedule thead th {
    padding-top: calc(21 / 1299 * 100vw);
    padding-bottom: calc(16 / 1299 * 100vw);
  }
  .footer-schedule tbody th,
  .footer-schedule tbody td {
    padding-top: calc(4 / 1299 * 100vw);
    padding-bottom: calc(22 / 1299 * 100vw);
  }
  .footer-schedule tbody th {
    padding-right: calc(10 / 1299 * 100vw);
  }
  .footer-schedule tr:not(:last-child) th,
  .footer-schedule tr:not(:last-child) td {
    padding-top: calc(12 / 1299 * 100vw);
  }

  .footer-top .survey-results {
    width: calc(600 / 1299 * 100vw);
  }
  .footer-top .survey-results a {
    height: calc(140 / 1299 * 100vw);
    border: calc(10 / 1299 * 100vw) solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right calc(10 / 1299 * 100vw) bottom calc(10 / 1299 * 100vw);
    background-repeat: no-repeat;
    background-size: calc(24 / 1299 * 100vw);
  }

  .footer-map {
    width: calc(100% - calc(100 / 1299 * 100vw));
  }
  .footer-map .content-left .map {
    padding: calc(500 / 1299 * 100vw) 0 0;
  }
  .footer-map .content-left .map iframe {
    height: calc(100% + calc(150 / 1299 * 100vw));
    margin-top: calc(-150 / 1299 * 100vw);
  }
  .footer-map .content-left .button {
    top: calc(30 / 1299 * 100vw);
    left: calc(30 / 1299 * 100vw);
    width: calc(300 / 1299 * 100vw);
  }
  .footer-map .content-left .button a {
    height: calc(60 / 1299 * 100vw);
    background-image: url("../images/page/icn_address02.svg"), url("../images/page/arw01.svg");
    background-position: left calc(30 / 1299 * 100vw) center, right calc(30 / 1299 * 100vw) center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(24 / 1299 * 100vw) auto, calc(24 / 1299 * 100vw);
  }
  .footer-map .content-right .description {
    height: calc(100 / 1299 * 100vw);
  }
  .footer-map .content-right .description .icon {
    width: calc(60 / 1299 * 100vw);
  }

  .footer-banner {
    gap: 0 calc(20 / 1299 * 100vw);
  }

  .pagetop {
    width: calc(80 / 1299 * 100vw);
  }

  .footer-copyright {
    height: calc(80 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .footer-logo {
    width: calc(596 / 750 * 100vw);
  }

  .footer-top-content {
    display: block;
  }
  .footer-top-content > .content-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
    text-align: center;
  }
  .footer-top-content > .content-right {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-address {
    display: block;
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .footer-address .address {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
    text-align: center;
  }
  .footer-address .address .icon {
    width: calc(40 / 750 * 100vw);
    margin: 0 auto 1vw;
    line-height: 1
  }
  .footer-address .address .text {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border: none;
  }
  .footer-address .access {
    width: 100%;
    max-width: calc(500 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    margin: 0 auto;
    letter-spacing: 0;
  }

  .footer-contact {
    display: block;
    max-width: calc(600 / 750 * 100vw);
  }
  .footer-contact .tel {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .footer-contact .web {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact .tel a,
  .footer-contact .web a {
    height: calc(160 / 750 * 100vw);
  }
  .footer-contact .web a:after {
    right: calc(10 / 750 * 100vw);
    bottom: calc(10 / 750 * 100vw);
    border-width: calc(15 / 750 * 100vw);
  }
  .footer-contact .tel .caption {
    max-width: calc(510 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer-contact .tel .number {
    font-size: 1.875rem;
  }
  .footer-contact .tel .number .icon {
    width: calc(40 / 750 * 100vw);
  }
  .footer-contact .web a {
    font-size: 1rem;
  }
  .footer-contact .web a em {
    font-size: 1.5625rem;
  }

  .footer-schedule {
    max-width: 100%;
  }
  .footer-schedule th {
    letter-spacing: .1em;
  }
  .footer-schedule thead th {
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
  }
  .footer-schedule thead th:first-child,
  .footer-schedule tbody th {
    width: 32%;
  }
  .footer-schedule tbody th,
  .footer-schedule tbody td {
    padding-top: calc(4 / 750 * 100vw);
    padding-bottom: 4vw;
  }
  .footer-schedule tbody th {
    font-size: .875rem;
    letter-spacing: .05em;
  }
  .footer-schedule tbody td {
    padding-left: .05em;
    font-size: .75rem;
  }
  .footer-schedule thead th:not(:first-child),
  .footer-schedule tbody td {
    width: calc(55% / 7);
  }
  .footer-schedule thead th:last-child,
  .footer-schedule tbody td:last-child {
    width: calc(55% / 7);
  }
  .footer-schedule tr:not(:last-child) th,
  .footer-schedule tr:not(:last-child) td {
    padding-top: 3vw;
  }
  .footer-schedule .table-caption {
    margin-top: 2vw;
    font-size: .875rem;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .footer-top .survey-results {
    width: calc(702 / 750 * 100vw);
  }
  .footer-top .survey-results a {
    height: calc(170 / 750 * 100vw);
    border: calc(10 / 750 * 100vw) solid #fff;
    background-image: url("../images/page/arw05.svg");
    background-position: right calc(15 / 750 * 100vw) bottom calc(15 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: calc(50 / 750 * 100vw);
  }
  .footer-top .survey-results a .text-01 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer-top .survey-results a .text-02 {
    font-size: .8125rem;
    letter-spacing: 0;
  }

  .footer-map {
    display: block;
    width: calc(702 / 750 * 100vw);
  }
  .footer-map .content-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .footer-map .content-left .map {
    padding-top: calc(500 / 750 * 100vw);
  }
  .footer-map .content-left .map iframe {
    margin-top: calc(-200 / 750 * 100vw);
    height: calc(100% + calc(200 / 750 * 100vw));
  }
  .footer-map .content-left .button {
    position: relative;
    top: auto;
    left: auto;
    width: calc(600 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
  .footer-map .content-left .button a {
    height: calc(100 / 750 * 100vw);
    background-position: left 3vw center, right 3vw center;
    background-size: calc(40 / 750 * 100vw) auto, calc(50 / 750 * 100vw);
  }
  .footer-map .content-right {
    width: 100%;
    max-width: calc(646 / 750 * 100vw);
    margin: 0 auto;
  }
  .footer-map .content-right .description {
    height: calc(100 / 750 * 100vw);
  }
  .footer-map .content-right .description .icon {
    width: calc(60 / 750 * 100vw);
  }
  .footer-map .content-right .description .text {
    font-size: 1rem;
  }
  .footer-map .content-right .description .text em {
    font-size: 1.25rem;
  }

  .footer-navi {
    font-size: .8125rem;
    letter-spacing: 0;
  }

  .footer-banner {
    display: block;
    gap: 0;
    max-width: calc(700 / 750 * 100vw);
  }
  .footer-banner .item:not(:first-child) {
    margin-top: calc(20 / 750 * 100vw);
  }

  .footer-copyright {
    padding: 4vw 0 20vw;
    font-size: 75%;
    letter-spacing: 0;
    height: auto;
  }

  .pagetop {
    display: none !important;
  }

  .fixed-cta-sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
  }
  .fixed-cta-sp ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fixed-cta-sp .tel {
    width: calc(335 / 750 * 100vw);
  }
  .fixed-cta-sp .web {
    width: calc(295 / 750 * 100vw);
  }
  .fixed-cta-sp .pagetop-sp {
    width: calc(120 / 750 * 100vw);
  }
  .fixed-cta-sp a {
    display: block;
  }
}


/*===============================================================================

	パーツ・コンポーネント

===============================================================================*/

/* ボタン
************************************************************/
.more-button {
  max-width: calc(400 / 1920 * 100vw);
}
.more-button.-center {
  margin-left: auto;
  margin-right: auto;
}
.more-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(80 / 1920 * 100vw);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  border: 1px solid #332f26;
  background-color: #fff;
  z-index: 1;
}
.more-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(20 / 1920 * 100vw);
  bottom: 0;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  margin: auto;
  background-image: url("../images/page/arw01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
@media(min-width: 768px) {
  .more-button a:hover {
    color: #fff;
    border-color: #998e73;
    background: #998e73;
    opacity: 1;
    transition: .3s;
  }
  .more-button a:hover:after {
    background-image: url("../images/page/arw05.svg");
    transition: .3s;
  }
}
@media(min-width: 768px) and (max-width:1599px) {
  .more-button {
    max-width: calc(400 / 1599 * 100vw);
  }
  .more-button a {
    height: calc(80 / 1599 * 100vw);
  }
  .more-button a:after {
    right: calc(20 / 1599 * 100vw);
    width: calc(24 / 1599 * 100vw);
    height: calc(24 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .more-button {
    max-width: calc(400 / 1299 * 100vw);
  }
  .more-button a {
    height: calc(80 / 1299 * 100vw);
  }
  .more-button a:after {
    right: calc(20 / 1299 * 100vw);
    width: calc(24 / 1299 * 100vw);
    height: calc(24 / 1299 * 100vw);
  }
}
@media(max-width: 767px) {
  .more-button {
    max-width: calc(600 / 750 * 100vw);
  }
  .more-button a {
    height: calc(120 / 750 * 100vw);
    font-size: 1rem;
  }
  .more-button a:after {
    right: calc(30 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}

/* テーブル
************************************************************/
.common-table {
  max-width: 1000px;
  margin: 0 auto calc(60 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
}
.common-table > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(60 / 1920 * 100vw);
  color: #fff;
  background-color: var(--color03);
  text-align: center;
}
.common-table table {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #332f26;
}
.common-table th {
  width: 65%;
  padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
  color: #332f26;
  font-weight: 300;
  text-align: left;
  background: 0 0;
  vertical-align: top;
}
.common-table th.last {
  border-bottom: 0 !important;
}
.common-table thead th {
  color: #fff;
  text-align: center;
  background: #998e73;
}
.common-table thead tr th:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.common-table tr:not(:last-child) th,
.common-table tr:not(:last-child) td {
  border-bottom: 1px solid #332f26;
}
.common-table td {
  width: 35%;
  padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
  background: #fff;
}
.table-caption {
  margin-top: calc(10 / 1920 * 100vw);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width:1599px) {
  .common-table {
    margin: 0 auto calc(60 / 1599 * 100vw);
  }
  .common-table > .title {
    height: calc(60 / 1599 * 100vw);
  }
  .common-table th {
    padding: calc(15 / 1599 * 100vw) calc(18 / 1599 * 100vw) calc(16 / 1599 * 100vw);
  }
  .common-table td {
    padding: calc(15 / 1599 * 100vw) calc(18 / 1599 * 100vw) calc(16 / 1599 * 100vw);
  }
  .table-caption {
    margin-top: calc(10 / 1599 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width:1299px) {
  .common-table {
    margin: 0 auto calc(60 / 1299 * 100vw);
  }
  .common-table > .title {
    height: calc(60 / 1299 * 100vw);
  }
  .common-table th {
    padding: calc(15 / 1299 * 100vw) calc(18 / 1299 * 100vw) calc(16 / 1299 * 100vw);
  }
  .common-table td {
    padding: calc(15 / 1299 * 100vw) calc(18 / 1299 * 100vw) calc(16 / 1299 * 100vw);
  }
  .table-caption {
    margin-top: calc(10 / 1299 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .common-table {
    max-width: 100%;
    margin-bottom: 11vw;
  }
  .common-table > .title {
    height: calc(80 / 750 * 100vw);
  }
  .common-table table {
    border-color: #332f26;
  }
  .common-table th {
    /* width: 40%; */
    padding: 2vw 3vw 3vw;
    vertical-align: middle;
  }
  .common-table td {
    /* width: 60%; */
    padding: 2vw 3vw 3vw;
  }
  .table-caption {
    margin-top: 4vw;
  }
}

/* セクションタイトル
************************************************************/
.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(700 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  margin-top: var(--size60px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size40px);
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  border-top: 1px solid #332f26;
  border-bottom: 1px solid #332f26;
}
@media only screen and (min-width: 768px) and (max-width:1599px) {
  .common-title {
    width: calc(700 / 1599 * 100vw);
    height: calc(80 / 1599 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width:1299px) {
  .common-title {
    width: calc(700 / 1299 * 100vw);
    height: calc(80 / 1299 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .common-title {
    width: calc(646 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

/* 横並びレイアウト
************************************************************/
.flex-row-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: calc(60 / 1920 * 100vw);
}
.flex-row-01.-reverse {
  flex-direction: row-reverse;
}
.flex-row-01 .image {
  position: relative;
  width: 49%;
  max-width: 600px;
  padding-bottom: var(--size20px);
  z-index: 1;
}
.flex-row-01 .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - calc(20 / 1920 * 100vw));
  border-bottom: 1px solid #332f26;
  z-index: -1;
}
.flex-row-01 .image.-left:after {
  left: calc(-20 / 1920 * 100vw);
  border-left: 1px solid #332f26;
}
.flex-row-01 .image.-right:after {
  right: calc(-20 / 1920 * 100vw);
  border-right: 1px solid #332f26;
}
.flex-row-01 .description {
  width: 47%;
}
.flex-row-01 .description h4 {
  padding-bottom: var(--size15px);
  margin-bottom: calc(30 / 1920 * 100vw);
  font-size: 1.875rem;
  letter-spacing: .1em;
  border-bottom: 1px solid #332f26;
}

@media only screen and (min-width: 768px) and (max-width:1599px) {
  .flex-row-01 {
    margin-bottom: calc(60 / 1599 * 100vw);
  }
  .flex-row-01 .image:after {
    height: calc(100% - calc(20 / 1599 * 100vw));
  }
  .flex-row-01 .image.-left:after {
    left: calc(-20 / 1599 * 100vw);
  }
  .flex-row-01 .image.-right:after {
    right: calc(-20 / 1599 * 100vw);
  }
  .flex-row-01 .description h4 {
    margin-bottom: calc(30 / 1599 * 100vw);
  }
}

@media only screen and (min-width: 768px) and (max-width:1299px) {
  .flex-row-01 {
    margin-bottom: calc(60 / 1299 * 100vw);
  }
  .flex-row-01 .image:after {
    height: calc(100% - calc(20 / 1299 * 100vw));
  }
  .flex-row-01 .image.-left:after {
    left: calc(-20 / 1299 * 100vw);
  }
  .flex-row-01 .image.-right:after {
    right: calc(-20 / 1299 * 100vw);
  }
  .flex-row-01 .description h4 {
    margin-bottom: calc(30 / 1299 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .flex-row-01 {
    display: block;
    margin-bottom: 11vw;
  }
  .flex-row-01 .image {
    width: 100%;
    max-width: 100%;
    padding-bottom: calc(10 / 750 * 100vw);
    margin-bottom: 5vw;
    text-align: center;
  }
  .flex-row-01 .image:after {
    height: calc(100% - calc(10 / 750 * 100vw));
  }
  .flex-row-01 .image.-left:after {
    left: calc(-10 / 750 * 100vw);
  }
  .flex-row-01 .image.-right:after {
    right: calc(-10 / 750 * 100vw);
  }
  .flex-row-01 .description {
    width: 100%;
    max-width: calc(646 / 750*100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .flex-row-01 .description h4 {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}

.flex-row-02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: calc(60 / 1920 * 100vw);
}
.flex-row-02.-reverse {
  flex-direction: row-reverse;
}
.flex-row-02 .image {
  width: 37%;
  max-width: 450px;
}
.flex-row-02 .description {
  width: 60%;
}
.flex-row-02 .description h4 {
  margin-bottom: calc(17 / 1920 * 100vw);
  font-size: 1.625rem;
  letter-spacing: .1em;
}

@media(min-width: 768px) and (max-width:1599px) {
  .flex-row-02 {
    margin-bottom: calc(60 / 1599 * 100vw);
  }
  .flex-row-02 .description h4 {
    margin-bottom: calc(17 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .flex-row-02 {
    margin-bottom: calc(60 / 1299 * 100vw);
  }
  .flex-row-02 .description h4 {
    margin-bottom: calc(17 / 1299 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .flex-row-02 {
    display: block;
    margin-bottom: 11vw;
  }
  .flex-row-02 .description {
    width: 100%;
    max-width: calc(646 / 750*100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .flex-row-02 .image {
    width: 100%;
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    text-align: center;
  }
  .flex-row-02 .description h4 {
    margin-bottom: 3vw;
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}

.flex-row-03 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-row-03 .item {
  width: 31.8%;
  max-width: 394px;
  margin-right: 2.3%;
  background-color: var(--color06);
}
.flex-row-03 .item:nth-child(3n),
.flex-row-03 .item:last-child {
  margin-right: 0;
}
.flex-row-03 .item:not(:nth-child(-n+3)) {
  margin-top: calc(40 / 1920 * 100vw);
}
.flex-row-03 .item .image {
  text-align: center;
}
.flex-row-03 .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: var(--size15px);
  padding-left: var(--size15px);
  padding-right: var(--size15px);
  padding-bottom: var(--size15px);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: .1em;
  background-color: var(--color01);
}
.flex-row-03 .item .text-box {
  padding-top: var(--size20px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size25px);
}

@media only screen and (min-width: 768px) and (max-width:1599px) {
  .flex-row-03 .item:not(:nth-child(-n+3)) {
    margin-top: calc(40 / 1599 * 100vw);
  }
}

@media only screen and (min-width: 768px) and (max-width:1299px) {
  .flex-row-03 .item:not(:nth-child(-n+3)) {
    margin-top: calc(40 / 1299 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .flex-row-03 {
    display: block;
  }
  .flex-row-03 .item {
    width: 100%;
    max-width: calc(600 / 750 * 100vw);
    margin: 0 auto !important;
  }
  .flex-row-03 .item:not(:first-child) {
    margin-top: 4vw !important;
  }
  .flex-row-03 .item .title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

/* フロー
************************************************************/
.common-flow {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.common-flow:not(:last-of-type) {
  margin-bottom: var(--size55px);
}
.common-flow:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-38 / 1920 * 100vw);
  width: 0;
  height: 0;
  margin: auto;
  border-top: calc(16 / 1920 * 100vw) solid #565565;
  border-left: calc(23 / 1920 * 100vw) solid transparent;
  border-right: calc(23 / 1920 * 100vw) solid transparent;
}
.common-flow .wrap {
  position: relative;
  padding-top: var(--size50px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size50px);
  z-index: 1;
}
.common-flow .wrap:before,
.common-flow .wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - calc(20 / 1920 * 100vw));
  height: 1px;
  margin: auto;
  background: #565565;
  opacity: .3;
}
.common-flow .wrap:before {
  top: calc(10 / 1920 * 100vw);
}
.common-flow .wrap:after {
  bottom: calc(10 / 1920 * 100vw);
}
.common-flow .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: var(--size20px);
}
.common-flow .title .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-image: url("../images/page/deco_hdg5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-flow .title .text {
  display: block;
  width: calc(100% - calc(60 / 1920 * 100vw));
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media only screen and (min-width: 768px) and (max-width:1599px) {
  .common-flow:not(:last-of-type):after {
    bottom: calc(-38 / 1599 * 100vw);
    border-top: calc(16 / 1599 * 100vw) solid #565565;
    border-left: calc(23 / 1599 * 100vw) solid transparent;
    border-right: calc(23 / 1599 * 100vw) solid transparent;
  }
  .common-flow .wrap:before,
  .common-flow .wrap:after {
    width: calc(100% - calc(20 / 1599 * 100vw))
  }
  .common-flow .wrap:before {
    top: calc(10 / 1599 * 100vw);
  }
  .common-flow .wrap:after {
    bottom: calc(10 / 1599 * 100vw);
  }
  .common-flow .title .number {
    width: calc(40 / 1599 * 100vw);
    height: calc(40 / 1599 * 100vw);
  }
  .common-flow .title .text {
    width: calc(100% - calc(60 / 1599 * 100vw));
  }
}

@media only screen and (min-width: 768px) and (max-width:1299px) {
  .common-flow:not(:last-of-type):after {
    bottom: calc(-38 / 1299 * 100vw);
    border-top: calc(16 / 1299 * 100vw) solid #565565;
    border-left: calc(23 / 1299 * 100vw) solid transparent;
    border-right: calc(23 / 1299 * 100vw) solid transparent;
  }
  .common-flow .wrap:before,
  .common-flow .wrap:after {
    width: calc(100% - calc(20 / 1299 * 100vw));
  }
  .common-flow .wrap:before {
    top: calc(10 / 1299 * 100vw);
  }
  .common-flow .wrap:after {
    bottom: calc(10 / 1299 * 100vw);
  }
  .common-flow .title .number {
    width: calc(40 / 1299 * 100vw);
    height: calc(40 / 1299 * 100vw);
  }
  .common-flow .title .text {
    width: calc(100% - calc(60 / 1299 * 100vw));
  }
}

@media only screen and (max-width: 767px) {
  .common-flow:not(:last-of-type):after {
    bottom: calc(-38 / 750 * 100vw);
    border-top: calc(16 / 750 * 100vw) solid #565565;
    border-left: calc(23 / 750 * 100vw) solid transparent;
    border-right: calc(23 / 750 * 100vw) solid transparent;
  }
  .common-flow .wrap:before,
  .common-flow .wrap:after {
    width: calc(100% - calc(20 / 750 * 100vw));
  }
  .common-flow .wrap:before {
    top: calc(10 / 750 * 100vw);
  }
  .common-flow .wrap:after {
    bottom: calc(10 / 750 * 100vw);
  }
  .common-flow .title {
    align-items: flex-start;
  }
  .common-flow .title .number {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    font-size: 1.25rem;
  }
  .common-flow .title .text {
    width: calc(100% - calc(80 / 750 * 100vw));
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}

/*===============================================================================

	下層ページ共通

===============================================================================*/
.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(500 / 1920 * 100vw);
  padding-top: var(--size105px);
  background-image: url("../images/page/bg_ttl_page.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .inner {
  margin-left: auto;
  margin-right: auto;
}
.page-header h2 {
  color: #fff;
  text-align: center;
}
.page-header h2 .ja {
  display: block;
  margin-bottom: var(--size20px);
  font-size: 3.125rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.page-header h2 .en {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: .1em;
}

.page-content {
  padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}

.main-content section:not(:last-child) {
  margin-bottom: calc(100 / 1920 * 100vw);
}

.heading-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: calc(140 / 1920 * 100vw);
  padding-top: var(--size20px);
  margin-bottom: calc(60 / 1920 * 100vw);
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  border-top: 1px solid #332f26;
  z-index: 1;
}
.heading-03:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(40 / 1920 * 100vw);
  height: 1px;
  margin: auto;
  background: #332f26;
}

.heading-04 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(90 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
  background-position: left calc(10 / 1920 * 100vw) top calc(10 / 1920 * 100vw), right calc(10 / 1920 * 100vw) bottom calc(10 / 1920 * 100vw);
  background-repeat: no-repeat, no-repeat;
  background-size: calc(100 / 1920 * 100vw) auto, calc(100 / 1920 * 100vw) auto;
  background-color: var(--color03);
}

.heading-05 {
  position: relative;
  padding-left: var(--size30px);
  padding-bottom: var(--size10px);
  margin-bottom: var(--size30px);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .1em;
  border-bottom: 1px solid #332f26;
  z-index: 1;
}
.heading-05:before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: calc(20 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
  background-image: url("../images/page/deco_hdg5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width:1599px) {
  .page-header {
    height: calc(500 / 1599 * 100vw);
  }

  .page-content {
    padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
  }

  .main-content section:not(:last-child) {
    margin-bottom: calc(100 / 1599 * 100vw);
  }

  .heading-03 {
    height: calc(140 / 1599 * 100vw);
    margin-bottom: calc(60 / 1599 * 100vw);
  }
  .heading-03:after {
    width: calc(40 / 1599 * 100vw);
  }
  
  .heading-04 {
    height: calc(90 / 1599 * 100vw);
    margin-bottom: calc(40 / 1599 * 100vw);
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left calc(10 / 1599 * 100vw) top calc(10 / 1599 * 100vw), right calc(10 / 1599 * 100vw) bottom calc(10 / 1599 * 100vw);
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100 / 1599 * 100vw) auto, calc(100 / 1599 * 100vw) auto;
  }

  .heading-05:before {
    width: calc(20 / 1599 * 100vw);
    height: calc(20 / 1599 * 100vw);
  }
}

@media only screen and (min-width: 768px) and (max-width:1299px) {
  .page-header {
    height: calc(500 / 1299 * 100vw);
  }

  .page-content {
    padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
  }

  .main-content section:not(:last-child) {
    margin-bottom: calc(100 / 1299 * 100vw);
  }

  .heading-03 {
    height: calc(140 / 1299 * 100vw);
    margin-bottom: calc(60 / 1299 * 100vw);
  }
  .heading-03:after {
    width: calc(40 / 1299 * 100vw);
  }
  
  .heading-04 {
    height: calc(90 / 1299 * 100vw);
    margin-bottom: calc(40 / 1299 * 100vw);
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left calc(10 / 1299 * 100vw) top calc(10 / 1299 * 100vw), right calc(10 / 1299 * 100vw) bottom calc(10 / 1299 * 100vw);
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100 / 1299 * 100vw) auto, calc(100 / 1299 * 100vw) auto;
  }

  .heading-05:before {
    width: calc(20 / 1299 * 100vw);
    height: calc(20 / 1299 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .page-header .inner,
  .page-content .inner {
    max-width: calc(702 / 750 * 100vw);
  }

  .page-header {
    height: calc(500 / 750 * 100vw);
    padding: 15vw 0 0;
    background-image: url("../images/page/bg_ttl_page_sp.jpg");
  }
  .page-header h2 .ja {
    font-size: 1.5625rem;
  }
  .page-header h2 .en {
    font-size: .9375rem;
  }
  
  .page-content {
    padding: 13vw 0 25vw;
  }
  
  .main-content {
    display: block;
  }
  .main-content section:not(:last-child) {
    margin-bottom: 20vw;
  }

  .heading-03 {
    height: auto;
    padding: 5vw 3vw;
    margin-bottom: 6vw;
    font-size: 1.4375rem;
  }
  .heading-03:after {
    width: calc(40 / 750 * 100vw);
  }

  .heading-04 {
    height: calc(90 / 750 * 100vw);
    margin-bottom: 6vw;
    font-size: 1.1875rem;
    letter-spacing: 0;
    background-image: url("../images/page/deco_hdg4_l.svg"), url("../images/page/deco_hdg4_r.svg");
    background-position: left calc(10 / 750 * 100vw) top calc(10 / 750 * 100vw), right calc(10 / 750 * 100vw) bottom calc(10 / 750 * 100vw);
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100 / 750 * 100vw) auto, calc(100 / 750 * 100vw) auto;
  }

  .heading-05 {
    max-width: calc(646 / 750 * 100vw);
    padding-left: calc(55 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .heading-05:before {
    top: .2em;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

/*===============================================================================

	マウスピース矯正ページ

===============================================================================*/
.parts-consultation {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}
.parts-consultation .box {
  padding-top: var(--size25px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size30px);
  border: calc(20 / 1920 * 100vw) solid #fff;
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .3);
  background-image: url("../images/page/bg_common01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: var(--color06);
}
.parts-consultation .box h4 {
  margin-bottom: var(--size30px);
  text-align: center;
}
.parts-consultation .box h4 .ja {
  display: block;
  margin-bottom: var(--size10px);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.parts-consultation .box h4 .en {
  display: block;
  color: var(--color03);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: .1em;
}
.parts-consultation .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.parts-consultation .box ul li {
  position: relative;
  width: 49%;
  max-width: 550px;
  padding-left: calc(60 / 1920 * 100vw);
  padding-bottom: calc(13 / 1920 * 100vw);
  line-height: 1.5;
  border-bottom: 1px solid #b4ada980;
}
.parts-consultation .box ul li:not(:first-child) {
  margin-top: calc(10 / 1920 * 100vw);
}
.parts-consultation .box ul li:nth-child(-n+2) {
  margin-top: 0;
}
.parts-consultation .box ul li:before {
  content: "";
  position: absolute;
  top: .2em;
  left: calc(20 / 1920 * 100vw);
  width: calc(21 / 1920 * 100vw);
  height: calc(21 / 1920 * 100vw);
  border-radius: 0;
  background-image: url("../images/page/icn_check01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width:1599px) {
  .parts-consultation .box {
    border: calc(20 / 1599 * 100vw) solid #fff;
  }
  .parts-consultation .box ul li {
    padding-left: calc(60 / 1599 * 100vw);
    padding-bottom: calc(13 / 1599 * 100vw);
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: calc(10 / 1599 * 100vw);
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .parts-consultation .box ul li:before {
    left: calc(20 / 1599 * 100vw);
    width: calc(21 / 1599 * 100vw);
    height: calc(21 / 1599 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width:1299px) {
  .parts-consultation .box {
    border: calc(20 / 1299 * 100vw) solid #fff;
  }
  .parts-consultation .box ul li {
    padding-left: calc(60 / 1299 * 100vw);
    padding-bottom: calc(13 / 1299 * 100vw);
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: calc(10 / 1299 * 100vw);
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .parts-consultation .box ul li:before {
    left: calc(20 / 1299 * 100vw);
    width: calc(21 / 1299 * 100vw);
    height: calc(21 / 1299 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .parts-consultation .box {
    border: calc(20 / 750 * 100vw) solid #fff;
    box-shadow: calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, .3);
  }
  .parts-consultation .box h4 .ja {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .parts-consultation .box h4 .en {
    font-size: .875rem;
  }
  .parts-consultation .box ul {
    display: block;
  }
  .parts-consultation .box ul li {
    width: 100%;
    max-width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-bottom: calc(13 / 750 * 100vw);
  }
  .parts-consultation .box ul li:not(:first-child) {
    margin-top: 2vw;
  }
  .parts-consultation .box ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .parts-consultation .box ul li:before {
    top: .4em;
    left: calc(20 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.p-note-box {
  padding-top: var(--size45px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size50px);
  background-color: var(--color06);
}
.p-note-box h4 {
  padding-bottom: var(--size25px);
  margin-bottom: var(--size20px);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  border-bottom: 1px solid #332f26;
}
.p-note-box p {
  margin-bottom: var(--size25px);
}
@media(max-width: 767px) {
  .p-note-box h4 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.mouthpiece-introduction .sub-section-03 .heading-04 {
  margin-bottom: var(--size60px);
}
.mouthpiece-introduction .sub-section-03 .flex-row-03 {
  margin-bottom: var(--size60px);
}

.mouthpiece-flow {
  
}
.mouthpiece-flow .sub-section-01 {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
}

.mouthpiece-price {

}
.mouthpiece-price .sub-section-01 .heading-04 {
  margin-bottom: var(--size60px);
}
.mouthpiece-price .sub-section-02 {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}
.mouthpiece-price .sub-section-02 .heading-04 {
  margin-bottom: var(--size55px);
}
.mouthpiece-price .sub-section-02 .lead {
  margin-bottom: var(--size20px);
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mouthpiece-price .sub-section-02 .lead {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.mouthpiece-price .sub-section-02 .pay-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.mouthpiece-price .sub-section-02 .pay-list .item {
  width: 23.7%;
  padding-top: var(--size30px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size30px);
  margin-right: 1.7%;
  background-color: #fff;
}
.mouthpiece-price .sub-section-02 .pay-list .item:last-child {
  margin-right: 0;
}
.mouthpiece-price .sub-section-02 .pay-list .item .icon {
  display: block;
  width: calc(176 / 1920 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size20px);
}
.mouthpiece-price .sub-section-02 .pay-list .item .title {
  display: block;
  padding-bottom: var(--size20px);
  margin-bottom: var(--size20px);
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: .1em;
  border-bottom: 1px solid #332f26;
}
.mouthpiece-price .sub-section-02 .pay-list .item .text {
  display: block;
}
@media(min-width: 768px) and (max-width:1599px) {
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: calc(176 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: calc(176 / 1299 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .mouthpiece-price .sub-section-02 .pay-list .item {
    width: 48%;
    padding: 5vw;
    margin-right: 4%;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item:nth-child(-n+2) {
    margin-bottom: 5vw;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .icon {
    width: calc(176 / 750 * 100vw);
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .title {
    font-size: 1rem;
    letter-spacing: 0;
    border-bottom: 1px solid #332f26;
  }
  .mouthpiece-price .sub-section-02 .pay-list .item .text {
    font-size: .875rem;
  }
}

.mouthpiece-price .sub-section-04 {
  
}
.mouthpiece-price .sub-section-04 .image-01 {
  margin-bottom: var(--size60px);
  text-align: center;
}
.mouthpiece-price .sub-section-04 .image-01 a {
  display: block;
}

.mouthpiece-price .sub-section-04 .table-01 {
  position: relative;
  margin-bottom: var(--size100px);
  z-index: 1;
}
.mouthpiece-price .sub-section-04 .table-01:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-70 / 1920 * 100vw);
  width: 0;
  height: 0;
  margin: auto;
  border-top: calc(40 / 1920 * 100vw) solid #565565;
  border-left: calc(100 / 1920 * 100vw) solid transparent;
  border-right: calc(100 / 1920 * 100vw) solid transparent;
}
.mouthpiece-price .sub-section-04 .table-02 td {
  border-left: 1px solid #332f26;
}

@media(min-width: 768px) and (max-width:1599px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: calc(-70 / 1599 * 100vw);
    border-top: calc(40 / 1599 * 100vw) solid #565565;
    border-left: calc(100 / 1599 * 100vw) solid transparent;
    border-right: calc(100 / 1599 * 100vw) solid transparent;
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: calc(-70 / 1299 * 100vw);
    border-top: calc(40 / 1299 * 100vw) solid #565565;
    border-left: calc(100 / 1299 * 100vw) solid transparent;
    border-right: calc(100 / 1299 * 100vw) solid transparent;
  }
}
@media(max-width: 767px) {
  .mouthpiece-price .sub-section-04 .table-01:after {
    bottom: calc(-70 / 750 * 100vw);
    border-top: calc(40 / 750 * 100vw) solid #565565;
    border-left: calc(100 / 750 * 100vw) solid transparent;
    border-right: calc(100 / 750 * 100vw) solid transparent;
  }
}

.common-risk .ps__thumb-y {
  right: 0 !important;
  width: 4px !important;
  background: #332f26 !important;
}
.common-risk .ps--active-y>.ps__rail-y {
  right: 0 !important;
  width: 4px !important;
  background: 0 0 !important;
  opacity: 1 !important;
}
.common-risk .ps .ps__rail-x.ps--clicking,
.common-risk .ps .ps__rail-x:focus,
.common-risk .ps .ps__rail-x:hover,
.common-risk .ps .ps__rail-y.ps--clicking,
.common-risk .ps .ps__rail-y:focus,
.common-risk .ps .ps__rail-y:hover {
  opacity: 1 !important;
}
.common-risk {
  padding-top: var(--size40px);
  padding-left: var(--size45px);
  padding-right: var(--size45px);
  padding-bottom: var(--size40px);
  border: 1px solid #332f26;
}
.common-risk .box {
  position: relative;
  height: auto;
  max-height: 180px;
  padding-right: calc(50 / 1920 * 100vw);
  touch-action: auto !important;
  overflow: hidden;
}
@media(min-width: 768px) and (max-width:1599px) {
  .common-risk .box {
    padding-right: calc(50 / 1599 * 100vw);
  }
}
@media(min-width: 751px) and (max-width:1299px) {
  .common-risk .box {
    padding-right: calc(50 / 1299 * 100vw);
  }
}
@media(max-width: 767px) {
  .common-risk .box {
    max-height: calc(420 / 750 * 100vw);
    padding-right: 4vw;
  }
  .common-risk .box .text {
    letter-spacing: 0;
  }
}

/*===============================================================================

	クリニック紹介ページ

===============================================================================*/
.clinic-concept {

}
.clinic-concept .sub-section-01 {
  padding-top: var(--size100px);
  padding-bottom: var(--size100px);
  background-image: url("../images/clinic/bg_clinic01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clinic-concept .sub-section-01 .box {
  padding-top: var(--size60px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size100px);
  box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, .3);
  outline: #332f26 solid 1px;
  outline-offset: calc(-20 / 1920*100vw);
  background-image: url("../images/clinic/bg_clinic02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto calc(351 / 1920 * 100vw);
  background-color: #fff;
}
.clinic-concept .sub-section-01 .box:not(:last-of-type) {
  margin-bottom: var(--size80px);
}
.clinic-concept .sub-section-01 .box h4 {
  padding-bottom: var(--size35px);
  margin-bottom: var(--size30px);
  text-align: center;
  border-bottom: 1px solid #332f26;
}
.clinic-concept .sub-section-01 .box h4 .en {
  display: block;
  margin-bottom: var(--size20px);
  color: var(--color07);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .1em;
}
.clinic-concept .sub-section-01 .box h4 .ja {
  display: block;
  font-size: 2.25rem;
  line-height: 1.7;
  letter-spacing: .1em;
}
.clinic-concept .sub-section-01 .box p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.parts-summary {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}
.parts-summary .box {
  padding-top: var(--size35px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size40px);
  background-color: #fff;
}
.parts-summary .box h4 {
  padding-bottom: var(--size25px);
  margin-bottom: var(--size20px);
  font-size: 1.875rem;
  letter-spacing: .1em;
  text-align: center;
  border-bottom: 1px solid #332f26;
}

@media(min-width: 768px) and (max-width:1599px) {
  .clinic-concept .sub-section-01 .box {
    outline-offset: calc(-20 / 1599*100vw);
    background-image: url("../images/clinic/bg_clinic02.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto calc(351 / 1599 * 100vw);
  }
}

@media(min-width: 768px) and (max-width:1299px) {
  .clinic-concept .sub-section-01 .box {
    outline-offset: calc(-20 / 1299*100vw);
    background-image: url("../images/clinic/bg_clinic02.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto calc(351 / 1299 * 100vw);
  }
}

@media(max-width: 767px) {
  .clinic-concept .sub-section-01 .box {
    box-shadow: calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, .3);
    outline-offset: calc(-20 / 750*100vw);
    background-image: url("../images/clinic/bg_clinic02.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .clinic-concept .sub-section-01 .box h4 .en {
    font-size: 2.5rem;
  }
  .clinic-concept .sub-section-01 .box h4 .ja {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .clinic-concept .sub-section-01 .box p {
    max-width: 100%;
  }

  .parts-summary .box h4 {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}

.clinic-slider .slider-main {
  margin-bottom: var(--size60px);
}
.clinic-slider .slick-prev {
  top: 0;
  left: -7.2%;
  bottom: 0;
  width: calc(30 / 1920 * 100vw);
  height: calc(54 / 1920 * 100vw);
  margin: auto;
  background-image: url("../images/clinic/arw_clinic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0);
  z-index: 1;
}
.clinic-slider .slick-next {
  top: 0;
  right: -7.2%;
  bottom: 0;
  width: calc(30 / 1920 * 100vw);
  height: calc(54 / 1920 * 100vw);
  margin: auto;
  background-image: url("../images/clinic/arw_clinic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0) scaleX(-1);
  z-index: 1;
}
.clinic-slider .slick-prev:before,
.clinic-slider .slick-next:before {
  display: none;
}
.clinic-slider .slider-thumbnail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.clinic-slider .slider-thumbnail li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2%;
  opacity: .5;
  transition: .3s;
}
.clinic-slider .slider-thumbnail li.is-current {
  opacity: 1;
}
.clinic-slider .slider-thumbnail li:nth-child(5n),
.clinic-slider .slider-thumbnail li:last-child {
  margin-right: 0;
}
.clinic-slider .slider-thumbnail li:hover {
  opacity: 1;
  transition: .3s;
  cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
  .clinic-slider .slick-prev,
  .clinic-slider .slick-next {
    width: calc(30 / 1599 * 100vw);
    height: calc(54 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .clinic-slider .slick-prev,
  .clinic-slider .slick-next {
    width: calc(30 / 1299 * 100vw);
    height: calc(54 / 1299 * 100vw);
  }
  .clinic-slider .slick-prev {
    left: 2%;
  }
  .clinic-slider .slick-next {
    right: 2%;
  }
}
@media(max-width: 767px) {
  .clinic-slider .slick-prev,
  .clinic-slider .slick-next {
    width: calc(30 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
  .clinic-slider .slick-prev {
    left: 3vw;
  }
  .clinic-slider .slick-next {
    right: 3vw;
  }
}

.clinic-facility {
  
}
.clinic-facility .sub-section-02 .insurance-box {
  max-width: 1000px;
  padding-top: var(--size45px);
  padding-left: var(--size50px);
  padding-right: var(--size50px);
  padding-bottom: var(--size50px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
  background-color: var(--color06);
}
.clinic-facility .sub-section-02 .insurance-box .title {
  padding-bottom: var(--size25px);
  margin-bottom: var(--size50px);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  border-bottom: 1px solid #332f26;
}
.clinic-facility .sub-section-02 .insurance-box .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.clinic-facility .sub-section-02 .insurance-box .list .item {
  width: 22.3%;
  margin-right: 3.6%;
}
.clinic-facility .sub-section-02 .insurance-box .list .item:last-child {
  margin-right: 0;
}
.clinic-facility .sub-section-02 .insurance-box .list .item .in {
  position: relative;
  padding-top: 100%;
  z-index: 1;
}
.clinic-facility .sub-section-02 .insurance-box .list .item .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url("../images/index/bg__feature02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(max-width: 767px) {
  .clinic-facility .sub-section-02 .insurance-box {
    max-width: 100%;
  }
  .clinic-facility .sub-section-02 .insurance-box .title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .clinic-facility .sub-section-02 .insurance-box .list {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .clinic-facility .sub-section-02 .insurance-box .list .item {
    width: 48%;
    margin-right: 4%;
  }
  .clinic-facility .sub-section-02 .insurance-box .list .item:nth-child(2n),
  .clinic-facility .sub-section-02 .insurance-box .list .item:last-child {
    margin-right: 0;
  }
  .clinic-facility .sub-section-02 .insurance-box .list .item:not(:nth-child(-n+2)) {
    margin-top: 2vw;
  }
}

.clinic-rule .sub-section-01 {
  padding-top: var(--size60px);
  padding-bottom: var(--size60px);
  margin-bottom: var(--size60px);
}
.clinic-rule .sub-section-01 .text-box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--size60px);
}
@media only screen and (max-width: 767px) {
  .clinic-rule .sub-section-01 .text-box {
    display: block;
    max-width: 100%;
    margin-bottom: 8vw;
  }
}

/*===============================================================================

	お知らせ関連ページ

===============================================================================*/
.post-container {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width: 767px) {
  .post-container {
    width: 100%;
    margin-bottom: 20vw;
  }
}

/* お知らせ一覧
************************************************************/
.archives-news .news-list li {
  display: block;
  padding-bottom: calc(35 / 1920 * 100vw);
  border-bottom: 1px solid #332f26;
}
.archives-news .news-list li:not(:last-child) {
  margin-bottom: calc(40 / 1920 * 100vw);
}
.archives-news .news-list li a {
  display: block;
}
.archives-news .news-list li .description {
  width: 100%;
}
.archives-news .news-list li .description h4 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.archives-news .news-list li .description .date {
  display: block;
  color: #332f26;
  font-size: .875rem;
  letter-spacing: .1em;
}
.archives-news .news-list li .description .excerpt {
  margin-top: calc(8 / 1920 * 100vw);
  line-height: 1.75;
}
.archives-news .news-list li .description .excerpt .more {
  color: #332f26;
  text-decoration: underline;
}
@media(min-width: 768px) and (max-width:1599px) {
  .archives-news .news-list li {
    padding-bottom: calc(35 / 1599 * 100vw);
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: calc(40 / 1599 * 100vw);
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: calc(8 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .archives-news .news-list li {
    padding-bottom: calc(35 / 1299 * 100vw);
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: calc(40 / 1299 * 100vw);
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: calc(8 / 1299 * 100vw);
  }
}
@media(max-width: 767px) {
  .archives-news .news-list li {
    padding-bottom: 6vw;
  }
  .archives-news .news-list li:not(:last-child) {
    margin-bottom: 6vw;
  }
  .archives-news .news-list li .description h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .archives-news .news-list li .description .excerpt {
    margin-top: calc(8 / 750 * 100vw);
  }
}

/* ページネーション
************************************************************/
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #bfbfbf;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi span.current {
  font-weight: 700;
}
.main-content .wp-pagenavi {
  margin-top: calc(60 / 1920 * 100vw);
  text-align: center;
  font-size: .875rem;
}
.main-content .wp-pagenavi a,
.main-content .wp-pagenavi span {
  display: inline-block;
  color: #998e73;
  padding: 0 calc(10 / 1920 * 100vw);
  margin: calc(2 / 1920 * 100vw);
  text-decoration: none;
  border: 1px solid #998e73;
}
.main-content .wp-pagenavi span.pages {
  padding: 0 calc(11 / 1920 * 100vw);
}
.main-content .wp-pagenavi a:hover,
.main-content .wp-pagenavi span.current {
  color: #fff;
  border-color: #998e73;
  background: #998e73;
}
.main-content .wp-pagenavi span.current {
  font-weight: 400;
}
@media(min-width: 768px) and (max-width:1599px) {
  .main-content .wp-pagenavi {
    margin-top: calc(60 / 1599 * 100vw);
  }
  .main-content .wp-pagenavi a,
  .main-content .wp-pagenavi span {
    padding: 0 calc(10 / 1599 * 100vw);
    margin: calc(2 / 1599 * 100vw);
  }
  .main-content .wp-pagenavi span.pages {
    padding: 0 calc(11 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .main-content .wp-pagenavi {
    margin-top: calc(60 / 1299 * 100vw);
  }
  .main-content .wp-pagenavi a,
  .main-content .wp-pagenavi span {
    padding: 0 calc(10 / 1299 * 100vw);
    margin: calc(2 / 1299 * 100vw);
  }
  .main-content .wp-pagenavi span.pages {
    padding: 0 calc(11 / 1299 * 100vw);
  }
}
@media(max-width: 767px) {
  .main-content .wp-pagenavi {
    margin-top: calc(60 / 750 * 100vw);
  }
  .main-content .wp-pagenavi a,
  .main-content .wp-pagenavi span,
  .main-content .wp-pagenavi span.pages {
    padding: .5vw 2vw;
    margin: calc(4 / 750 * 100vw);
  }
  .post-container .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12vw;
  }
}


/* お知らせ記事ページ
************************************************************/
.post-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(60 / 1920 * 100vw);
}
.post-links li {
  width: calc(170 / 1920 * 100vw);
}
.post-links li.back {
  text-align: center;
}
.post-links li.next {
  text-align: right;
}
.post-links li a {
  padding-bottom: calc(4 / 1920 * 100vw);
  border-bottom: 1px solid #332f26;
}
@media(min-width: 768px) and (max-width:1599px) {
  .post-links {
    margin-bottom: calc(60 / 1599 * 100vw);
  }
  .post-links li {
    width: calc(170 / 1599 * 100vw);
  }
  .post-links li a {
    padding-bottom: calc(4 / 1599 * 100vw);
  }
}
@media(min-width: 768px) and (max-width:1299px) {
  .post-links {
    margin-bottom: calc(60 / 1299 * 100vw);
  }
  .post-links li {
    width: calc(170 / 1299 * 100vw);
  }
  .post-links li a {
    padding-bottom: calc(4 / 1299 * 100vw);
  }
}
@media(max-width: 767px) {
  .post-links {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .post-links li {
    width: calc(200 / 750 * 100vw);
  }
  .post-links li a {
    padding-bottom: calc(4 / 750 * 100vw);
  }
}

.post-title {
  position: relative;
  padding-top: var(--size10px);
  padding-left: var(--size30px);
  padding-right: var(--size30px);
  padding-bottom: var(--size15px);
  margin-bottom: var(--size40px);
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .1em;
  background-color: var(--color01);
  z-index: 1;
}
.post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media(max-width: 767px) {
  .post-title {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}

.post-content {
  line-height: 1.75;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content li {
  list-style: inherit;
  margin-left: 1.5em;
}