@charset "UTF-8";
/*
Theme Name:ひまわり家族
Description:
Theme URI: 
Author: HIRAKU WADA (mallet DESIGN)
Author URI: https://mallet-design.com
Version: 
License: 
License URI: 
*/
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / YUI 3.5.0 - reset.css
===================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #333;
  font-size: 62.5%;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*===================================================
     Font
===================================================*/
h1, h2 {
  font-size: 3.6rem !important;
  font-size: clamp(2rem, 3vw, 3.6rem) !important;
  min-height: 0vw;
}

/*===================================================
     Color
===================================================*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*===================================================
    1.	Document Setup
===================================================*/
body {
  font-size: 1.7rem !important;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem) !important;
  min-height: 0vw;
  color: #333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.8 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f1f0ea;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f0ea;
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.5s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.5s ease;
}
body.fade-out:after {
  opacity: 1;
}

.t8px {
  font-size: 0.8em;
}

.t9px {
  font-size: 0.9em;
}

.t11px {
  font-size: 1.1em;
}

.t12px {
  font-size: 1.2em;
}

.t13px {
  font-size: 1.3em;
}

.t14px {
  font-size: 1.4em;
}

.t15px {
  font-size: 1.5em;
}

.t16px {
  font-size: 1.6em;
}

.t17px {
  font-size: 1.7em;
}

.t18px {
  font-size: 1.8em;
}

.t19px {
  font-size: 1.9em;
}

.t20px {
  font-size: 2em;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

input {
  cursor: pointer;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #000;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #000;
}

a {
  text-decoration: none;
  color: #333 !important;
  cursor: pointer;
}

a:hover {
  /*filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
}

input:focus {
  outline: none;
}

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

.center {
  text-align: center;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fade_on {
  opacity: 1;
}

/*===================================================
     Utility
===================================================*/
/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-Left
-------------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60px {
  padding-left: 60px !important;
}

/* padding-Right
-------------------------------------------------- */
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* margin-top
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-dfsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* pc   --------------------------------*/
@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 812px) {
  body {
    font-size: 12px;
  }

  .pc {
    display: none !important;
  }
}
/* edge   --------------------------------*/
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
/*  -------------------------------------
	Slick
  -------------------------------------*/
.slick-next:before {
  content: "" !important;
  background: url(assets/img/icon/iconChevron.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 45px;
  display: block;
}
@media only screen and (max-width:1200px) {
  .slick-next:before {
    width: 20px;
    height: 35px;
  }
}
@media only screen and (max-width:768px) {
  .slick-next:before {
    width: 10px;
    height: 20px;
  }
}

.slick-prev:before {
  content: "" !important;
  background: url(assets/img/icon/iconChevronL.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 45px;
  display: block;
}
@media only screen and (max-width:1200px) {
  .slick-prev:before {
    width: 20px;
    height: 35px;
  }
}
@media only screen and (max-width:768px) {
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}

.single .slider-nav .slick-list, .page .slider-nav .slick-list {
  padding: 0 !important;
  margin-top: 1em;
}
.single .slider-nav .slick-slide, .page .slider-nav .slick-slide {
  padding: 0 0.5em;
}

/*  -------------------------------------
	タブ実装
  -------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:991px) {
  .tab_box .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab_box .btn_area .tab_btn {
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  color: #999;
  margin: 0 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin: 0 1em 30px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (max-width:480px) {
  .tab_box .btn_area .tab_btn {
    margin: 0 1em 0.5em;
    padding-bottom: 0;
  }
}
.tab_box .btn_area .tab_btn.active {
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
  color: #000;
}
.tab_box .btn_area .tab_btn:hover {
  color: #000;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
.tab_box .tab_panel.active p.lead {
  font-size: clamp(1.3rem, 2vw, 1.8rem) !important;
  min-height: 0vw;
  font-weight: 700;
}
.tab_box .panel_area .p-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_box .panel_area .p-article__contents {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
  margin: 0 0 3%;
}
.tab_box .panel_area .p-article__contents a {
  position: relative;
  display: block;
}
.tab_box .panel_area .p-article__contents a:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.tab_box .panel_area .p-article__detail {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 2;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width:1200px) {
  .tab_box .panel_area .p-article__detail {
    position: static;
    color: #000;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    padding: 0.5em 0;
  }
}
.tab_box .panel_area .p-article__contents a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.tab_box .panel_area .p-article__contents a:hover {
  opacity: 1;
}
.tab_box .panel_area .p-article__contents a:hover:before {
  opacity: 0.3;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 1;
}
.tab_box .panel_area .p-article__contents a:hover .p-article__detail {
  opacity: 1;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.tab_box .panel_area {
  /* border: solid 1px #e3ebf3;
   padding: 20px;*/
}

/*  -------------------------------------
	BlockRevealers
  -------------------------------------*/
.content__image {
  width: 100%;
  display: block;
}

.content__image-wrap--half {
  width: 50vw;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}

.content__title__inner, .block-revealer__content {
  opacity: 0;
}

.block-revealer {
  opacity: 1;
}

/*  -------------------------------------
	search
  -------------------------------------*/
.search-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 103;
}
.search-wrap #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap #form ::-moz-placeholder {
  color: #999;
}
.search-wrap #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::placeholder {
  color: #999;
}
.search-wrap #form input {
  padding: 0 0.5em;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcdc0;
}
.search-wrap #form button {
  background: none;
  border: none;
}
.search-wrap #form #s-btn img {
  width: 16px;
  height: 16px;
}
.search-wrap #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width:480px) {
  .search-wrap #search-close {
    font-size: 12px;
  }
}
@media only screen and (max-width:480px) {
  .search-wrap {
    margin-top: 0;
  }
}
.search-wrap.open {
  opacity: 1;
  visibility: visible;
  height: 30%;
}
.search-wrap.open #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a2a197;
}
.search-wrap.open #search-close:after {
  content: "×";
  margin-left: 0.5em;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #search-close {
    font-size: 12px;
  }
}
.search-wrap.open #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap.open #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-moz-placeholder {
  color: #999;
}
.search-wrap.open #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::placeholder {
  color: #999;
}
.search-wrap.open #form input {
  padding: 0 0.5em;
  width: 80%;
}
.search-wrap.open #form button {
  background: none;
  border: none;
}
.search-wrap.open #form #s-btn img {
  width: 16px;
  height: 16px;
}

/*  -------------------------------------
	wp-pagenavi
  -------------------------------------*/
.wp-pagenavi, .all-page-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
}
@media only screen and (max-width:687px) {
  .wp-pagenavi, .all-page-pager {
    margin: 45px 0 0;
  }
}
.wp-pagenavi .current, .wp-pagenavi a:hover, .all-page-pager .current, .all-page-pager a:hover {
  background: rgba(153, 125, 70, 0.3);
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
  font-family: "Jost", sans-serif;
  width: auto;
  height: auto;
  min-height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
  color: #3b7747 !important;
}
@media only screen and (max-width:768px) {
  .wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
    font-size: 11px;
    min-width: 20px;
    min-height: 20px;
  }
}
.wp-pagenavi a.nextpostslink, .all-page-pager a.nextpostslink {
  margin-right: 0;
}

.all-page-pager span.page-numbers {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}
@media only screen and (max-width:768px) {
  .all-page-pager span.page-numbers {
    font-size: 12px;
  }
}

/*  -------------------------------------
	グーテンベルク　投稿スタイル
  -------------------------------------*/
body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .is-layout-flex figure {
  margin: 0 1em;
}

body .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-container-1.wp-container-1, .wp-container-2.wp-container-2 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .is-layout-flex > * {
  margin: 0;
}

/*  -------------------------------------
	Top svgアニメーション
  -------------------------------------*/
.svg-wrapper {
  width: 600px;
  height: 600px;
  margin-top: 0;
  position: absolute;
  right: -60px;
  opacity: 0;
  /* 初期は非表示 */
}
@media only screen and (max-width:1200px) {
  .svg-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width:991px) {
  .svg-wrapper {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width:768px) {
  .svg-wrapper {
    width: 300px;
    height: 300px;
  }
}
.svg-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
.svg-wrapper svg path {
  stroke-dasharray: 1071;
  /* パス長に合わせる */
  stroke-dashoffset: 1071;
  /* ここが隠れている状態 */
}

/*  -------------------------------------
	パンクず
  -------------------------------------*/
.breadcrumbs {
  margin-bottom: 3em;
}
@media only screen and (max-width:768px) {
  .breadcrumbs {
    margin-bottom: 1.5em;
  }
}

/*  -------------------------------------
	グローバルナビゲーション ドロップダウン
------------------------------------- */
.has-dropdown {
  position: relative;
  /* PC：マウスオーバー・キーボード操作 */
  /* スマホ */
}
.has-dropdown > a {
  position: relative;
}
.has-dropdown > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #9a7e47;
  border-right: 1px solid #9a7e47;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width:812px) {
  .has-dropdown > a::before {
    top: 17px;
    right: 3px;
    margin-top: -12px;
  }
}
.has-dropdown > .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  background: #f1f0ea;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.has-dropdown > .dropdown li {
  margin: 0;
  -webkit-animation: none;
          animation: none;
  visibility: visible;
  opacity: 1;
}
.has-dropdown > .dropdown a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
.has-dropdown > .dropdown a::after {
  display: none;
}
.has-dropdown > .dropdown a:hover, .has-dropdown > .dropdown a:focus {
  background: #eee7db;
}
@media only screen and (max-width:812px) {
  .has-dropdown > .dropdown a {
    padding: 0 15px;
  }
}
.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width:812px) {
  .has-dropdown > .dropdown {
    display: none;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .has-dropdown.active > a::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* 2.0 structure
--------------------------------------------------------------*/
/*  -------------------------------------
	Wrapper 
  -------------------------------------*/
.wrapper {
  position: relative;
}
@media only screen and (max-width:1200px) {
  .wrapper {
    padding-top: 0px;
  }
}

/*  -------------------------------------
	Header 
  -------------------------------------*/
.l-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background: #f1f0ea;
}
.l-header a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media only screen and (max-width:1200px) {
  .l-header__inner {
    display: block;
  }
}
@media only screen and (max-width:812px) {
  .l-header__inner {
    padding: 15px;
  }
}
@media only screen and (max-width:480px) {
  .l-header__inner {
    padding: 15px;
  }
}
.l-header__logo {
  display: inline-block;
}
.l-header__logo img {
  width: 300px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 500ms 0s ease-in;
  transition: all 500ms 0s ease-in;
  line-height: 1em;
}
@media only screen and (max-width:1200px) {
  .l-header__logo img {
    width: 250px;
  }
}
@media only screen and (max-width:768px) {
  .l-header__logo img {
    width: 200px;
  }
}
@media only screen and (max-width:480px) {
  .l-header__logo img {
    width: 130px;
  }
}
.l-header__sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 180px;
  margin-bottom: 25px;
}
@media only screen and (max-width:1200px) {
  .l-header__sub_menu {
    margin: 0;
  }
}
.l-header__sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 1em;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  min-height: 0vw;
}
.l-header__sub_menu ul li {
  margin: 0 0 0 1.5em;
  font-weight: 500;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .top-inquiry {
  position: absolute;
  right: 0;
  top: 0;
  background: #e8a215;
  color: #fff !important;
  padding: 16px;
  border-radius: 0 0 0 20px;
  font-weight: 500;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media only screen and (max-width:1200px) {
  nav ul {
    padding: 18px 0;
  }
}
nav ul ul {
  display: block;
}
nav ul li {
  font-size: 2rem;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  min-height: 0vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 0 1.5em;
  line-height: 1em;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:991px) {
  nav ul li {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width:812px) {
  nav ul li {
    margin: 0;
  }
}
nav ul li a {
  position: relative;
}
nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #9a7e47;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
nav ul li a:hover:after {
  width: 100%;
}
nav ul li.menu-parent-item > a:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9a7e47;
  border-right: 1px solid #9a7e47;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item > a:before {
    top: 17px;
    right: 3px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: -12px;
  }
}
nav ul li.menu-parent-item.active > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav ul li.menu-parent-item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  objectfit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
}
nav ul li.menu-parent-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
nav ul li.menu-parent-item dt {
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:1200px) {
  nav ul li.menu-parent-item dt {
    height: 12vh;
  }
}
nav ul li.menu-parent-item dd {
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  min-height: 0vw;
}
nav ul li.menu-parent-item ul {
  position: absolute;
  left: 5%;
  top: 125px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*形状を指定*/
  background: #f4f3f0;
  padding: 2% 1% 0;
  width: 90%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
}
nav ul li.menu-parent-item ul li {
  width: 23%;
  margin: 0 1% 1%;
  text-align: center;
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li {
    width: 100%;
    text-align: left;
    padding: 1% 0;
  }
}
nav ul li.menu-parent-item ul li a {
  color: #fff;
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li a {
    padding: 0;
  }
}
nav ul li.menu-parent-item ul li a:after {
  width: 0;
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl dt {
    width: 23%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width:812px) {
  nav ul li.menu-parent-item ul li dl dd {
    width: 64%;
  }
}
nav ul li.menu-parent-item:hover > ul {
  visibility: visible;
  opacity: 1;
}

body.sticky .l-header {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  z-index: 2;
  background: rgba(241, 240, 234, 0.95);
  -webkit-box-shadow: 0 0 5px 5px #9d9d9d24;
          box-shadow: 0 0 5px 5px #9d9d9d24;
}
@media only screen and (max-width:812px) {
  body.sticky .l-header {
    -webkit-animation: inherit;
            animation: inherit;
    opacity: 1;
  }
}
body.sticky .l-header__inner {
  padding-top: 15px;
}
body.sticky .l-header__sub_menu ul {
  margin-bottom: 0.5em;
}
body.sticky .l-header nav {
  -webkit-animation-name: fadeInLogo;
          animation-name: fadeInLogo;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
body.sticky .l-header nav ul {
  padding: 10px 0 20px;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  -------------------------------------
	sidebar
  -------------------------------------*/
.l-sidebar {
  margin-right: 30px;
}
@media only screen and (max-width:991px) {
  .l-sidebar {
    margin: 90px 0 0;
  }
}
@media only screen and (max-width:768px) {
  .l-sidebar {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .l-sidebar {
    margin-top: 45px;
  }
}
.l-sidebar .widget {
  margin-bottom: 90px;
}
@media only screen and (max-width:991px) {
  .l-sidebar .widget:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:768px) {
  .l-sidebar .widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .l-sidebar .widget {
    margin-bottom: 45px;
  }
}
.l-sidebar .widget h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  min-height: 0vw;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
  line-height: 1.6em;
  border-bottom: 1px solid #ccc;
}
.l-sidebar .widget ul li {
  margin: 0 0 0.5em;
}
.l-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

/*  -------------------------------------
	Footer
  -------------------------------------*/
.l-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 30px 36px !important;
  background: #fff;
  color: #111;
}
.l-footer a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.l-footer:after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.42) 0%, rgba(247, 190, 70, 0.22) 40%, rgba(247, 190, 70, 0.08) 68%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(32px);
          filter: blur(32px);
  pointer-events: none;
  -webkit-animation: footerOrangePulse 12s ease-in-out infinite;
          animation: footerOrangePulse 12s ease-in-out infinite;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 90px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 90px;
}
@media only screen and (max-width:1360px) {
  .l-footer__inner {
    -ms-grid-columns: 450px 60px 1fr;
    grid-template-columns: 450px 1fr;
    gap: 60px;
  }
}
@media only screen and (max-width:1200px) {
  .l-footer__inner {
    -ms-grid-columns: 300px 60px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 60px;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__inner {
    -ms-grid-columns: 250px 60px 1fr;
    grid-template-columns: 250px 1fr;
    gap: 60px;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__inner {
    gap: 0px;
  }
}
@media only screen and (max-width:480px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__logo {
  margin: 0 0 42px;
}
.l-footer__logo img {
  width: 300px;
  height: auto;
  display: block;
}
@media only screen and (max-width:1200px) {
  .l-footer__logo img {
    width: 250px;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__logo img {
    width: 230px;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__logo img {
    width: 180px;
  }
}
.l-footer__address {
  margin: 0 0 28px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.l-footer__tel {
  margin: 0;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width:480px) {
  .l-footer__tel {
    margin-bottom: 30px;
  }
}
.l-footer__tel a {
  color: #111;
  text-decoration: none;
  font-size: clamp(2.4rem, 3vw, 3.4rem) !important;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.l-footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 70px 1.3fr 70px 1fr 70px 1fr;
  grid-template-columns: 1.1fr 1.3fr 1fr 1fr;
  gap: 70px;
}
@media only screen and (max-width:1360px) {
  .l-footer__nav {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
  }
}
@media only screen and (max-width:812px) {
  .l-footer__nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.l-footer__nav-title, .l-footer__nav-main a {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (max-width:1499px) {
  .l-footer__nav-title, .l-footer__nav-main a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width:1360px) {
  .l-footer__nav-title, .l-footer__nav-main a {
    font-size: 2rem;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__nav-title, .l-footer__nav-main a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__nav-title, .l-footer__nav-main a {
    font-size: 1.6rem;
  }
}
.l-footer__nav-title {
  margin: 0 0 22px;
}
.l-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.l-footer ul li {
  margin-left: 0;
}
.l-footer li + li {
  margin-top: 16px;
}
.l-footer a {
  color: #111;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer a:hover {
  opacity: 0.55;
}
.l-footer__nav-block li a {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-footer__nav-main li + li {
  margin-top: 28px;
}
.l-footer__nav-main li a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media only screen and (max-width:1499px) {
  .l-footer__nav-main li a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width:1360px) {
  .l-footer__nav-main li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__nav-main li a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__nav-main li a {
    font-size: 1.6rem;
  }
}
.l-footer__copyright {
  position: relative;
  z-index: 1;
  margin: 110px 0 0;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 60px 6% 28px;
  }
  .l-footer__tel a {
    font-size: 2.8rem;
  }
  .l-footer__copyright {
    margin-top: 60px;
    text-align: left;
  }
}
@-webkit-keyframes footerOrangePulse {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate(-8px, -12px) scale(1.05);
            transform: translate(-8px, -12px) scale(1.05);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(-20px, -8px) scale(0.95);
            transform: translate(-20px, -8px) scale(0.95);
    opacity: 0.65;
  }
  75% {
    -webkit-transform: translate(-10px, -18px) scale(1.08);
            transform: translate(-10px, -18px) scale(1.08);
    opacity: 0.88;
  }
}
@keyframes footerOrangePulse {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate(-8px, -12px) scale(1.05);
            transform: translate(-8px, -12px) scale(1.05);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translate(-20px, -8px) scale(0.95);
            transform: translate(-20px, -8px) scale(0.95);
    opacity: 0.65;
  }
  75% {
    -webkit-transform: translate(-10px, -18px) scale(1.08);
            transform: translate(-10px, -18px) scale(1.08);
    opacity: 0.88;
  }
}
/* 3.0 section
--------------------------------------------------------------*/
/* 4.0 contents
--------------------------------------------------------------*/
/*  -------------------------------------
	Content
  -------------------------------------*/
.content {
  padding: 120px 0;
}
@media only screen and (max-width:1200px) {
  .content {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .content {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .content {
    padding: 45px 0;
  }
}
.content .c-title {
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 0.05em;
  font-size: clamp(2.4rem, 3vw, 4.8rem) !important;
  min-height: 0vw;
}
.content .c-title span.sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 40%;
  font-weight: 400;
  margin: 0.5em 0 0;
}
@media only screen and (max-width:480px) {
  .content .c-title {
    margin: 0 0 20px;
  }
}
.content p.c-sub_title {
  margin: 0 0 60px;
  font-family: "EB Garamond", serif;
  color: #9a7e47;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  min-height: 0vw;
}
@media only screen and (max-width:1200px) {
  .content p.c-sub_title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .content p.c-sub_title {
    margin: 0 0 20px;
  }
}
.content .content__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.content .content__txt h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin: 0 0 20px;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  .content .content__txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:991px) {
  .content .content__txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt p {
    font-size: 12px;
  }
}
.content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 0.5em;
  font-size: 80%;
}
.content .meta .cat {
  color: #037dc1 !important;
  border: 1px solid #037dc1;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.content .meta .c-post-date {
  color: #777;
  font-family: "Jost", sans-serif;
}
.content .p-tag {
  margin: 90px auto 0;
  text-align: center;
  width: 60%;
}
@media only screen and (max-width:768px) {
  .content .p-tag {
    width: 80%;
    margin: 60px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .content .p-tag {
    margin: 30px auto 0;
    width: 100%;
  }
}
.content .p-tag__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .p-tag__menu li a {
  background: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  margin: 0 0.4em 0.8em;
  border-radius: 30px;
  min-width: 100px;
}
@media only screen and (max-width:480px) {
  .content .p-tag__menu li a {
    height: 30px;
  }
}
.content .p-tag .c-tag-title {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  min-height: 0vw;
  margin: 0 0 30px;
  line-height: 1em;
}
.content .p-tag .c-tag-sub_title {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-family: "EB Garamond", serif;
  line-height: 1em;
  margin: 0 0 30px;
}

/*  -------------------------------------
	part-common
  -------------------------------------*/
.part-common {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width:1360px) {
  .part-common {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width:768px) {
  .part-common {
    width: calc(100% - 30px);
  }
}

/*  -------------------------------------
	p-page_title
  -------------------------------------*/
.p-page_title {
  padding-bottom: 0;
}
.p-page_title .c-title {
  margin: 0;
  font-size: clamp(2.4rem, 2.5vw, 4.8rem) !important;
  min-height: 0vw;
  letter-spacing: 0.1em;
}

/*  -------------------------------------
	linkBtn
  -------------------------------------*/
.linkBtn {
  width: auto;
  max-width: 240px;
  font-weight: 500 !important;
  height: 60px;
  border-radius: 20px;
  background: #fff;
  color: #333 !important;
  padding: 4px 30px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  margin: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.linkBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, #e89a00 0%, rgba(235, 155, 0, 0.98) 30%, rgba(242, 172, 15, 0.92) 55%, rgba(248, 196, 60, 0.6) 78%, rgba(248, 196, 60, 0) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s ease, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.linkBtn:hover {
  color: #fff !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 14px 34px rgba(245, 168, 0, 0.16);
          box-shadow: 0 14px 34px rgba(245, 168, 0, 0.16);
}
.linkBtn:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(9);
          transform: translate(-50%, -50%) scale(9);
}
.linkBtn:focus-visible {
  outline: 3px solid rgba(245, 168, 0, 0.45);
  outline-offset: 4px;
}
.linkBtn::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(255, 226, 140, 0.65) 0%, rgba(255, 226, 140, 0) 72%);
  opacity: 0;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
}
.linkBtn:hover::after {
  opacity: 1;
}
@media only screen and (max-width:991px) {
  .linkBtn {
    height: 55px;
    max-width: 220px;
    padding: 4px 20px;
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:768px) {
  .linkBtn {
    height: 50px;
  }
}
@media only screen and (max-width:480px) {
  .linkBtn {
    height: 40px;
    max-width: 160px;
  }
}
.linkBtn:hover span {
  color: #fff !important;
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #085274;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #000 !important;
}

/*  -------------------------------------
	Home
  -------------------------------------*/
.home .part-common h2 {
  font-size: clamp(2rem, 2vw, 3.6rem) !important;
  min-height: 0vw;
  font-weight: 500;
  margin: 0 0 60px;
}
@media only screen and (max-width:1200px) {
  .home .part-common h2 {
    margin: 0 0 30px;
  }
}
.home .part-common .en-title {
  font-family: "Jost", sans-serif;
  color: #9a7e47;
  margin-bottom: 0.5em;
}

/*  -------------------------------------
	Top
  -------------------------------------*/
#top {
  padding-top: 0px;
  margin-top: 140px;
  /*border-bottom: 1px solid $line-color;*/
}
@media only screen and (max-width:812px) {
  #top {
    margin-top: 80px;
  }
}
@media only screen and (max-width:768px) {
  #top {
    margin-top: 70px;
  }
}
@media only screen and (max-width:480px) {
  #top {
    margin-top: 60px;
  }
}
#top .top-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 120px;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:1360px) {
  #top .top-mv {
    padding: 0 60px;
  }
}
@media only screen and (max-width:812px) {
  #top .top-mv {
    display: block;
    padding: 0 30px;
  }
}
#top .top-mv:before, #top .top-mv:after {
  content: "";
  position: absolute;
  left: -220px;
  top: 50%;
  margin-top: -350px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.45) 0%, rgba(247, 190, 70, 0.28) 35%, rgba(247, 190, 70, 0.12) 60%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation: pulseOrange 9s ease-in-out infinite;
          animation: pulseOrange 9s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
#top .top-mv > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:1200px) {
  #top .top-mv:before, #top .top-mv:after {
    width: 500px;
    height: 500px;
    margin-top: -250px;
  }
}
@media only screen and (max-width:969px) {
  #top .top-mv:before, #top .top-mv:after {
    width: 400px;
    height: 400px;
    margin-top: -200px;
  }
}
#top .top-mv__text {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width:1499px) {
  #top .top-mv__text {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (max-width:1200px) {
  #top .top-mv__text {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
#top .top-mv__text__top {
  margin-top: 120px;
}
@media only screen and (max-width:812px) {
  #top .top-mv__text__top {
    margin-top: 60px;
  }
}
#top .top-mv__text__top p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(2rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  font-weight: 500;
  margin-left: 60px;
}
@media only screen and (max-width:812px) {
  #top .top-mv__text__top p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
  }
}
#top .top-mv__text__bottom {
  margin-top: 120px;
}
@media only screen and (max-width:812px) {
  #top .top-mv__text__bottom {
    margin-top: 30px;
  }
}
#top .top-mv__text__bottom p {
  font-size: clamp(1.4rem, 2vw, 2.4rem) !important;
  min-height: 0vw;
  font-weight: 500;
}
#top .top-mv__text__bottom p.large {
  font-size: clamp(1.5rem, 2vw, 3rem) !important;
  margin-top: 1em;
}
@media only screen and (max-width:1499px) {
  #top .top-mv__text__bottom p.large {
    font-size: clamp(1.5rem, 2vw, 2.7rem) !important;
  }
}
@media only screen and (max-width:1360px) {
  #top .top-mv__text__bottom p.large {
    font-size: clamp(1.5rem, 2vw, 2.4rem) !important;
  }
}
@media only screen and (max-width:812px) {
  #top .top-mv__text__bottom p.large {
    font-size: clamp(1.8rem, 2vw, 2.4rem) !important;
  }
}
#top .top-mv__text__bottom p.large span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(243, 182, 68, 0.6)));
  background: linear-gradient(transparent 70%, rgba(243, 182, 68, 0.6) 70%);
}
#top .top-mv__img {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media only screen and (max-width:1499px) {
  #top .top-mv__img {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
@media only screen and (max-width:1200px) {
  #top .top-mv__img {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-top: 120px;
  }
}
#top .top-mv__img__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width:969px) {
  #top .top-mv__img__top {
    margin-bottom: 40px;
  }
}
#top .top-mv__img__top img {
  -o-object-fit: contain;
     object-fit: contain;
}
#top .top-mv__img__top img:first-child {
  width: 40%;
  margin-right: 60px;
}
@media only screen and (max-width:969px) {
  #top .top-mv__img__top img:first-child {
    margin-right: 40px;
  }
}
#top .top-mv__img__top img:last-child {
  width: 30%;
}
#top .top-mv__img__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .top-mv__img__bottom__left {
  text-align: right;
  margin-right: 60px;
}
@media only screen and (max-width:969px) {
  #top .top-mv__img__bottom__left {
    margin-right: 40px;
  }
}
#top .top-mv__img__bottom__left img:first-child {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width:969px) {
  #top .top-mv__img__bottom__left img:first-child {
    margin-bottom: 40px;
  }
}
#top .top-mv__img__bottom__left img:last-child {
  width: 80%;
  display: inline-block;
}
#top .top-caution {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width:812px) {
  #top .top-caution {
    padding: 0 15px;
    margin-top: 45px;
  }
}
#top .top-caution p {
  background: #fff;
  padding: 30px;
  display: inline-block;
  font-size: clamp(1.4rem, 2vw, 2.4rem) !important;
  min-height: 0vw;
  font-weight: 500;
  border-radius: 25px;
}

@-webkit-keyframes pulseOrange {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate(12px, -8px) scale(1.08);
            transform: translate(12px, -8px) scale(1.08);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate(-10px, 6px) scale(0.96);
            transform: translate(-10px, 6px) scale(0.96);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(8px, -4px) scale(1.1);
            transform: translate(8px, -4px) scale(1.1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
}

@keyframes pulseOrange {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate(12px, -8px) scale(1.08);
            transform: translate(12px, -8px) scale(1.08);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate(-10px, 6px) scale(0.96);
            transform: translate(-10px, 6px) scale(0.96);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(8px, -4px) scale(1.1);
            transform: translate(8px, -4px) scale(1.1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
}
/*  -------------------------------------
	Top-slide
  -------------------------------------*/
#top-slide .top-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}
@media only screen and (max-width:812px) {
  #top-slide .top-slide-content {
    padding: 0 30px;
  }
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content {
    display: block;
  }
}
#top-slide .top-slide-content__img {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  min-width: 0;
}
#top-slide .top-slide-content__img .top-slider {
  width: 100%;
}
#top-slide .top-slide-content__img .slide {
  background: #fff;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content__img .slide {
    padding: 30px;
  }
}
#top-slide .top-slide-content__img .slide img {
  display: inline-block;
}
#top-slide .top-slide-content__img .slide p {
  font-size: clamp(1.8rem, 2vw, 2.7rem) !important;
  min-height: 0vw;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:480px) {
  #top-slide .top-slide-content__img .slide p {
    font-size: 1.5rem !important;
    letter-spacing: 0.01em;
    bottom: 15px;
  }
}
#top-slide .top-slide-content__img .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#top-slide .top-slide-content__img .slick-next {
  right: -45px;
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content__img .slick-next {
    right: -40px;
  }
}
#top-slide .top-slide-content__img .slick-prev {
  left: -45px;
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content__img .slick-prev {
    left: -30px;
  }
}
#top-slide .top-slide-content__img .slick-dots {
  bottom: -45px;
}
#top-slide .top-slide-content__text {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content__text {
    display: block;
  }
}
#top-slide .top-slide-content__text p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(2rem, 2.5vw, 3.6rem) !important;
  min-height: 0vw;
  font-weight: 500;
  margin-left: 60px;
}
@media only screen and (max-width:768px) {
  #top-slide .top-slide-content__text p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 90px 0 0;
    font-size: clamp(1.8rem, 2.5vw, 3.6rem) !important;
  }
}

/*  -------------------------------------
	Top-message
  -------------------------------------*/
#top-message .top-message-content, #top-message .top-philosophy-content, #top-message .top-attempt-content, #top-philosophy .top-message-content, #top-philosophy .top-philosophy-content, #top-philosophy .top-attempt-content, #top-attempt .top-message-content, #top-attempt .top-philosophy-content, #top-attempt .top-attempt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:969px) {
  #top-message .top-message-content, #top-message .top-philosophy-content, #top-message .top-attempt-content, #top-philosophy .top-message-content, #top-philosophy .top-philosophy-content, #top-philosophy .top-attempt-content, #top-attempt .top-message-content, #top-attempt .top-philosophy-content, #top-attempt .top-attempt-content {
    display: block;
    padding: 0 60px;
  }
}
@media only screen and (max-width:768px) {
  #top-message .top-message-content, #top-message .top-philosophy-content, #top-message .top-attempt-content, #top-philosophy .top-message-content, #top-philosophy .top-philosophy-content, #top-philosophy .top-attempt-content, #top-attempt .top-message-content, #top-attempt .top-philosophy-content, #top-attempt .top-attempt-content {
    padding: 0 30px;
  }
}
@media only screen and (max-width:687px) {
  #top-message .top-message-content, #top-message .top-philosophy-content, #top-message .top-attempt-content, #top-philosophy .top-message-content, #top-philosophy .top-philosophy-content, #top-philosophy .top-attempt-content, #top-attempt .top-message-content, #top-attempt .top-philosophy-content, #top-attempt .top-attempt-content {
    padding: 0;
  }
}
#top-message .top-message-content__img, #top-message .top-message-content__text, #top-message .top-philosophy-content__img, #top-message .top-philosophy-content__text, #top-message .top-attempt-content__img, #top-message .top-attempt-content__text, #top-philosophy .top-message-content__img, #top-philosophy .top-message-content__text, #top-philosophy .top-philosophy-content__img, #top-philosophy .top-philosophy-content__text, #top-philosophy .top-attempt-content__img, #top-philosophy .top-attempt-content__text, #top-attempt .top-message-content__img, #top-attempt .top-message-content__text, #top-attempt .top-philosophy-content__img, #top-attempt .top-philosophy-content__text, #top-attempt .top-attempt-content__img, #top-attempt .top-attempt-content__text {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
#top-message .top-message-content__img img, #top-message .top-philosophy-content__img img, #top-message .top-attempt-content__img img, #top-philosophy .top-message-content__img img, #top-philosophy .top-philosophy-content__img img, #top-philosophy .top-attempt-content__img img, #top-attempt .top-message-content__img img, #top-attempt .top-philosophy-content__img img, #top-attempt .top-attempt-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  #top-message .top-message-content__img img, #top-message .top-philosophy-content__img img, #top-message .top-attempt-content__img img, #top-philosophy .top-message-content__img img, #top-philosophy .top-philosophy-content__img img, #top-philosophy .top-attempt-content__img img, #top-attempt .top-message-content__img img, #top-attempt .top-philosophy-content__img img, #top-attempt .top-attempt-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  #top-message .top-message-content__img img, #top-message .top-philosophy-content__img img, #top-message .top-attempt-content__img img, #top-philosophy .top-message-content__img img, #top-philosophy .top-philosophy-content__img img, #top-philosophy .top-attempt-content__img img, #top-attempt .top-message-content__img img, #top-attempt .top-philosophy-content__img img, #top-attempt .top-attempt-content__img img {
    border-radius: 60px;
  }
}
@media only screen and (max-width:969px) {
  #top-message .top-message-content__text, #top-message .top-philosophy-content__text, #top-message .top-attempt-content__text, #top-philosophy .top-message-content__text, #top-philosophy .top-philosophy-content__text, #top-philosophy .top-attempt-content__text, #top-attempt .top-message-content__text, #top-attempt .top-philosophy-content__text, #top-attempt .top-attempt-content__text {
    margin-top: 60px;
  }
}
@media only screen and (max-width:768px) {
  #top-message .top-message-content__text, #top-message .top-philosophy-content__text, #top-message .top-attempt-content__text, #top-philosophy .top-message-content__text, #top-philosophy .top-philosophy-content__text, #top-philosophy .top-attempt-content__text, #top-attempt .top-message-content__text, #top-attempt .top-philosophy-content__text, #top-attempt .top-attempt-content__text {
    margin-top: 30px;
  }
}
#top-message .top-message-content__text p, #top-message .top-philosophy-content__text p, #top-message .top-attempt-content__text p, #top-philosophy .top-message-content__text p, #top-philosophy .top-philosophy-content__text p, #top-philosophy .top-attempt-content__text p, #top-attempt .top-message-content__text p, #top-attempt .top-philosophy-content__text p, #top-attempt .top-attempt-content__text p {
  font-size: clamp(1.6rem, 1.6vw, 2.4rem) !important;
  min-height: 0vw;
  font-weight: 500;
}
@media only screen and (max-width:812px) {
  #top-message .top-message-content__text p, #top-message .top-philosophy-content__text p, #top-message .top-attempt-content__text p, #top-philosophy .top-message-content__text p, #top-philosophy .top-philosophy-content__text p, #top-philosophy .top-attempt-content__text p, #top-attempt .top-message-content__text p, #top-attempt .top-philosophy-content__text p, #top-attempt .top-attempt-content__text p {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem) !important;
  }
}
@media only screen and (max-width:768px) {
  #top-message .top-message-content__text p br, #top-message .top-philosophy-content__text p br, #top-message .top-attempt-content__text p br, #top-philosophy .top-message-content__text p br, #top-philosophy .top-philosophy-content__text p br, #top-philosophy .top-attempt-content__text p br, #top-attempt .top-message-content__text p br, #top-attempt .top-philosophy-content__text p br, #top-attempt .top-attempt-content__text p br {
    display: none;
  }
}

#top-philosophy .top-philosophy-content__text p, #top-philosophy .top-attempt-content__text p, #top-attempt .top-philosophy-content__text p, #top-attempt .top-attempt-content__text p {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.6vw, 2.2rem) !important;
}

/*  -------------------------------------
	Top-photo
  -------------------------------------*/
.photo-marquee {
  padding-top: 80px;
}
.photo-marquee__wrap {
  position: relative;
  overflow: hidden;
}
.photo-marquee__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 15px;
  background: #f1f0ea;
  z-index: 3;
  pointer-events: none;
}
.photo-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: photoMarquee 45s linear infinite;
          animation: photoMarquee 45s linear infinite;
  will-change: transform;
  z-index: 1;
}
.photo-marquee__item {
  width: 32vw;
  min-width: 360px;
  height: 550px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width:1200px) {
  .photo-marquee__item {
    height: 400px;
  }
}
.photo-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-marquee__wave {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 200%;
  height: 200px;
  z-index: 2;
  fill: #f1f0ea;
  pointer-events: none;
  -webkit-animation: waveFlow 8s ease-in-out infinite;
          animation: waveFlow 8s ease-in-out infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width:1200px) {
  .photo-marquee__wave {
    height: 180px;
  }
}

@-webkit-keyframes photoMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes photoMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes waveFlow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}
@keyframes waveFlow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}
@media screen and (max-width: 768px) {
  .photo-marquee {
    padding-top: 50px;
  }
  .photo-marquee__item {
    width: 70vw;
    min-width: 260px;
    height: 200px;
  }
  .photo-marquee__wave {
    height: 90px;
  }
}
.top-photo-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
  padding: 100px 8%;
  background: #f1f0ea;
  overflow: hidden;
}
@media only screen and (max-width:969px) {
  .top-photo-message {
    padding: 80px 5%;
  }
}
@media only screen and (max-width:812px) {
  .top-photo-message {
    padding: 50px 4%;
    gap: 4%;
  }
}
.top-photo-message__animation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-photo-message__blob {
  width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.48) 0%, rgba(247, 190, 70, 0.26) 36%, rgba(247, 190, 70, 0.12) 62%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation: blobPulse 10s ease-in-out infinite;
          animation: blobPulse 10s ease-in-out infinite;
}
@media only screen and (max-width:1200px) {
  .top-photo-message__blob {
    width: 360px;
  }
}
@media only screen and (max-width:969px) {
  .top-photo-message__blob {
    width: 300px;
  }
}
@media only screen and (max-width:812px) {
  .top-photo-message__blob {
    width: 270px;
  }
}
@media only screen and (max-width:768px) {
  .top-photo-message__blob {
    width: 200px;
  }
}
@media only screen and (max-width:687px) {
  .top-photo-message__blob {
    width: 120px;
  }
}
@media only screen and (max-width:480px) {
  .top-photo-message__blob {
    width: 80px;
  }
}
.top-photo-message__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 46%;
}
@media only screen and (max-width:969px) {
  .top-photo-message__text {
    max-width: 60%;
  }
}
@media only screen and (max-width:812px) {
  .top-photo-message__text {
    max-width: 70%;
  }
  .top-photo-message__text br {
    display: none;
  }
}
@media only screen and (max-width:480px) {
  .top-photo-message__text {
    max-width: 80%;
  }
}
.top-photo-message__text .lead {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 1.6vw, 2.8rem);
  min-height: 0vw;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
  .top-photo-message__text .lead {
    margin-bottom: 0;
  }
}
.top-photo-message__text p {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

/*  -------------------------------------
	Top-solution
  -------------------------------------*/
#top-solution {
  position: relative;
  --gradient-scale: 1;
  --gradient-opacity: 1;
  --gradient-y: 0px;
  --gradient-brightness: 1;
  --gradient-saturate: 1;
}
#top-solution:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center top, rgba(255, 215, 60, 0.9) 0%, rgba(255, 220, 80, 0.75) 15%, rgba(255, 225, 100, 0.45) 35%, rgba(255, 230, 120, 0.2) 60%, rgba(255, 230, 120, 0) 90%), radial-gradient(circle at left top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%), radial-gradient(circle at right top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%), -webkit-gradient(linear, left top, left bottom, from(#f6dd67), color-stop(18%, #f7e48d), color-stop(45%, #f9efc6), to(#fbf8ef));
  background: radial-gradient(ellipse at center top, rgba(255, 215, 60, 0.9) 0%, rgba(255, 220, 80, 0.75) 15%, rgba(255, 225, 100, 0.45) 35%, rgba(255, 230, 120, 0.2) 60%, rgba(255, 230, 120, 0) 90%), radial-gradient(circle at left top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%), radial-gradient(circle at right top, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%), linear-gradient(180deg, #f6dd67 0%, #f7e48d 18%, #f9efc6 45%, #fbf8ef 100%);
  -webkit-transform: translateY(var(--gradient-y)) scale(var(--gradient-scale));
          transform: translateY(var(--gradient-y)) scale(var(--gradient-scale));
  opacity: var(--gradient-opacity);
}
#top-solution > * {
  position: relative;
  z-index: 1;
}

.top-solution-content__text {
  margin-bottom: 60px;
}
.top-solution-content__text .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:687px) {
  .top-solution-content__text .inner {
    display: block;
  }
}
.top-solution-content__text .inner h2 {
  margin-bottom: 0;
}
.top-solution-content__text .inner a.linkBtn {
  margin-top: 0;
}
@media only screen and (max-width:687px) {
  .top-solution-content__text .inner a.linkBtn {
    margin-top: 30px;
  }
}
.top-solution-content__link {
  --column-gap: 50px;
  --row-gap: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--column-gap) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.top-solution-content__bnr {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-height: 420px;
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  color: #111;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top-solution-content__bnr:last-child {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  width: calc((100% - var(--column-gap)) / 2);
}
.top-solution-content__bnr > img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top-solution-content__bnr p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 2vw, 2.4rem) !important;
  min-height: 0vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.top-solution-content__bnr .chevron {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5a800;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:812px) {
  .top-solution-content__bnr .chevron {
    width: 30px;
    height: 30px;
  }
}
.top-solution-content__bnr .chevron svg {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:812px) {
  .top-solution-content__bnr .chevron svg {
    width: 15px;
    height: 15px;
  }
}
.top-solution-content__bnr .chevron path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.top-solution-content__bnr:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
          box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
}
.top-solution-content__bnr:hover > img {
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}
.top-solution-content__bnr:hover p {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.top-solution-content__bnr:hover .chevron {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.top-solution-content__bnr:hover .chevron svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.top-solution-content__bnr:focus-visible {
  outline: 3px solid rgba(245, 168, 0, 0.55);
  outline-offset: 4px;
}

@media screen and (max-width: 1100px) {
  .top-solution-content__link {
    --column-gap: 32px;
    --row-gap: 32px;
  }
  .top-solution-content__bnr {
    min-height: 350px;
    padding: 28px;
  }
  .top-solution-content__bnr > img {
    height: 245px;
  }
  .top-solution-content__bnr .chevron {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 687px) {
  .top-solution-content__link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .top-solution-content__bnr {
    min-height: 300px;
    padding: 24px;
    border-radius: 22px;
  }
  .top-solution-content__bnr:last-child {
    grid-column: auto;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    width: 100%;
  }
  .top-solution-content__bnr > img {
    height: 210px;
  }
  .top-solution-content__bnr .chevron {
    right: 20px;
    bottom: 20px;
  }
}
/*  -------------------------------------
	Top-cases
  -------------------------------------*/
#top-cases .top-cases-content {
  overflow: hidden;
}
#top-cases .top-cases-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width:687px) {
  #top-cases .top-cases-content__text {
    display: block;
  }
}
#top-cases .top-cases-content__text h2 {
  margin-bottom: 0;
}
#top-cases .top-cases-content__text a.linkBtn {
  margin-top: 0;
}
@media only screen and (max-width:687px) {
  #top-cases .top-cases-content__text a.linkBtn {
    margin-top: 30px;
  }
}
#top-cases .top-cases-content__wrap {
  overflow: visible;
}
#top-cases .top-cases-content__post {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  padding: 0 0 40px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
#top-cases .top-cases-content__post img {
  display: block;
  width: 100%;
}
#top-cases .swiper {
  overflow: visible;
}
#top-cases .swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top-cases .swiper .swiper-slide {
  width: calc(100% / 3);
  opacity: 0.45;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#top-cases .swiper .swiper-slide img {
  margin-bottom: 20px;
}
#top-cases .swiper .swiper-slide p {
  margin: 0 20px;
  font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
  min-height: 0vw;
  font-weight: 500;
}
#top-cases .swiper .swiper-slide p.title {
  margin-bottom: 0.5em;
}
#top-cases .swiper .swiper-slide p span.name, #top-cases .swiper .swiper-slide p span.age {
  margin-right: 0.5em;
}
#top-cases .swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*  -------------------------------------
	Top-attempt
  -------------------------------------*/
.linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0 0;
}
@media only screen and (max-width:687px) {
  .linkWrap {
    display: block;
  }
}

.link-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  width: 40%;
  margin: 0 2%;
  background: #fff;
  border-radius: 40px;
  color: #111;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:969px) {
  .link-card {
    width: 46%;
  }
}
@media only screen and (max-width:812px) {
  .link-card {
    height: 120px;
  }
}
@media only screen and (max-width:687px) {
  .link-card {
    width: 100%;
    margin: 0;
  }
  .link-card:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.link-card__text {
  font-size: clamp(1.5rem, 2vw, 2.4rem) !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:687px) {
  .link-card__text {
    font-size: 2rem !important;
  }
}
.link-card__arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f5a800;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link-card__arrow svg {
  width: 20px;
  height: 20px;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:812px) {
  .link-card__arrow svg {
    width: 15px;
    height: 15px;
  }
}
.link-card__arrow path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (max-width:812px) {
  .link-card__arrow {
    width: 30px;
    height: 30px;
  }
}
.link-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.link-card:hover .link-card__arrow {
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.link-card:hover .link-card__arrow svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 768px) {
  .link-card {
    min-height: 140px;
    padding: 32px;
    border-radius: 28px;
  }
  .link-card__text {
    font-size: 2rem;
  }
  .link-card__arrow {
    right: 28px;
  }
}
/*  -------------------------------------
	Top-news
  -------------------------------------*/
#top-news .top-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:812px) {
  #top-news .top-news-content {
    display: block;
  }
}
#top-news .top-news-content__title {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width:969px) {
  #top-news .top-news-content__title {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (max-width:812px) {
  #top-news .top-news-content__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
  #top-news .top-news-content__title .title-wrap h2 {
    margin-bottom: 0;
  }
  #top-news .top-news-content__title .linkBtn {
    margin-top: 0;
    height: 30px;
    font-size: clamp(1.2rem, 2vw, 1.3rem);
  }
}
#top-news .top-news-content__list {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media only screen and (max-width:969px) {
  #top-news .top-news-content__list {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
#top-news .top-news-content__list .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:687px) {
  #top-news .top-news-content__list .news-item {
    padding: 30px 0;
  }
}
#top-news .top-news-content__list .news-item:before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  opacity: 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 0;
}
#top-news .top-news-content__list .news-item dl,
#top-news .top-news-content__list .news-item .p-arrow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 0;
}
@media only screen and (max-width:687px) {
  #top-news .top-news-content__list .news-item dl,
#top-news .top-news-content__list .news-item .p-arrow {
    display: block;
  }
}
#top-news .top-news-content__list .news-item .p-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem) !important;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:1200px) {
  #top-news .top-news-content__list .news-item .p-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media only screen and (max-width:687px) {
  #top-news .top-news-content__list .news-item .p-date {
    margin-bottom: 10px;
  }
}
#top-news .top-news-content__list .news-item dd {
  min-width: 0;
  margin: 0;
}
#top-news .top-news-content__list .news-item .p-title {
  overflow-wrap: anywhere;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2.4rem) !important;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  -webkit-transition: color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#top-news .top-news-content__list .news-item .p-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 60px;
  border-radius: 50%;
  background: #F5A800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:812px) {
  #top-news .top-news-content__list .news-item .p-arrow {
    width: 30px;
    height: 30px;
  }
}
#top-news .top-news-content__list .news-item .p-arrow svg {
  width: 20px;
  height: 20px;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width:812px) {
  #top-news .top-news-content__list .news-item .p-arrow svg {
    width: 15px;
    height: 15px;
  }
}
#top-news .top-news-content__list .news-item .p-arrow path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#top-news .top-news-content__list .news-item:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.45) !important;
}
#top-news .top-news-content__list .news-item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#top-news .top-news-content__list .news-item:hover .p-title {
  color: #111;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
#top-news .top-news-content__list .news-item:hover .p-arrow {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#top-news .top-news-content__list .news-item:hover .p-arrow svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/*  -------------------------------------
	page
  -------------------------------------*/
.page .p-pankuzu, .archive .p-pankuzu, .single .p-pankuzu {
  line-height: 1em;
  font-family: "Jost", sans-serif;
}
.page .p-page-title .col-sm-12, .archive .p-page-title .col-sm-12, .single .p-page-title .col-sm-12 {
  margin: 120px 0 0;
}
.page .p-page-title .col-sm-12 h1, .archive .p-page-title .col-sm-12 h1, .single .p-page-title .col-sm-12 h1 {
  margin: 0;
  text-align: left;
}
.page .page-top, .archive .page-top, .single .page-top {
  margin-top: 165px;
}
@media only screen and (max-width:812px) {
  .page .page-top, .archive .page-top, .single .page-top {
    margin-top: 90px;
  }
}
.page .page-lead, .archive .page-lead, .single .page-lead {
  padding-top: 0;
}
.page .page-lead p, .archive .page-lead p, .single .page-lead p {
  width: 70%;
  line-height: 2em;
}
@media only screen and (max-width:991px) {
  .page .page-lead p, .archive .page-lead p, .single .page-lead p {
    width: 80%;
  }
}
@media only screen and (max-width:768px) {
  .page .page-lead p, .archive .page-lead p, .single .page-lead p {
    width: 100%;
  }
}
.page .page-top, .archive .page-top, .single .page-top {
  position: relative;
  overflow: hidden;
}
.page .page-top:before, .page .page-top:after, .archive .page-top:before, .archive .page-top:after, .single .page-top:before, .single .page-top:after {
  content: "";
  position: absolute;
  left: -220px;
  top: 50%;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.45) 0%, rgba(247, 190, 70, 0.28) 35%, rgba(247, 190, 70, 0.12) 60%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation: pulseOrange 9s ease-in-out infinite;
          animation: pulseOrange 9s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.page .page-top > *, .archive .page-top > *, .single .page-top > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:1200px) {
  .page .page-top:before, .page .page-top:after, .archive .page-top:before, .archive .page-top:after, .single .page-top:before, .single .page-top:after {
    width: 400px;
    height: 400px;
    margin-top: -200px;
  }
}
@media only screen and (max-width:969px) {
  .page .page-top:before, .page .page-top:after, .archive .page-top:before, .archive .page-top:after, .single .page-top:before, .single .page-top:after {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    left: -150px;
  }
}
@media only screen and (max-width:687px) {
  .page .page-top:before, .page .page-top:after, .archive .page-top:before, .archive .page-top:after, .single .page-top:before, .single .page-top:after {
    top: 60px;
    margin-top: 0;
  }
}
.page .page-top .page-top-title, .archive .page-top .page-top-title, .single .page-top .page-top-title {
  margin: 0 0 120px;
}
@media only screen and (max-width:1200px) {
  .page .page-top .page-top-title, .archive .page-top .page-top-title, .single .page-top .page-top-title {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width:812px) {
  .page .page-top .page-top-title, .archive .page-top .page-top-title, .single .page-top .page-top-title {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:480px) {
  .page .page-top .page-top-title, .archive .page-top .page-top-title, .single .page-top .page-top-title {
    margin: 0 0 45px;
  }
}
.page .page-top .page-top-title h1, .archive .page-top .page-top-title h1, .single .page-top .page-top-title h1 {
  font-size: clamp(2.4rem, 3vw, 4.8rem) !important;
  margin: 0;
}
.page .page-top .page-top-content, .archive .page-top .page-top-content, .single .page-top .page-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:687px) {
  .page .page-top .page-top-content, .archive .page-top .page-top-content, .single .page-top .page-top-content {
    display: block;
    padding-top: 0;
  }
}
.page .page-top .page-top-content__img, .page .page-top .page-top-content__text, .archive .page-top .page-top-content__img, .archive .page-top .page-top-content__text, .single .page-top .page-top-content__img, .single .page-top .page-top-content__text {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media only screen and (max-width:768px) {
  .page .page-top .page-top-content__img, .archive .page-top .page-top-content__img, .single .page-top .page-top-content__img {
    text-align: right;
  }
}
.page .page-top .page-top-content__img img, .archive .page-top .page-top-content__img img, .single .page-top .page-top-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .page .page-top .page-top-content__img img, .archive .page-top .page-top-content__img img, .single .page-top .page-top-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page .page-top .page-top-content__img img, .archive .page-top .page-top-content__img img, .single .page-top .page-top-content__img img {
    border-radius: 60px;
  }
}
@media only screen and (max-width:687px) {
  .page .page-top .page-top-content__img img, .archive .page-top .page-top-content__img img, .single .page-top .page-top-content__img img {
    border-radius: 60px;
    width: 60%;
    display: inline-block;
  }
}
@media only screen and (max-width:480px) {
  .page .page-top .page-top-content__img img, .archive .page-top .page-top-content__img img, .single .page-top .page-top-content__img img {
    width: 70%;
  }
}
@media only screen and (max-width:687px) {
  .page .page-top .page-top-content__text, .archive .page-top .page-top-content__text, .single .page-top .page-top-content__text {
    margin-top: 45px;
  }
}
.page .page-top .page-top-content__text h1, .archive .page-top .page-top-content__text h1, .single .page-top .page-top-content__text h1 {
  margin: 0 0 60px;
  font-size: clamp(2.4rem, 3vw, 4.8rem) !important;
  line-height: 1.4em;
}
.page .page-top .page-top-content__text h1 span, .archive .page-top .page-top-content__text h1 span, .single .page-top .page-top-content__text h1 span {
  font-size: 60%;
  color: #e35353;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width:1200px) {
  .page .page-top .page-top-content__text h1, .archive .page-top .page-top-content__text h1, .single .page-top .page-top-content__text h1 {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:687px) {
  .page .page-top .page-top-content__text h1, .archive .page-top .page-top-content__text h1, .single .page-top .page-top-content__text h1 {
    margin: 0 0 20px;
  }
  .page .page-top .page-top-content__text h1 br, .archive .page-top .page-top-content__text h1 br, .single .page-top .page-top-content__text h1 br {
    display: none;
  }
}
.page .page-top .page-top-content__text .lead, .archive .page-top .page-top-content__text .lead, .single .page-top .page-top-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 45px;
}
@media only screen and (max-width:687px) {
  .page .page-top .page-top-content__text .lead, .archive .page-top .page-top-content__text .lead, .single .page-top .page-top-content__text .lead {
    margin: 0 0 30px;
  }
}
.page .page-top .page-top-content__text p, .archive .page-top .page-top-content__text p, .single .page-top .page-top-content__text p {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 2em;
}
.page .thoughts h2, .archive .thoughts h2, .single .thoughts h2 {
  font-size: clamp(1.8rem, 2vw, 3.6rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:991px) {
  .page .thoughts h2, .archive .thoughts h2, .single .thoughts h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .page .thoughts h2, .archive .thoughts h2, .single .thoughts h2 {
    margin: 0 0 20px;
  }
}
.page .thoughts p, .archive .thoughts p, .single .thoughts p {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
}
.page .thoughts p span, .archive .thoughts p span, .single .thoughts p span {
  display: block;
}
@media only screen and (max-width:687px) {
  .page .thoughts p span, .archive .thoughts p span, .single .thoughts p span {
    display: inline;
  }
}
.page .cta, .archive .cta, .single .cta {
  margin-bottom: 120px;
}
@media only screen and (max-width:768px) {
  .page .cta, .archive .cta, .single .cta {
    margin-bottom: 60px;
  }
}
.page .cta .cta-content, .archive .cta .cta-content, .single .cta .cta-content {
  padding: 60px 0;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content, .archive .cta .cta-content, .single .cta .cta-content {
    padding: 45px 15px;
  }
}
.page .cta .cta-content::after, .archive .cta .cta-content::after, .single .cta .cta-content::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -35px;
  width: 360px;
  aspect-ratio: 1;
  background: url("assets/img/common/sunflower.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content::after, .archive .cta .cta-content::after, .single .cta .cta-content::after {
    width: 240px;
  }
}
.page .cta .cta-content h2, .archive .cta .cta-content h2, .single .cta .cta-content h2 {
  margin: 0 0 45px;
  line-height: 1.4em;
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content h2, .archive .cta .cta-content h2, .single .cta .cta-content h2 {
    margin: 0 0 20px;
  }
}
.page .cta .cta-content p, .archive .cta .cta-content p, .single .cta .cta-content p {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  z-index: 2;
  position: relative;
}
.page .cta .cta-content p span, .archive .cta .cta-content p span, .single .cta .cta-content p span {
  display: block;
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content p span, .archive .cta .cta-content p span, .single .cta .cta-content p span {
    display: inline;
  }
}
.page .cta .cta-content .linkWrap, .archive .cta .cta-content .linkWrap, .single .cta .cta-content .linkWrap {
  margin-top: 60px;
}
@media only screen and (max-width:687px) {
  .page .cta .cta-content .linkWrap, .archive .cta .cta-content .linkWrap, .single .cta .cta-content .linkWrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content .linkWrap, .archive .cta .cta-content .linkWrap, .single .cta .cta-content .linkWrap {
    margin-top: 30px;
    padding: 0;
  }
}
.page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
  background: #f6ab00;
  color: #fff !important;
  z-index: 2;
  height: 130px;
  width: 35%;
}
@media only screen and (max-width:1360px) {
  .page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
    width: 40%;
  }
}
@media only screen and (max-width:991px) {
  .page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
    width: 45%;
    height: 120px;
  }
}
@media only screen and (max-width:768px) {
  .page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
    height: 100px;
    min-height: 100px;
  }
}
@media only screen and (max-width:687px) {
  .page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content .link-card, .archive .cta .cta-content .link-card, .single .cta .cta-content .link-card {
    height: 80px;
    min-height: 80px;
    border-radius: 15px;
  }
}
@media only screen and (max-width:480px) {
  .page .cta .cta-content .link-card__text, .archive .cta .cta-content .link-card__text, .single .cta .cta-content .link-card__text {
    font-size: 1.6rem !important;
  }
}
.page .cta .cta-content .link-card__arrow, .archive .cta .cta-content .link-card__arrow, .single .cta .cta-content .link-card__arrow {
  background: #fff;
}
.page .cta .cta-content .link-card__arrow path, .archive .cta .cta-content .link-card__arrow path, .single .cta .cta-content .link-card__arrow path {
  stroke: #f6ab00;
}

/*  -------------------------------------
	archive
  -------------------------------------*/
.archive #archive-content {
  padding-top: 0px;
}
.archive #archive-content .tab_box .btn_area {
  border-bottom: 1px solid #c2c1be;
}
.archive #archive-content .tab_box .btn_area p.tab_btn {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 0 0 3em;
  padding: 0;
}
@media only screen and (max-width:687px) {
  .archive #archive-content .tab_box .btn_area p.tab_btn {
    -ms-flex-preferred-size: 31.3%;
        flex-basis: 31.3%;
  }
}
.archive #archive-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #c2c1be;
  padding: 3em 0;
  margin: 0;
}
@media only screen and (max-width:1200px) {
  .archive #archive-content dl {
    padding: 2em 0;
  }
}
@media only screen and (max-width:687px) {
  .archive #archive-content dl {
    display: block;
  }
}
.archive #archive-content dl dt {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width:1200px) {
  .archive #archive-content dl dt {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
}
@media only screen and (max-width:687px) {
  .archive #archive-content dl dt {
    margin-bottom: 1em;
  }
}
.archive #archive-content dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}
@media only screen and (max-width:1200px) {
  .archive #archive-content dl dd {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
.archive #archive-content dl dd a.p-cat {
  border: 1px solid #333;
  border-radius: 30px;
  font-size: clamp(1.1rem, 3vw, 1.3rem) !important;
  padding: 2px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
@media only screen and (max-width:687px) {
  .archive #archive-content dl dd a.p-cat {
    font-size: clamp(1.1rem, 2vw, 1.2rem) !important;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media only screen and (max-width:687px) {
  .archive #archive-content dl dd a.p-cat {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
}
.archive #archive-content dl dd span.p-title {
  -ms-flex-preferred-size: calc(100% - 240px);
      flex-basis: calc(100% - 240px);
  padding: 0 2.5em;
  font-size: clamp(1.3rem, 2vw, 1.6rem) !important;
  line-height: 1.6em;
}
@media only screen and (max-width:1200px) {
  .archive #archive-content dl dd span.p-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin: 1em 0;
  }
}
.archive #archive-content dl dd a.p-more {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
  text-align: right;
}
@media only screen and (max-width:1200px) {
  .archive #archive-content dl dd a.p-more {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.archive #archive-content dl dd.post-cat {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
@media only screen and (max-width:991px) {
  .archive #archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
}
@media only screen and (max-width:768px) {
  .archive #archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
}
@media only screen and (max-width:480px) {
  .archive #archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}
.archive #archive-content dl dd.post-cat a {
  color: #9a7e47 !important;
  border: 1px solid #9a7e47;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0.5em;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  letter-spacing: 0.1em;
  min-height: 0vw;
  display: inline-block;
}
@media only screen and (max-width:768px) {
  .archive #archive-content dl dd.post-cat a {
    padding: 2px 5px;
  }
}
.archive #archive-content dl dd.post-ttl {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
@media only screen and (max-width:991px) {
  .archive #archive-content dl dd.post-ttl {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
}
@media only screen and (max-width:768px) {
  .archive #archive-content dl dd.post-ttl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 1em;
  }
}

/*  -------------------------------------
	single
  -------------------------------------*/
.single .page-top p.en-title {
  line-height: 1em;
}
.single .page-top p.en-title span {
  display: inline-block;
  position: relative;
  padding-left: 90px;
  margin-left: 30px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
@media only screen and (max-width:480px) {
  .single .page-top p.en-title span {
    padding-left: 65px;
    margin-left: 20px;
  }
}
.single .page-top p.en-title span:before {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  background: #9a7e47;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:480px) {
  .single .page-top p.en-title span:before {
    width: 45px;
  }
}
.single #single-content .entry-content {
  margin: 0;
}
.single #single-content .entry-content img {
  margin: 1em 0;
  width: 100%;
}
.single #single-content .entry-content img.tall-image {
  width: 50%;
  height: auto;
  display: block;
  margin: 3em auto;
}
@media only screen and (max-width:480px) {
  .single #single-content .entry-content img.tall-image {
    width: 70%;
  }
}
.single #single-content .category-wrap {
  background: #eee7db;
  padding: 60px 0;
  margin-top: 120px;
}
@media only screen and (max-width:1200px) {
  .single #single-content .category-wrap {
    margin-top: 90px;
  }
}
@media only screen and (max-width:768px) {
  .single #single-content .category-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .single #single-content .category-wrap {
    margin-top: 45px;
    padding: 30px 0;
  }
}
.single #single-content .category-wrap h2 {
  font-size: clamp(1.6rem, 2vw, 2.4rem) !important;
  font-weight: 500;
  min-height: 0vw;
  position: relative;
  padding-left: 45px;
  margin: 0 0 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #9a7e47;
}
@media only screen and (max-width:480px) {
  .single #single-content .category-wrap h2 {
    margin: 0 0 20px;
  }
}
.single #single-content .category-wrap h2:before {
  content: "";
  background: #9a7e47;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:480px) {
  .single #single-content .category-wrap h2:before {
    width: 20px;
    padding-left: 30px;
  }
}
.single #single-content .category-wrap ul li {
  font-size: clamp(1.1rem, 2vw, 1.7rem) !important;
  margin: 0 0 0.5em;
}
.single #single-content .category-wrap ul li:last-child {
  margin-bottom: 0;
}

/*  -------------------------------------
	page:reason
  -------------------------------------*/
.reason .page-top .page-top-content__text p span {
  display: block;
}
@media only screen and (max-width:1360px) {
  .reason .page-top .page-top-content__text p span.paragraph1 {
    display: inline;
  }
}
@media only screen and (max-width:1200px) {
  .reason .page-top .page-top-content__text p span.paragraph2 {
    display: inline;
  }
}
.reason .reason-wrap {
  background: #eee7db;
}
.reason .reason-wrap .reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 120px;
}
.reason .reason-wrap .reason-content:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:969px) {
  .reason .reason-wrap .reason-content {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:687px) {
  .reason .reason-wrap .reason-content {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .reason .reason-wrap .reason-content {
    margin-bottom: 60px;
  }
}
.reason .reason-wrap .reason-content__img, .reason .reason-wrap .reason-content__text {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.reason .reason-wrap .reason-content__img img {
  border-radius: 25px;
}
@media only screen and (max-width:687px) {
  .reason .reason-wrap .reason-content__text {
    margin-top: 45px;
  }
}
@media only screen and (max-width:480px) {
  .reason .reason-wrap .reason-content__text {
    margin-top: 30px;
  }
}
.reason .reason-wrap .reason-content__text p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.reason .reason-wrap .reason-content__text .reason-number {
  color: #e35353;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.reason .reason-wrap .reason-content__text .reason-title {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .reason .reason-wrap .reason-content__text .reason-title {
    margin: 0 0 20px;
  }
}

/*  -------------------------------------
	page:support
  -------------------------------------*/
.support .support-wrap {
  background: #eee7db;
}
.support .support-wrap .support-content {
  position: relative;
  padding: 0 0 120px 0;
  border-bottom: 1px solid #000;
  margin-top: 120px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content {
    padding: 0 0 60px 0;
    margin-top: 60px;
  }
}
.support .support-wrap .support-content:first-of-type {
  margin-top: 0;
}
.support .support-wrap .support-content h2 {
  position: absolute;
  right: 0;
  top: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  padding: 45px 0 0;
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content h2 {
    font-size: 2.7rem !important;
    right: 30px;
  }
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-content h2 {
    font-size: 2.4rem !important;
  }
}
.support .support-wrap .support-content h2:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #e49f02;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.support .support-wrap .support-content h3 {
  margin: 0 0 30px;
  position: relative;
  padding-left: 45px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
@media only screen and (max-width:991px) {
  .support .support-wrap .support-content h3 {
    padding-left: 30px;
  }
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-content h3 {
    font-size: 1.6rem;
  }
}
.support .support-wrap .support-content h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #e49f02;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:991px) {
  .support .support-wrap .support-content h3:before {
    width: 20px;
  }
}
.support .support-wrap .support-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 8%;
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content .inner {
    display: block;
    padding-right: 0;
  }
}
.support .support-wrap .support-content__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__img {
    width: 70%;
    margin-bottom: 30px;
  }
}
.support .support-wrap .support-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .support .support-wrap .support-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-content__img img {
    border-radius: 60px;
  }
}
.support .support-wrap .support-content__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-right: 60px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content__text {
    padding-right: 40px;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__text {
    padding-right: 0;
  }
}
.support .support-wrap .support-content__text .support-lead {
  font-size: clamp(2rem, 2vw, 3.6rem);
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content__text .support-lead {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__text .support-lead {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-content__text .support-lead {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.support .support-wrap .support-content__text p {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
}
.support .support-wrap .support-content__text .support-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content__text .support-desc {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__text .support-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.support .support-wrap .support-content__text .support-desc__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content__text .support-desc__content:first-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__text .support-desc__content:first-of-type {
    margin: 0;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content__text .support-desc__content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-content__text .support-desc__content {
    margin-bottom: 20px;
  }
}
.support .support-wrap .support-content__text .support-desc__content .support-list li:before {
  content: "・";
}
.support .support-wrap .support-content__text .support-desc__content .support-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support .support-wrap .support-content__text .support-desc__content .support-tag li a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 10px;
}
.support .support-wrap .support-content .member-voice {
  margin: 60px 0 90px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .support-content .member-voice {
    margin: 45px 0 60px;
  }
}
@media only screen and (max-width:687px) {
  .support .support-wrap .support-content .member-voice {
    margin: 30px 0 45px;
  }
}
.support .support-wrap .support-message p {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 500;
}
@media only screen and (max-width:480px) {
  .support .support-wrap .support-message p {
    font-size: 1.8rem;
  }
}
.support .support-wrap .top-solution-content__link {
  margin-top: 120px;
}
@media only screen and (max-width:768px) {
  .support .support-wrap .top-solution-content__link {
    margin-top: 60px;
  }
}

.member-voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin: 0 0 40px;
}
@media only screen and (max-width:768px) {
  .member-voice-content {
    margin: 30px 0;
    gap: 30px;
  }
}
@media only screen and (max-width:480px) {
  .member-voice-content {
    margin: 20px 0;
    gap: 20px;
  }
}
.member-voice-content:last-of-type {
  margin-bottom: 0;
}
.member-voice-content__img img {
  width: 170px;
}
@media only screen and (max-width:768px) {
  .member-voice-content__img img {
    width: 150px;
  }
}
@media only screen and (max-width:480px) {
  .member-voice-content__img img {
    width: 120px;
  }
}
.member-voice-content__text {
  padding: 30px;
  background: #fff;
  border-radius: 25px;
  max-width: calc(100% - 220px);
}
@media only screen and (max-width:768px) {
  .member-voice-content__text {
    padding: 20px;
    max-width: calc(100% - 180px);
  }
}
@media only screen and (max-width:687px) {
  .member-voice-content__text br {
    display: none;
  }
}
@media only screen and (max-width:480px) {
  .member-voice-content__text {
    padding: 15px;
    max-width: calc(100% - 140px);
  }
  .member-voice-content__text p {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}

/*  -------------------------------------
	page:page-support-child
  -------------------------------------*/
.page-support-child .page-top .page-top-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  line-height: 1.6em;
}
.page-support-child .need {
  background: #eee7db;
}
.page-support-child .need h2 {
  margin: 0 0 90px;
  line-height: 1.4em;
}
@media only screen and (max-width:969px) {
  .page-support-child .need h2 {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .need h2 {
    margin: 0 0 45px;
  }
  .page-support-child .need h2 span {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .need h2 {
    margin: 0 0 30px;
  }
}
.page-support-child .need .need-message p {
  font-size: clamp(1.8rem, 2vw, 3rem);
}
.page-support-child .need .need-message p span {
  font-weight: 500;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(243, 182, 68, 0.6)));
  background: linear-gradient(transparent 70%, rgba(243, 182, 68, 0.6) 70%);
}
.page-support-child .solution {
  position: relative;
  overflow: hidden;
}
.page-support-child .solution:before {
  content: "";
  position: absolute;
  right: 20%;
  top: 30px;
  margin-top: 50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.45) 0%, rgba(247, 190, 70, 0.28) 35%, rgba(247, 190, 70, 0.12) 60%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-animation: pulseOrange 9s ease-in-out infinite;
  animation: pulseOrange 9s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.page-support-child .solution h2 {
  margin: 0 0 90px;
  line-height: 1.4em;
}
@media only screen and (max-width:969px) {
  .page-support-child .solution h2 {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .solution h2 {
    margin: 0 0 45px;
  }
  .page-support-child .solution h2 span {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .solution h2 {
    margin: 0 0 20px;
  }
}
.page-support-child .solution .solution-caption {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.page-support-child .solution .support-case {
  margin-top: 90px;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
.page-support-child .solution .support-case:last-of-type {
  border-bottom: none;
}
.page-support-child .solution .support-case h3 {
  margin: 0 0 60px;
  font-size: clamp(1.8rem, 2vw, 3rem);
  position: relative;
  padding-left: 45px;
}
.page-support-child .solution .support-case h3:before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background: #d9991c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-support-child .support-policy {
  background: #fff;
  padding: 60px;
  border-radius: 60px;
}
.page-support-child .support-policy h3 {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 3rem);
  margin: 0 0 30px;
}
.page-support-child .support-policy p {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 2em;
}
.page-support-child .solution-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}
@media only screen and (max-width:969px) {
  .page-support-child .solution-message {
    gap: 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .solution-message {
    gap: 45px;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .solution-message {
    display: block;
  }
}
.page-support-child .solution-message__img, .page-support-child .solution-message__text {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width:969px) {
  .page-support-child .solution-message__img, .page-support-child .solution-message__text {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .solution-message__img, .page-support-child .solution-message__text {
    width: calc((100% - 45px) / 2);
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .solution-message__img, .page-support-child .solution-message__text {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .solution-message__img {
    margin-bottom: 30px;
  }
}
.page-support-child .solution-message__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .page-support-child .solution-message__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .solution-message__img img {
    border-radius: 60px;
  }
}
.page-support-child .solution-message__text p {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  line-height: 2em;
}
.page-support-child .support-reason {
  background: #eee7db;
  position: relative;
  overflow: hidden;
}
.page-support-child .support-reason:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  margin-top: 50px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 190, 70, 0.45) 0%, rgba(247, 190, 70, 0.28) 35%, rgba(247, 190, 70, 0.12) 60%, rgba(247, 190, 70, 0) 100%);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-animation: pulseOrange 9s ease-in-out infinite;
  animation: pulseOrange 9s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.page-support-child .support-reason .reason-content h2 {
  margin: 0 0 90px;
  line-height: 1.4em;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-reason .reason-content h2 {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-reason .reason-content h2 {
    margin: 0 0 45px;
  }
  .page-support-child .support-reason .reason-content h2 span {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-reason .reason-content h2 {
    margin: 0 0 30px;
  }
}
.page-support-child .support-reason .reason-content__desc {
  padding: 40px;
  background: #fff;
  border-radius: 25px;
  margin: 0 0 60px;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-reason .reason-content__desc {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-reason .reason-content__desc {
    padding: 30px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-reason .reason-content__desc {
    margin: 0 0 20px;
  }
}
.page-support-child .support-reason .reason-content__desc:last-of-type {
  margin-bottom: 0;
}
.page-support-child .support-reason .reason-content__desc h3 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 2vw, 3rem);
  font-weight: 500;
  line-height: 1.4em;
}
@media only screen and (max-width:480px) {
  .page-support-child .support-reason .reason-content__desc h3 {
    font-size: 1.8rem;
  }
}
.page-support-child .support-reason .reason-content__desc p {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 2em;
}
.page-support-child .support-voice .voice-content {
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-voice .voice-content {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-voice .voice-content {
    padding-bottom: 60px;
  }
}
.page-support-child .support-voice .voice-content .voice-title {
  margin: 0 0 90px;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-voice .voice-content .voice-title {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-voice .voice-content .voice-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-voice .voice-content .voice-title {
    margin: 0 0 30px;
  }
}
.page-support-child .support-faq {
  padding-top: 0;
}
.page-support-child .support-faq .faq-content .faq-title {
  margin: 0 0 90px;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-faq .faq-content .faq-title {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-faq .faq-content .faq-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-faq .faq-content .faq-title {
    margin: 0 0 30px;
  }
}
.page-support-child .support-message .message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:969px) {
  .page-support-child .support-message .message-content {
    gap: 60px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-message .message-content {
    gap: 45px;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-message .message-content {
    display: block;
  }
}
.page-support-child .support-message .message-content__img, .page-support-child .support-message .message-content__text {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width:969px) {
  .page-support-child .support-message .message-content__img, .page-support-child .support-message .message-content__text {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-message .message-content__img, .page-support-child .support-message .message-content__text {
    width: calc((100% - 45px) / 2);
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-message .message-content__img, .page-support-child .support-message .message-content__text {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .page-support-child .support-message .message-content__img {
    margin-bottom: 30px;
  }
}
.page-support-child .support-message .message-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .page-support-child .support-message .message-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .support-message .message-content__img img {
    border-radius: 60px;
  }
}
.page-support-child .support-message .message-content__text .lead {
  font-size: clamp(2rem, 2vw, 3.6rem);
  font-weight: 500;
  line-height: 1.6em;
}
.page-support-child .support-message .message-content__text p {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 2em;
}
@media only screen and (max-width:1200px) {
  .page-support-child .cta {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .cta {
    margin-bottom: 60px;
  }
}
.page-support-child .support-link {
  padding-top: 0;
}
.page-support-child .top-solution-content__link {
  margin-bottom: 120px;
  max-width: auto;
}
@media only screen and (max-width:1200px) {
  .page-support-child .top-solution-content__link {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .page-support-child .top-solution-content__link {
    margin-bottom: 60px;
  }
}
.page-support-child .top-solution-content__bnr:last-child {
  grid-column: inherit;
  width: inherit;
}
.page-support-child .top-solution-content__bnr > img {
  height: 200px;
}
@media only screen and (max-width:480px) {
  .page-support-child .top-solution-content__bnr > img {
    height: 160px;
  }
}
.page-support-child .top-solution-content__bnr {
  min-height: 312px;
}
@media only screen and (max-width:480px) {
  .page-support-child .top-solution-content__bnr {
    min-height: 240px;
  }
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px 0;
}
@media only screen and (max-width:991px) {
  .card-list {
    gap: 40px;
    margin: 60px 0;
  }
}
@media only screen and (max-width:768px) {
  .card-list {
    gap: 20px;
    margin: 45px 0;
  }
}
@media only screen and (max-width:687px) {
  .card-list {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .card-list {
    margin: 30px 0;
  }
}
.card-list__desc {
  padding: 40px 30px 40px 80px;
  background: #fff;
  border-radius: 30px;
  width: calc((100% - 60px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.card-list__desc p {
  text-align: justify;
  letter-spacing: 0.02em;
}
@media only screen and (max-width:991px) {
  .card-list__desc {
    width: calc((100% - 40px) / 2);
    padding: 30px 25px 30px 50px;
  }
}
@media only screen and (max-width:768px) {
  .card-list__desc {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width:687px) {
  .card-list__desc {
    width: 100%;
    margin-bottom: 20px;
  }
  .card-list__desc:last-of-type {
    margin-bottom: 0;
  }
}
.card-list__desc:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #f6ab00;
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:991px) {
  .card-list__desc:before {
    left: 20px;
    width: 15px;
    height: 15px;
  }
}
.card-list__desc h4 {
  margin: 0 0 15px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  .card-list__desc h4 {
    margin: 0 0 10px;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.acMenu {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.acMenu dt,
.acMenu dd {
  margin: 0;
}

.acMenu__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 30px 90px 30px 135px;
  border: 0;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
}

/* Q. */
.acMenu__button::before {
  content: "Q.";
  font-family: "Jost", sans-serif;
  position: absolute;
  top: 50%;
  left: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e49a00;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.acMenu__question {
  display: block;
}

/* 丸い＋ボタン */
.acMenu__icon {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #f5a500;
}

/* 横線 */
.acMenu__icon::before,
.acMenu__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 縦線 */
.acMenu__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いたときは縦線を消して−にする */
.acMenu.is-open .acMenu__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* 回答部分 */
.acMenu__answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  background: #fff;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.acMenu.is-open .acMenu__answer {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.acMenu__answer-inner {
  font-size: clamp(1.5rem, 2vw, 2rem);
  min-height: 0;
  padding: 0 90px 0 135px;
  line-height: 2;
  opacity: 0;
  -webkit-transition: padding 0.35s ease, opacity 0.25s ease;
  transition: padding 0.35s ease, opacity 0.25s ease;
}

.acMenu.is-open .acMenu__answer-inner {
  padding-top: 0;
  padding-bottom: 36px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .faq-list {
    gap: 16px;
  }

  .acMenu {
    border-radius: 8px;
  }

  .acMenu__button {
    min-height: 88px;
    padding: 22px 65px 22px 64px;
    font-size: 17px;
    line-height: 1.6;
  }

  .acMenu__button::before {
    left: 20px;
    font-size: 24px;
  }

  .acMenu__icon {
    right: 18px;
    width: 24px;
    height: 24px;
  }

  .acMenu__icon::before,
.acMenu__icon::after {
    width: 12px;
  }

  .acMenu__answer-inner {
    padding-right: 24px;
    padding-left: 64px;
    font-size: 14px;
    line-height: 1.9;
  }

  .acMenu.is-open .acMenu__answer-inner {
    padding-bottom: 24px;
  }
}
/*  -------------------------------------
	page:about
  -------------------------------------*/
.about .page-top .page-top-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .page-top .page-top-content__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width:768px) {
  .about .page-top .page-top-content__img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
.about .page-top .page-top-content__img .episode {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  margin-top: 60px;
  text-align: left;
}
@media only screen and (max-width:768px) {
  .about .page-top .page-top-content__img .episode {
    padding: 20px;
    margin-top: 30px;
  }
}
.about .page-top .page-top-content__img .episode h3 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.about .page-top .page-top-content__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width:1200px) {
  .about .page-top .page-top-content__text {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
@media only screen and (max-width:768px) {
  .about .page-top .page-top-content__text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.about .page-top .page-top-content__text span.paragraph1 {
  display: block;
  letter-spacing: 0.01em;
}
.about #philosophy, .about #greeting, .about #overview, .about #board {
  scroll-margin-top: 150px;
}
@media only screen and (max-width:812px) {
  .about #philosophy, .about #greeting, .about #overview, .about #board {
    scroll-margin-top: 90px;
  }
}
@media only screen and (max-width:480px) {
  .about #philosophy, .about #greeting, .about #overview, .about #board {
    scroll-margin-top: 60px;
  }
}
.about .philosophy {
  background: #eee7db;
}
.about .philosophy .philosophy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:969px) {
  .about .philosophy .philosophy-content {
    gap: 60px;
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .philosophy-content {
    gap: 45px;
  }
}
@media only screen and (max-width:480px) {
  .about .philosophy .philosophy-content {
    display: block;
  }
}
.about .philosophy .philosophy-content__img, .about .philosophy .philosophy-content__text {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width:969px) {
  .about .philosophy .philosophy-content__img, .about .philosophy .philosophy-content__text {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .philosophy-content__img, .about .philosophy .philosophy-content__text {
    width: calc((100% - 45px) / 2);
  }
}
@media only screen and (max-width:480px) {
  .about .philosophy .philosophy-content__img, .about .philosophy .philosophy-content__text {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .about .philosophy .philosophy-content__img {
    margin-bottom: 30px;
  }
}
.about .philosophy .philosophy-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .about .philosophy .philosophy-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .philosophy-content__img img {
    border-radius: 60px;
  }
}
.about .philosophy .philosophy-content__text h2 {
  font-size: clamp(2rem, 2vw, 4rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:480px) {
  .about .philosophy .philosophy-content__text h2 {
    margin: 0 0 30px;
  }
}
.about .philosophy .philosophy-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .about .philosophy .philosophy-content__text .lead {
    margin: 0 0 20px;
  }
}
.about .philosophy .philosophy-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
.about .philosophy .mvv-content {
  padding: 60px;
  border-radius: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px 0;
}
@media only screen and (max-width:969px) {
  .about .philosophy .mvv-content {
    gap: 60px;
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .mvv-content {
    margin: 60px 0;
    gap: 45px;
  }
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content {
    display: block;
    padding: 20px;
    border-radius: 20px;
    margin: 45px 0;
  }
}
.about .philosophy .mvv-content__img, .about .philosophy .mvv-content__text {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width:969px) {
  .about .philosophy .mvv-content__img, .about .philosophy .mvv-content__text {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .mvv-content__img, .about .philosophy .mvv-content__text {
    width: calc((100% - 45px) / 2);
  }
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__img, .about .philosophy .mvv-content__text {
    width: 100%;
  }
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__img {
    margin-bottom: 20px;
  }
}
.about .philosophy .mvv-content__img img {
  border-radius: 120px;
}
@media only screen and (max-width:991px) {
  .about .philosophy .mvv-content__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .about .philosophy .mvv-content__img img {
    border-radius: 60px;
  }
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__img img {
    border-radius: 20px;
  }
}
.about .philosophy .mvv-content__text h3 {
  font-size: clamp(1.7rem, 1.5vw, 2.4rem);
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__text h3 {
    margin: 0 0 20px;
  }
}
.about .philosophy .mvv-content__text h3 span {
  font-family: "Jost", sans-serif;
  color: #d9991c;
  font-size: 200%;
  margin-right: 0.5em;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__text h3 span {
    font-size: 150%;
  }
}
.about .philosophy .mvv-content__text .mvv-lead {
  font-size: clamp(1.6rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.6em;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__text .mvv-lead {
    margin: 0 0 20px;
  }
}
.about .philosophy .mvv-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
.about .philosophy .mvv-content__values {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values {
    margin-top: 45px;
    display: block;
  }
}
.about .philosophy .mvv-content__values__desc {
  width: 50%;
  position: relative;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .about .philosophy .mvv-content__values__desc:last-of-type {
    border-bottom: none;
  }
}
.about .philosophy .mvv-content__values__desc:first-of-type {
  padding: 0 30px 30px 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:first-of-type {
    padding: 0 0 30px;
  }
}
.about .philosophy .mvv-content__values__desc:first-of-type:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:first-of-type:before {
    display: none;
  }
}
.about .philosophy .mvv-content__values__desc:first-of-type:after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:first-of-type:after {
    display: none;
  }
}
.about .philosophy .mvv-content__values__desc:nth-of-type(2) {
  padding: 0 0 30px 30px;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:nth-of-type(2) {
    padding: 30px 0;
  }
}
.about .philosophy .mvv-content__values__desc:nth-of-type(2):before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:nth-of-type(2):before {
    display: none;
  }
}
.about .philosophy .mvv-content__values__desc:nth-of-type(3) {
  padding: 30px 30px 30px 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:nth-of-type(3) {
    padding: 30px 0;
  }
}
.about .philosophy .mvv-content__values__desc:nth-of-type(3):after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:nth-of-type(3):after {
    display: none;
  }
}
.about .philosophy .mvv-content__values__desc:nth-of-type(4) {
  padding: 30px 0 30px 30px;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc:nth-of-type(4) {
    padding: 30px 0;
  }
}
.about .philosophy .mvv-content__values__desc h4 {
  font-size: clamp(1.5rem, 1.5vw, 2.4rem);
  font-weight: 500;
  margin: 0 0 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc h4 {
    margin: 0 0 15px;
  }
}
.about .philosophy .mvv-content__values__desc h4 span {
  font-family: "Jost", sans-serif;
  color: #d9991c;
}
@media only screen and (max-width:687px) {
  .about .philosophy .mvv-content__values__desc h4 span {
    display: block;
    margin-bottom: 1em;
  }
}
.about .greeting .greeting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:969px) {
  .about .greeting .greeting-content {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .about .greeting .greeting-content {
    padding-bottom: 60px;
    gap: 60px;
  }
}
@media only screen and (max-width:687px) {
  .about .greeting .greeting-content {
    display: block;
  }
}
.about .greeting .greeting-content__text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media only screen and (max-width:768px) {
  .about .greeting .greeting-content__text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.about .greeting .greeting-content__text h2 {
  font-size: clamp(2.4rem, 2vw, 4rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:768px) {
  .about .greeting .greeting-content__text h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .about .greeting .greeting-content__text h2 {
    margin: 0 0 20px;
  }
}
.about .greeting .greeting-content__text p {
  font-size: clamp(1.4rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.about .greeting .greeting-content__img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width:768px) {
  .about .greeting .greeting-content__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (max-width:687px) {
  .about .greeting .greeting-content__img {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:480px) {
  .about .greeting .greeting-content__img {
    margin-bottom: 30px;
  }
}
.about .greeting .greeting-content__img img {
  border-radius: 60px;
}
@media only screen and (max-width:687px) {
  .about .greeting .greeting-content__img img {
    width: 50%;
    margin: 0 auto;
  }
}
.about .overview {
  padding-top: 0;
}
.about .overview .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content {
    display: block;
    padding-bottom: 60px;
  }
}
.about .overview .overview-content__title {
  width: 30%;
  font-size: clamp(2rem, 2vw, 4rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content__title {
    width: 100%;
    margin: 0 0 20px;
  }
}
.about .overview .overview-content__text {
  width: 70%;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content__text {
    width: 100%;
  }
}
.about .overview .overview-content__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  border-bottom: 1px solid #000;
  padding: 40px 0;
  margin: 0;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content__text dl {
    display: block;
    padding: 30px 0;
  }
}
.about .overview .overview-content__text dl dt {
  min-width: 20%;
  font-weight: 500;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content__text dl dt {
    margin: 0 0 15px;
  }
}
.about .overview .overview-content__text iframe {
  margin-top: 60px;
}
@media only screen and (max-width:687px) {
  .about .overview .overview-content__text iframe {
    height: 250px;
  }
}
.about .board {
  padding-top: 0;
}
.about .board .board-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:687px) {
  .about .board .board-content {
    display: block;
    padding-bottom: 60px;
  }
}
.about .board .board-content__title {
  width: 30%;
  font-size: clamp(2rem, 2vw, 4rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:687px) {
  .about .board .board-content__title {
    width: 100%;
  }
}
.about .board .board-content__text {
  width: 70%;
}
@media only screen and (max-width:687px) {
  .about .board .board-content__text {
    width: 100%;
  }
}
.about .board .board-content__text dl {
  margin: 0 0 60px;
}
@media only screen and (max-width:687px) {
  .about .board .board-content__text dl {
    margin: 0 0 30px;
  }
}
.about .board .board-content__text dl:last-child {
  margin-bottom: 0;
}
.about .board .board-content__text dl dt {
  font-weight: 500;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  margin: 0 0 30px;
}
@media only screen and (max-width:687px) {
  .about .board .board-content__text dl dt {
    margin: 0 0 10px;
  }
}
.about .board .board-content__text dl dd {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.about .transparency {
  padding-top: 0;
}
.about .transparency .transparency-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}
@media only screen and (max-width:687px) {
  .about .transparency .transparency-content {
    display: block;
  }
}
.about .transparency .transparency-content__text, .about .transparency .transparency-content__img {
  width: calc(100% - 60px)/2;
}
.about .transparency .transparency-content__text h2 {
  font-size: clamp(2rem, 2vw, 4rem);
  margin: 0 0 45px;
}
@media only screen and (max-width:687px) {
  .about .transparency .transparency-content__text h2 {
    margin: 0 0 20px;
  }
}
.about .transparency .transparency-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.6em;
}
@media only screen and (max-width:687px) {
  .about .transparency .transparency-content__text .lead {
    margin: 0 0 20px;
  }
}
.about .transparency .transparency-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.about .transparency .transparency-content__text .link-card {
  margin-top: 60px;
  width: 360px;
  height: 80px;
  border-radius: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width:687px) {
  .about .transparency .transparency-content__text .link-card {
    min-height: 100px;
    margin-top: 45px;
  }
}
.about .transparency .transparency-content__text .link-card__text {
  line-height: 1em;
}
.about .transparency .transparency-content__text .link-card__arrow {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width:687px) {
  .about .transparency .transparency-content__img {
    margin: 0 0 45px;
  }
}
.about .transparency .transparency-content__img img {
  border-radius: 60px;
}

/*  -------------------------------------
	page:price
  -------------------------------------*/
.price {
  /* 見出し */
  /* 左カテゴリー */
  /* 項目 */
  /* 金額 */
  /* 内訳 */
  /* 合計 */
  /* ===================================
     Tablet
  =================================== */
  /* ===================================
     Smartphone
  =================================== */
}
.price .price-thinking {
  background: #eee7db;
}
.price .price-thinking .thinking-title {
  margin: 0 0 60px;
}
@media only screen and (max-width:687px) {
  .price .price-thinking .thinking-title {
    margin: 0 0 45px;
  }
}
.price .price-thinking .thinking-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:687px) {
  .price .price-thinking .thinking-content {
    display: block;
  }
}
.price .price-thinking .thinking-content__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.price .price-thinking .thinking-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 45px;
}
@media only screen and (max-width:768px) {
  .price .price-thinking .thinking-content__text .lead {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .price .price-thinking .thinking-content__text .lead span {
    display: block;
  }
}
.price .price-thinking .thinking-content__text p, .price .price-thinking .thinking-content__text ul {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
@media only screen and (max-width:969px) {
  .price .price-thinking .thinking-content__text p span {
    display: block;
  }
}
.price .price-thinking .thinking-content__text ul {
  margin: 2em 0;
}
.price .price-thinking .thinking-content__text ul li:before {
  content: "・";
}
.price .price-thinking .thinking-content__img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width:687px) {
  .price .price-thinking .thinking-content__img {
    margin-bottom: 30px;
  }
}
.price .price-thinking .thinking-content__img img {
  border-radius: 20px;
}
@media only screen and (max-width:687px) {
  .price .price-thinking .thinking-content__img img {
    width: 50%;
  }
}
.price .price-list {
  padding-bottom: 0;
}
.price .price-list .part-common {
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .price .price-list .part-common {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .price .price-list .part-common {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .price .price-list .part-common {
    padding-bottom: 45px;
  }
}
.price .price-list .price-title {
  margin: 0 0 60px;
}
.price .price-list .lead {
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 30px;
}
.price .price-list p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.price .price-list-content {
  padding: 20px 22px 38px;
  background: #fff;
  border-radius: 60px;
  overflow: hidden;
  margin-top: 60px;
}
.price .price-list-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #222;
}
.price .price-list-table th,
.price .price-list-table td {
  padding: 26px 30px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}
.price .price-list-table th:last-child,
.price .price-list-table td:last-child {
  border-right: none;
}
.price .price-list-table thead th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.price .price-list-table thead th:first-child {
  width: 20%;
}
.price .price-list-table thead th:nth-child(2) {
  width: 24%;
}
.price .price-list-table thead th:nth-child(3) {
  width: 16%;
}
.price .price-list-table thead th:nth-child(4) {
  width: 40%;
}
.price .price-list-table thead span {
  font-size: 14px;
  font-weight: 400;
}
.price .price-list-table__category {
  font-size: 19px;
  font-weight: 500 !important;
  vertical-align: top !important;
}
.price .price-list-table__category span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.price .price-list-table__item {
  font-size: 19px;
  font-weight: 500 !important;
}
.price .price-list-table__item span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.price .price-list-table__price {
  font-size: 19px;
  text-align: right !important;
  white-space: nowrap;
}
.price .price-list-table__price span {
  display: block;
  font-size: 14px;
}
.price .price-list-table__price--bold {
  font-weight: 500 !important;
}
.price .price-list-table__detail {
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
}
.price .price-list-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 48px 30px 0;
}
.price .price-list-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.price .price-list-total__label {
  padding-top: 7px;
  font-size: 18px;
  font-weight: 500;
}
.price .price-list-total__price {
  font-size: 25px;
  line-height: 1.35;
  white-space: nowrap;
}
.price .price-list-total__price small {
  display: block;
  font-size: 18px;
}
.price .price-relatives {
  margin-top: 120px;
  padding: 40px;
  background: #fff;
  border-radius: 60px;
}
@media only screen and (max-width:768px) {
  .price .price-relatives {
    margin-top: 60px;
    border-radius: 30px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width:480px) {
  .price .price-relatives {
    margin-top: 45px;
  }
}
.price .price-relatives h3 {
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 20px;
}
@media only screen and (max-width:768px) {
  .price .price-relatives h3 {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:812px) {
  .price .price-relatives p br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .price .price-list-content {
    padding: 20px;
    border-radius: 40px;
  }
  .price .price-list-table th,
.price .price-list-table td {
    padding: 20px 18px;
  }
  .price .price-list-table thead th:first-child {
    width: 21%;
  }
  .price .price-list-table thead th:nth-child(2) {
    width: 23%;
  }
  .price .price-list-table thead th:nth-child(3) {
    width: 17%;
  }
  .price .price-list-table thead th:nth-child(4) {
    width: 38%;
  }
  .price .price-list-table__category,
.price .price-list-table__item,
.price .price-list-table__price {
    font-size: 16px;
  }
  .price .price-list-table__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .price {
    /*
     * 外側だけ画面幅に収め、
     * テーブル自体は必要な横幅を維持する
     */
    /* 列幅 */
    /* 合計部分 */
  }
  .price .price-list-content {
    padding: 15px;
    border-radius: 25px 0 0 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price .price-list-table {
    width: 825px;
    min-width: 825px;
    table-layout: fixed;
  }
  .price .price-list-table th,
.price .price-list-table td {
    padding: 15px 14px;
  }
  .price .price-list-table thead th:first-child {
    width: 160px;
  }
  .price .price-list-table thead th:nth-child(2) {
    width: 190px;
  }
  .price .price-list-table thead th:nth-child(3) {
    width: 130px;
  }
  .price .price-list-table thead th:nth-child(4) {
    width: 345px;
  }
  .price .price-list-table thead th {
    font-size: 15px;
  }
  .price .price-list-table__category {
    font-size: 14px;
  }
  .price .price-list-table__category span {
    font-size: 11px;
  }
  .price .price-list-table__item {
    font-size: 14px;
  }
  .price .price-list-table__item span {
    font-size: 11px;
  }
  .price .price-list-table__price {
    font-size: 14px;
  }
  .price .price-list-table__price span {
    font-size: 11px;
  }
  .price .price-list-table__detail {
    font-size: 12px;
    line-height: 1.7;
  }
  .price .price-list-total {
    width: 770px;
    min-width: 770px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
    padding: 30px 15px 5px;
  }
  .price .price-list-total__item {
    gap: 20px;
  }
  .price .price-list-total__label {
    font-size: 14px;
  }
  .price .price-list-total__price {
    font-size: 20px;
  }
  .price .price-list-total__price small {
    font-size: 14px;
  }
}
.price .monthlycost .monthlycost-title {
  margin: 0 0 45px;
}
.price .monthlycost .lead {
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  font-weight: 500;
  margin: 0 0 30px;
}
.price .monthlycost-content {
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
@media only screen and (max-width:1200px) {
  .price .monthlycost-content {
    padding-bottom: 90px;
    gap: 30px;
  }
}
@media only screen and (max-width:768px) {
  .price .monthlycost-content {
    display: block;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .price .monthlycost-content {
    padding-bottom: 45px;
  }
}
.price .monthlycost-content__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 55px 40px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:1200px) {
  .price .monthlycost-content__desc {
    padding: 40px 30px;
  }
}
@media only screen and (max-width:969px) {
  .price .monthlycost-content__desc {
    padding: 30px 20px;
  }
}
@media only screen and (max-width:768px) {
  .price .monthlycost-content__desc {
    padding: 40px;
  }
  .price .monthlycost-content__desc:first-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:480px) {
  .price .monthlycost-content__desc {
    padding: 30px 20px;
  }
}
.price .monthlycost-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #555;
}
@media only screen and (max-width:969px) {
  .price .monthlycost-content__head {
    gap: 10px;
  }
}
.price .monthlycost-content__label {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: 500;
}
.price .monthlycost-content__price {
  font-size: clamp(2.2rem, 3vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media only screen and (max-width:768px) {
  .price .monthlycost-content__price {
    font-size: 3rem;
  }
}
.price .monthlycost-content__price small {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 400;
}
.price .monthlycost-content__tax {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  white-space: nowrap;
}
.price .monthlycost-content__body {
  padding-top: 30px;
  font-size: 19px;
  line-height: 2;
}
@media only screen and (max-width:480px) {
  .price .monthlycost-content__body {
    padding-top: 20px;
  }
}
.price .monthlycost-content__body p {
  margin: 0 0 20px;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
@media only screen and (max-width:480px) {
  .price .monthlycost-content__body p {
    margin: 0 0 10px;
  }
}
.price .monthlycost-content__body ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.price .monthlycost-content__body li {
  position: relative;
  padding-left: 30px;
}
.price .monthlycost-content__body li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.price .monthlycost-content__note {
  margin-bottom: 0 !important;
}
.price .living-support {
  padding-top: 0;
}
.price .living-support .part-common {
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .price .living-support .part-common {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .price .living-support .part-common {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .price .living-support .part-common {
    padding-bottom: 45px;
  }
}
.price .living-support .living-support-title {
  margin: 0 0 60px;
}
.price .living-support .living-support-content {
  padding: 60px;
  border-radius: 60px;
  background: #fff;
  margin-top: 90px;
}
@media only screen and (max-width:768px) {
  .price .living-support .living-support-content {
    margin-top: 60px;
    padding: 30px 30px 60px;
  }
}
@media only screen and (max-width:480px) {
  .price .living-support .living-support-content {
    padding: 20px 20px 40px;
    border-radius: 30px;
  }
}
.price .living-support .living-support-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 40px 0;
  margin: 0;
}
@media only screen and (max-width:768px) {
  .price .living-support .living-support-content dl {
    padding: 30px 0;
  }
}
@media only screen and (max-width:480px) {
  .price .living-support .living-support-content dl {
    display: block;
    padding: 20px 0;
  }
}
.price .living-support .living-support-content dl dt {
  font-weight: 500;
}
@media only screen and (max-width:480px) {
  .price .living-support .living-support-content dl dt {
    margin-bottom: 0.5em;
  }
}
.price .living-support .living-support-content dl dd span {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
}
.price .living-support .living-support-content h3 {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 45px 0 20px;
}
@media only screen and (max-width:480px) {
  .price .living-support .living-support-content h3 {
    margin: 30px 0 10px;
  }
}
.price .deposit {
  padding-top: 0;
}
.price .deposit .deposit-title {
  margin: 0 0 60px;
}
.price .deposit .deposit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .price .deposit .deposit-content {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .price .deposit .deposit-content {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:687px) {
  .price .deposit .deposit-content {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .price .deposit .deposit-content {
    padding-bottom: 45px;
  }
}
.price .deposit .deposit-content__img, .price .deposit .deposit-content__text {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width:687px) {
  .price .deposit .deposit-content__img, .price .deposit .deposit-content__text {
    width: 100%;
  }
}
@media only screen and (max-width:687px) {
  .price .deposit .deposit-content__img {
    margin: 0 0 30px;
  }
}
.price .deposit .deposit-content__img img {
  border-radius: 25px;
}
.price .deposit .deposit-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.6em;
}
@media only screen and (max-width:687px) {
  .price .deposit .deposit-content__text .lead {
    margin: 0 0 15px;
  }
}
.price .deposit .deposit-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.price .deposit .deposit-content__text p span {
  display: block;
}
@media only screen and (max-width:969px) {
  .price .deposit .deposit-content__text p span {
    display: inline;
  }
}
.price .price-faq {
  padding-top: 0;
}
.price .price-faq .price-faq-title {
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .price .price-faq .price-faq-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:687px) {
  .price .price-faq .price-faq-title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .price .cta .cta-content h2 span {
    display: block;
  }
}

/*  -------------------------------------
	page:join
  -------------------------------------*/
.join .page-top .page-top-content__text p .paragraph1 {
  display: block;
}
@media only screen and (max-width:480px) {
  .join .page-top .page-top-content__text p .paragraph1 {
    letter-spacing: 0.01em;
  }
}
.join .join-step {
  background: #eee7db;
}
.join .join-step .join-step-content {
  padding: 120px 0;
}
@media only screen and (max-width:969px) {
  .join .join-step .join-step-content {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .join .join-step .join-step-content {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .join .join-step .join-step-content {
    padding: 45px 0;
  }
}
.join .join-step .join-step-content:first-of-type {
  padding-top: 0;
}
.join .join-step .join-step-content:last-of-type {
  padding-bottom: 0;
}
.join .join-step .join-step-content .join-step-title {
  font-size: clamp(2.4rem, 2vw, 4rem);
  font-weight: 500;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .join .join-step .join-step-content .join-step-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .join .join-step .join-step-content .join-step-title {
    margin: 0 0 30px;
  }
}
.join .join-step .join-step-content .join-step-title span {
  display: block;
  font-size: 80%;
  color: #e35353;
  font-family: "Jost", sans-serif;
  margin: 0 0 45px;
}
.join .join-step .join-step-content .step-content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:687px) {
  .join .join-step .join-step-content .step-content-desc {
    display: block;
  }
}
.join .join-step .join-step-content .step-content-desc__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.join .join-step .join-step-content .step-content-desc__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.6em;
}
@media only screen and (max-width:480px) {
  .join .join-step .join-step-content .step-content-desc__text .lead span {
    display: block;
  }
}
.join .join-step .join-step-content .step-content-desc__text ul li {
  position: relative;
}
.join .join-step .join-step-content .step-content-desc__text ul li:before {
  content: "・";
}
.join .join-step .join-step-content .step-content-desc__text h3 {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin: 1.5em 0;
}
.join .join-step .join-step-content .step-content-desc__text .message {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
  margin: 1.5em 0 0;
}
.join .join-step .join-step-content .step-content-desc__text .message2 {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 500;
}
.join .join-step .join-step-content .step-content-desc__text p div.paragraph1 {
  display: block;
}
@media only screen and (max-width:480px) {
  .join .join-step .join-step-content .step-content-desc__text p div.paragraph1 {
    display: inline;
  }
}
.join .join-step .join-step-content .step-content-desc__img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
@media only screen and (max-width:687px) {
  .join .join-step .join-step-content .step-content-desc__img {
    margin: 0 0 45px;
  }
}
.join .join-step .join-step-content .step-content-desc__img img {
  border-radius: 120px;
}
@media only screen and (max-width:969px) {
  .join .join-step .join-step-content .step-content-desc__img img {
    border-radius: 90px;
  }
}
@media only screen and (max-width:768px) {
  .join .join-step .join-step-content .step-content-desc__img img {
    border-radius: 60px;
  }
}
.join .contract .contract-title {
  margin: 0 0 60px;
}
.join .contract .contract-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
}
@media only screen and (max-width:969px) {
  .join .contract .contract-content {
    padding-bottom: 90px;
    gap: 90px;
  }
}
@media only screen and (max-width:768px) {
  .join .contract .contract-content {
    padding-bottom: 60px;
    gap: 60px;
  }
}
@media only screen and (max-width:687px) {
  .join .contract .contract-content {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .join .contract .contract-content {
    padding-bottom: 45px;
  }
}
.join .contract .contract-content__text, .join .contract .contract-content__img {
  width: calc((100% - 120px) / 2 );
}
@media only screen and (max-width:969px) {
  .join .contract .contract-content__text, .join .contract .contract-content__img {
    width: calc((100% - 90px) / 2 );
  }
}
@media only screen and (max-width:768px) {
  .join .contract .contract-content__text, .join .contract .contract-content__img {
    width: calc((100% - 60px) / 2 );
  }
}
@media only screen and (max-width:687px) {
  .join .contract .contract-content__text, .join .contract .contract-content__img {
    width: 100%;
  }
}
.join .contract .contract-content__text .lead {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 500;
}
@media only screen and (max-width:480px) {
  .join .contract .contract-content__text .lead {
    margin-bottom: 10px;
  }
}
.join .contract .contract-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
  letter-spacing: 0.01em;
}
@media only screen and (max-width:687px) {
  .join .contract .contract-content__img {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:480px) {
  .join .contract .contract-content__img {
    margin-bottom: 30px;
  }
}
.join .contract .contract-content__img img {
  border-radius: 25px;
}
.join .join-faq {
  padding-top: 0;
}
.join .join-faq .join-faq-title {
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .join .join-faq .join-faq-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .join .join-faq .join-faq-title {
    margin: 0 0 30px;
  }
}
.join .cta .cta-content h2 {
  line-height: 1.6em;
}
@media only screen and (max-width:687px) {
  .join .cta .cta-content h2 span {
    display: block;
  }
}

/*  -------------------------------------
	page:faq
  -------------------------------------*/
.faq .faq-content {
  background: #eee7db;
}
.faq .faq-content .faq-menu {
  margin-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .faq .faq-content .faq-menu {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .faq .faq-content .faq-menu {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-menu {
    margin-bottom: 45px;
  }
}
.faq .faq-content .faq-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .faq .faq-content .faq-menu ul {
    gap: 15px;
  }
}
.faq .faq-content .faq-menu ul li a.link-card {
  width: auto;
  height: 100px;
  white-space: nowrap;
  padding: 0 90px 0 30px;
  border-radius: 15px;
}
@media only screen and (max-width:768px) {
  .faq .faq-content .faq-menu ul li a.link-card {
    min-height: auto;
    height: 80px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-menu ul li a.link-card {
    padding: 0 60px 0 20px;
    height: 60px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-menu ul li a.link-card:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.faq .faq-content .faq-menu ul li .link-card__arrow {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-menu ul li .link-card__arrow {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.faq .faq-content .faq-menu ul li .link-card__arrow svg {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-menu ul li .link-card__arrow svg {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width:687px) {
  .faq .faq-content .faq-menu ul li .link-card__text {
    font-size: 14px !important;
  }
}
.faq .faq-content .faq-content-desc {
  padding: 120px 0;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width:1200px) {
  .faq .faq-content .faq-content-desc {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .faq .faq-content .faq-content-desc {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-content-desc {
    padding: 45px 0;
  }
}
.faq .faq-content .faq-content-desc:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.faq .faq-content .faq-content-desc .faq-title {
  margin: 0 0 90px;
}
@media only screen and (max-width:969px) {
  .faq .faq-content .faq-content-desc .faq-title {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:768px) {
  .faq .faq-content .faq-content-desc .faq-title {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content .faq-content-desc .faq-title {
    margin: 0 0 30px;
  }
}
.faq .cta .cta-content h2 {
  line-height: 1.6em;
}
@media only screen and (max-width:687px) {
  .faq .cta .cta-content h2 span {
    display: block;
  }
}

/*  -------------------------------------
	page:inquiry
  -------------------------------------*/
.inquiry .page-top .page-top-content__text ul {
  margin: 0 0 1em;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.inquiry .page-top .page-top-content__text ul li:before {
  content: "・";
}
.inquiry .page-top .page-top-content__text p .paragraph1 {
  display: block;
}
@media only screen and (max-width:480px) {
  .inquiry .page-top .page-top-content__text p .paragraph1 {
    letter-spacing: 0.01em;
  }
}
.inquiry .inquiry-content {
  background: #eee7db;
}
.inquiry .inquiry-content .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #000;
  margin: 0;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap dl {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap dl {
    padding: 20px 0;
  }
}
.inquiry .inquiry-content .form-wrap dl dt {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .inquiry .inquiry-content .form-wrap dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap dl dt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap dl dt {
    margin-bottom: 0.75em;
  }
}
.inquiry .inquiry-content .form-wrap dl dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media only screen and (max-width:991px) {
  .inquiry .inquiry-content .form-wrap dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap dl dd {
    max-width: 100%;
  }
}
.inquiry .inquiry-content .form-wrap dl dd input {
  background: none;
  border: none;
  width: 100%;
  padding: 0.75em;
  border-radius: 5px;
  background: #fff;
}
.inquiry .inquiry-content .form-wrap dl dd input[type=radio], .inquiry .inquiry-content .form-wrap dl dd input[type=checkbox] {
  width: 21px;
  height: 21px;
  cursor: pointer;
  vertical-align: middle;
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap dl dd input[type=radio], .inquiry .inquiry-content .form-wrap dl dd input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.inquiry .inquiry-content .form-wrap dl dd textarea {
  background: #fff;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 250px;
  padding: 0.5em;
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap dl dd textarea {
    margin-top: 1em;
  }
}
.inquiry .inquiry-content .form-wrap dl dd span {
  display: block;
  font-weight: normal;
}
.inquiry .inquiry-content .form-wrap dl dd span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5px;
}
.inquiry .inquiry-content .form-wrap dl dd span label input {
  margin-right: 1em;
  margin-top: 0;
  width: auto;
}
.inquiry .inquiry-content .form-wrap #submit-wrap {
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap #submit-wrap {
    margin: 90px auto 0;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap #submit-wrap {
    margin: 45px auto 0;
  }
}
.inquiry .inquiry-content .form-wrap #submit-wrap input {
  width: 240px;
  height: 80px;
  margin: 0;
  background: #fff;
  border: none;
}
.inquiry .inquiry-content .form-wrap #submit-wrap input:hover {
  color: #000 !important;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width:768px) {
  .inquiry .inquiry-content .form-wrap #submit-wrap input {
    height: 60px;
  }
}
@media only screen and (max-width:480px) {
  .inquiry .inquiry-content .form-wrap #submit-wrap input {
    height: 45px;
  }
}

/*  -------------------------------------
	psge:privacy / thanks
  -------------------------------------*/
.privacy .page-top:before, .privacy .page-top:after, .thanks .page-top:before, .thanks .page-top:after {
  width: 400px;
  height: 400px;
  margin-top: -200px;
}
@media only screen and (max-width:1200px) {
  .privacy .page-top:before, .privacy .page-top:after, .thanks .page-top:before, .thanks .page-top:after {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    left: -100px;
  }
}
@media only screen and (max-width:687px) {
  .privacy .page-top:before, .privacy .page-top:after, .thanks .page-top:before, .thanks .page-top:after {
    margin-top: -10px;
  }
}
.privacy .page-top .page-top-content, .thanks .page-top .page-top-content {
  display: block;
}
.privacy .page-top .page-top-content__text p .paragraph1, .thanks .page-top .page-top-content__text p .paragraph1 {
  display: block;
}
@media only screen and (max-width:480px) {
  .privacy .page-top .page-top-content__text p .paragraph1, .thanks .page-top .page-top-content__text p .paragraph1 {
    display: inline;
  }
}
.privacy .privacy-content, .thanks .privacy-content {
  padding-top: 0;
}
.privacy .privacy-content .p-page-content, .thanks .privacy-content .p-page-content {
  margin: 120px 0;
  text-align: justify;
}
.privacy .privacy-content .p-page-content:first-of-type, .thanks .privacy-content .p-page-content:first-of-type {
  margin-top: 0;
}
.privacy .privacy-content .p-page-content:last-of-type, .thanks .privacy-content .p-page-content:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .privacy .privacy-content .p-page-content, .thanks .privacy-content .p-page-content {
    margin: 90px 0;
  }
}
@media only screen and (max-width:480px) {
  .privacy .privacy-content .p-page-content, .thanks .privacy-content .p-page-content {
    margin: 60px 0;
  }
}
.privacy .privacy-content .p-page-content h3, .thanks .privacy-content .p-page-content h3 {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem) !important;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding: 0 0 1em;
  margin: 0 0 1em;
}
.privacy .privacy-content .p-page-content p, .thanks .privacy-content .p-page-content p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
.privacy .privacy-content .p-page-content ul, .thanks .privacy-content .p-page-content ul {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 1.5em 0;
}
.privacy .privacy-content .p-page-content ul li, .thanks .privacy-content .p-page-content ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4em;
  margin: 0 0 0.75em;
}
.privacy .privacy-content .p-page-content ul li:before, .thanks .privacy-content .p-page-content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy .privacy-content .p-page-content ul li span, .thanks .privacy-content .p-page-content ul li span {
  font-weight: 500;
  margin-bottom: 0.25em;
  display: block;
}

/*  -------------------------------------
	archive
  -------------------------------------*/
@media only screen and (max-width:480px) {
  .archive .page-top, .all-news .page-top {
    margin-top: 60px;
  }
}
.archive .page-top:before, .archive .page-top:after, .all-news .page-top:before, .all-news .page-top:after {
  width: 400px;
  height: 400px;
  margin-top: -200px;
}
@media only screen and (max-width:1200px) {
  .archive .page-top:before, .archive .page-top:after, .all-news .page-top:before, .all-news .page-top:after {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    left: -100px;
  }
}
@media only screen and (max-width:768px) {
  .archive .page-top:before, .archive .page-top:after, .all-news .page-top:before, .all-news .page-top:after {
    margin-top: -90px;
  }
}
@media only screen and (max-width:687px) {
  .archive .page-top:before, .archive .page-top:after, .all-news .page-top:before, .all-news .page-top:after {
    margin-top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .archive .page-top:before, .archive .page-top:after, .all-news .page-top:before, .all-news .page-top:after {
    margin-top: -10px;
    width: 100px;
    height: 100px;
    left: -50px;
  }
}
.archive .page-top .page-top-title, .all-news .page-top .page-top-title {
  margin: 0;
  padding: 120px 0;
}
@media only screen and (max-width:1200px) {
  .archive .page-top .page-top-title, .all-news .page-top .page-top-title {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .archive .page-top .page-top-title, .all-news .page-top .page-top-title {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .archive .page-top .page-top-title, .all-news .page-top .page-top-title {
    padding: 45px 0;
  }
}
.archive .archive-content, .all-news .archive-content {
  padding-top: 0;
}
.archive .archive-content .post-wrap .all-page-pager, .all-news .archive-content .post-wrap .all-page-pager {
  margin-top: 120px;
}
@media only screen and (max-width:1200px) {
  .archive .archive-content .post-wrap .all-page-pager, .all-news .archive-content .post-wrap .all-page-pager {
    margin-top: 90px;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-content .post-wrap .all-page-pager, .all-news .archive-content .post-wrap .all-page-pager {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .archive .archive-content .post-wrap .all-page-pager, .all-news .archive-content .post-wrap .all-page-pager {
    margin-top: 45px;
  }
}
.archive .archive-content dl, .all-news .archive-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding: 3em 0;
  margin: 0;
}
@media only screen and (max-width:1200px) {
  .archive .archive-content dl, .all-news .archive-content dl {
    padding: 2em 0;
  }
}
@media only screen and (max-width:687px) {
  .archive .archive-content dl, .all-news .archive-content dl {
    display: block;
  }
}
.archive .archive-content dl dt, .all-news .archive-content dl dt {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
@media only screen and (max-width:1200px) {
  .archive .archive-content dl dt, .all-news .archive-content dl dt {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
}
@media only screen and (max-width:687px) {
  .archive .archive-content dl dt, .all-news .archive-content dl dt {
    margin-bottom: 1em;
  }
}
.archive .archive-content dl dd, .all-news .archive-content dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}
@media only screen and (max-width:1200px) {
  .archive .archive-content dl dd, .all-news .archive-content dl dd {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
.archive .archive-content dl dd a.p-cat, .all-news .archive-content dl dd a.p-cat {
  border: 1px solid #333;
  border-radius: 30px;
  font-size: clamp(1.1rem, 3vw, 1.4rem) !important;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
@media only screen and (max-width:687px) {
  .archive .archive-content dl dd a.p-cat, .all-news .archive-content dl dd a.p-cat {
    font-size: clamp(1.1rem, 2vw, 1.2rem) !important;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media only screen and (max-width:687px) {
  .archive .archive-content dl dd a.p-cat, .all-news .archive-content dl dd a.p-cat {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
}
.archive .archive-content dl dd span.p-title, .all-news .archive-content dl dd span.p-title {
  -ms-flex-preferred-size: calc(100% - 240px);
      flex-basis: calc(100% - 240px);
  padding: 0 2.5em;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 1.6em;
}
@media only screen and (max-width:1200px) {
  .archive .archive-content dl dd span.p-title, .all-news .archive-content dl dd span.p-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin: 1em 0;
  }
}
.archive .archive-content dl dd a.p-more, .all-news .archive-content dl dd a.p-more {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
  text-align: right;
}
@media only screen and (max-width:1200px) {
  .archive .archive-content dl dd a.p-more, .all-news .archive-content dl dd a.p-more {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.archive .archive-content dl dd.post-cat, .all-news .archive-content dl dd.post-cat {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
@media only screen and (max-width:991px) {
  .archive .archive-content dl dd.post-cat, .all-news .archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-content dl dd.post-cat, .all-news .archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
}
@media only screen and (max-width:480px) {
  .archive .archive-content dl dd.post-cat, .all-news .archive-content dl dd.post-cat {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}
.archive .archive-content dl dd.post-cat a, .all-news .archive-content dl dd.post-cat a {
  color: #9a7e47 !important;
  border: 1px solid #9a7e47;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0.5em;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  letter-spacing: 0.1em;
  min-height: 0vw;
  display: inline-block;
}
@media only screen and (max-width:768px) {
  .archive .archive-content dl dd.post-cat a, .all-news .archive-content dl dd.post-cat a {
    padding: 2px 5px;
  }
}
.archive .archive-content dl dd.post-ttl, .all-news .archive-content dl dd.post-ttl {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
@media only screen and (max-width:991px) {
  .archive .archive-content dl dd.post-ttl, .all-news .archive-content dl dd.post-ttl {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
}
@media only screen and (max-width:768px) {
  .archive .archive-content dl dd.post-ttl, .all-news .archive-content dl dd.post-ttl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 1em;
  }
}

/*  -------------------------------------
	single
  -------------------------------------*/
.single .page-top {
  padding-bottom: 0;
}
@media only screen and (max-width:480px) {
  .single .page-top {
    margin-top: 60px;
  }
}
.single .page-top:before, .single .page-top:after {
  width: 300px;
  height: 300px;
  margin-top: -150px;
  left: -150px;
}
@media only screen and (max-width:1200px) {
  .single .page-top:before, .single .page-top:after {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    left: -50px;
  }
}
@media only screen and (max-width:687px) {
  .single .page-top:before, .single .page-top:after {
    width: 120px;
    height: 120px;
    margin-top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .single .page-top:before, .single .page-top:after {
    margin-top: -10px;
    width: 100px;
    height: 100px;
    left: -30px;
  }
}
.single .page-top .page-top-title {
  margin: 0;
  padding: 120px 0;
}
.single .page-top .page-top-title h1 {
  line-height: 1.6em;
}
@media only screen and (max-width:1200px) {
  .single .page-top .page-top-title {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .single .page-top .page-top-title {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .single .page-top .page-top-title {
    padding: 45px 0;
  }
}
.single .single-content {
  padding: 0;
}
.single .single-content .entry-content p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
.single .single-content .category-wrap {
  padding: 120px 0 0;
  margin-top: 120px;
  border-top: 1px solid #000;
}
@media only screen and (max-width:1200px) {
  .single .single-content .category-wrap {
    padding: 90px 0 0;
    margin-top: 90px;
  }
}
@media only screen and (max-width:768px) {
  .single .single-content .category-wrap {
    padding: 60px 0 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .single .single-content .category-wrap {
    padding: 45px 0 0;
    margin-top: 45px;
    padding: 45px 0;
  }
}
.single .single-content .category-wrap h2 {
  font-size: clamp(1.6rem, 2vw, 2.4rem) !important;
  font-weight: 500;
  min-height: 0vw;
  position: relative;
  padding-left: 45px;
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .single .single-content .category-wrap h2 {
    margin: 0 0 20px;
  }
}
.single .single-content .category-wrap h2:before {
  content: "";
  background: #e49f02;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:480px) {
  .single .single-content .category-wrap h2:before {
    width: 20px;
    padding-left: 30px;
  }
}
.single .single-content .category-wrap ul li {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 0 0 0.5em;
}
.single .single-content .category-wrap ul li:last-child {
  margin-bottom: 0;
}

/*  -------------------------------------
	single:single-case
  -------------------------------------*/
.single-case .page-top .page-top-title .p-cat {
  margin: 0 0 45px;
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
}
.single-case .page-top .page-top-title h1 {
  font-size: clamp(2.4rem, 3vw, 4rem) !important;
  line-height: 1.6em;
}
.single-case .page-top .page-top-content {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.single-case .page-top .page-top-content__img {
  background: #fff;
  padding: 30px 60px 60px;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width:1200px) {
  .single-case .page-top .page-top-content__img {
    padding: 30px 45px 45px;
  }
}
@media only screen and (max-width:969px) {
  .single-case .page-top .page-top-content__img {
    padding: 20px 30px 30px;
  }
}
@media only screen and (max-width:687px) {
  .single-case .page-top .page-top-content__img img {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .single-case .page-top .page-top-content__img img {
    width: 100%;
  }
}
.single-case .page-top .page-top-content__img .profile {
  margin-top: 30px;
}
@media only screen and (max-width:480px) {
  .single-case .page-top .page-top-content__img .profile {
    margin-top: 20px;
  }
}
.single-case .page-top .page-top-content__img .profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 0 0 1em;
}
.single-case .page-top .page-top-content__img .profile dl:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .single-case .page-top .page-top-content__img .profile dl {
    text-align: left;
    display: block;
    margin: 0 0 1.5em;
  }
}
.single-case .page-top .page-top-content__img .profile dl dt {
  font-weight: 400;
}
@media only screen and (max-width:768px) {
  .single-case .page-top .page-top-content__img .profile dl dt {
    margin: 0 0 0.5em;
  }
}
.single-case .page-top .page-top-content__img .profile dl dt:after {
  content: "：";
}
@media only screen and (max-width:768px) {
  .single-case .page-top .page-top-content__img .profile dl dt:after {
    display: none;
  }
}
@media only screen and (max-width:687px) {
  .single-case .page-top .page-top-content__text {
    margin-top: 30px;
  }
}
.single-case .page-top .page-top-content__text p {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
}
.single-case .case-content {
  background: #eee7db;
  margin-top: 120px;
}
@media only screen and (max-width:1200px) {
  .single-case .case-content {
    margin-top: 90px;
  }
}
@media only screen and (max-width:768px) {
  .single-case .case-content {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .single-case .case-content {
    margin-top: 45px;
  }
}
.single-case .case-content .case-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:1200px) {
  .single-case .case-content .case-desc {
    display: block;
    margin: 0 0 90px;
  }
}
@media only screen and (max-width:768px) {
  .single-case .case-content .case-desc {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:480px) {
  .single-case .case-content .case-desc {
    margin: 0 0 45px;
  }
}
.single-case .case-content .case-desc:last-of-type {
  margin-bottom: 0;
}
.single-case .case-content .case-desc h3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 0;
  font-size: clamp(1.8rem, 1.5vw, 3rem);
  position: relative;
  padding-left: 75px;
}
@media only screen and (max-width:969px) {
  .single-case .case-content .case-desc h3 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (max-width:812px) {
  .single-case .case-content .case-desc h3 {
    margin: 0 0 40px;
    padding-left: 60px;
  }
}
.single-case .case-content .case-desc h3:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #e49f02;
  position: absolute;
  left: 0;
  top: 50%;
  webkit-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width:812px) {
  .single-case .case-content .case-desc h3:before {
    width: 30px;
  }
}
.single-case .case-content .case-desc p {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  line-height: 2em;
}
@media only screen and (max-width:1200px) {
  .single-case .case-content .case-desc p {
    padding: 30px;
  }
}
@media only screen and (max-width:969px) {
  .single-case .case-content .case-desc p {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
@media only screen and (max-width:480px) {
  .single-case .case-content .case-desc p {
    border-radius: 20px;
    padding: 20px;
  }
}

/*  -------------------------------------
	archive:post-type-archive-case
  -------------------------------------*/
@media only screen and (max-width:480px) {
  .post-type-archive-case .page-top {
    margin-top: 60px;
  }
}
.post-type-archive-case .page-top:before, .post-type-archive-case .page-top:after {
  width: 400px;
  height: 400px;
  margin-top: -200px;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-case .page-top:before, .post-type-archive-case .page-top:after {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    left: -100px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-case .page-top:before, .post-type-archive-case .page-top:after {
    margin-top: -90px;
  }
}
@media only screen and (max-width:687px) {
  .post-type-archive-case .page-top:before, .post-type-archive-case .page-top:after {
    margin-top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-case .page-top:before, .post-type-archive-case .page-top:after {
    margin-top: -10px;
    width: 100px;
    height: 100px;
    left: -50px;
  }
}
.post-type-archive-case .page-top .page-top-title {
  margin: 0;
  padding: 120px 0;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-case .page-top .page-top-title {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-case .page-top .page-top-title {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-case .page-top .page-top-title {
    padding: 45px 0;
  }
}
.post-type-archive-case .case-content {
  padding-top: 0;
}
.post-type-archive-case .case-content .case-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  /* 均等に3列配置 */
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width:1200px) {
  .post-type-archive-case .case-content .case-wrap {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  .post-type-archive-case .case-content .case-wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .post-type-archive-case .case-content .case-wrap {
    margin-bottom: 45px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 45px;
  }
}
.post-type-archive-case .case-content .case-wrap .case-desc img {
  border-radius: 30px;
  margin: 0 0 15px;
}
@media only screen and (max-width:480px) {
  .post-type-archive-case .case-content .case-wrap .case-desc img {
    border-radius: 15px;
    margin: 0 0 10px;
  }
}
.post-type-archive-case .case-content .case-wrap .case-desc__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  gap: 20px;
}
@media only screen and (max-width:480px) {
  .post-type-archive-case .case-content .case-wrap .case-desc__profile {
    margin-top: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 5px;
  }
}
/*  -------------------------------------
	archive:post-type-archive-finance
  -------------------------------------*/
.post-type-archive-finance .archive-content dl dd {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-type-archive-finance .archive-content dl dd a.p-pdf img {
  display: block;
  width: 40px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*  -------------------------------------
	navigation
  -------------------------------------*/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px 0 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
@media only screen and (max-width:1200px) {
  .navigation {
    margin-top: 90px;
  }
}
@media only screen and (max-width:768px) {
  .navigation {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .navigation {
    margin-top: 45px;
  }
}
.navigation a {
  color: #333 !important;
}
@media only screen and (max-width:480px) {
  .navigation {
    font-size: 12px;
  }
}
.navigation .alignleft {
  position: relative;
  padding-left: 2em;
}
.navigation .alignleft:before {
  content: "";
  background: url(assets/img/icon/iconChevronL.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignleft:before {
    width: 12px;
    height: 12px;
  }
}
.navigation .alignright {
  position: relative;
  padding-right: 2em;
}
.navigation .alignright:before {
  content: "";
  background: url(assets/img/icon/iconChevron.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignright:before {
    width: 12px;
    height: 12px;
  }
}

/* 5.0 drawer
--------------------------------------------------------------*/
h1 {
  position: relative;
}

.button_container {
  position: fixed;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  right: 50px;
  top: 45px;
}
@media only screen and (max-width:1200px) {
  .button_container {
    top: 37px;
  }
}
@media only screen and (max-width:969px) {
  .button_container {
    top: 10px;
    right: 8px;
  }
}
@media only screen and (max-width:768px) {
  .button_container {
    width: 30px;
    height: 30px;
    top: 12px;
    right: 15px;
  }
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(-50%) rotate(45deg);
          transform: translateY(4px) translateX(-50%) rotate(45deg);
  background: #085274;
}
@media only screen and (max-width:768px) {
  .button_container.active .top {
    -webkit-transform: translateY(4px) translateX(-50%) rotate(45deg);
            transform: translateY(4px) translateX(-50%) rotate(45deg);
  }
}
.button_container.active .middle {
  opacity: 0;
  background: #085274;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-6px) translateX(-50%) rotate(-45deg);
          transform: translateY(-6px) translateX(-50%) rotate(-45deg);
  background: #085274;
}
@media only screen and (max-width:768px) {
  .button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(-50%) rotate(-45deg);
            transform: translateY(-7px) translateX(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width:687px) {
  .button_container.active .bottom {
    -webkit-transform: translateY(-5px) translateX(-50%) rotate(-45deg);
            transform: translateY(-5px) translateX(-50%) rotate(-45deg);
  }
}
.button_container.active span:nth-of-type(2) {
  top: 16px;
}
@media only screen and (max-width:768px) {
  .button_container.active span:nth-of-type(2) {
    top: 15px;
  }
}
@media only screen and (max-width:687px) {
  .button_container.active span:nth-of-type(2) {
    top: 14px;
  }
}
@media only screen and (max-width:687px) {
  .button_container.active span:nth-of-type(3) {
    top: 18px;
  }
}
.button_container span {
  background: #085274;
  border: none;
  height: 1px;
  width: 60%;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
@media only screen and (max-width:768px) {
  .button_container span {
    top: 9px;
  }
}
.button_container span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(2) {
    top: 15px;
  }
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(3) {
    top: 20px;
  }
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 10;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 99;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  text-align: left;
  line-height: 1.2em;
  /* &:nth-of-type(2) {
     animation-delay: .4s;
   }
   &:nth-of-type(3) {
     animation-delay: .45s;
   }
   &:nth-of-type(4) {
     animation-delay: .50s;
   }
   &:nth-of-type(5) {
     animation-delay: .55s;
   }
   &:nth-of-type(6) {
     animation-delay: .60s;
   }
   &:nth-of-type(7) {
     animation-delay: .65s;
   }
   &:nth-of-type(8) {
     animation-delay: .7s;
   }
   &:nth-of-type(9) {
     animation-delay: .75s;
   }
   &:nth-of-type(10) {
     animation-delay: .8s;
   }*/
}
.overlay.open li.menu-parent-item:hover ul {
  position: relative;
  top: 0;
}
.overlay nav {
  position: relative;
  height: auto;
  width: 100%;
  /* top: 50%;
   transform: translateY(-50%);*/
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  text-align: center;
  overflow: scroll;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 2% 0;
  font-weight: 500;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
  color: #085274 !important;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
}
.overlay ul li a span {
  width: 110px;
  display: inline-block;
  font-size: 18px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 1px;
  background: #085274;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.overlay ul li ul {
  display: block;
  margin: 0.5em 0;
}
.overlay ul li ul li {
  height: auto;
  font-weight: 400;
}
.overlay ul li ul li a {
  font-size: 1.4rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}