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

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

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", "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: #4D4D4D;
}

a {
  color: #4D4D4D;
  text-decoration: none;
}

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

.inner {
  width: 1200px;
  margin: 0 auto;
}

.sp-inner {
  width: 100%;
  margin: 0 auto;
}
.support__points {
    margin-bottom: 30px;
}
@media print, screen and (min-width: 835px) {
  .pc-inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 834px) {
  .inner, .sp-inner {
    width: 90%;
  }
	.support__points {
	    margin-bottom: 10vw;
	}
}
/* -------- 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 {
    min-width: 1280px;
    max-width: 2000px;
    margin: 0 auto;
  }
}

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

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

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

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

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

.nav-wrap {
  display: none;
}
@media print, screen and (min-width: 1091px) {
  .nav-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.gnav__list {
  gap: 28px;
}
.gnav__item {
  display: flex;
  align-items: center;
}
.gnav__item a {
  text-align: center;
}
.gnav__item a:hover {
  color: #256eaf;
  opacity: initial;
}
.gnav__item a span {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.gnav__item--contact span, .mnav__item--contact span {
  width: 140px;
  display: block;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background-color: #4A85C6;
  border-radius: 5px;
}
@media print, screen and (max-width: 1090px) {
  .gnav__item--contact span, .mnav__item--contact span {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 834px) {
  .gnav__item--contact span, .mnav__item--contact span {
    width: 48vw;
    height: 10.6vw;
    line-height: 10.6vw;
    border-radius: 1.4vw;
  }
}
.gnav__item--contact span a, .mnav__item--contact span a {
  color: #fff;
  display: block;
}
.gnav__item--contact span a:hover, .mnav__item--contact span a:hover {
  color: #fff;
  opacity: initial;
  background-color: #256eaf;
  border-radius: 5px;
}

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

@media print, screen and (max-width: 1090px) {
  .menu-btn {
    display: inline-block;
  }
}
.menu-btn span {
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #4A85C6;
  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: #fff;
  transition: all 0.8s;
}
@media print, screen and (max-width: 1090px) {
  .modal {
    display: block;
  }
}

.mnav {
  padding-top: 70px;
}
@media print, screen and (max-width: 834px) {
  .mnav {
    padding-top: 13vw;
  }
}
.mnav__list {
  gap: 30px;
}
@media print, screen and (max-width: 834px) {
  .mnav__list {
    gap: 9.6vw;
  }
}
.mnav__item {
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
.mnav__item a {
  display: block;
}
@media print, screen and (max-width: 834px) {
  .mnav__item a {
    font-size: 4.26vw;
  }
}
.mnav__item a:hover {
  color: #256eaf;
  opacity: initial;
}

/* ----- ハンバーガークリックでモーダル表示 ----- */
.modal.-active {
  height: 450px;
  top: 112px;
  opacity: 1;
}
@media print, screen and (max-width: 834px) {
  .modal.-active {
    height: 116.4vw;
    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;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// consultation
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.consultation {
  background: linear-gradient(90deg, rgb(255, 233, 154) 0%, rgb(255, 224, 210) 97.59%, rgb(255, 224, 212) 100%);
}
.consultation__conts {
  padding-top: 76px;
  padding-bottom: 64px;
  color: #303030;
}
@media print, screen and (max-width: 834px) {
  .consultation__conts {
    padding-top: 14.3vw;
    padding-bottom: 12.2vw;
  }
}
.consultation__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  letter-spacing: 0.16em;
}
@media print, screen and (max-width: 834px) {
  .consultation__title {
    font-size: 5.33vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.consultation__items {
  gap: 43px;
}
@media print, screen and (max-width: 834px) {
  .consultation__items {
    flex-direction: column;
    gap: 5vw;
  }
}
.consultation__items .left {
  width: 560px;
  height: 308px;
  margin-top: 34px;
  padding-top: 38px;
  background-color: #ED5A5A;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left {
    width: 100%;
    height: 71.5vw;
    margin-top: 7.46vw;
    padding-top: 8vw;
    border-radius: 2.66vw;
  }
}
.consultation__items .left h3 {
  width: 340px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left h3 {
    width: 75.7vw;
  }
}
.consultation__items .left .consultation__date {
  font-size: 1.875rem;
  line-height: 2.4;
  font-weight: 600;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left .consultation__date {
    font-size: 4.8vw;
    line-height: 3;
  }
}
.consultation__items .left .consultation__access {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  padding-bottom: 23px;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left .consultation__access {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.consultation__items .left .consultation__access .small {
  display: block;
  font-size: 0.72em;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left .consultation__access .small {
    font-size: 0.88em;
  }
}
.consultation__items .left .consultation__reservation {
  font-size: 1.8125rem;
  line-height: 1.6551724138;
  letter-spacing: 0;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .left .consultation__reservation {
    font-size: 5.33vw;
    line-height: 1.45;
  }
}
.consultation__items .right {
  padding-top: 10px;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right {
    padding-top: initial;
  }
}
.consultation__items .right p {
  line-height: 1.625;
  letter-spacing: 0;
  padding-bottom: 14px;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right p {
    font-size: 3.73vw;
    line-height: 1.85;
  }
}
.consultation__items .right .consultation__link {
  display: block;
  width: 416px;
  height: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  line-height: 3.1818181818;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  background-color: #4A85C6;
  border-radius: 10px;
  position: relative;
}
.consultation__items .right .consultation__link:hover {
  background-color: #256eaf;
  opacity: initial;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .consultation__link {
    width: 80vw;
    height: 14.9vw;
    font-size: 4.53vw;
    line-height: 14.9vw;
    border-radius: 2.6vw;
    margin: 0 auto;
  }
}
.consultation__items .right .consultation__link::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: 27px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .consultation__link::after {
    width: 2.9vw;
    height: 5vw;
    right: 4.8vw;
  }
}
.consultation__items .right .tel {
  padding-top: 56px;
  color: #000;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .tel {
    padding-top: 6.4vw;
  }
}
.consultation__items .right .tel__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  line-height: 2.1818181818;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .tel__txt {
    font-size: 4.8vw;
    line-height: 2.66;
  }
}
.consultation__items .right .tel img {
  width: 380px;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .tel img {
    width: 68.5vw;
  }
}
.consultation__items .right .tel__annotation {
  font-size: 0.875rem;
  line-height: 3.1428571429;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 834px) {
  .consultation__items .right .tel__annotation {
    font-size: 3.46vw;
    line-height: 3.38;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// access
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.access__conts {
  padding-top: 45px;
  padding-bottom: 65px;
}
@media print, screen and (max-width: 834px) {
  .access__conts {
    padding-top: 15.2vw;
    padding-bottom: 20.8vw;
  }
}
.access__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  letter-spacing: 0.16em;
}
@media print, screen and (max-width: 834px) {
  .access__title {
    font-size: 5.33vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.access__items {
  gap: 40px;
  padding-top: 48px;
}
@media print, screen and (max-width: 834px) {
  .access__items {
    gap: 10.6vw;
    padding-top: 7.2vw;
    flex-direction: column;
  }
}

.map {
  color: #333333;
}
.map p {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 834px) {
  .map p {
    font-size: 3.73vw;
    line-height: 1.42;
  }
}
.map__item h3 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 834px) {
  .map__item h3 {
    font-size: 4.8vw;
    line-height: 1.2;
    padding-bottom: 4vw;
  }
}
.map__item .iframe-wrap {
  position: relative;
  width: 500px;
  margin-bottom: 17px;
  height: 0;
  padding-top: 247px;
  overflow: hidden;
}
@media print, screen and (max-width: 834px) {
  .map__item .iframe-wrap {
    width: 100%;
    margin-bottom: 3.2vw;
    padding-top: 44.5vw;
  }
}
.map__item .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 360px);
  margin-top: -170px;
}
@media print, screen and (max-width: 834px) {
  .map__item .iframe-wrap iframe {
    margin-top: -30vw;
    height: calc(100% + 60vw);
  }
}
.map__access {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}
@media print, screen and (max-width: 834px) {
  .map__access {
    padding-top: 5vw;
    flex-direction: column;
  }
}
.map__access a {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #0076D7;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 834px) {
  .map__access a {
    font-size: 3.46vw;
    line-height: 1.73;
    margin-left: auto;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// sns
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.sns {
  background: linear-gradient(180deg, rgb(255, 247, 238) 0%, rgb(255, 255, 255) 100%);
}
.sns__conts {
  padding-top: 72px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 834px) {
  .sns__conts {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.sns__title {
  font-weight: 600;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  color: #4A85C6;
}
@media print, screen and (max-width: 834px) {
  .sns__title {
    font-size: 3.73vw;
    line-height: 1.7;
  }
}
.sns__items {
  padding-top: 31px;
  gap: 38px;
}
@media print, screen and (max-width: 834px) {
  .sns__items {
    padding-top: 10.13vw;
    gap: 10.6vw;
    flex-direction: column;
  }
}
.sns__item {
  border: solid 1px #CCCCCC;
  background-color: #fff;
  padding: 10px;
  display: flex;
}
@media print, screen and (max-width: 834px) {
  .sns__item {
    padding: 2.66vw;
  }
}
.sns__item .fb-wrap,
.sns__item .insta-wrap {
  max-width: 500px;
  width: 379px;
}
@media print, screen and (max-width: 834px) {
  .sns__item .fb-wrap,
  .sns__item .insta-wrap {
    width: 100%;
  }
}
.sns__item .fb-wrap .fb-page span {
  height: 456px !important;
}
@media print, screen and (max-width: 834px) {
  .sns__item .fb-wrap .fb-page span {
    height: 103vw;
  }
}
.sns__item .fb-wrap .fb-page span iframe {
  height: 100% !important;
}
.sns__item .insta-title {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 834px) {
  .sns__item .insta-title {
    padding-top: 1.8vw;
    padding-bottom: 3.6vw;
  }
}
.sns__item .insta-title a {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media print, screen and (max-width: 834px) {
  .sns__item .insta-title a {
    font-size: 3.2vw;
    gap: 2.7vw;
  }
}
.sns__item .insta-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #363636;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 834px) {
  .sns__item .insta-icon {
    width: 14vw;
    height: 14vw;
  }
}
.sns__item .insta-icon img {
  width: 29px;
}
@media print, screen and (max-width: 834px) {
  .sns__item .insta-icon img {
    width: 8vw;
  }
}

/* ---------------------------------------------------------------
///// フッター -- トップ
------------------------------------------------------------------
------------------------------------------------------------------ */
.footer__top {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 27px;
}
@media print, screen and (max-width: 834px) {
  .footer__top {
    padding-top: 12vw;
    padding-bottom: 5.3vw;
  }
}
.footer__title {
  width: 166px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .footer__title {
    width: 31vw;
  }
}
.footer__access {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding-top: 24px;
}
@media print, screen and (max-width: 834px) {
  .footer__access {
    font-size: 3.73vw;
    line-height: 1.57;
    padding-top: 7.2vw;
  }
}

/* ---------------------------------------------------------------
///// フッター -- コピーライト
------------------------------------------------------------------
------------------------------------------------------------------ */
.copyright {
  height: 97px;
  background: #808080;
  color: #fff;
  font-size: 0.75rem;
  line-height: 8.0833333333;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 834px) {
  .copyright {
    height: 18.6vw;
    font-size: 3.2vw;
    line-height: 18.6vw;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.main .mv {
  background-image: url(./assetes/images/index/top-mv.jpg);
  background-position: center;
  background-size: cover;
  height: 52.7vw;
  max-height: 1055px;
  min-height: 675px;
  margin: 0 auto;
}
@media print, screen and (max-width: 834px) {
  .main .mv {
    background-image: url(./assetes/images/index/top-mv-sp.jpg);
    background-repeat: no-repeat;
    height: 150vw;
    min-height: initial;
  }
}
.main .mv__cont {
  position: absolute;
  top: 142px;
  right: 55px;
}
@media print, screen and (max-width: 834px) {
  .main .mv__cont {
    width: 100%;
    position: static;
    padding-top: 25vw;
  }
}
.main .mv__title {
  font-size: 1.625rem;
  line-height: 2.1538461538;
  letter-spacing: 0.14em;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 834px) {
  .main .mv__title {
    font-size: 3.7vw;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}
.main .mv__point {
  display: block;
  width: 468px;
  margin: 0 auto;
  padding-top: 10px;
}
@media print, screen and (max-width: 834px) {
  .main .mv__point {
    width: 75.2vw;
    padding-top: 5vw;
  }
}
.main .mv__btn {
  display: block;
  width: 168px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 115px;
  position: absolute;
  right: 55px;
  top: 350px;
}
@media print, screen and (max-width: 834px) {
  .main .mv__btn {
    width: 27vw;
    margin-top: 43.2vw;
    margin-left: auto;
    margin-right: 0;
    right: 4.8vw;
    top: 63vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// faq
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.t-faq {
  background-color: #fff7ee;
}
.t-faq__conts {
  position: relative;
  top: -54px;
  padding-bottom: 62px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__conts {
    top: 0;
    padding-bottom: 13.3vw;
  }
}
.t-faq__conts:last-child {
  padding-bottom: 25px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__conts:last-child {
    padding-bottom: 18.6vw;
  }
}
.t-faq__items {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items {
    flex-direction: column;
    gap: 6.6vw;
    border-radius: 2.7vw;
    padding: 4.8vw;
    padding-top: 8vw;
    padding-bottom: 6.7vw;
  }
}
.t-faq__items::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fff;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items::after {
    height: 10.1vw;
    bottom: -10.1vw;
  }
}
.t-faq__items--top .t-faq__item:first-child dt {
  padding-right: 36px;
  justify-content: flex-end;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--top .t-faq__item:first-child dt {
    padding-right: 16vw;
  }
}
.t-faq__items--top .t-faq__item:first-child dt::before {
  background-image: url(./assetes/images/index/faq_01.png);
  width: 110px;
  height: 163px;
  left: 23px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--top .t-faq__item:first-child dt::before {
    width: 20.5vw;
    height: 29.5vw;
    left: -4.8vw;
  }
}
.t-faq__items--top .t-faq__item:last-child dt {
  padding-left: 51px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--top .t-faq__item:last-child dt {
    padding-left: 5vw;
  }
}
.t-faq__items--top .t-faq__item:last-child dt::before {
  background-image: url(./assetes/images/index/faq_02.png);
  width: 95px;
  height: 149px;
  right: 20px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--top .t-faq__item:last-child dt::before {
    width: 17.6vw;
    height: 28vw;
    right: -3.8vw;
  }
}
.t-faq__items--bottom .t-faq__item:first-child dt {
  padding-right: 63px;
  justify-content: flex-end;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--bottom .t-faq__item:first-child dt {
    padding-right: 10vw;
  }
}
.t-faq__items--bottom .t-faq__item:first-child dt::before {
  background-image: url(./assetes/images/index/faq_03.png);
  width: 100px;
  height: 164px;
  left: 34px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--bottom .t-faq__item:first-child dt::before {
    width: 18.6vw;
    height: 30.4vw;
    left: -4.1vw;
  }
}
.t-faq__items--bottom .t-faq__item:last-child dt {
  padding-left: 35px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--bottom .t-faq__item:last-child dt {
    padding-left: 4.7vw;
  }
}
.t-faq__items--bottom .t-faq__item:last-child dt::before {
  background-image: url(./assetes/images/index/faq_04.png);
  width: 93px;
  height: 155px;
  right: 18px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__items--bottom .t-faq__item:last-child dt::before {
    width: 17.3vw;
    height: 29vw;
    right: -4.8vw;
  }
}
.t-faq__item {
  width: 540px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__item {
    width: 100%;
  }
}
.t-faq__item--03 .sp {
  height: 50vw;
}
.t-faq__item dt {
  font-size: 1.25rem;
  line-height: 1.95;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  border-radius: 10px;
  background: #FFEAB0;
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .t-faq__item dt {
    font-size: 4.26vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-radius: 2.2vw;
    height: 42.9vw;
    text-align: left;
  }
}
.t-faq__item dt::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.t-faq__item dd {
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
  padding-top: 13px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__item dd {
    font-size: 4.26vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.t-faq__answer {
  position: relative;
  z-index: 3;
}
.t-faq__answer h2 {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-left: 297px;
  padding-bottom: 25px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer h2 {
    font-size: 5.33vw;
    line-height: 1.56;
    padding-left: 34.13vw;
    padding-bottom: 7vw;
  }
}
.t-faq__answer a {
  display: flex;
  gap: 18px;
  background-color: #ED5A5A;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.12em;
  align-items: center;
  width: 880px;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer a {
    gap: 7.8vw;
    font-size: 4.8vw;
    line-height: 14.4vw;
    width: 100%;
    border-radius: 2.7vw;
    padding: 0 5.3vw;
  }
}
.t-faq__answer a::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;
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer a::after {
    width: 2.9vw;
    height: 5vw;
  }
}
.t-faq__answer a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.t-faq__answer--top a {
  justify-content: flex-end;
}
.t-faq__answer--top a::before {
  background-image: url(./assetes/images/index/faq_05.png);
  width: 160px;
  height: 198px;
  left: 96px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer--top a::before {
    width: 25.5vw;
    height: 31.5vw;
    left: 4vw;
    bottom: initial;
    top: -31.5vw;
  }
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer--bottom h2 {
    padding-left: 4.7vw;
  }
}
.t-faq__answer--bottom a {
  margin-left: auto;
}
.t-faq__answer--bottom a::before {
  background-image: url(./assetes/images/index/faq_06.png);
  width: 204px;
  height: 217px;
  right: 51px;
}
@media print, screen and (max-width: 834px) {
  .t-faq__answer--bottom a::before {
    width: 34.6vw;
    height: 36.3vw;
    right: 2.7vw;
    bottom: initial;
    top: -36.3vw;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// support
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.support__conts {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 834px) {
  .support__conts {
    padding-top: 14.9vw;
    padding-bottom: 20.5vw;
  }
}
.support__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 834px) {
  .support__title {
    font-size: 5.3vw;
    line-height: 1.7;
  }
}
.support__title .small {
  font-size: 0.8em;
}
.support__points {
  gap: 44px;
  margin-top: 30px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 834px) {
  .support__points {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: initial;
    row-gap: 8vw;
    margin-top: 9.6vw;
    margin-bottom: 17vw;
  }
}
.support__points img {
  width: 200px;
}
@media print, screen and (max-width: 834px) {
  .support__points img {
    width: 42.6vw;
  }
}
.support p {
  font-size: 1.25rem;
  line-height: 2.4;
  text-align: center;
}
@media print, screen and (max-width: 834px) {
  .support p {
    font-size: 4.26vw;
    line-height: 1.75;
    padding-top: 5.3vw;
  }
}
.support__details {
  padding-top: 43px;
}
@media print, screen and (max-width: 834px) {
  .support__details {
    flex-direction: column;
    gap: 8vw;
    padding-top: 11.4vw;
  }
}
.support__detail {
  width: 390px;
  height: 511px;
  padding-top: 28px;
  padding-left: 24px;
  padding-right: 33px;
  background-color: #fff5d9;
}
@media print, screen and (max-width: 834px) {
  .support__detail {
    width: 100%;
    height: initial;
    padding-top: 8.5vw;
    padding-left: 5.6vw;
    padding-right: 4.4vw;
    padding-bottom: 9.6vw;
  }
}
.support__detail h3 {
  color: #ED5A5A;
  text-align: center;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 834px) {
  .support__detail h3 {
    font-size: 5.3vw;
    line-height: 1.75;
  }
}
.support__detail ul {
  padding-top: 34px;
}
@media print, screen and (max-width: 834px) {
  .support__detail ul {
    padding-top: 5vw;
  }
}
.support__detail ul li {
  list-style-type: disc;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
  margin-left: 1em;
  color: #251E1C;
}
@media print, screen and (max-width: 834px) {
  .support__detail ul li {
    font-size: 4.8vw;
    line-height: 1.55;
  }
}
.support__detail ul li .red {
  color: #ED5A5A;
}
.support__detail ul li:not(:last-child) {
  padding-bottom: 8px;
}
@media print, screen and (max-width: 834px) {
  .support__detail ul li:not(:last-child) {
    padding-bottom: 3.4vw;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// 下層
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.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;
}
.form-confirm {
    background-color: gainsboro;
}
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// エラーページ
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.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 */