@charset "UTF-8";
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
body {
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 834px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// general 
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// basic 
///////////////////////////
----------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (max-width: 834px) {
  html {
    font-size: 3.7vw;
  }
}

body {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans", "hiragino-mincho-pron", "Zen Maru Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #715435;
}

a {
  color: #715435;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.inner {
  max-width: 1104px;
  width: 90%;
  margin: 0 auto;
}

.sp-inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 835px) {
  .pc-inner {
    width: 1104px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 834px) {
  .inner, .sp-inner {
    width: 90%;
  }
}
/* -------- UTILITY ----------- */
@media print, screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

/* -------- 改行 ----------- */
.indent {
  display: block;
}

.pc__indent {
  display: block;
}
@media print, screen and (max-width: 834px) {
  .pc__indent {
    display: inline;
  }
}

.sp__indent {
  display: inline;
}
@media print, screen and (max-width: 834px) {
  .sp__indent {
    display: block;
  }
}

/* -------- 太字 ----------- */
.bold {
  font-weight: 900;
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* -------- 文字中央寄せ ----------- */
.txt__center {
  text-align: center;
}

/* -------- ブロック中央寄せ ----------- */
.mar__LRcenter {
  margin: 0 auto;
}

/* -------- 左右中央配置 ----------- */
.relative {
  position: relative;
}

.pos__LRcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -------- 上下中央配置 ----------- */
.pos__TBcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------- 上下左右中央配置 ----------- */
.pos__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --------------------------------
//////////////////////////////
///// flex
///////////////////////////
----------------------------------- */
.flex {
  display: flex;
}

.pc__flex {
  display: flex;
}
@media print, screen and (max-width: 834px) {
  .pc__flex {
    display: block;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__flex {
    display: flex;
  }
}

.inline__flex {
  display: inline-flex;
}

.flex__reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex__col {
  display: flex;
  flex-direction: column;
}

@media print, screen and (max-width: 834px) {
  .sp__flex__col {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__flex__col__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* -------- justify-content ----------- */
.jus__center {
  justify-content: center;
}

.jus__between {
  justify-content: space-between;
}

.jus__around {
  justify-content: space-around;
}

.jus__start {
  justify-content: flex-start;
}

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

/* -------- align-items ----------- */
.ali__center {
  align-items: center;
}

.ali__end {
  align-items: flex-end;
}

@media print, screen and (max-width: 834px) {
  .sp__ali__center {
    align-items: center;
  }
}

@media print, screen and (max-width: 834px) {
  .sp__ali__start {
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// common
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ----- min-width ----- */
@media print, screen and (min-width: 835px) {
  .main, .under, footer {
    max-width: 2000px;
    margin: 0 auto;
  }
}

section .inner {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 834px) {
  section .inner {
    padding-bottom: 20vw;
  }
}
section:first-of-type .inner {
  padding: 100px 0;
}
@media print, screen and (max-width: 834px) {
  section:first-of-type .inner {
    padding: 20vw 0;
  }
}

.sec__wrap {
  background-color: #fef4f5;
  position: relative;
}
.sec__wrap::before, .sec__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background-size: auto 44px;
  background-repeat: repeat-x;
  position: absolute;
}
@media print, screen and (max-width: 834px) {
  .sec__wrap::before, .sec__wrap::after {
    height: 8vw;
    background-size: auto 8vw;
  }
}
.sec__wrap::before {
  background-image: url(./assetes/images/common/lace01.png);
  background-position: top;
  top: -22px;
}
@media print, screen and (max-width: 834px) {
  .sec__wrap::before {
    top: -4vw;
  }
}
.sec__wrap::after {
  background-image: url(./assetes/images/common/lace02.png);
  background-position: bottom;
  bottom: -22px;
}
@media print, screen and (max-width: 834px) {
  .sec__wrap::after {
    bottom: -4vw;
  }
}
.sec__wrap section {
  position: relative;
  z-index: 3;
}

/* --------------------------------
//////////////////////////////
///// グローバルナビ
///////////////////////////
----------------------------------- */
.gnav__item {
  display: flex;
  align-items: center;
}
.gnav__item:not(:last-child) {
  border-right: dashed 2px #FFD0D4;
  padding: 0 20px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:not(:last-child) {
    padding: 0 4vw;
  }
}
.gnav__item:first-child {
  padding-left: initial;
}
.gnav__item:last-child {
  padding-left: 20px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:last-child {
    padding-left: 4vw;
  }
}
.gnav__item a {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media print, screen and (max-width: 834px) {
  .gnav__item a {
    gap: 1vw;
  }
}
.gnav__item a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.gnav__item:nth-child(1) a::before {
  background-image: url(./assetes/images/common/nav-icon01.png);
  width: 26.6px;
  height: 34.7px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(1) a::before {
    width: 4.25vw;
    height: 5.55vw;
  }
}
.gnav__item:nth-child(2) a::before {
  background-image: url(./assetes/images/common/nav-icon02.png);
  width: 26.8px;
  height: 25.5px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(2) a::before {
    width: 4.28vw;
    height: 4.08vw;
  }
}
.gnav__item:nth-child(3) a::before {
  background-image: url(./assetes/images/common/nav-icon03.png);
  width: 26px;
  height: 32.4px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(3) a::before {
    width: 3.54vw;
    height: 5.16vw;
  }
}
.gnav__item:nth-child(4) a::before {
  background-image: url(./assetes/images/common/nav-icon04.png);
  width: 26px;
  height: 34.7px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(4) a::before {
    width: 4.14vw;
    height: 5.52vw;
  }
}
.gnav__item:nth-child(5) a::before {
  background-image: url(./assetes/images/common/nav-icon05.png);
  width: 30px;
  height: 33.7px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(5) a::before {
    width: 4.8vw;
    height: 5.34vw;
  }
}
.gnav__item:nth-child(6) a::before {
  background-image: url(./assetes/images/common/nav-icon06.png);
  width: 26.6px;
  height: 26.5px;
}
@media print, screen and (max-width: 834px) {
  .gnav__item:nth-child(6) a::before {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.gnav__tel {
  width: 183px;
  height: 100%;
  border-bottom-left-radius: 30px;
  background-color: #FFB35B;
}
@media print, screen and (max-width: 1430px) {
  .gnav__tel {
    height: 55px;
  }
}
.gnav__tel a {
  display: block;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (max-width: 1430px) {
  .gnav__tel a {
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 1;
  }
}
.gnav__tel a::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/header/tel-icon01.png);
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
}
@media print, screen and (max-width: 1430px) {
  .gnav__tel a::before {
    width: 30px;
    height: 30px;
  }
}

/* --------------------------------
//////////////////////////////
///// セクションタイトル
///////////////////////////
----------------------------------- */
.sec-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .sec-title {
    gap: 2vw;
    font-size: 1.6rem;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------
//////////////////////////////
///// 背景アニメ
///////////////////////////
----------------------------------- */
.pattern__item {
  position: absolute;
}
.pattern__item span {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  animation: vertical 4s ease-in-out infinite alternate;
  width: 100%;
  height: 100%;
}
.pattern__item--l1 {
  animation: horizontal2 20s ease-in-out infinite alternate;
  width: min(29.1vw, 420px);
  height: min(31.2vw, 450px);
  left: 0;
  bottom: min(2.7vw, 40px);
  z-index: -1;
}
.pattern__item--l1 span {
  background-image: url(./assetes/images/common/mv-pattern01.png);
  animation-duration: 5s;
}
.pattern__item--l2 {
  animation: horizontal2 20s ease-in-out infinite alternate;
  width: min(7.43vw, 107px);
  height: min(7.36vw, 106px);
  left: min(6.9vw, 100px);
  z-index: 1;
  bottom: min(3.4vw, 50px);
}
.pattern__item--l2 span {
  background-image: url(./assetes/images/common/mv-pattern02.png);
  animation-duration: 3.5s;
}
.pattern__item--l3 {
  animation: horizontal2 20s ease-in-out infinite alternate;
  width: min(13.9vw, 201px);
  height: min(13.9vw, 201px);
  left: min(9vw, 130px);
  z-index: 2;
  bottom: min(16vw, 60px);
}
.pattern__item--l3 span {
  background-image: url(./assetes/images/common/mv-pattern03.png);
  animation-duration: 4s;
}
.pattern__item--l4 {
  animation: horizontal2 20s ease-in-out infinite alternate;
  width: min(5.7vw, 83px);
  height: min(5.94vw, 85.6px);
  left: min(9.4vw, 136px);
  z-index: 2;
  bottom: min(50vw, 190px);
}
@media print, screen and (max-width: 834px) {
  .pattern__item--l4 {
    bottom: 20vw;
  }
}
.pattern__item--l4 span {
  background-image: url(./assetes/images/common/mv-pattern04.png);
  animation-duration: 4.5s;
}
.pattern__item--r1 {
  width: min(21.5vw, 310px);
  height: min(23.6vw, 340px);
  right: 0;
  top: min(1.04vw, 15px);
  z-index: -1;
}
.pattern__item--r1 span {
  background-image: url(./assetes/images/common/mv-pattern05.png);
  animation-duration: 5.5s;
}
.pattern__item--r2 {
  animation: horizontal1 20s ease-in-out infinite alternate;
  width: min(12.5vw, 181px);
  height: min(12.5vw, 181px);
  right: min(3.5vw, 50px);
  top: min(5.5vw, 80px);
  z-index: -1;
}
.pattern__item--r2 span {
  background-image: url(./assetes/images/common/mv-pattern04.png);
  animation-duration: 3.5s;
}
.pattern__item--r3 {
  animation: horizontal1 20s ease-in-out infinite alternate;
  width: min(7.2vw, 104px);
  height: min(7.2vw, 104px);
  right: min(-2vw, -30px);
  top: min(13.8vw, 200px);
  z-index: 1;
}
@media print, screen and (max-width: 834px) {
  .pattern__item--r3 {
    right: 0;
  }
}
.pattern__item--r3 span {
  background-image: url(./assetes/images/common/mv-pattern06.png);
  animation-duration: 4s;
}
.pattern__item--sec1 {
  animation: horizontal2 20s ease-in-out infinite alternate;
  width: 238px;
  height: 689px;
  left: 0;
  z-index: 1;
  top: 170px;
}
@media print, screen and (max-width: 834px) {
  .pattern__item--sec1 {
    width: 63.4vw;
    height: 183.7vw;
    top: 45.3vw;
  }
}
.pattern__item--sec1 span {
  background-image: url(./assetes/images/common/sec-pattern01.png);
  animation-duration: 4.5s;
}
.pattern__item--sec2 {
  width: 196px;
  height: 633.5px;
  right: 0;
  top: 850px;
  z-index: 1;
}
@media print, screen and (max-width: 834px) {
  .pattern__item--sec2 {
    width: 52.2vw;
    height: 168.9vw;
    top: 306vw;
  }
}
.pattern__item--sec2 span {
  background-image: url(./assetes/images/common/sec-pattern02.png);
  animation-duration: 5.5s;
}
.pattern__item--sec3 {
  animation: horizontal1 20s ease-in-out infinite alternate;
  width: 118.5px;
  height: 606.5px;
  left: 0;
  top: 2060px;
  z-index: 1;
}
@media print, screen and (max-width: 834px) {
  .pattern__item--sec3 {
    width: 31.6vw;
    height: 161.7vw;
    top: 1000vw;
  }
}
.pattern__item--sec3 span {
  background-image: url(./assetes/images/common/sec-pattern03.png);
  animation-duration: 3.5s;
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-30px);
    @media print, screen and (max-width: 834px) {
      -webkit-transform: translateY(-6vw);
    }
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-15px);
    @media print, screen and (max-width: 834px) {
      -webkit-transform: translateX(-3vw);
    }
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
/* --------------------------------
//////////////////////////////
///// ボタン
///////////////////////////
----------------------------------- */
.btn {
  border-radius: 30px;
  width: 196px;
  height: 51px;
  background-color: #FFB35B;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .btn {
    width: 50vw;
    height: 14vw;
    border-radius: 8vw;
  }
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (max-width: 834px) {
  .btn a {
    gap: 1vw;
  }
}
.btn a::after {
  content: "";
  display: block;
  background-image: url(./assetes/images/index/service-arrow.png);
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media print, screen and (max-width: 834px) {
  .btn a::after {
    width: 5vw;
    height: 5vw;
  }
}

/* --------------------------------
//////////////////////////////
///// schedule テーブル
///////////////////////////
----------------------------------- */
.schedule {
  background-color: #FCFAF0;
  border-radius: 10px;
  padding: 20px 25px;
}
@media print, screen and (max-width: 834px) {
  .schedule {
    overflow-x: auto;
    border-radius: 2.6vw;
    padding: 5.3vw 6.3vw;
  }
}
.schedule table {
  width: 100%;
}
@media print, screen and (max-width: 834px) {
  .schedule table {
    width: 169vw;
  }
}
.schedule thead {
  border-bottom: 1px solid #715435;
}
.schedule thead th {
  font-size: 1.125rem;
  line-height: 1;
}
@media print, screen and (max-width: 834px) {
  .schedule thead th {
    font-size: 1.1rem;
  }
}
.schedule tbody tr:first-child th {
  padding-top: 15px;
}
@media print, screen and (max-width: 834px) {
  .schedule tbody tr:first-child th {
    padding-top: 4vw;
  }
}
.schedule th, .schedule td {
  padding-bottom: 15px;
  text-align: left;
}
@media print, screen and (max-width: 834px) {
  .schedule th, .schedule td {
    padding-bottom: 4vw;
  }
}
.schedule th {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media print, screen and (max-width: 834px) {
  .schedule th {
    font-size: 1.1rem;
  }
}
.schedule th .small {
  font-size: 0.875rem;
  line-height: 1;
}
@media print, screen and (max-width: 834px) {
  .schedule th .small {
    font-size: 0.9rem;
  }
}
.schedule td {
  font-size: 1.125rem;
  line-height: 1;
}
.schedule td:not(:last-child) {
  padding-right: 30px;
}
@media print, screen and (max-width: 834px) {
  .schedule td:not(:last-child) {
    padding-right: 8vw;
  }
}

.flower img {
  width: 20px;
}
@media print, screen and (max-width: 834px) {
  .flower img {
    width: 5.3vw;
  }
}

.true {
  color: #F99D33;
}

.star {
  color: #79B9AF;
}

.schedule-desc dl {
  padding-bottom: 15px;
  display: flex;
}
@media print, screen and (max-width: 834px) {
  .schedule-desc dl {
    padding-bottom: 4vw;
  }
}
.schedule-desc dl dt {
  width: 52px;
}
@media print, screen and (max-width: 834px) {
  .schedule-desc dl dt {
    width: 13.8vw;
  }
}
.schedule-desc dl dd {
  display: flex;
  flex: 1;
}
.schedule-desc dl dd::before {
  content: "・・・";
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// feature
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.feature__title {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .feature__title {
    padding-bottom: 13vw;
  }
}
.feature__title::before {
  background-image: url(./assetes/images/common/feature-title-icon01.png);
  width: 126px;
  height: 76px;
}
@media print, screen and (max-width: 834px) {
  .feature__title::before {
    width: 20.15vw;
    height: 12.16vw;
  }
}
.feature__title::after {
  background-image: url(./assetes/images/common/feature-title-icon02.png);
  width: 69px;
  height: 69px;
}
@media print, screen and (max-width: 834px) {
  .feature__title::after {
    width: 11.04vw;
    height: 11.04vw;
  }
}
.feature__items {
  gap: 25px;
}
@media print, screen and (max-width: 1000px) {
  .feature__items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media print, screen and (max-width: 834px) {
  .feature__items {
    row-gap: initial;
    gap: 15vw;
  }
}
.feature__item {
  width: 350px;
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .feature__item {
    width: 100%;
    gap: 8vw;
  }
}
.feature__item img {
  width: 300px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .feature__item img {
    width: 80%;
  }
}
.feature__item p {
  line-height: 1.8;
  letter-spacing: -0.01em;
}

/* --------------------------------
//////////////////////////////
///// inside
///////////////////////////
----------------------------------- */
.inside__conts {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 834px) {
  .inside__conts {
    padding-bottom: 20vw;
  }
}
.inside__title {
  padding-bottom: 74px;
}
@media print, screen and (max-width: 834px) {
  .inside__title {
    padding-bottom: 16vw;
  }
}
.inside__title::before {
  background-image: url(./assetes/images/common/inside-title-icon01.png);
  width: 87px;
  height: 63px;
}
@media print, screen and (max-width: 834px) {
  .inside__title::before {
    width: 13.9vw;
    height: 10.08vw;
  }
}
.inside__title::after {
  background-image: url(./assetes/images/common/inside-title-icon02.png);
  width: 61px;
  height: 54px;
}
@media print, screen and (max-width: 834px) {
  .inside__title::after {
    width: 9.72vw;
    height: 8.58vw;
  }
}
.inside__slide {
  position: relative;
}
.inside__item {
  width: 779px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 30px;
}
@media print, screen and (max-width: 834px) {
  .inside__item {
    width: 90vw;
    height: 53vw;
    border-radius: 2.5vw;
    margin: initial;
  }
}
.inside__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.inside .slide-arrow {
  width: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 834px) {
  .inside .slide-arrow {
    width: 7vw;
    transform: translateY(-50%);
  }
}
.inside .prev-arrow {
  left: calc(50% - 387px);
}
@media print, screen and (max-width: 834px) {
  .inside .prev-arrow {
    left: 0;
  }
}
.inside .next-arrow {
  left: calc(50% + 387px);
}
@media print, screen and (max-width: 834px) {
  .inside .next-arrow {
    left: initial;
    right: 0;
  }
}

/* --------------------------------
//////////////////////////////
///// アニメーション
///////////////////////////
----------------------------------- */
/* -------- 透明度 ----------- */
a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ヘッダー
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// ヘッダー共通
------------------------------------------------------------------
------------------------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.header.-active {
  transition: ease 0.5s;
}

/* ---------------------------------------------------------------
///// ヘッダーコンテンツ
------------------------------------------------------------------
------------------------------------------------------------------ */
.header__cont {
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .header__cont {
    width: 90%;
    height: 18.6vw;
  }
}

/* ----------- ヘッダータイトル ----------- */
.header__title {
  width: 137px;
  height: 100%;
  margin-left: 40px;
}
@media print, screen and (max-width: 834px) {
  .header__title {
    width: 25vw;
    margin-left: initial;
  }
}

/* ----- グロナビ ----- */
.header__nav {
  height: 100%;
}

.nav-wrap {
  display: none;
}
@media print, screen and (min-width: 1230px) {
  .nav-wrap {
    display: flex;
    gap: 40px;
  }
}
@media print, screen and (max-width: 1430px) {
  .nav-wrap {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 1430px) {
  .nav-wrap .gnav {
    height: 40px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
}

/* ---------------------------------------------------------------
///// ハンバーガー
------------------------------------------------------------------
------------------------------------------------------------------ */
.menu-btn {
  display: none;
  position: relative;
  width: 50px;
  height: 100px;
  right: 40px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn {
    width: 6.6vw;
    height: 18.6vw;
    z-index: 60;
    right: 0;
  }
}

@media print, screen and (max-width: 1230px) {
  .menu-btn {
    display: inline-block;
  }
}
.menu-btn span {
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #FFB35B;
  display: inline-block;
  transition: transform 0.5s ease;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span {
    height: 0.53vw;
    width: 6.6vw;
  }
}

.menu-btn span:first-child {
  bottom: 47px;
  width: 30px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span:first-child {
    bottom: 7.85vw;
    width: 4vw;
  }
}

.menu-btn span:last-child {
  bottom: 61px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn span:last-child {
    bottom: 9.71vw;
  }
}

/* ----- クリックで変形 ----- */
.menu-btn.-active span {
  top: 50%;
  bottom: 0;
  transition: transform 0.5s ease;
  width: 50px;
}
@media print, screen and (max-width: 834px) {
  .menu-btn.-active span {
    width: 6.6vw;
  }
}

.menu-btn.-active span:first-child {
  transform: rotate(45deg);
}

.menu-btn.-active span:nth-child(2) {
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------
///// モーダル
------------------------------------------------------------------
------------------------------------------------------------------ */
.modal {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 15;
  background-color: rgba(102, 154, 73, 0.9);
  height: 0;
  top: -1000px;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 179, 91, 0.8);
  transition: all 0.8s;
}
@media print, screen and (max-width: 1230px) {
  .modal {
    display: block;
  }
}

.mnav {
  padding-top: 70px;
}
@media print, screen and (max-width: 834px) {
  .mnav {
    padding-top: 13vw;
  }
}
.mnav__item {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 835px) {
  .mnav__item {
    height: 80px;
  }
}
.mnav__item:first-child {
  border-top: 1px solid #fff;
}
.mnav__item a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.375rem;
  line-height: 3.6363636364;
}
@media print, screen and (max-width: 834px) {
  .mnav__item a {
    font-size: 1.2rem;
    line-height: 3;
  }
}

/* ----- ハンバーガークリックでモーダル表示 ----- */
.modal.-active {
  height: 620px;
  top: 100px;
  opacity: 1;
}
@media print, screen and (max-width: 834px) {
  .modal.-active {
    height: 108vw;
    top: 18.6vw;
  }
}

/* ----- モーダル開いてる時暗くする ----- */
.main, footer {
  position: relative;
}

.-dark::after {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 13;
  transition: ease 1s;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// access
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.access__title {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .access__title {
    padding-bottom: 13vw;
  }
}
.access__title::before {
  background-image: url(./assetes/images/footer/access-title-icon01.png);
  width: 52px;
  height: 64px;
}
@media print, screen and (max-width: 834px) {
  .access__title::before {
    width: 8.3vw;
    height: 10.2vw;
  }
}
.access__title::after {
  background-image: url(./assetes/images/footer/access-title-icon02.png);
  width: 65px;
  height: 74px;
}
@media print, screen and (max-width: 834px) {
  .access__title::after {
    width: 10.4vw;
    height: 11.8vw;
  }
}
.access__map iframe {
  border-radius: 20px;
  width: 100%;
  height: 318px;
}
@media print, screen and (max-width: 834px) {
  .access__map iframe {
    border-radius: 5vw;
    height: 58vw;
  }
}
.access__conts {
  padding-top: 60px;
}
@media print, screen and (max-width: 1090px) {
  .access__conts {
    flex-direction: column;
    gap: 40px;
  }
}
@media print, screen and (max-width: 834px) {
  .access__conts {
    gap: 10vw;
    padding-top: 16vw;
  }
}
@media print, screen and (max-width: 1090px) {
  .access__conts .left {
    margin: 0 auto;
    text-align: center;
  }
}
.access__conts .left h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.access__conts .left img {
  width: 192px;
  padding-top: 9px;
}
@media print, screen and (max-width: 834px) {
  .access__conts .left img {
    width: 60%;
    padding-top: 2.4vw;
  }
}
.access__conts .left .tel {
  padding-top: 11px;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 834px) {
  .access__conts .left .tel {
    padding-top: 2.9vw;
    padding-bottom: 4vw;
  }
}
.access__conts .left .tel a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #F99D33;
}
@media print, screen and (max-width: 1090px) {
  .access__conts .left .tel a {
    justify-content: center;
  }
}
@media print, screen and (max-width: 834px) {
  .access__conts .left .tel a {
    gap: 1.6vw;
  }
}
.access__conts .left .tel a::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/footer/tel-icon01.png);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media print, screen and (max-width: 834px) {
  .access__conts .left .tel a::before {
    width: 8vw;
    height: 8vw;
  }
}
.access__conts .left .address {
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 834px) {
  .access__conts .left .address {
    gap: 2.6vw;
  }
}
.access__conts .left .address::before {
  content: "";
  display: block;
  background-image: url(./assetes/images/footer/address-icon.png);
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
@media print, screen and (max-width: 834px) {
  .access__conts .left .address::before {
    width: 6vw;
    height: 6vw;
  }
}
.access .right {
  width: 634px;
}
@media print, screen and (max-width: 1090px) {
  .access .right {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 834px) {
  .access .right {
    width: 100%;
  }
}
.access .schedule {
  height: 196px;
}
@media print, screen and (max-width: 834px) {
  .access .schedule {
    height: 52.2vw;
  }
}
.access .schedule th:first-of-type {
  padding-left: 34px;
}
@media print, screen and (max-width: 834px) {
  .access .schedule th:first-of-type {
    height: 9vw;
  }
}
.access .schedule th:last-of-type,
.access .schedule td:last-of-type {
  padding-right: 34px;
}
@media print, screen and (max-width: 834px) {
  .access .schedule th:last-of-type,
  .access .schedule td:last-of-type {
    height: 9vw;
  }
}
.access .schedule-desc {
  padding-left: 60px;
  padding-top: 21px;
}
@media print, screen and (max-width: 834px) {
  .access .schedule-desc {
    padding-left: initial;
    padding-top: 5.6vw;
  }
}

/* ---------------------------------------------------------------
///// フッター -- ナビ
------------------------------------------------------------------
------------------------------------------------------------------ */
.footer__wrap {
  background-color: #FFF4F5;
  height: 358px;
  background-image: url(./assetes/images/footer/footer-lace.png);
  background-position: bottom;
  background-size: auto 30px;
  background-repeat: repeat-x;
}
@media print, screen and (max-width: 834px) {
  .footer__wrap {
    height: initial;
    background-size: auto 5vw;
  }
}
.footer__nav {
  padding-top: 100px;
}
@media print, screen and (max-width: 834px) {
  .footer__nav {
    padding-top: 10vw;
  }
}

.gnav__list--footer {
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .gnav__list--footer {
    padding-top: 5vw;
  }
}

/* ---------------------------------------------------------------
///// フッター -- コピーライト
------------------------------------------------------------------
------------------------------------------------------------------ */
.copyright {
  padding-top: 100px;
  color: #515151;
}
@media print, screen and (max-width: 834px) {
  .copyright {
    padding-top: 10vw;
    padding-bottom: 10vw;
    font-size: 0.9rem;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.main .mv {
  margin-top: 33px;
  height: min(50.6vw, 730px);
  margin-bottom: 60px;
}
@media print, screen and (max-width: 834px) {
  .main .mv {
    margin-top: 8vw;
    margin-bottom: 18vw;
  }
}
.main .mv__inner {
  width: 85%;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .main .mv__inner {
    width: 96%;
  }
}
.main .mv__back {
  max-width: 1224px;
  margin: 0 auto;
}
.main .mv__back .clip-me {
  -webkit-clip-path: url(#clipshape);
          clip-path: url(#clipshape);
}
.main .mv__cont {
  position: absolute;
  top: min(17.2vw, 248px);
  left: min(4.1vw, 59px);
}
.main .mv__title {
  font-size: min(3.05vw, 44px);
  font-weight: 700;
}
@media print, screen and (max-width: 834px) {
  .main .mv__title {
    font-size: 1rem;
  }
}
.main .mv__btn {
  display: block;
  width: min(15.69vw, 226px);
  position: absolute;
  top: min(36.8vw, 530px);
  right: -30px;
}
.main .mv__btn:hover {
  filter: brightness(97%);
  opacity: initial;
}
@media print, screen and (max-width: 834px) {
  .main .mv__btn {
    width: 25%;
    right: 2vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// news
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.news__conts {
  background-color: #fff;
  border-radius: 20px;
  padding: 43px 50px;
  align-items: center;
  gap: 50px;
}
@media print, screen and (max-width: 834px) {
  .news__conts {
    flex-direction: column;
    border-radius: 5.3vw;
    padding: 4vw;
    gap: 6vw;
  }
}
.news__title h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 0.015em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 834px) {
  .news__title h2 {
    padding-bottom: 2vw;
  }
}
.news__cont li {
  border-bottom: 1px dashed #E1D7CC;
}
.news__cont li:first-child {
  border-top: 1px dashed #E1D7CC;
}
.news__cont li a {
  display: flex;
  gap: 11px;
  padding: 16px 9px;
}
@media print, screen and (max-width: 834px) {
  .news__cont li a {
    flex-direction: column;
    gap: 2vw;
    padding: 5vw 2vw;
  }
}
.news__cont .date {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #FFC5CA;
}
.news__cont p {
  flex: 1;
  letter-spacing: 0;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// agenda
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.agenda__conts {
  background-color: #E5F3F1;
  padding: 50px 30px;
  padding-right: 10px;
  gap: 22px;
}
@media print, screen and (max-width: 1060px) {
  .agenda__conts {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 834px) {
  .agenda__conts {
    padding: 4vw 3vw;
    gap: 6vw;
  }
}
.agenda__schedule {
  width: 508px;
  height: 187px;
}
@media print, screen and (max-width: 834px) {
  .agenda__schedule {
    width: 100%;
    height: 50vw;
  }
}
.agenda__schedule-desc {
  flex: 1;
}
.agenda__schedule-desc dl dd {
  letter-spacing: 0.004em;
}
@media print, screen and (max-width: 834px) {
  .agenda__schedule-desc p {
    letter-spacing: 0;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// service
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.service__title {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .service__title {
    padding-bottom: 13vw;
  }
}
.service__title::before {
  background-image: url(./assetes/images/index/service-title-icon01.png);
  width: 37px;
  height: 60px;
}
@media print, screen and (max-width: 834px) {
  .service__title::before {
    width: 5.92vw;
    height: 9.6vw;
  }
}
.service__title::after {
  background-image: url(./assetes/images/index/service-title-icon02.png);
  width: 83px;
  height: 63px;
}
@media print, screen and (max-width: 834px) {
  .service__title::after {
    width: 13.28vw;
    height: 10.07vw;
  }
}
.service__items {
  gap: 20px;
}
@media print, screen and (max-width: 1000px) {
  .service__items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media print, screen and (max-width: 834px) {
  .service__items {
    row-gap: initial;
    gap: 12vw;
  }
}
.service__item {
  width: 350px;
  gap: 20px;
}
@media print, screen and (max-width: 834px) {
  .service__item {
    width: 100%;
    gap: 5.3vw;
  }
}
.service__item .img {
  height: 230px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 834px) {
  .service__item .img {
    height: 50vw;
    border-radius: 5.3vw;
  }
}
.service__item .img img {
  width: 100px;
}
@media print, screen and (max-width: 834px) {
  .service__item .img img {
    width: 40%;
  }
}
.service__item .desc {
  height: 200px;
}
@media print, screen and (max-width: 834px) {
  .service__item .desc {
    height: initial;
  }
}
.service__item .desc dt {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.015em;
  font-weight: 700;
  text-align: center;
}
.service__item .desc dd {
  line-height: 1.8;
  padding-top: 20px;
}
@media print, screen and (max-width: 834px) {
  .service__item .desc dd {
    padding-top: 5.3vw;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// 下層
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .mv {
  background: linear-gradient(90deg, rgb(255, 232, 147) 0%, rgb(255, 223, 208) 97.59%, rgb(255, 223, 210) 100%);
  height: 312px;
}
@media print, screen and (max-width: 834px) {
  .under .mv {
    height: 45.3vw;
  }
}
.under .mv .inner {
  height: 100%;
}
.under .mv__title {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.26em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 78px;
}
@media print, screen and (max-width: 834px) {
  .under .mv__title {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-bottom: 10vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// コンテンツ内
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
@media print, screen and (min-width: 835px) {
  .under .inner {
    width: 844px;
  }
}
.under .back {
  background: linear-gradient(180deg, rgb(255, 247, 238) 0%, rgb(255, 255, 255) 100%);
}
.under p, .under dt, .under dd, .under li {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 834px) {
  .under p, .under dt, .under dd, .under li {
    font-size: 4.26vw;
    line-height: 1.75;
  }
}
.under p:not(:last-of-type), .under p:first-of-type {
  padding-bottom: 48px;
}
@media print, screen and (max-width: 834px) {
  .under p:not(:last-of-type), .under p:first-of-type {
    padding-bottom: 12vw;
  }
}
.under .small {
  font-size: 0.8em;
}

/* ---------------------------------------------------------------
///// タイトル
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .sec-h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 834px) {
  .under .sec-h2 {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-bottom: 6.6vw;
  }
}

/* ---------------------------------------------------------------
///// ボックス
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .box {
  background-color: #fff5d9;
  border-radius: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .box {
    border-radius: 2.7vw;
  }
}
.under .column2-box {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box {
    flex-direction: column;
  }
}
.under .column2-box__item {
  width: 402px;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__item {
    width: 100%;
  }
}
.under .column2-box__title {
  background: linear-gradient(90deg, rgb(255, 232, 147) 0%, rgb(255, 223, 208) 97.59%, rgb(255, 223, 210) 100%);
  height: 180px;
  border-radius: 10px;
  margin-bottom: 24px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__title {
    border-radius: 2.7vw;
    height: 34.6vw;
    margin-bottom: 4.8vw;
  }
}
.under .column2-box__title h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  color: #ED5A5A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box__title h3 {
    font-size: 5.86vw;
  }
}
.under .column2-box h4 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box h4 {
    font-size: 4.26vw;
    line-height: 1.75;
  }
}
.under .column2-box p {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 834px) {
  .under .column2-box p {
    padding-bottom: 9vw;
  }
}

/* ---------------------------------------------------------------
///// リスト
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .ul-base-wrap {
  gap: 4%;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base-wrap {
    gap: 4.3vw;
    flex-direction: column;
  }
}
.under .ul-base {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  gap: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base {
    width: 100%;
    gap: 4.3vw;
  }
}
.under .ul-base :before {
  content: "●";
  display: inline;
  padding-right: 2px;
}
@media print, screen and (max-width: 834px) {
  .under .ul-base :before {
    padding-right: 0.5vw;
  }
}

/* ---------------------------------------------------------------
///// about
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .greeting {
  padding-top: 68px;
}
@media print, screen and (max-width: 834px) {
  .under .greeting {
    padding-top: 12.3vw;
  }
}
.under .summary {
  padding-top: 60px;
}
@media print, screen and (max-width: 834px) {
  .under .summary {
    padding-top: 16vw;
  }
}
.under .summary .sec-h2 {
  letter-spacing: 0.64em;
}
.under .summary__dl {
  padding-bottom: 46px;
  width: 614px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl {
    width: 100%;
    padding-bottom: 5.86vw;
  }
}
.under .summary__dl dl {
  display: flex;
}
.under .summary__dl dl:not(:first-child) {
  padding-top: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl:not(:first-child) {
    padding-top: 4vw;
  }
}
.under .summary__dl dl dt {
  width: 166px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl dt {
    width: 23%;
  }
}
.under .summary__dl dl dd {
  width: 448px;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 835px) {
  .under .summary__dl dl dd .small {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 834px) {
  .under .summary__dl dl dd {
    width: 77%;
  }
}
.under .summary__box {
  padding: 30px 60px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box {
    padding: 15.5vw 4.26vw;
  }
}
.under .summary__box h3 {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
  color: #ED5A5A;
  padding-bottom: 16px;
  font-weight: 600;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box h3 {
    font-size: 5.33vw;
    line-height: 1.75;
    padding-bottom: 5.86vw;
  }
}
.under .summary__box h3:not(:first-of-type) {
  padding-top: 54px;
}
@media print, screen and (max-width: 834px) {
  .under .summary__box h3:not(:first-of-type) {
    padding-top: 9vw;
  }
}
.under .summary .seminar {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar {
    border-radius: 2.7vw;
    padding: 0 4.8vw;
    padding-top: 5.86vw;
    padding-bottom: 8vw;
  }
}
.under .summary .seminar__items {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__items {
    flex-direction: column;
    gap: 7.2vw;
    padding: initial;
    padding-top: 6.9vw;
    padding-bottom: 7.4vw;
  }
}
.under .summary .seminar__item {
  width: 290px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item {
    width: 100%;
  }
}
.under .summary .seminar__item dt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 6px;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item dt {
    font-size: 4.26vw;
    padding-top: 5vw;
    padding-bottom: 2vw;
  }
}
.under .summary .seminar__item dd {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar__item dd {
    font-size: 3.273vw;
  }
}
.under .summary .seminar p {
  padding-bottom: initial;
}
@media print, screen and (max-width: 834px) {
  .under .summary .seminar p:first-of-type {
    text-align: left;
  }
}
.under .summary .seminar a {
  color: #0076d7;
  text-decoration: underline;
}
.under .recruitment {
  padding-top: 65px;
  padding-bottom: 76px;
}
@media print, screen and (max-width: 834px) {
  .under .recruitment {
    padding-bottom: 17.8vw;
    padding-bottom: 17.8vw;
  }
}
.under .recruitment .sec-h2 {
  letter-spacing: 0.64em;
}

/* ---------------------------------------------------------------
///// guardianship, inherit
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .overview {
  padding-top: 68px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .overview {
    padding-top: 12.3vw;
  }
}
.under .overview .column2-box .small {
  padding-top: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .overview .column2-box .small {
    padding-top: 4.2vw;
  }
}

/* ---------------------------------------------------------------
///// guardianship
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .overview__point {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point {
    font-size: 5.3vw;
    line-height: 1.7;
    padding-top: 13vw;
    padding-bottom: 29vw;
  }
}
.under .overview__point::before, .under .overview__point::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.under .overview__point::before {
  background-image: url(assetes/images/pages/guardianship/overview01.jpg);
  width: 125px;
  height: 210px;
  left: 178px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point::before {
    width: 21vw;
    height: 35.4vw;
    left: 0;
  }
}
.under .overview__point::after {
  background-image: url(assetes/images/pages/guardianship/overview02.jpg);
  width: 161px;
  height: 209px;
  right: 133px;
}
@media print, screen and (max-width: 834px) {
  .under .overview__point::after {
    width: 27vw;
    height: 35.1vw;
    right: 0;
  }
}
.under .overview02 {
  padding-top: 77px;
  padding-bottom: 77px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 {
    padding-top: 15.4vw;
    padding-bottom: 12.8vw;
  }
}
.under .overview02::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assetes/images/pages/guardianship/system01.png);
  width: 311px;
  height: 212px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .overview02::after {
    width: 57.8vw;
    height: 39.4vw;
    bottom: -1vw;
  }
}
.under .overview02__points, .under .overview02 .box {
  width: 920px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points, .under .overview02 .box {
    width: 90%;
  }
}
.under .overview02__points {
  padding: 52px 0;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points {
    padding-top: 1vw;
    padding-bottom: 16vw;
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}
.under .overview02__points img {
  width: 200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .overview02__points img {
    width: 42%;
  }
}
.under .overview02 .box h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  text-align: center;
  color: #4A85C6;
  padding-top: 35px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .box h3 {
    font-size: 5.86vw;
    line-height: 1.9;
    padding-top: 10vw;
  }
}
.under .overview02 .system {
  padding-top: 40px;
  padding-bottom: 100px;
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system {
    flex-direction: column;
    gap: initial;
    padding-top: 9vw;
  }
}
.under .overview02 .system__item {
  width: 263px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__item {
    width: 72vw;
    margin: 0 auto;
  }
}
.under .overview02 .system__title {
  height: 140px;
  border-radius: 10px;
  color: #fff;
  background-color: #ED5A5A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__title {
    height: 26.6vw;
    border-radius: 2.6vw;
    margin-bottom: 2.7vw;
  }
}
.under .overview02 .system__title h4 {
  font-size: 1.875rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .under .overview02 .system__title h4 {
    font-size: 5.86vw;
  }
}
.under .overview02 .system__title p {
  letter-spacing: 0.08em;
}

/* ---------------------------------------------------------------
///// inherit
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .inherit .overview__conts:after,
.under .trust .overview__conts:after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  position: relative;
}
.under .inherit .overview__conts:after {
  background-image: url(assetes/images/pages/inherit/inherit01.png);
  width: 365px;
  height: 202px;
  bottom: 48px;
}
@media print, screen and (max-width: 834px) {
  .under .inherit .overview__conts:after {
    width: 68vw;
    height: 37.6vw;
    bottom: 5.8vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
.under .trust .overview__conts:after {
  background-image: url(assetes/images/pages/inherit/trust01.png);
  width: 252px;
  height: 224px;
  right: -145px;
  bottom: 75px;
  margin-bottom: -75px;
}
@media print, screen and (max-width: 834px) {
  .under .trust .overview__conts:after {
    width: 37.8vw;
    height: 33.8vw;
    right: 5vw;
    bottom: 0;
    margin-bottom: initial;
  }
}
.under .testament {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 834px) {
  .under .testament {
    padding-bottom: 16vw;
  }
}
.under .testament .box {
  padding-top: 27px;
  padding-bottom: 33px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .testament .box {
    padding-top: 7.4vw;
    padding-bottom: 8vw;
    margin-top: 10vw;
    margin-bottom: 2.5vw;
  }
}
.under .testament .box p {
  padding-bottom: 14px;
}
@media print, screen and (max-width: 834px) {
  .under .testament .box p {
    padding-bottom: 4.3vw;
    text-align: center;
  }
}
.under .testament__tbl, .under .testament .box p {
  width: 774px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl, .under .testament .box p {
    width: 95%;
  }
}
.under .testament__tbl tr {
  border-top: 1px solid #CCCCCC;
}
.under .testament__tbl tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.under .testament__tbl tr th, .under .testament__tbl tr td {
  height: 60px;
  vertical-align: middle;
  text-align: left;
  padding: 8px 0;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tr th, .under .testament__tbl tr td {
    height: initial;
    padding: initial;
    padding-top: 2.6vw;
  }
}
.under .testament__tbl thead th {
  padding-left: 25px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl thead th {
    font-size: 3.7vw;
    text-align: center;
    height: 13vw;
    padding: initial;
    vertical-align: center;
  }
}
.under .testament__tbl tbody th, .under .testament__tbl tbody td {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 45px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th, .under .testament__tbl tbody td {
    font-size: 3.7vw;
    padding-left: initial;
  }
}
.under .testament__tbl tbody th {
  width: 170px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th {
    width: 8%;
    padding-top: 2vw;
  }
  .under .testament__tbl tbody th .vertical-lr {
    writing-mode: vertical-lr;
    white-space: pre;
  }
  .under .testament__tbl tbody th .vertical-lr span {
    display: inline-block;
    width: 2vw;
  }
}
.under .testament__tbl tbody th:first-child {
  padding-left: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody th:first-child {
    padding-left: initial;
  }
}
.under .testament__tbl tbody td {
  width: 302px;
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody td {
    width: 46%;
    padding-top: 12.5vw;
    padding-bottom: 4vw;
    padding-left: 5.8vw;
    vertical-align: baseline;
  }
}
.under .testament__tbl tbody .yes, .under .testament__tbl tbody .no {
  position: relative;
}
.under .testament__tbl tbody .yes::before, .under .testament__tbl tbody .no::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .testament__tbl tbody .yes::before, .under .testament__tbl tbody .no::before {
    width: 6.6vw;
    height: 6.6vw;
    top: 3.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.under .testament__tbl tbody .yes::before {
  background-image: url(assetes/images/pages/inherit/yes.png);
}
.under .testament__tbl tbody .no::before {
  background-image: url(assetes/images/pages/inherit/no.png);
}
@media print, screen and (max-width: 834px) {
  .under .testament .small {
    font-size: 3vw;
  }
}

/* ---------------------------------------------------------------
///// faq
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .faq__conts {
  padding: 115px 0;
}
@media print, screen and (max-width: 834px) {
  .under .faq__conts {
    padding: 13vw 0;
  }
}
.under .accordion {
  border-top: 1px solid #C4C4C4;
  padding-left: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .accordion {
    padding-left: initial;
  }
}
.under .accordion__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  color: #4A85C6;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title {
    font-size: 4.8vw;
    line-height: 1.3;
    height: 21vw;
  }
}
.under .accordion__title span {
  flex: 1;
}
.under .accordion__title::before {
  content: "Q";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4A85C6;
  width: 34px;
  height: 30px;
  padding-bottom: 4px;
  margin-right: 17px;
  border-radius: 50%;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title::before {
    width: 9vw;
    height: 8vw;
    padding-bottom: 1vw;
    margin-right: 2vw;
  }
}
.under .accordion__title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-size: 1.7rem;
  line-height: 1.5;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #4A85C6;
  font-weight: normal;
  text-align: right;
  margin-left: auto;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__title::after {
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 1.6em;
    margin-left: 5.3vw;
    padding-right: 1.5vw;
  }
}
.under .accordion__title.-active::after {
  content: "\f068";
  font-weight: 600;
}
.under .accordion__detail {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0;
  transition: all 0.25s ease;
}
.under .accordion__detail.-active {
  height: auto;
  padding-left: 50px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 834px) {
  .under .accordion__detail.-active {
    padding-left: 11vw;
    padding-bottom: 7vw;
  }
}

/* ---------------------------------------------------------------
///// contact
------------------------------------------------------------------
------------------------------------------------------------------ */
.under .contact__conts {
  padding-top: 145px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__conts {
    padding-top: 13vw;
    padding-top: 8vw;
  }
}
.under .contact__conts .box {
  border-radius: 20px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__conts .box {
    border-radius: 5vw;
  }
}
.under .contact__tel {
  justify-content: center;
  gap: 20px;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__tel {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    padding-bottom: 17vw;
  }
}
.under .contact__tel p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #4A85C6;
  padding-bottom: initial;
}
.under .contact__tel p span {
  font-family: initial;
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 0.025em;
}
.under .contact__tel img {
  width: 288px;
  height: 100%;
}
@media print, screen and (max-width: 834px) {
  .under .contact__tel img {
    width: 80%;
  }
}
.under .contact__form {
  padding: 70px 64px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 834px) {
  .under .contact__form {
    padding: 14vw 4vw;
    padding-bottom: 18.6vw;
  }
}
.under .contact .form__table {
  width: 100%;
}
.under .contact .form tr:not(:first-child) th, .under .contact .form tr:not(:first-child) td {
  padding-top: 42px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form tr:not(:first-child) th, .under .contact .form tr:not(:first-child) td {
    padding-top: initial;
  }
}
@media print, screen and (max-width: 834px) {
  .under .contact .form tr:not(:first-child) th {
    padding-top: 9vw;
  }
}
.under .contact .form th, .under .contact .form td {
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form th, .under .contact .form td {
    display: block;
    font-size: 4.2vw;
  }
}
.under .contact .form th {
  text-align: left;
  vertical-align: top;
  position: relative;
  top: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form th {
    display: block;
    font-size: 4.2vw;
    position: static;
  }
}
.under .contact .form .require::after {
  content: "必須";
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.13em;
  border-radius: 3px;
  background-color: #ED5A5A;
  color: #fff;
  width: 39px;
  height: 19px;
  text-align: center;
  line-height: 19px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form .require::after {
    display: inline-block;
    font-size: 3.2vw;
    border-radius: 0.8vw;
    width: 10.5vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 4.8vw;
  }
}
.under .contact .form__text, .under .contact .form__textarea {
  width: 530px;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__text, .under .contact .form__textarea {
    font-size: 4.2vw;
    width: 100%;
    padding: 2.6vw;
  }
}
.under .contact .form__text {
  height: 50px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__text {
    height: 13.3vw;
  }
}
.under .contact .form__textarea {
  height: 316px;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__textarea {
    height: 84vw;
  }
}
.under .contact .form__submit {
  display: block;
  cursor: pointer;
  border: none;
  width: 416px;
  height: 70px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #4A85C6;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2.1818181818;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 94px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__submit {
    width: 80vw;
    height: 15vw;
    border-radius: 2.6vw;
    font-size: 4.5vw;
    margin-top: 16vw;
  }
}
.under .contact .form__submit::after {
  content: "";
  display: block;
  background-image: url(./assetes/images/common/arrow_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .under .contact .form__submit::after {
    width: 2.9vw;
    height: 5vw;
    right: 5vw;
  }
}
.under .contact .form__submit:hover {
  display: block;
  background-color: #256eaf;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// エラーページ
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.error {
  height: 300px;
}
.error .sec-title {
  font-size: 1.875rem;
  line-height: 1.6666666667;
}
.error p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}/*# sourceMappingURL=style.css.map */