@charset "UTF-8";
/*レイアウト*/
/* 
ゴシック
font-weight: 200;
font-weight: 500;
font-weight: 700;
明朝
font-weight: 400;
font-weight: 500;

line-height
padding - タイトルのfont-size * (タイトルのline-height - 1) / 2
*/
/* font 14px~16px */
:root {
  font-size: calc(0.875rem + ((1vw - 4.8px) * 0.1389));
  line-height: 1.5;
  text-align: justify;
  font-weight: 300; }
  @media screen and (min-width: 1024px) {
    :root {
      font-size: 16px; } }

h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100%; }

h2, h3, .main_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #a78e23;
  background: #fff;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #a78e23;
  border-top: 1px solid #a78e23;
  text-align: center; }
  @media screen and (min-width: 600px) {
    h2, h3, .main_title {
      font-size: 2.3rem;
      padding: 0.425rem 1rem; } }

/*インデックス*/
.hero {
  background: url("../img/main_ba.png"), url(../img/white_ba.webp); }

.hero_clip {
  background: #d3c691;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%); }

.bg-slider {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 89.5%, 0 99.5%);
  clip-path: polygon(0 0, 100% 0%, 100% 89.5%, 0 99.5%);
  height: 50vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 600px) {
    .bg-slider {
      height: 70vh;
      background-position: center center;
      background-size: cover; } }
  @media screen and (min-width: 1024px) {
    .bg-slider {
      height: 100vh;
      background-position: center center;
      background-size: cover; } }

.hero_text {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }
  .hero_text img {
    width: 40%;
    max-width: 300px; }

.feature {
  width: 100%;
  border-bottom: 2px solid #d3c691;
  padding: 3rem 0;
  /*IEのみ*/ }
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin: 1.5rem auto 0; }
  .feature li {
    width: 100%;
    padding: 0 1rem; }
    .feature li:nth-child(1) {
      margin-bottom: 1.5rem; }
    .feature li img {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); }
  @media screen and (min-width: 600px) {
    .feature {
      padding: 8rem 0; }
      .feature ul {
        padding-top: 5rem; }
      .feature li {
        width: 50%; }
        .feature li:nth-child(1) {
          margin-bottom: 0; } }
  @media all and (-ms-high-contrast: none) {
    .feature {
      border-top: 4px solid #d3c691; } }

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem; }
  .more img {
    display: block;
    max-width: 225px; }
  @media screen and (min-width: 600px) {
    .more {
      margin-top: 3rem; }
      .more img {
        max-width: 300px; } }

.treatment {
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto; }
  .treatment ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 960px;
    margin: 1.5rem auto 0; }
  .treatment li {
    width: 50%;
    padding: 0.5rem; }
  .treatment a img:hover {
    opacity: 0.7; }
  .treatment .t_menu {
    position: relative;
    background: #fff; }
  .treatment .img_img {
    transition: 0.5s;
    width: 100%;
    padding: 0;
    margin: 0;
    backface-visibility: hidden; }
  .treatment .img_text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 1rem 2rem;
    margin: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%); }
    .treatment .img_text img {
      width: 100%;
      max-width: 165.6px;
      margin-left: 0; }
  @media screen and (min-width: 600px) {
    .treatment {
      padding: 3rem 2rem;
      /* padding: 8rem 2rem 3rem 2rem;*/ }
      .treatment ul {
        margin-top: 5rem; }
      .treatment li {
        width: 25%; }
        .treatment li:nth-child(-n+2) {
          width: 50%; } }

.philosophy {
  max-width: 1200px;
  padding: 3rem 2rem;
  margin: 0 auto;
}
.philosophy > p {
  margin-top: 32px;
  line-height: 2;
  text-align: center;
}
.philosophy > .container {
  display: block;
  max-width: 944px;
  margin: 32px auto 0;
}
.p_item + .p_item {
  padding-top: 33px;
  margin-top: 32px;
  background-image: repeating-linear-gradient(90deg, #D3C691 0px, #D3C691 8px, transparent 8px, transparent 16px);
  background-position: 50% 0px;
  background-size: 100% 1px;
}
.p_item > p {
  margin-top: 24px;
  letter-spacing: 0;
}
.p_item > p:only-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .philosophy {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .philosophy > p {
    font-size: 18px;
  }
  .p_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'img text';
    grid-column-gap: 32px;
  }
  .p_item:nth-child(even) {
    grid-template-areas: 'text img';
  }
  .p_item + .p_item {
    padding-top: 49px;
    margin-top: 48px;
  }
  .p_item > img {
    grid-area: img;
  }
  .p_item > p {
    grid-area: text;
    margin-top: 0;
    line-height: 2;
  }
  .p_item > p:only-child {
    grid-column: 1 / -1;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .p_item > p {
    line-height: 3;
  }
}

.index_dr {
  position: relative;
  padding: 0;
}
.index_dr .nameplate {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  padding: 4px 32px 4px 8px;
  margin-top: calc(120 / 375 * 100%);
  border: none;
  background: linear-gradient(90deg, rgb(255 255 255 / 0.4) 0, rgb(255 255 255 / 0.4) 70%, rgb(255 255 255 / 0) 100%);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2 !important;
  text-shadow: 2px 2px 1px rgb(0 0 0 / .2);
  text-align: left;
}
.index_dr .item:nth-child(1) {
  width: 100%;
}
.index_dr .item:nth-child(1) > img {
  display: block;
  width: 100%;
}
.index_dr .item:nth-child(2) {
  background: #e1e9f4;
  padding: 1rem 2rem 3rem;
}
.index_dr .item:nth-child(2) p {
  margin-top: 1rem;
}
.index_dr p.name {
  display: none;
}
.index_dr p.author {
  margin-top: 24px;
  text-align: right;
}
.index_dr .more {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .index_dr .more a {
    display: block;
    width: calc(208 / 319.594 * 100%);
  }
  .index_dr .more a img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .index_dr .container {
    display: flex;
    flex-wrap: wrap; }
  .index_dr .more {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .index_dr .nameplate {
    top: auto;
    bottom: 64px;
    transform: none;
    padding: 16px 32px 16px 64px;
    margin-top: 0;
    background: rgb(51 51 51 / .6);
    font-size: 20px;
    line-height: 1.5 !important;
  }
  .index_dr .item:nth-child(1) {
    width: 40%;
  }
  .index_dr .item:nth-child(1) > img {
    display: none;
    content-visibility: none;
  }
  .index_dr {
    background: url("../img/index/dr_hagio.webp"), url(../img/index/dr_hagio_ba.webp);
    background-repeat: no-repeat, repeat-x;
    background-position: left bottom, left bottom;
    background-size: contain,contain;
    padding: 0; }
    .index_dr .container {
      align-items: center;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto; }
    .index_dr .item:nth-child(1) {
      background: none;
      width: 40%; }
    .index_dr .item:nth-child(2) {
      width: 60%;
      height: 100%;
      padding: 8rem 5rem;
      background: none; }
    .index_dr p.name {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 30px; }
      .index_dr p.name img {
        margin-left: 0; }
}

.index_problem {
  background: url("../img/index/index_problem_ba.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
  height: 100%;
  width: 100%; }
  .index_problem .problem_in {
    padding: 0 2rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .index_problem ul {
    margin-top: 1.5rem;
    width: 100%;
    height: 100%;
    margin-bottom: 1.5rem; }
    .index_problem ul h2 {
      background: none;
      border: none;
      padding: 0;
      margin: 0; }
    .index_problem ul li {
      padding-top: 0.5rem; }
      .index_problem ul li img {
        width: 100%;
        max-width: 465px;
        margin: 0 auto; }
  .index_problem .problem_link img {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3)); }
  @media screen and (min-width: 600px) {
    .index_problem {
      padding: 8rem 0; }
      .index_problem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 960px;
        margin: 3rem auto; }
        .index_problem ul li {
          width: 50%; } }

.access {
  max-width: 1200px;
  padding: 3rem 2rem 0;
  margin: 0 auto;
}
.access > figure {
  position: relative;
  display: block;
  margin-top: 32px;
}
.access > figure > figcaption {
  position: absolute;
  bottom: 16px;
  left: 0;
  display: block;
  padding: 8px 16px;
  background-color: rgb(51 51 51 / .5);
  color: #FFF;
  font-size: 12px;
  line-height: calc(16 / 12);
  text-shadow: 2px 2px 1px rgb(0 0 0 / .25);
}
.access > p {
  max-width: 944px;
  margin: 32px auto 0;
}
@media screen and (min-width: 600px) {
  .access {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .access > figure > figcaption {
    bottom: 64px;
    padding: 8px 48px;
    font-size: 32px;
    line-height: 1.5;
  }
  .access > p {
    font-size: 18px;
    line-height: calc(32 / 18);
  }
}

.info {
  padding: 5rem 0 3rem; }
  .info dl, .info dt, .info dd {
    box-sizing: border-box; }
  .info dl {
    width: 100%;
    margin-top: 1.5rem; }
  .info dt {
    color: #d3c691; }
  .info dt.close:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 12.5px;
    margin-right: 0.5rem;
    background: url("../img/index/close.webp");
    background-size: contain;
    vertical-align: middle; }
  .info dt.notice:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 12.5px;
    margin-right: 0.5rem;
    background: url("../img/index/notice.webp");
    background-size: contain;
    vertical-align: middle; }
  .info dd {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #d3c691; }
    .info dd:last-child {
      border-bottom: none; }
  @media screen and (min-width: 600px) {
    .info {
      padding: 6rem 0 4rem 0; }
      .info dl {
        margin-top: 3rem; }
      .info dt, .info dd {
        border-top: 1px dotted #d3c691; }
        .info dt:first-of-type, .info dd:first-of-type {
          border-top: none; }
      .info dt {
        padding: 0.5rem 0 0;
        width: 30%;
        float: left; }
      .info dt.close:before {
        content: "";
        width: 104px;
        height: 24px; }
      .info dt.notice:before {
        content: "";
        width: 104px;
        height: 24px; }
      .info dd {
        padding: 0.5rem 0 0;
        margin-bottom: 0.5rem;
        margin-left: 30%;
        border-bottom: none; }
        .info dd:after {
          content: '';
          display: block;
          clear: both; } }

.blog {
  padding: 3rem 0;
}
.blog .content {
  max-width: 960px;
}
  .blog .bnr {
    margin: -3rem 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .blog dl, .blog dt, .blog dd {
    box-sizing: border-box; }
  .blog dl {
    width: 100%;
    margin-top: 1.5rem; }
  .blog dt {
    color: #d3c691; }
  .blog dt:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 12.5px;
    margin-right: 0.5rem;
    background: url("../img/index/blog.webp");
    background-size: contain;
    vertical-align: middle; }
  .blog dd {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #d3c691; }
    .blog dd:last-child {
      border-bottom: none; }
  @media screen and (min-width: 600px) {
    .blog {
      padding: 4rem 0; }
      .blog .bnr {
        margin: -3rem 0 5rem; }
      .blog dl {
        margin-top: 3rem; }
      .blog dt, .blog dd {
        border-top: 1px dotted #d3c691; }
        .blog dt:first-of-type, .blog dd:first-of-type {
          border-top: none; }
      .blog dt {
        padding: 0.5rem 0 0;
        width: 30%;
        float: left; }
      .blog dt:before {
        content: "";
        width: 104px;
        height: 24px; }
      .blog dd {
        padding: 0.5rem 0 0;
        margin-bottom: 0.5rem;
        margin-left: 30%;
        border-bottom: none; }
        .blog dd:after {
          content: '';
          display: block;
          clear: both; } }


/**
 * 20250401_新スライダー
 ***********************************/
.slider {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.slider_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.slider_title img {
  width: 40%;
  max-width: 300px;
}

.slider_list {
  display: grid;
}
.slider_item {
  grid-area: 1 / -1;
  width: 100%;
  height: 50vh;
  opacity: 0;
  transition: opacity .5s linear;
}
.slider_item.is_active {
  z-index: 2;
  opacity: 1;
}
.slider_item.is_before {
  z-index: 1;
}
.slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 600px) {
  .slider_item {
    height: 70vh;
  }
}
@media screen and (min-width: 1024px) {
  .slider_item {
    height: 100vh;
  }
}