@charset "UTF-8";
/*
  フォントサイズのclamp()
 */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/**

css変数定義

 */
/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/*
@mixin font-kinuta-min {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}

body {
  font-size: 1.4rem;
  background-color: #f3f1ed;
  color: #67615a;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overscroll-behavior: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.is-fixed {
  position: fixed;
  height: 100%;
}

body.is-fixed {
  /*position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;*/
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #67615a;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #67615a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

/* ==========================================================================
    libs
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 11;
  width: 70px;
  height: 70px;
  background-color: #ffff00;
  top: calc(50% - 35px);
  padding: 0;
  border: none;
  outline: none;
}
@media print, screen and (min-width:769px) {
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
  }
}

.slick-prev {
  background: url(/assets/img/ic_prev.svg) no-repeat center center/contain;
  left: 10px;
}

.slick-next {
  background: url(/assets/img/ic_next.svg) no-repeat center center/contain;
  right: 10px;
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 10;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 6.5rem;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 100%;
  height: 2px;
  background: #dddcd3;
  transition-duration: 0.3s;
}
.slick-dots li.slick-active button:before {
  background: #babab8;
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots {
    margin: 10px 0;
  }
  .slick-dots li {
    width: 3rem;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 340px) {
  .l-width-std {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    min-width: 769px;
    max-width: calc(140rem + 16vw);
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

.l-width-content {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .l-width-content {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 92rem;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  padding: 6rem 0;
}
@media print, screen and (min-width:769px) {
  .l-main {
    padding: 12rem 0;
  }
}

.l-main.--top {
  padding-top: 6rem;
}
@media print, screen and (min-width:769px) {
  .l-main.--top {
    padding-top: 15rem;
  }
}

.l-main.--works,
.l-main.--blog {
  padding-top: 10rem;
}
@media print, screen and (min-width:769px) {
  .l-main.--works,
  .l-main.--blog {
    padding-top: 12rem;
  }
}

/* --------------------------------------------------------------------
  #汎用セクションフォーマット
 */
.l-section {
  margin-bottom: 60px;
}
@media print, screen and (min-width:769px) {
  .l-section {
    margin-bottom: 100px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
}
/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb0 {
    margin-bottom: 0rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb0-sp {
    margin-bottom: 0rem !important;
  }
}

.l-mb5 {
  margin-bottom: 0.25rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb5 {
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb5-sp {
    margin-bottom: 0.5rem !important;
  }
}

.l-mb10 {
  margin-bottom: 0.5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb10 {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb10-sp {
    margin-bottom: 1rem !important;
  }
}

.l-mb15 {
  margin-bottom: 0.75rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb15 {
    margin-bottom: 1.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb15-sp {
    margin-bottom: 1.5rem !important;
  }
}

.l-mb20 {
  margin-bottom: 1rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb20 {
    margin-bottom: 2rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb20-sp {
    margin-bottom: 2rem !important;
  }
}

.l-mb25 {
  margin-bottom: 1.25rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb25 {
    margin-bottom: 2.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb25-sp {
    margin-bottom: 2.5rem !important;
  }
}

.l-mb30 {
  margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb30 {
    margin-bottom: 3rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb30-sp {
    margin-bottom: 3rem !important;
  }
}

.l-mb35 {
  margin-bottom: 1.75rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb35 {
    margin-bottom: 3.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb35-sp {
    margin-bottom: 3.5rem !important;
  }
}

.l-mb40 {
  margin-bottom: 2rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb40 {
    margin-bottom: 4rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb40-sp {
    margin-bottom: 4rem !important;
  }
}

.l-mb45 {
  margin-bottom: 2.25rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb45 {
    margin-bottom: 4.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb45-sp {
    margin-bottom: 4.5rem !important;
  }
}

.l-mb50 {
  margin-bottom: 2.5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb50 {
    margin-bottom: 5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb50-sp {
    margin-bottom: 5rem !important;
  }
}

.l-mb55 {
  margin-bottom: 2.75rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb55 {
    margin-bottom: 5.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb55-sp {
    margin-bottom: 5.5rem !important;
  }
}

.l-mb60 {
  margin-bottom: 3rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb60 {
    margin-bottom: 6rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb60-sp {
    margin-bottom: 6rem !important;
  }
}

.l-mb65 {
  margin-bottom: 3.25rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb65 {
    margin-bottom: 6.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb65-sp {
    margin-bottom: 6.5rem !important;
  }
}

.l-mb70 {
  margin-bottom: 3.5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb70 {
    margin-bottom: 7rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb70-sp {
    margin-bottom: 7rem !important;
  }
}

.l-mb75 {
  margin-bottom: 3.75rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb75 {
    margin-bottom: 7.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb75-sp {
    margin-bottom: 7.5rem !important;
  }
}

.l-mb80 {
  margin-bottom: 4rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb80 {
    margin-bottom: 8rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb80-sp {
    margin-bottom: 8rem !important;
  }
}

.l-mb85 {
  margin-bottom: 4.25rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb85 {
    margin-bottom: 8.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb85-sp {
    margin-bottom: 8.5rem !important;
  }
}

.l-mb90 {
  margin-bottom: 4.5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb90 {
    margin-bottom: 9rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb90-sp {
    margin-bottom: 9rem !important;
  }
}

.l-mb95 {
  margin-bottom: 4.75rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb95 {
    margin-bottom: 9.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb95-sp {
    margin-bottom: 9.5rem !important;
  }
}

.l-mb100 {
  margin-bottom: 5rem !important;
}
@media print, screen and (min-width:769px) {
  .l-mb100 {
    margin-bottom: 10rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb100-sp {
    margin-bottom: 10rem !important;
  }
}

.l-mt0 {
  margin-top: 0rem;
}
@media print, screen and (min-width:769px) {
  .l-mt0 {
    margin-top: 0rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt0-sp {
    margin-top: 0rem !important;
  }
}

.l-mt5 {
  margin-top: 0.4rem;
}
@media print, screen and (min-width:769px) {
  .l-mt5 {
    margin-top: 0.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt5-sp {
    margin-top: 0.5rem !important;
  }
}

.l-mt10 {
  margin-top: 0.8rem;
}
@media print, screen and (min-width:769px) {
  .l-mt10 {
    margin-top: 1rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt10-sp {
    margin-top: 1rem !important;
  }
}

.l-mt15 {
  margin-top: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .l-mt15 {
    margin-top: 1.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt15-sp {
    margin-top: 1.5rem !important;
  }
}

.l-mt20 {
  margin-top: 1.6rem;
}
@media print, screen and (min-width:769px) {
  .l-mt20 {
    margin-top: 2rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt20-sp {
    margin-top: 2rem !important;
  }
}

.l-mt25 {
  margin-top: 2rem;
}
@media print, screen and (min-width:769px) {
  .l-mt25 {
    margin-top: 2.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt25-sp {
    margin-top: 2.5rem !important;
  }
}

.l-mt30 {
  margin-top: 2.4rem;
}
@media print, screen and (min-width:769px) {
  .l-mt30 {
    margin-top: 3rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt30-sp {
    margin-top: 3rem !important;
  }
}

.l-mt35 {
  margin-top: 2.8rem;
}
@media print, screen and (min-width:769px) {
  .l-mt35 {
    margin-top: 3.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt35-sp {
    margin-top: 3.5rem !important;
  }
}

.l-mt40 {
  margin-top: 3.2rem;
}
@media print, screen and (min-width:769px) {
  .l-mt40 {
    margin-top: 4rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt40-sp {
    margin-top: 4rem !important;
  }
}

.l-mt45 {
  margin-top: 3.6rem;
}
@media print, screen and (min-width:769px) {
  .l-mt45 {
    margin-top: 4.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt45-sp {
    margin-top: 4.5rem !important;
  }
}

.l-mt50 {
  margin-top: 4rem;
}
@media print, screen and (min-width:769px) {
  .l-mt50 {
    margin-top: 5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt50-sp {
    margin-top: 5rem !important;
  }
}

.l-mt55 {
  margin-top: 4.4rem;
}
@media print, screen and (min-width:769px) {
  .l-mt55 {
    margin-top: 5.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt55-sp {
    margin-top: 5.5rem !important;
  }
}

.l-mt60 {
  margin-top: 4.8rem;
}
@media print, screen and (min-width:769px) {
  .l-mt60 {
    margin-top: 6rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt60-sp {
    margin-top: 6rem !important;
  }
}

.l-mt65 {
  margin-top: 5.2rem;
}
@media print, screen and (min-width:769px) {
  .l-mt65 {
    margin-top: 6.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt65-sp {
    margin-top: 6.5rem !important;
  }
}

.l-mt70 {
  margin-top: 5.6rem;
}
@media print, screen and (min-width:769px) {
  .l-mt70 {
    margin-top: 7rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt70-sp {
    margin-top: 7rem !important;
  }
}

.l-mt75 {
  margin-top: 6rem;
}
@media print, screen and (min-width:769px) {
  .l-mt75 {
    margin-top: 7.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt75-sp {
    margin-top: 7.5rem !important;
  }
}

.l-mt80 {
  margin-top: 6.4rem;
}
@media print, screen and (min-width:769px) {
  .l-mt80 {
    margin-top: 8rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt80-sp {
    margin-top: 8rem !important;
  }
}

.l-mt85 {
  margin-top: 6.8rem;
}
@media print, screen and (min-width:769px) {
  .l-mt85 {
    margin-top: 8.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt85-sp {
    margin-top: 8.5rem !important;
  }
}

.l-mt90 {
  margin-top: 7.2rem;
}
@media print, screen and (min-width:769px) {
  .l-mt90 {
    margin-top: 9rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt90-sp {
    margin-top: 9rem !important;
  }
}

.l-mt95 {
  margin-top: 7.6rem;
}
@media print, screen and (min-width:769px) {
  .l-mt95 {
    margin-top: 9.5rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt95-sp {
    margin-top: 9.5rem !important;
  }
}

.l-mt100 {
  margin-top: 8rem;
}
@media print, screen and (min-width:769px) {
  .l-mt100 {
    margin-top: 10rem !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mt100-sp {
    margin-top: 10rem !important;
  }
}

/*@include mq-sp {
  .l-ml0-sp {margin-left: 0 !important;}
  .l-mr0-sp {margin-right: 0 !important;}
  .l-mr5-sp {margin-right: 5px !important;}
  .l-mb0-sp {margin-bottom: 0 !important;}
  .l-mt0-sp {margin-top: 0 !important;}
  .l-mb5-sp {margin-bottom: 5px !important;}
  .l-mb10-sp {margin-bottom: 10px !important;}
  .l-mb20-sp {margin-bottom: 20px !important;}
  .l-mb30-sp {margin-bottom: 30px !important;}
  .l-mb40-sp {margin-bottom: 40px !important;}
  .l-mb50-sp {margin-bottom: 50px !important;}

}*/
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-inner::before {
    visibility: hidden;
    opacity: 0;
    transition: 0.8s opacity;
  }
  .header-inner.is-active::before {
    visibility: visible;
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 50px;
    background-color: #D6DDD5;
    z-index: 109;
    top: 0;
    left: 0;
    position: fixed;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 60px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #333;
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -5px, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 5px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 1px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -1px, 0) rotate(-45deg);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__trigger.is-active {
    background: none;
  }
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    display: none;
  }
}

.header__ci {
  top: 0;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__ci svg {
  width: 6.8rem;
}
@media print, screen and (min-width:769px) {
  .header__ci {
    height: 25rem;
  }
  .header__ci svg {
    width: 12rem;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu {
    display: none;
    position: fixed;
    z-index: 108;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .header-menu.is-active {
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    transition: background-color 0.5s, transform 0.8s;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .header-menu {
    height: 7rem;
  }
}

@media print, screen and (min-width:769px) {
  .header-menu.--big-header.is-fixed .heading1 {
    opacity: 0;
  }
  .header-menu.--big-header.is-fixed .heading1-wrap2 {
    height: 6rem;
  }
}

@media print, screen and (min-width:769px) {
  .header-menu.is-fixed {
    background-color: #fff;
    /*transform: translate3d(0, 0, 0);*/
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu-content {
    padding-left: 3vw;
    height: 9rem;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .header-menu-content {
    height: 7rem;
  }
}

.header__ci-second {
  background-color: #f3f1ed;
  height: 6.5rem;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.header__ci-second svg {
  width: 12rem;
  height: 3rem;
}
@media print, screen and (min-width:769px) {
  .header__ci-second {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu__ci {
    background-color: #f3f1ed;
    height: 6.5rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  .header-menu__ci svg {
    width: 12rem;
    height: 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu__ci {
    height: 9rem;
    display: flex;
    align-items: center;
  }
  .header-menu__ci svg {
    width: 18.2rem;
    height: 4.5rem;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .header-menu__ci {
    height: 7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-nav {
    padding: 3rem 0;
    margin: 0 15px;
  }
}
@media print, screen and (min-width:769px) {
  .header-nav {
    display: flex;
    position: absolute;
    height: 9rem;
    align-items: center;
    right: calc(23rem + 2vw);
    top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-nav {
    right: calc(19rem + 2vw);
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .header-nav {
    height: 7rem;
  }
}

.header-nav__item .item-label {
  position: relative;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.header-nav__item .hover {
  display: none;
}
.header-nav__item .item-trigger {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-nav__item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .header-nav__item .item-label {
    display: block;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.1em;
    padding: 1rem 0;
  }
  .header-nav__item .item-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 4rem;
    top: 0;
    right: 0;
    height: 3.6rem;
  }
  .header-nav__item .item-trigger svg {
    transition: transform 0.3s;
    width: 2.2rem;
    height: 1.5rem;
  }
  .header-nav__item .item-trigger.is-active svg {
    transform: rotate(180deg);
  }
}
@media print, screen and (min-width:769px) {
  .header-nav__item {
    margin: 0 1em;
    /*transition: $duration_hover opacity;*/
  }
  .header-nav__item .default {
    transition: 0.5s opacity;
  }
  .header-nav__item .hover {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s opacity;
  }
  .header-nav__item.is-current .item-label::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: 0.4rem;
    background-color: #67615a;
  }
  .header-nav__item:hover {
    /*opacity: $hover_opacity;*/
  }
  .header-nav__item:hover .default {
    opacity: 0;
  }
  .header-nav__item:hover .hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .header-nav__item {
    margin: 0 0.5rem;
  }
  .header-nav__item:hover .default {
    opacity: 0.75;
  }
  .header-nav__item:hover .hover {
    opacity: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .header-nav__item {
    margin: 0 1rem;
  }
  .header-nav__item .hover {
    font-size: 1.1rem;
  }
  .header-nav__item .item-label {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-nav2 {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .header-nav2 {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 6rem;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .header-nav2 {
    height: 4.5rem;
  }
}

@media print, screen and (min-width:769px) {
  .header-nav2.--works,
  .header-nav2.--blog {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-nav2 > li {
    font-size: 1.3rem;
    padding: 1rem 0 1rem;
    border-bottom: 1px solid #eee;
  }
  .header-nav2 > li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width:769px) {
  .header-nav2 > li {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    white-space: nowrap;
  }
  .header-nav2 > li.is-current {
    background-color: #67615a;
  }
  .header-nav2 > li.is-current > a,
  .header-nav2 > li.is-current > span {
    color: #fff;
  }
  .header-nav2 > li {
    transition: 0.5s opacity;
  }
  .header-nav2 > li:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-nav2 > li {
    padding: 0.5rem 1rem;
  }
}

@media print, screen and (min-width:769px) {
  .header-nav2.--sp {
    display: none;
    transform: scale(0);
  }
}

.header-menu-sub {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-sub {
    position: relative;
    margin: 0 auto;
    width: 24rem;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu-sub {
    position: absolute;
    width: 20.5rem;
    align-items: center;
    right: 2vw;
    top: calc(50% - 2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-menu-sub {
    width: 17rem;
  }
}

.header__contact > a, .header__contact > span {
  display: flex;
  font-family: "Jost", sans-serif;
  border: 1px solid #67615a;
  border-radius: 50px;
  height: 4rem;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__contact {
    margin-bottom: 1rem;
    width: 19rem;
  }
}
@media print, screen and (min-width:769px) {
  .header__contact > a, .header__contact > span {
    height: 3.4rem;
    width: 15rem;
    font-size: 1.6rem;
  }
  .header__contact {
    transition: 0.5s opacity;
  }
  .header__contact:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .header__contact > a, .header__contact > span {
    width: 12rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .header__contact > a, .header__contact > span {
    width: 12rem;
  }
}

.header__sns {
  display: flex;
  justify-content: center;
}
.header__sns > li > a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #67615a;
}
.header__sns > li > a svg {
  width: 76%;
  height: 76%;
  fill: #67615a;
  transition: fill 0.5s;
}
@media print, screen and (min-width:769px) {
  .header__sns > li > a {
    width: 4rem;
    height: 4rem;
  }
  .header__sns > li > a:hover svg {
    fill: #67615a;
  }
  .header__sns > li > a {
    transition: 0.5s opacity;
  }
  .header__sns > li > a:hover {
    opacity: 0.75;
  }
}

/* ====================================================================

  #フッタ

 */
.footer {
  background-color: #dddcd3;
  padding: 2rem 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .footer {
    padding: 6rem 0 8rem;
  }
}

.footer__ci svg {
  width: 7.2rem;
  height: 10.1rem;
}
@media print, screen and (min-width:769px) {
  .footer__ci {
    margin-bottom: 3.6rem;
  }
  .footer__ci svg {
    width: 12.5rem;
    height: 10.1rem;
  }
}

.footer__company {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .footer__company {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.footer__info {
  line-height: 1.75;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .footer__info {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.footer__sns {
  margin-bottom: 2rem;
}
.footer__sns > li > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #babab8;
}
.footer__sns > li > a svg {
  width: 70%;
  height: 70%;
  fill: #babab8;
  transition: fill 0.5s;
}
@media print, screen and (min-width:769px) {
  .footer__sns {
    margin-bottom: 4rem;
  }
  .footer__sns > li > a {
    width: 56px;
    height: 56px;
  }
  .footer__sns > li > a:hover svg {
    fill: #67615a;
  }
}

.table-wrap {
  margin-bottom: 80px;
  /*  @include mq-sp {
      overflow: auto;
    }*/
}
@media print, screen and (min-width:769px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}
.prg-sp-accr-trigger {
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページタイトル
 */
.heading1-wrap {
  background-color: #fff;
  padding: 3rem 0;
}
@media print, screen and (min-width:769px) {
  .heading1-wrap {
    padding: 6rem 0;
  }
}

.heading1-wrap2 {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .heading1-wrap2 {
    height: 18.6rem;
    margin-bottom: 8rem;
    padding-top: 5rem;
    transition: 0.3s height;
  }
  .heading1-wrap2 .header-nav2 {
    bottom: 0;
  }
}

.heading1 {
  text-align: center;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:769px) {
  .heading1 {
    transition: 0.3s opacity;
  }
}

.heading1__en {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width:769px) {
  .heading1__en {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.heading1__jp {
  font-size: 1rem;
  display: block;
}
@media print, screen and (min-width:769px) {
  .heading1__jp {
    font-size: 1.3rem;
  }
}

.heading3 {
  font-weight: bold;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  .heading3 {
    font-size: 1.8rem;
  }
}

.heading3.--centering {
  text-align: center;
}

@media print, screen and (min-width:769px) {
  .form-w1 {
    width: 25%;
  }
}

.form-w2 {
  width: 60%;
}
@media print, screen and (min-width:769px) {
  .form-w2 {
    width: 50%;
  }
}

.form-w3 {
  width: 80%;
}
@media print, screen and (min-width:769px) {
  .form-w3 {
    width: 75%;
  }
}

.form-w4 {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .form-w4 {
    width: 100%;
  }
}

.form-textarea {
  height: 10rem;
}
@media print, screen and (min-width:769px) {
  .form-textarea {
    height: 20rem;
  }
}

.input-list > li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 2;
}
.input-list.--blocked > li {
  display: block;
}
@media print, screen and (min-width:769px) {
  .input-list > li {
    margin-right: 1.5rem;
  }
}

.form-require {
  color: #ff0000;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width:769px) {
  .form-require {
    font-size: 1.4rem;
  }
}

.form-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.form-buttons > li {
  margin-right: 2rem;
}
.form-buttons > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .form-buttons {
    margin-top: 4rem;
  }
  .form-buttons > li {
    margin-right: 4rem;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input),
textarea {
  height: 46px;
  font-size: 1.6rem;
  align-items: center;
  background: #f5f5f5;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input),
  textarea {
    padding: 0 3px;
    height: 32px;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

input[type=checkbox]:checked {
  /*position: absolute;*/
}
input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #666;
}

/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #babab8;
  border-radius: 50%;
  margin-right: 0.3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked::before, input[type=radio]:checked::after {
  position: absolute;
  font-size: 14px;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #666;
  content: "";
  border-radius: 50%;
}
input[type=radio]:checked {
  /*  &::after {
      width: 8px;
      height: 8px;
      left: 4px;
      top: 4px;
      background: #fff;
    }*/
}

/* --------------------------------------------------------------------
  #select
 */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
  right: 0;
  top: 0;
  background: url(/assets/img/ic_arrow_down.png) no-repeat center center/14px auto #f5f5f5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .select-wrap {
    width: 200px;
  }
}
@media print, screen and (min-width:769px) {
  .select-wrap::after {
    width: 40px;
    height: 46px;
  }
}

@media print, screen and (min-width:769px) {
  .select-wrap--address {
    width: 200px;
  }
}

select {
  height: 32px;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
  background-color: #f5f5f5;
  padding: 0 10px;
}
@media print, screen and (min-width:769px) {
  select {
    height: 46px;
    font-size: 1.6rem;
  }
}

.form-wrap {
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-wrap {
    margin: 0 calc((100vw - 100%) / -2);
    padding: 4rem 15px;
  }
}
@media print, screen and (min-width:769px) {
  .form-wrap {
    padding: 6rem 4rem;
  }
}

.form-wrap iframe {
  width: 100%;
  height: 1000px;
}

.form__heading {
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .form__heading {
    font-size: 1.8rem;
  }
}

.form-table {
  width: 100%;
}
.form-table th, .form-table td {
  font-size: 1.2rem;
  text-align: left;
  padding: 0.6rem 0;
  line-height: 1.5;
}
.form-table th {
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table th, .form-table td {
    display: block;
  }
  .form-table td {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width:769px) {
  .form-table {
    border-top: 1px solid #babab8;
  }
  .form-table th, .form-table td {
    font-size: 1.6rem;
    border-bottom: 1px solid #babab8;
    padding: 1.5rem;
  }
  .form-table th {
    width: 30%;
  }
  .form-table td {
    width: 70%;
  }
}

.kamoku-list {
  -moz-column-count: 2;
       column-count: 2;
}
.kamoku-list > li {
  margin-bottom: 1rem;
}
@media print, screen and (min-width:769px) {
  .kamoku-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-inner {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A - グレーボタン　右矢印
 */
.btn-a .btn-inner {
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  .btn-a:hover .btn-inner::before {
    transform: translate3d(0, 0.5rem, 0);
  }
  .btn-a:hover .btn-inner::after {
    transform: translate3d(0, -0.5rem, 0);
  }
  .btn-a:hover .icon-arrow {
    transform: translate3d(0.5rem, 0, 0);
  }
}

.btn-a .btn-inner {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67615a;
  height: 5rem;
}
.btn-a .btn-inner::before, .btn-a .btn-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #babab8;
  transition: 0.5s transform;
}
.btn-a .btn-inner::before {
  top: 0;
}
.btn-a .btn-inner::after {
  bottom: 0;
}
.btn-a .btn-inner .icon-arrow {
  position: absolute;
  right: 8px;
  fill: none;
  top: calc(50% - 2.5px);
  width: 24px;
  height: 5px;
  stroke: #67615a;
  transition: 0.5s transform;
}
@media print, screen and (min-width:769px) {
  .btn-a .btn-inner {
    height: 8.6rem;
    font-size: 1.8rem;
  }
  .btn-a .btn-inner .icon-arrow {
    right: 15px;
    width: 30px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.btn-a.--small .btn-inner {
  height: 4rem;
}
@media print, screen and (min-width:769px) {
  .btn-a.--small .btn-inner {
    height: 5rem;
    font-size: 1.5rem;
  }
}

.btn-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2d1d15;
  border-radius: 0.6rem;
  font-weight: bold;
  height: 4rem;
  min-width: 15rem;
  padding: 0 2rem;
}
@media print, screen and (min-width:769px) {
  .btn-submit {
    height: 5rem;
    min-width: 24rem;
    transition: 0.5s opacity;
  }
  .btn-submit:hover {
    opacity: 0.75;
  }
}

.second-intro {
  padding: 50px 0;
}
@media print, screen and (min-width:769px) {
  .second-intro {
    padding: 80px 0;
  }
}

.breadcrumbs-wrap {
  margin-left: 3vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .breadcrumbs-wrap {
    display: none;
  }
}

.breadcrumbs {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}

.breadcrumbs > li {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .breadcrumbs > li {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
    font-size: clamp(1.056rem, 0.917vw, 1.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumbs > li {
    font-size: 1.38rem;
  }
}
.breadcrumbs > li {
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
  color: var(--mycol);
}
.breadcrumbs > li > a, .breadcrumbs > li > span {
  color: var(--mycol);
}
.breadcrumbs > li > a {
  opacity: 0.5;
  transition: 0.5s opacity;
}
.breadcrumbs > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 8px;
  right: 4px;
}
.breadcrumbs > li:last-child::after {
  display: none;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs > li {
    padding-right: 26px;
  }
  .breadcrumbs > li::after {
    right: 8px;
    top: 10px;
  }
  .breadcrumbs > li a:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------
  #汎用記事リスト
 */
@media print, screen and (min-width:769px) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
  }
}

.article-list-item {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .article-list-item {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 60px;
  }
  .article-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .article-list-item:hover .article-list__pict img {
    transform: scale(1.05);
  }
}

.article-list__pict {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-list__pict img {
  position: relative;
  z-index: 1;
  transition: 0.5s transform;
}
@media print, screen and (min-width:769px) {
  .article-list__pict {
    margin-bottom: 25px;
  }
}

.article-list__heading {
  font-size: 2.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-list__heading {
    font-size: clamp(2.2rem, 3.438vw, 2.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-list__heading {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__heading {
    font-size: 2.53rem;
  }
}
.article-list__heading {
  margin-bottom: 10px;
}
.article-list__heading > small {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-list__heading > small {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-list__heading > small {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__heading > small {
    font-size: 1.84rem;
  }
}

.article-list__status {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-list__status {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-list__status {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__status {
    font-size: 1.84rem;
  }
}
.article-list__status {
  margin-bottom: 10px;
  line-height: 1.5;
}

.article-list__summary {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-list__summary {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-list__summary {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__summary {
    font-size: 1.61rem;
  }
}
.article-list__summary {
  line-height: 1.5;
}

.article-list__btn {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width:769px) {
  .article-list__btn {
    width: 325px;
  }
}

.article-list.--slider .article-list-item {
  position: relative;
  margin-bottom: initial;
  margin-right: 0;
  padding: 0 10px;
}
@media print, screen and (min-width:769px) {
  .article-list.--slider .article-list-item {
    width: 33.3%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-list.--slider {
    background-color: #F4F4F4;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 30px;
  }
  .article-list.--slider .article-list__heading {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 640px) and (max-width: 768px) {
  .article-list.--slider .article-list__heading {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 769px) and (max-width: 1440px) {
  .article-list.--slider .article-list__heading {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 1441px) {
  .article-list.--slider .article-list__heading {
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 640px) and (max-width: 768px) {
  .article-list.--slider .article-list__heading > small {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 769px) and (max-width: 1440px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.1rem;
    font-size: clamp(0.968rem, 0.84vw, 1.2rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 1441px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.265rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-list.--slider .article-list__status {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 640px) and (max-width: 768px) {
  .article-list.--slider .article-list__status {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 769px) and (max-width: 1440px) {
  .article-list.--slider .article-list__status {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 1441px) {
  .article-list.--slider .article-list__status {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-list.--slider .article-list__summary {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .article-list.--slider {
    display: block;
    padding: 0 50px;
  }
}

.article {
  border-bottom: 1px solid #67615a;
  margin-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .article {
    margin-bottom: 6rem;
  }
}

.article-head {
  text-align: center;
  border-bottom: 1px solid #67615a;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width:769px) {
  .article-head {
    padding-bottom: 4rem;
  }
}

.article-head.--interview {
  text-align: left;
  border-bottom: 0;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .article-head.--interview {
    padding-bottom: 2rem;
  }
}

.article-head.--interview + .article-style .article-body {
  padding-top: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .article-head.--interview + .article-style .article-body {
    padding-top: 4rem;
  }
}

.article-head__date {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width:769px) {
  .article-head__date {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.article-head__heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding: 0 15px;
}
@media print, screen and (min-width:769px) {
  .article-head__heading {
    margin-bottom: 2.5rem;
    font-size: 3.2rem;
    width: 70%;
    max-width: 92rem;
  }
}

.article-head__category > a,
.article-head__category > span {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #67615a;
  padding: 0.6rem 1.2rem;
  border-radius: 2px;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .article-head__category > a,
  .article-head__category > span {
    font-size: 1.2rem;
  }
}

.article-interview__pict {
  width: calc(100% - 30px);
  max-width: 88rem;
  margin: 0 auto;
}
.article-interview__pict img {
  width: 100%;
  display: block;
}

.article-interview {
  width: calc(100% - 30px);
  max-width: 88rem;
  margin: 3rem auto 0;
  text-align: left;
}
@media print, screen and (min-width:769px) {
  .article-interview {
    margin-top: 4rem;
  }
}

.article-interview__heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .article-interview__heading {
    font-size: 3.2rem;
  }
}

.article-interview .catch {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .article-interview .catch {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}

.article-interview .lead {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width:769px) {
  .article-interview .lead {
    font-size: 1.5rem;
  }
}

.article-interview .info {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #67615a;
}
@media print, screen and (min-width:769px) {
  .article-interview .info {
    margin-top: 2.5rem;
    padding-top: 2rem;
  }
}

.article-interview .clinic,
.article-interview .doctor {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .article-interview .clinic,
  .article-interview .doctor {
    font-size: 1.8rem;
  }
}

.article-interview .doctor {
  margin-top: 0.7rem;
}

.article-body {
  padding: 3rem 15px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .article-body {
    padding: 8rem 4rem;
    max-width: 96rem;
  }
}

.article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
.article-style a:link,
.article-style a:visited,
.wp-editor a:link,
.wp-editor a:visited {
  text-decoration: underline;
}
@media print, screen and (min-width:769px) {
  .article-style a:hover,
  .wp-editor a:hover {
    text-decoration: none;
  }
}
.article-style,
.wp-editor {
  /*  a:not([class]) {
      color: var(--mycol);
      display: inline;
      text-decoration: underline;
      &:hover {
        text-decoration: none;
      }
    }*/
  /**
  pタグ設定ープラグイン考慮
   */
}
.article-style p,
.wp-editor p {
  line-height: 2;
  font-size: 1.2rem;
  margin-bottom: 2.5em;
}
.article-style img,
.wp-editor img {
  display: block;
  margin: 2.5em auto;
}
.article-style figcaption,
.wp-editor figcaption {
  line-height: 1.75;
}
.article-style .wp-block-image,
.wp-editor .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-style .wp-block-image,
  .wp-editor .wp-block-image {
    /*    margin-left: -20px;
        margin-right: -20px;*/
  }
}
.article-style .wp-block-image figcaption,
.wp-editor .wp-block-image figcaption {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 2rem;
}
@media print, screen and (min-width:769px) {
  .article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6,
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 2.4rem;
  }
  .article-style p,
  .wp-editor p {
    font-size: 1.6rem;
  }
}

.article-related {
  display: flex;
  flex-wrap: wrap;
}

.cover {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f3f1ed;
  z-index: 112;
  transition: 2s opacity;
}
.cover.fadeOut {
  opacity: 0;
}

.mv {
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width:769px) {
  .mv {
    margin: 0 8vw 6rem;
  }
}

.mv-slide {
  position: relative;
}

.mv-slide__item img {
  transition: 10s transform;
  transition-timing-function: linear;
}
.mv-slide__item.is-kv img {
  transform: scale3d(1.1, 1.1, 1);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mv-slide__item {
    height: 80vw;
  }
  .mv-slide__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv__copy {
  position: absolute;
  z-index: 2;
  letter-spacing: 0.3em;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: 2.5s opacity;
  /*&.is-anim {
    opacity: 1;
  }*/
}
.mv__copy img {
  width: auto;
  height: 3rem;
}
@media print, screen and (min-width:769px) {
  .mv__copy {
    font-size: 4.2vw;
  }
  .mv__copy img {
    height: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .mv__copy {
    font-size: 6.4rem;
  }
}

.mv__copy.--svg img {
  width: 50%;
}

.mv__copy > span:nth-child(1) {
  transition-delay: 0.26s;
}
.mv__copy > span:nth-child(2) {
  transition-delay: 0.52s;
}
.mv__copy > span:nth-child(3) {
  transition-delay: 0.78s;
}
.mv__copy > span:nth-child(4) {
  transition-delay: 1.04s;
}
.mv__copy > span:nth-child(5) {
  transition-delay: 1.3s;
}
.mv__copy > span:nth-child(6) {
  transition-delay: 1.56s;
}
.mv__copy > span:nth-child(7) {
  transition-delay: 1.82s;
}
.mv__copy > span:nth-child(8) {
  transition-delay: 2.08s;
}

.top-section {
  padding-top: 4rem;
  margin-bottom: 6rem;
}
.top-section:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .top-section {
    padding-top: 8rem;
    margin-bottom: 8rem;
  }
}

.top-blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width:769px) {
  .top-blog-list {
    margin-bottom: 8rem;
  }
}

.top-intro {
  padding-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .top-intro {
    margin-top: 4rem !important;
    padding-bottom: 8rem;
  }
}

.top-intro-head,
.top-intro-reason {
  margin-left: auto;
  margin-right: auto;
}

.top-intro__heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
.top-intro__heading .small {
  font-size: 0.65em;
}
@media print, screen and (min-width:769px) {
  .top-intro__heading {
    line-height: 1.75;
    font-size: 3.2rem;
  }
}

.top-intro-item__text,
.top-intro-data {
  line-height: 2;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__text,
  .top-intro-data {
    font-size: 1.5rem;
  }
}

.top-intro-item__text.--strong {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.75;
}
.top-intro-item__text.--strong strong {
  font-weight: normal;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__text.--strong {
    font-size: 1.8rem;
  }
}

.top-intro-reason {
  margin-top: 2rem;
}
@media print, screen and (min-width:769px) {
  .top-intro-reason {
    margin-top: 4rem;
  }
}

.top-intro__subheading {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.top-intro__subheading::before, .top-intro__subheading::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #babab8;
}
@media print, screen and (min-width:769px) {
  .top-intro__subheading {
    gap: 4rem;
    font-size: 2.6rem;
  }
}

.top-intro-list {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
@media print, screen and (min-width:769px) {
  .top-intro-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7rem;
    margin-top: 6rem;
  }
}

.top-intro-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  .top-intro-item {
    padding: 4rem 4rem 8rem;
  }
}

.top-intro-list > .top-intro-item:nth-child(-n+2) {
  padding-bottom: 0;
}

.top-intro-item__num {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto;
  border: 1px solid #9b957c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  color: #9b957c;
  font-family: serif;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__num {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}

.top-intro-item__heading {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__heading {
    margin-top: 2.5rem;
    font-size: 2rem;
    white-space: nowrap;
  }
}

.top-intro-item__text {
  margin-top: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__text {
    margin-top: 2rem;
  }
}

.top-intro-record {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.6;
  display: grid;
  gap: 0.5em;
}
.top-intro-record strong {
  margin: 0 0.1em;
  font-size: 3rem;
  color: #a89022;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width:769px) {
  .top-intro-record {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .top-intro-record strong {
    font-size: 4rem;
  }
}

.top-intro-data {
  margin: 1rem auto 2rem;
  text-align: center;
}
.top-intro-data dt {
  margin-top: 2rem;
  font-weight: bold;
  background-color: #efefef;
  padding: 0.5em 0 0.3em;
  border-radius: 3px;
  line-height: 1;
}
.top-intro-data dd {
  margin-top: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width:769px) {
  .top-intro-data {
    margin-top: 0;
  }
}

.top-intro-item__pict {
  margin: 3rem -2rem -2.5rem;
}
@media print, screen and (min-width:769px) {
  .top-intro-item__pict {
    margin: 4rem -4rem 0;
  }
}

.top-intro-list > .top-intro-item:nth-child(-n+2) .top-intro-item__pict {
  margin-top: auto;
  margin-bottom: 0;
}

.top-button {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .top-button {
    width: 36rem;
  }
}

.top-button-s {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
}
@media print, screen and (min-width:769px) {
  .top-button-s {
    width: 16rem;
  }
}

@media print, screen and (min-width:769px) {
  .top-works {
    margin-bottom: 16rem;
  }
}

.top-faq-content {
  max-width: 96rem;
  margin: 0 auto 3.5rem;
}
@media print, screen and (min-width:769px) {
  .top-faq-content {
    margin-bottom: 7rem;
  }
}

.top-about {
  background-color: #fff;
  padding: 5rem 0;
}
@media print, screen and (min-width:769px) {
  .top-about {
    padding: 10rem 0;
  }
}

.top-about-container {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-about-container {
    margin: 0 calc((100vw - 100%) / -2);
  }
  .top-about-container img {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width:769px) {
  .top-about-container a {
    transition: 0.5s opacity;
  }
  .top-about-container a:hover {
    opacity: 0.75;
  }
}

.top-about__heading {
  position: absolute;
  z-index: 2;
  border: 2px solid #67615a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 6rem;
  left: calc(50% - 8rem);
  top: calc(50% - 2.5rem);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-about__heading {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media print, screen and (min-width:769px) {
  .top-about__heading {
    width: 32rem;
    height: 12rem;
    left: calc(50% - 16rem);
    top: calc(50% - 6rem);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-about__heading .heading1__jp {
    line-height: 0;
  }
}

.top-about__heading .heading1__en {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-about__heading .heading1__en {
    line-height: 0.5;
  }
}
@media print, screen and (min-width:769px) {
  .top-about__heading .heading1__en {
    margin-bottom: 0.6rem;
  }
}

.blog-list {
  display: flex;
  gap: 6% 4%;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width:769px) {
  .blog-list {
    margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    gap: 5rem 6.5%;
    /*justify-content: space-between;*/
  }
}

.blog-item {
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .blog-item {
    margin-bottom: 1.4rem;
    border-radius: 10px;
    width: 46%;
  }
}
@media print, screen and (min-width:769px) {
  .blog-item {
    border-radius: 16px;
    width: 29%;
    /*margin-right: 6.5%;
    margin-bottom: 5%;*/
    /*&:nth-child(3n){
      margin-right: 0;
    }*/
  }
}

@media print, screen and (min-width:769px) {
  .blog-item > a:hover .blog-item__pict img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .blog-item.--col4 {
    width: 48%;
    margin-right: 4%;
  }
  .blog-item.--col4:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .blog-item.--col4 {
    width: 22.5%;
    margin-right: 3.3%;
  }
  .blog-item.--col4:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-item.--col4 {
    width: 23%;
    margin-right: 2.6%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .blog-item.--col3 {
    width: 48%;
    margin-right: 4%;
  }
  .blog-item.--col3:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .blog-item.--col3 {
    width: 30.6%;
    margin-right: 4.1%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-item.--col3 {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media print, screen and (min-width:769px) {
  .blog-item.--col3:nth-child(3n) {
    margin-right: 0;
  }
}

.blog-item__pict {
  position: relative;
}
.blog-item__pict::before {
  float: left;
  content: "";
  padding-top: 67%;
}
.blog-item__pict::after {
  display: block;
  content: "";
  clear: both;
}
.blog-item__pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .blog-item__pict {
    transition: 0.5s opacity;
  }
  .blog-item__pict img {
    transition: 1s;
  }
}

.blog-item-body {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 1rem 6.3rem;
}
@media print, screen and (min-width:769px) {
  .blog-item-body {
    padding: 2.5rem 2rem 7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-item-body {
    padding: 2.5rem 1rem 9rem;
  }
}

.blog-item__heading {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
@media print, screen and (min-width:769px) {
  .blog-item__heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.blog-item__summary {
  line-height: 1.5;
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .blog-item__summary {
    font-size: 1.2rem;
  }
}

.blog-item-meta {
  border-top: 1px solid #67615a;
  position: absolute;
  bottom: 20px;
  padding: 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
}
@media print, screen and (min-width:769px) {
  .blog-item-meta {
    margin-top: 2rem;
    padding: 1rem 0 0;
    width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-item-meta {
    width: calc(100% - 2rem);
  }
}

.blog-item__category {
  flex: 1;
  color: #fff;
  margin-right: 1rem;
}
.blog-item__category > li {
  font-size: 1rem;
  font-weight: bold;
  background-color: #67615a;
  padding: 0.6rem 0.7rem;
  border-radius: 2px;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .blog-item__category > li {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .blog-item__category > li {
    padding: 0.3rem 0.7rem;
  }
}

.blog-item__date {
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .blog-item__date {
    font-size: 1.3rem;
  }
}

.blog-item.--interview {
  background-color: #e5f2dd;
}

.blog-item.--interview .blog-item-body {
  min-height: 0;
}

.interview-card {
  position: relative;
  background-color: #e5f2dd;
  padding: 2rem 1.5rem 2.5rem;
}

.interview-card .catch {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.interview-card .lead {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.interview-card .info {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d5dcd1;
}

.interview-card .clinic,
.interview-card .doctor {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.interview-card .doctor {
  margin-top: 0.7rem;
}

@media print, screen and (min-width:769px) {
  .blog-item.--col4 .interview-card {
    padding: 2.5rem 2rem 3rem;
  }
}

@media print, screen and (min-width:769px) {
  .interview-card {
    padding: 2.5rem 2.5rem 3rem;
  }
}

@media print, screen and (min-width:769px) {
  .interview-card .catch {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width:769px) {
  .interview-card .lead {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width:769px) {
  .interview-card .clinic,
  .interview-card .doctor {
    font-size: 1.4rem;
  }
}

.works-list {
  margin-inline: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .works-list {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    margin-bottom: -8rem;
  }
}

.works-list__item {
  margin-bottom: 3rem;
}
@media print, screen and (min-width:769px) {
  .works-list__item {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8rem;
  }
  .works-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.works-list__item > a {
  display: block;
}
@media print, screen and (min-width:769px) {
  .works-list__item > a:hover .works-list__item-pict img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-list.--col4 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-list.--col4 .works-list__item {
    width: 47.5%;
    margin-right: 5%;
  }
  .works-list.--col4 .works-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .works-list.--col4 .works-list__item {
    width: 23%;
    margin-right: 2.6%;
  }
  .works-list.--col4 .works-list__item:nth-child(2n) {
    margin-right: 2.6%;
  }
  .works-list.--col4 .works-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
.works-list.--col4 .works-list__item-pict {
  margin-bottom: 1rem;
}
@media print, screen and (min-width:769px) {
  .works-list.--col4 .works-list__item-pict {
    margin-bottom: 1.5rem;
  }
}
.works-list.--col4 .works-list__item-label {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .works-list.--col4 .works-list__item-label {
    font-size: 1.6rem;
  }
}

.works-list__item-pict {
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.works-list__item-pict img {
  transition: 2s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
@media print, screen and (min-width:769px) {
  .works-list__item-pict {
    margin-bottom: 2.5rem;
  }
}

.works-list__item-label {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .works-list__item-label {
    font-size: 2rem;
  }
}

.works-list__item-subtitle {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  line-height: 1.4;
  opacity: 0.75;
}
@media print, screen and (min-width:769px) {
  .works-list__item-subtitle {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

.works-single__hero {
  margin-bottom: -6rem;
}
.works-single__hero > span {
  display: block;
  position: relative;
}
.works-single__hero > span::before {
  float: left;
  content: "";
  padding-top: 59.88%;
}
.works-single__hero > span::after {
  display: block;
  content: "";
  clear: both;
}
.works-single__hero > span > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-single__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .works-single__hero {
    margin-bottom: -17rem;
  }
}

.works-single-wrap {
  background-color: #fff;
  padding-top: 9rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .works-single-wrap {
    padding-top: 25rem;
    padding-bottom: 8rem;
  }
}

@media print, screen and (min-width:769px) {
  .works-single-container {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width:769px) {
  .works-single-box {
    width: 48%;
  }
  .works-single-box:nth-child(1) {
    width: 46%;
  }
  .works-single-box:nth-child(2) {
    width: 54%;
  }
}

.works-single__heading > span {
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-single__heading {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .works-single__heading {
    margin-bottom: 5rem;
    padding-right: 6rem;
  }
}

.works-single__heading-en {
  font-family: "Jost", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-size: 1.8rem;
}
@media print, screen and (min-width:769px) {
  .works-single__heading-en {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}

.works-single__heading-jp {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .works-single__heading-jp {
    font-size: 1.8rem;
  }
}

.works-single__data {
  display: flex;
  flex-wrap: wrap;
}
.works-single__data > dt, .works-single__data > dd, .works-single__data p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.works-single__data a {
  text-decoration: underline;
}
.works-single__data a:hover {
  text-decoration: none;
}
.works-single__data > dt {
  width: 8.5rem;
  font-weight: bold;
}
.works-single__data > dd {
  width: calc(100% - 8.5rem);
}
@media print, screen and (min-width:769px) {
  .works-single__data > dt {
    width: 16rem;
  }
  .works-single__data > dd {
    width: calc(100% - 16rem);
  }
  .works-single__data > dt, .works-single__data > dd, .works-single__data p {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width:769px) {
  .works-single__data.--memo {
    display: block;
  }
  .works-single__data.--memo > dd {
    width: auto;
  }
}

.works-single-relation {
  border-top: 1px solid #67615a;
  padding-top: 3rem;
}
@media print, screen and (min-width:769px) {
  .works-single-relation {
    padding-top: 5rem;
  }
}

.works-single-relation__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .works-single-relation__list {
    display: flex;
  }
}

.works-single-relation__list > li {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-single-relation__list > li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .works-single-relation__list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .works-single-relation__list > li {
    border-radius: 1.6rem;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3rem;
  }
  .works-single-relation__list > li:nth-child(4n) {
    margin-right: 0;
  }
  .works-single-relation__list > li:hover .works-single-relation__list-pict {
    opacity: 0.75;
  }
}

.works-single-relation__list-pict {
  position: relative;
}
.works-single-relation__list-pict::before {
  float: left;
  content: "";
  padding-top: 59.88%;
}
.works-single-relation__list-pict::after {
  display: block;
  content: "";
  clear: both;
}
.works-single-relation__list-pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-single-relation__list-pict {
  transition: 0.5s opacity;
}
.works-single-relation__list-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-single-relation__list-heading {
  background-color: #f3f1ed;
  padding: 2rem 1.5rem;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .works-single-relation__list-heading {
    font-size: 1.4rem;
  }
}

.works-single__gallery {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-single__gallery .slick-prev,
  .works-single__gallery .slick-next {
    width: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .works-single__gallery {
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
  .works-single__gallery .slick-list {
    position: relative;
  }
  .works-single__gallery .slick-prev,
  .works-single__gallery .slick-next {
    background: none;
    width: 50%;
    height: 100%;
    top: 0;
  }
  .works-single__gallery .slick-prev {
    left: 0;
    cursor: url(../img/ic_prev.png), auto;
  }
  .works-single__gallery .slick-next {
    left: auto;
    right: 0;
    cursor: url(../img/ic_next.png), auto;
  }
}

.works-single__gallery > li {
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .works-single__gallery > li {
    margin-bottom: 12rem;
  }
}

.works-single__thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.works-single__thumb > li {
  transition: 0.8s opacity;
  cursor: pointer;
}
.works-single__thumb > li.is-current {
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .works-single__thumb > li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
  }
  .works-single__thumb > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .works-single__thumb {
    margin-bottom: 8rem;
  }
  .works-single__thumb > li {
    width: 12%;
    margin-right: 0.57%;
    margin-bottom: 0.6%;
  }
  .works-single__thumb > li:nth-child(8n) {
    margin-right: 0;
  }
}

.works-single-others {
  border-top: 1px solid #67615a;
  padding-top: 3rem;
  margin-top: 6rem;
}
@media print, screen and (min-width:769px) {
  .works-single-others {
    margin-top: 8rem;
    padding-top: 5rem;
  }
}

.about__hero {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media print, screen and (min-width:769px) {
  .about__hero {
    width: 80%;
    max-width: 108rem;
    margin-bottom: 10rem;
  }
}

.about-intro {
  padding-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .about-intro {
    padding-bottom: 8rem;
  }
}

.about__text {
  font-size: 1.2rem;
  line-height: 2.5;
  margin-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .about__text {
    font-size: 1.6rem;
    margin-bottom: 12rem;
    text-align: center;
  }
}

.about-wrap {
  background-color: #fff;
  padding: 4rem 0;
}
@media print, screen and (min-width:769px) {
  .about-wrap {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
}

.about-info__list > dt, .about-info__list > dd {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.about-info__list > dt {
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-info__list > dt {
    margin-bottom: 0.5rem;
  }
  .about-info__list > dd {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .about-info__list {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    width: 60rem;
    margin-bottom: -1.5rem;
    padding: 0;
  }
  .about-info__list > dt, .about-info__list > dd {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .about-info__list > dt {
    width: 20rem;
  }
  .about-info__list > dd {
    width: calc(100% - 20rem);
  }
}

.about-map {
  margin-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .about-map {
    margin-bottom: 8rem;
  }
}

.about-map__object {
  margin-left: auto;
  margin-right: auto;
  height: 60vw;
}
@media print, screen and (min-width:769px) {
  .about-map__object {
    width: 80%;
    height: 60vh;
    max-height: 60rem;
    max-width: 108rem;
  }
}

@media print, screen and (min-width:769px) {
  .cost-content {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.cost-lead {
  line-height: 2;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .cost-lead {
    font-size: 1.6rem;
  }
}

.cost-section {
  margin-top: 4rem;
}
@media print, screen and (min-width:769px) {
  .cost-section {
    margin-top: 5rem;
  }
}

.cost-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #babab8;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .cost-heading {
    font-size: 1.8rem;
  }
}

.cost-text {
  margin-top: 1.5rem;
  line-height: 2;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .cost-text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.cost-factor-list {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  display: grid;
  gap: 1rem;
}
@media print, screen and (min-width:769px) {
  .cost-factor-list {
    margin-top: 2rem;
    font-size: 1.6rem;
    gap: 0.5rem;
  }
}

.cost-factor-list > li {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .cost-factor-list > li {
    display: grid;
    grid-template-columns: 20rem 1fr;
  }
}

.cost-factor-list > li > span {
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.cost-factor-list > li > span::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #67615a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width:769px) {
  .cost-factor-list > li > span {
    width: 15rem;
    flex-shrink: 0;
  }
}

.cost-button {
  margin: 4rem auto 0;
}
@media print, screen and (min-width:769px) {
  .cost-button {
    margin-top: 8rem;
    max-width: 36rem;
  }
}

.cost-list {
  margin-top: 5rem;
  margin-inline: 15px;
}
@media print, screen and (min-width:769px) {
  .cost-list {
    max-width: 76rem;
    margin: 12rem auto 0;
  }
}

.cost-box {
  margin-top: 4rem;
}
.cost-box:first-child {
  margin-top: 0;
}
@media print, screen and (min-width:769px) {
  .cost-box {
    margin-top: 6rem;
    margin-inline: auto;
    max-width: 54rem;
  }
}

.cost__pict {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .cost__pict {
    margin-bottom: 2rem;
  }
}

.cost__phead {
  font-size: 1.3rem;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .cost__phead {
    font-size: 1.6rem;
  }
}

.cost-type-text {
  margin-top: 1rem;
  line-height: 2;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .cost-type-text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.flow {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .flow {
    /*padding-left: 1.5rem;*/
  }
}

.flow-item {
  position: relative;
  overflow: hidden;
  padding: 1.8rem 0 3rem 8rem;
}
.flow-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 5.5rem;
  left: 3rem;
  background-color: #e6e3de;
}
.flow-item:last-child::after {
  display: none;
}
@media print, screen and (min-width:769px) {
  .flow-item {
    padding: 3rem 0 7rem 15rem;
  }
  .flow-item::after {
    left: 5.5rem;
  }
}

.flow::before,
.flow-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: calc(100% - 8rem);
  top: 7rem;
  left: 2rem;
  border-radius: 3rem;
  background-color: #aaa;
  content: "";
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
  /*text-orientation: mixed;*/
  -ms-text-combine-horizontal: all;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: bold;
  display: none;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .flow::before,
  .flow-item::before {
    left: 4rem;
    width: 3rem;
    height: calc(100% - 13rem);
    top: 12rem;
    font-size: 1.4rem;
  }
}

/*.flow::before {
  content: "約６〜８ヶ月";
  display: flex;
  left: -1rem;
  top: 25rem;
  height: calc(100% - 41.5rem);
  @include mq-fromto(435,768){
    top: 22.7rem;
    height: calc(100% - 39.5rem);
  }
  @include mq-pc {

    left: -4rem;
    top: 39rem;
    height: calc(100% - 72rem);
  }
}*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .flow-item.--term1 {
    padding-bottom: 5rem;
  }
}
.flow-item.--term1::before {
  display: flex;
  content: "約１ヶ月";
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .flow-item.--term2 {
    padding-bottom: 5rem;
  }
}
.flow-item.--term2::before {
  display: flex;
  content: "約２ヶ月";
}

.flow__step {
  font-family: "Jost", sans-serif;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 2.6rem;
  padding-top: 0.4rem;
}
.flow__step > small {
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .flow__step {
    width: 11rem;
    height: 11rem;
    font-size: 4.8rem;
    padding-top: 0.5rem;
  }
  .flow__step > small {
    font-size: 1.6rem;
  }
}

.flow__heading {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media print, screen and (min-width:769px) {
  .flow__heading {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.flow__contact {
  width: 16rem;
}
.flow__contact .btn-inner {
  padding-left: 1.5rem;
}
.flow__contact .icon-mail {
  width: 1.6rem;
  height: 1rem;
  margin-left: 1rem;
}
@media print, screen and (min-width:769px) {
  .flow__contact {
    width: 20rem;
  }
  .flow__contact .icom-mail {
    width: 2rem;
    height: 1.4rem;
  }
  .flow__contact .btn-inner {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .flow__chart {
    margin: 0 15px 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .flow__chart {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    max-width: 1400px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .flow__chart-inner {
    width: 900px;
  }
}

.faq-lead {
  line-height: 2;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .faq-lead {
    font-size: 1.6rem;
  }
}

.faq-section {
  margin-top: 5rem;
}
@media print, screen and (min-width:769px) {
  .faq-section {
    margin-top: 8rem;
  }
}

.faq-heading {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #babab8;
}
@media print, screen and (min-width:769px) {
  .faq-heading {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}

.faq-item {
  padding: 2rem 0 2rem;
  border-bottom: 1px solid #babab8;
}
.faq-item:last-child {
  border-bottom: none;
}
@media print, screen and (min-width:769px) {
  .faq-item {
    padding: 1.5rem 0 2rem;
  }
}

.faq-item__q {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.6rem 0 0 5rem;
  margin-bottom: 1rem;
  line-height: 1.75;
  cursor: pointer;
}
.faq-item__q::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  left: 0;
  top: 0;
  content: "Q";
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.faq-item__q::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ic_arrow_down.png) no-repeat center center/2rem auto;
  right: 0;
  top: 0;
  transition: 0.3s transform;
}
.faq-item__q.is-active::after {
  transform: rotate(180deg);
}
@media print, screen and (min-width:769px) {
  .faq-item__q {
    font-size: 1.6rem;
    padding: 1.9rem 0 0 9rem;
    margin-bottom: 2rem;
  }
  .faq-item__q::before {
    width: 7rem;
    height: 7rem;
    font-size: 2.4rem;
  }
  .faq-item__q::after {
    width: 7rem;
    height: 7rem;
  }
}

.faq-item__a {
  padding: 0 0 0 5rem;
}
.faq-item__a p {
  line-height: 2;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .faq-item__a {
    padding: 0 0 0 9rem;
  }
  .faq-item__a p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy-content {
    padding: 6rem 0;
    margin: 0 15px;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy-content {
    padding-top: 20rem;
    padding-bottom: 40rem;
    padding-left: 45%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.philosophy__text {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__text {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__text {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    line-height: 2.3;
    width: 54rem;
  }
  .philosophy__text.--margin2 {
    margin-bottom: 15rem;
  }
}

.philosophy__catch {
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__catch {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 6rem;
    width: 80%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__catch {
    width: 44rem;
    /*font-size: 6.4rem;*/
    margin-bottom: 12rem;
  }
  .philosophy__catch img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .philosophy__catch {
    font-size: 5.4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__vis {
    margin-top: 6rem;
    margin-bottom: 6rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__vis {
    position: fixed;
    z-index: -1;
    width: 30vw;
    top: calc((100vh - 30vw) / 2);
    left: 10vw;
    opacity: 0;
    transition: 1.6s transform, 2.7s opacity !important;
  }
  .philosophy__vis.is-active {
    opacity: 1;
  }
}

.philosophy-vis > li {
  position: absolute;
}

.contact-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact__tel-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contact__tel-text {
    text-align: center;
  }
}
@media print, screen and (min-width:769px) {
  .contact__tel-text {
    font-size: 1.5rem;
  }
}

.contact__tel {
  border: 1px solid #babab8;
  padding: 1.2rem;
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width:769px) {
  .contact__tel {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.contact__tel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 0.5rem 0;
}
.contact__tel-inner img {
  display: inline-block;
  width: 1.6rem;
  margin-right: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .contact__tel-inner {
    font-size: 3.2rem;
    margin: 1.5rem 5rem;
  }
  .contact__tel-inner img {
    width: 2.1rem;
    margin-right: 1.5rem;
  }
}

.contact-tab {
  display: flex;
  padding: 0 0.6em;
  border-bottom: 1px solid #babab8;
}
@media print, screen and (min-width:769px) {
  .contact-tab {
    padding: 0 4rem;
  }
}

.contact-tab__item {
  width: 33%;
  margin-right: 1%;
}
.contact-tab__item > a, .contact-tab__item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #babab8;
  border-left: 1px solid #babab8;
  border-right: 1px solid #babab8;
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  height: 4rem;
}
.contact-tab__item.is-current {
  pointer-events: none;
}
.contact-tab__item.is-current > a, .contact-tab__item.is-current > span {
  background-color: #67615a;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .contact-tab__item > a, .contact-tab__item > span {
    height: 6rem;
    font-size: 1.6rem;
  }
}

.error-list {
  margin: 3rem 0;
}
.error-list > li {
  color: #ff0000;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width:769px) {
  .error-list > li {
    font-size: 1.6rem;
  }
}

.contact__compbtn {
  margin: 10rem auto;
  width: 80%;
}
@media print, screen and (min-width:769px) {
  .contact__compbtn {
    margin: 20rem auto;
    width: 360px;
  }
}

.contact__step {
  display: flex;
  flex-wrap: wrap;
}
.contact__step > dt, .contact__step > dd {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.contact__step > dt {
  width: 100px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  background-color: white;
}
.contact__step > dd {
  width: calc(100% - 100px);
  padding-left: 2rem;
}
.contact__step p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.contact__step p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .contact__step {
    margin-bottom: 20px;
  }
  .contact__step > dt, .contact__step > dd {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.txt-ll,
.txt-l,
.txt-m,
.txt-s,
.txt-ss {
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .txt-ll,
  .txt-l,
  .txt-m,
  .txt-s,
  .txt-ss {
    margin-bottom: 3rem;
  }
}
.txt-ll:last-of-type,
.txt-l:last-of-type,
.txt-m:last-of-type,
.txt-s:last-of-type,
.txt-ss:last-of-type {
  margin-bottom: 0;
}

.txt-ll {
  font-size: 1.6rem;
}
@media print, screen and (min-width:769px) {
  .txt-ll {
    font-size: 2.2rem;
  }
}

.txt-l {
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  .txt-l {
    font-size: 1.8rem;
  }
}

.txt-m {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .txt-m {
    font-size: 1.6rem;
  }
}

.txt-s {
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .txt-s {
    font-size: 1.4rem;
  }
}

.txt-ss {
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .txt-ss {
    font-size: 1.2rem;
  }
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.txt-note {
  padding-left: 1em;
  text-indent: -1em;
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  text-decoration: underline;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
  /*text-orientation: mixed;*/
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   animation
   ========================================================================== */
/* ====================================================================

  #Animation

 */
.ef-scroll,
.ef-scroll-in,
.ef-intro {
  pointer-events: none;
}

.transition-fade {
  transition-duration: 1.6s;
}
.transition-fade.ef-scroll {
  opacity: 0;
}
.transition-fade.ef-scroll-in {
  opacity: 0;
}

.transition-y {
  transition: 1.6s transform, 1.6s opacity;
}
.transition-y.ef-scroll {
  transform: translateY(3rem);
  opacity: 0;
}
.transition-y.ef-scroll-in {
  transform: translateY(3rem);
  opacity: 0;
}

.transition-mono {
  position: relative;
}
.transition-mono span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  overflow: hidden;
}
.transition-mono img {
  display: block;
  transition: transform 0.8s;
}
.transition-mono .front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 0.32s;
}
.transition-mono .front img {
  transition-delay: 0.32s;
}
.transition-mono .back {
  filter: grayscale(1) brightness(1.2);
}
.transition-mono.ef-scroll .front, .transition-mono.ef-scroll-in .front {
  transform: translate3d(0, -100%, 0);
}
.transition-mono.ef-scroll .front img, .transition-mono.ef-scroll-in .front img {
  transform: translate3d(0, 100%, 0);
}
.transition-mono.ef-scroll .back, .transition-mono.ef-scroll-in .back {
  transform: translate3d(0, -100%, 0);
}
.transition-mono.ef-scroll .back img, .transition-mono.ef-scroll-in .back img {
  transform: translate3d(0, 100%, 0);
}

.prg-typo-ef {
  overflow: hidden;
}
.prg-typo-ef > span {
  display: inline-block;
  transition: 0.3s transform;
}
.prg-typo-ef > span.ef-set {
  transform: translate3d(0, 100%, 0);
}

.prg-teffect-catch {
  overflow: hidden;
}
.prg-teffect-catch > span {
  display: inline-block;
  transition: 2.6s;
  opacity: 1;
}
.prg-teffect-catch > span.ef-set {
  opacity: 0;
}
.prg-teffect-catch > span.ef-expand {
  transition: 2.5s;
  transform: scale3d(1.1, 1.1, 1);
  transition-delay: 0s !important;
  margin-right: 0.05em;
}

#prg-teffect-catch2 {
  overflow: hidden;
}
#prg-teffect-catch2 > span {
  display: inline-block;
  transition: 2.6s;
  opacity: 1;
}
#prg-teffect-catch2 > span.ef-set {
  opacity: 0;
}

.typo-effect-common {
  overflow: hidden;
}
.typo-effect-common > span {
  display: inline-block;
  transition: 2.6s;
  opacity: 1;
}
.typo-effect-common > span.ef-set {
  opacity: 0;
}
