@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #F8F4F0;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

a[href^=tel] {
  cursor: default;
}

.container, .footer-inr, .u-layout05, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .wide.footer-inr, .wide.u-layout05, .breadcrumb ul.wide {
  max-width: 1200px;
}
.container.narrow, .narrow.footer-inr, .narrow.u-layout05, .breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .container, .footer-inr, .u-layout05, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 60px 25px 25px;
  width: 100%;
  transition: 0.3s;
}
.header .h-logo {
  width: 25%;
  max-width: 324px;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header.is-fixed {
  background: rgba(253, 251, 250, 0.9);
}
.header.is-fixed .header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px 15px 25px;
  width: 100%;
}

@media (max-width: 800px) {
  .header {
    position: static;
  }
  .header-inr {
    display: block;
    padding: 20px 5%;
  }
  .header .h-logo {
    width: 247px;
    max-width: 247px;
  }
}
/*------------
G-navi
--------------*/
/*drawer*/
.pc-navi-list {
  padding-top: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-navi .item {
  padding-bottom: 13px;
}
.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.pc-navi .item .item-link:hover {
  color: #67AC98;
}
.pc-navi .item:not(:last-child) {
  margin-right: 50px;
}

.pc-dropdown {
  position: relative;
  padding-right: 20px;
}
.pc-dropdown::after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../images/share/icon_arrow_down.svg) center/contain no-repeat;
}
.pc-dropdown .pc-navi-child {
  border-radius: 20px;
  border: 1px solid #DEC27C;
  background: #fff;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 25px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.pc-dropdown .pc-navi-child li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 16px;
}
.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #67AC98;
}
.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 13px;
}
.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}
.pc-dropdown:hover .item-link {
  color: #67AC98;
}
.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-menu-btn, .sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .pc-navi {
    display: none;
  }
  .sp-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #67AC98;
    border-radius: 10px;
    position: fixed;
    top: 15px;
    right: 5%;
    z-index: 99999;
  }
  .sp-menu-btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-menu-btn span:nth-child(1) {
    top: 35%;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 50%;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 65%;
  }
  .sp-menu-btn.is-open span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .sp-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu-btn.is-open span:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  :root {
    --navi-background: #67AC98;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Zen Maru Gothic", sans-serif;
    --sp-btn-color: #E67A7A;
  }
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns > * {
    flex: 1;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item:last-child {
    border-right: 0;
  }
  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }
  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }
  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }
  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }
  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 23px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #FDFBFA;
    font-family: var(--navi-font);
    font-weight: 700;
    padding: 100px 10%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #DBD8D1;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #DBD8D1;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 14px;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before, .sp-navi .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #67AC98;
    position: absolute;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }
  .sp-navi .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #67AC98;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-navi .sp-navi-other .item + .item {
    margin: 15px 0 0;
  }
  .sp-navi .sp-navi-other .tel {
    text-align: center;
    color: #333;
    display: block;
    font-size: 23px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 10px;
  }
  .sp-navi .sp-navi-other .tel i {
    font-size: 15px;
  }
  .sp-navi .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }
  .sp-navi .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
  padding: 145px 8% 50px;
  z-index: 2;
}
.hero::before {
  content: "";
  width: 19.1vw;
  height: 38vw;
  position: absolute;
  left: 0;
  bottom: 4.4vw;
  background: url(../images/hero_deco01.png) center/contain no-repeat;
  z-index: -1;
}
.hero-inr {
  display: flex;
  flex-direction: row-reverse;
}
.hero-img {
  width: 65%;
  max-width: 980px;
  margin-left: 30px;
  padding-bottom: 2.5vw;
  position: relative;
}
.hero-img::after {
  content: "";
  width: 18.83vw;
  height: 14.11vw;
  position: absolute;
  left: -11.9vw;
  bottom: 0;
  background: url(../images/hero_deco02.png) center/contain no-repeat;
}
.hero-desc {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.hero-ttl {
  max-width: 245px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #67AC98;
  font-weight: 700;
  font-size: 36px;
  writing-mode: vertical-rl;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

@media (max-width: 800px) {
  .hero {
    padding: 5px 5% 15.75vw;
    background: url(../images/hero_bg_sp.png) center bottom/100% 92.5vw no-repeat;
  }
  .hero::before {
    width: 18.5vw;
    height: 18.5vw;
    left: 5%;
    bottom: auto;
    top: 62.17vw;
    background: url(../images/hero_sp_deco01.png) center/contain no-repeat;
    z-index: -1;
  }
  .hero::after {
    content: "";
    position: absolute;
    width: 16.5vw;
    height: 32vw;
    right: 0;
    bottom: 2.25vw;
    background: url(../images/hero_sp_deco02.png) center/contain no-repeat;
    z-index: -1;
  }
  .hero-inr {
    display: block;
  }
  .hero-img {
    width: 100%;
    max-width: none;
    margin: 0 0 7.75vw;
    padding-bottom: 0;
    position: relative;
  }
  .hero-img::after {
    content: "";
    width: 34.6vw;
    height: 25.9vw;
    left: auto;
    right: 3.6vw;
    bottom: -11.8vw;
  }
  .hero-desc {
    display: block;
    padding: 0 0 0 6.75vw;
  }
  .hero-ttl {
    max-width: none;
    font-size: 25px;
    writing-mode: horizontal-tb;
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 65px;
}
.t-ttl .jp {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
}
.t-ttl .en {
  display: block;
  font-family: "Parkinsans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #DEC27C;
  letter-spacing: 0.05em;
}
.t-ttl.left {
  text-align: left;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .jp {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .t-ttl .en {
    font-size: 16px;
  }
}
.top-dl .dl-item {
  display: flex;
  align-items: flex-start;
}
.top-dl .dl-item:not(:last-child) {
  margin-bottom: 10px;
}
.top-dl dt {
  background: #67AC98;
  color: #fff;
  font-size: 13px;
  width: 60px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  padding: 7px 0;
}
.top-dl dd {
  flex: 1;
  padding-left: 10px;
  line-height: 1.6;
}

.top-layout01 {
  display: flex;
  justify-content: space-between;
}
.top-layout01 .l-item {
  width: 48%;
}
.top-layout01 .l-btn {
  margin-top: 30px;
}
.top-layout01 .top-dl {
  margin-top: 25px;
}
.top-layout01 .top-cta {
  margin-top: 20px;
}

.top-cta {
  display: flex;
  align-items: center;
}
.top-cta .tel {
  margin-right: 20px;
}

.top-notice {
  color: #E05E37;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

@media (max-width: 800px) {
  .top-dl .dl-item:not(:last-child) {
    margin-bottom: 7px;
  }
  .top-dl dt {
    font-size: 12px;
    width: 55px;
    padding: 5px 0;
  }
  .top-dl dd {
    line-height: 1.5;
    font-size: 14px;
  }
  .top-layout01 {
    display: block;
  }
  .top-layout01 .l-item {
    width: 100%;
  }
  .top-layout01 .l-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .top-layout01 .l-btn {
    margin-top: 30px;
  }
  .top-layout01 .top-dl {
    margin-top: 20px;
  }
  .top-layout01 .top-cta {
    margin-top: 20px;
  }
  .top-cta {
    flex-direction: column;
  }
  .top-cta .tel {
    margin: 0 0 10px;
  }
  .top-notice {
    font-size: 13px;
    margin-top: 10px;
  }
}
/*------------
Block
--------------*/
.sec01 {
  padding: 90px 0;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.sec01::before {
  content: "";
  width: 92%;
  height: calc(100% + 28vw);
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/sec01_bg.png) center/100% 100% no-repeat;
  z-index: -1;
}
.sec01 .top-layout01 {
  margin-bottom: 70px;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 40px 0 50px;
    margin-bottom: 0;
  }
  .sec01::before {
    display: none;
  }
  .sec01 .top-layout01 {
    margin-bottom: 30px;
  }
}
.sec02 {
  margin-bottom: 150px;
}
.sec02 .container, .sec02 .footer-inr, .sec02 .u-layout05, .sec02 .breadcrumb ul, .breadcrumb .sec02 ul {
  display: flex;
}
.sec02-ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-right: 30px;
}
.sec02 .btn-more {
  max-width: 170px;
}
.sec02 .list-top-news02 {
  flex: 3;
}

@media (max-width: 800px) {
  .sec02 {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 75px;
  }
  .sec02 .container, .sec02 .footer-inr, .sec02 .u-layout05, .sec02 .breadcrumb ul, .breadcrumb .sec02 ul {
    display: block;
  }
  .sec02-ttl {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .sec02 .t-ttl {
    margin-bottom: 0;
  }
  .sec02 .btn-more {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec03 {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.sec03::after {
  content: "";
  width: 200px;
  height: 495px;
  position: absolute;
  right: 0;
  bottom: -200px;
  background: url(../images/sec03_deco01.png) center/contain no-repeat;
  z-index: -1;
}
.sec03 .t-ttl {
  margin-bottom: 45px;
}
.sec03 .t-ttl .en {
  font-size: 20px;
  margin-bottom: 20px;
}
.sec03 .t-ttl .jp {
  font-size: 35px;
  margin-bottom: 0;
}
.sec03-layout, .sec05-layout {
  display: flex;
  align-items: center;
}
.sec03-layout .l-img, .sec05-layout .l-img {
  width: 45.4%;
  margin-right: 7.3%;
}
.sec03-layout .l-img img, .sec05-layout .l-img img {
  width: 100%;
}
.sec03-layout .l-desc, .sec05-layout .l-desc {
  flex: 1;
}
.sec03-layout .l-desc-inr, .sec05-layout .l-desc-inr {
  max-width: 480px;
  position: relative;
  z-index: 1;
}
.sec03-layout .l-desc-inr::before, .sec05-layout .l-desc-inr::before {
  content: "";
  width: 197px;
  height: 197px;
  position: absolute;
  top: -30px;
  right: -60px;
  background: url(../images/sec03_layout_deco01.png) center/contain no-repeat;
  z-index: -1;
}
.sec03-layout .btn-more, .sec05-layout .btn-more {
  margin-top: 45px;
}

@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 90px;
    z-index: 2;
  }
  .sec03::after {
    width: 90px;
    height: 222.75px;
    right: 0;
    bottom: -70px;
  }
  .sec03 .t-ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec03 .t-ttl .en {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .sec03 .t-ttl .jp {
    font-size: 25px;
    margin-bottom: 0;
  }
  .sec03-layout, .sec05-layout {
    display: block;
    position: relative;
    z-index: 5;
  }
  .sec03-layout .l-img, .sec05-layout .l-img {
    width: 90%;
    margin: 0 auto 15px;
  }
  .sec03-layout .l-desc-inr, .sec05-layout .l-desc-inr {
    max-width: none;
  }
  .sec03-layout .l-desc-inr::before, .sec05-layout .l-desc-inr::before {
    width: 80px;
    height: 80px;
    top: -10px;
    right: 0;
  }
  .sec03-layout .btn-more, .sec05-layout .btn-more {
    margin-top: 25px;
  }
}
.sec04 {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.sec04::after {
  content: "";
  width: 181px;
  height: 446px;
  position: absolute;
  top: -140px;
  left: 0;
  background: url(../images/sec04_deco01.png) center/contain no-repeat;
  z-index: -1;
}
.sec04-list {
  display: flex;
  justify-content: space-between;
}
.sec04-list > li {
  width: 29.6%;
}
.sec04-list .list-img {
  position: relative;
  margin-bottom: 25px;
}
.sec04-list .list-num {
  position: absolute;
  bottom: -8px;
  left: 18px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  background: rgba(222, 194, 124, 0.76);
  border-radius: 50%;
  color: #fff;
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.sec04-list .list-ttl {
  text-align: center;
  color: #67AC98;
  font-size: 21px;
  margin-bottom: 25px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .sec04 {
    margin-bottom: 50px;
  }
  .sec04::after {
    width: 80px;
    height: 197px;
    top: -60px;
  }
  .sec04-list {
    display: block;
  }
  .sec04-list > li {
    width: 100%;
  }
  .sec04-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .sec04-list .list-img {
    margin-bottom: 15px;
  }
  .sec04-list .list-ttl {
    margin-bottom: 10px;
  }
}
.sec05 {
  padding: 195px 0;
  margin-bottom: 55px;
}
.sec05-inr {
  background: #FDFBFA;
  position: relative;
  z-index: 1;
  padding: 50px 0 90px;
}
.sec05-inr::before {
  content: "";
  width: 100%;
  height: 195px;
  position: absolute;
  top: -195px;
  left: 0;
  background: url(../images/sec05_frame_top.png) center/100% 100% no-repeat;
}
.sec05-inr::after {
  content: "";
  width: 100%;
  height: 195px;
  position: absolute;
  bottom: -195px;
  left: 0;
  background: url(../images/sec05_frame_bottom.png) center/100% 100% no-repeat;
}
.sec05-deco {
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
}
.sec05-deco.deco01 {
  width: 143px;
  left: 0;
  top: 34%;
}
.sec05-deco.deco02 {
  width: 182px;
  right: 0;
  top: 51.5%;
}
.sec05-deco.deco03 {
  width: 169px;
  left: 0;
  bottom: -90px;
  transform: none;
}
.sec05 .t-ttl {
  margin-bottom: 45px;
}
.sec05 .t-ttl .jp {
  font-size: 35px;
}
.sec05-layout {
  position: relative;
  z-index: 5;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec05-layout .l-img {
  width: 46.4%;
  margin: 0 0 0 5.7%;
}
.sec05-layout .l-desc-inr {
  max-width: 490px;
  margin-left: auto;
}
.sec05-layout .l-desc-inr::before {
  width: 172px;
  height: 172px;
  top: -55px;
  right: auto;
  left: -86px;
  background: url(../images/sec05_layout_deco01.png) center/contain no-repeat;
}
.sec05-box01 {
  background: #F2ECDF;
  width: 960px;
  max-width: calc(100% - 100px);
  padding: 85px 80px 75px 70px;
  border-radius: 50px 50px 0 50px;
  display: flex;
  position: relative;
  z-index: 5;
}
.sec05-box01::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: -50px;
  bottom: 0;
  background: url(../images/sec05_box_deco_r.svg) center/100% 100% no-repeat;
}
.sec05-box01 .box-ttl {
  max-width: 60px;
  margin-right: 8.7%;
  display: flex;
  flex-direction: row-reverse;
}
.sec05-box01 .box-ttl span {
  display: block;
  writing-mode: vertical-rl;
  line-height: 1;
}
.sec05-box01 .box-ttl .jp {
  font-size: 30px;
  color: #67AC98;
  letter-spacing: 0.1em;
  margin-left: 15px;
}
.sec05-box01 .box-ttl .en {
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  color: #DEC27C;
  font-size: 15px;
}
.sec05-box01 .box-layout {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
.sec05-box01 .box-layout .l-img {
  flex: 0.92;
  margin-left: 9.3%;
}
.sec05-box01 .box-layout .l-img img {
  border-radius: 50px;
}
.sec05-box01 .box-layout .l-desc {
  flex: 1;
}
.sec05-box01 .box-layout .btn-more {
  margin-top: 45px;
}
.sec05-box02 {
  background: #F2ECDF;
  width: 1080px;
  max-width: calc(100% - 100px);
  margin-left: auto;
  padding: 60px 30px 80px;
  border-radius: 0 50px 50px 50px;
  position: relative;
  z-index: 5;
}
.sec05-box02::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  top: 0;
  background: url(../images/sec05_box_deco_l.svg) center/100% 100% no-repeat;
}
.sec05-box02 .box-list {
  max-width: 880px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.sec05-box02 .box-list > li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.sec05-box02 .box-list > li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.sec05-box02 .box-list > li a:hover {
  opacity: 0.6;
}
.sec05-box02 .box-list > li a::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/sec05_arrow.svg) center/contain no-repeat;
  z-index: 5;
}
.sec05-box02 .box-list > li:nth-child(1) a {
  background: url(../images/sec05_list_bg01.png) center/contain no-repeat;
}
.sec05-box02 .box-list > li:nth-child(2) a {
  background: url(../images/sec05_list_bg02.png) center/contain no-repeat;
}
.sec05-box02 .box-list > li:nth-child(3) {
  margin-right: 0;
}
.sec05-box02 .box-list > li:nth-child(3) a {
  background: url(../images/sec05_list_bg03.png) center/contain no-repeat;
}
.sec05-box02 .box-list > li:nth-child(4) a {
  background: url(../images/sec05_list_bg04.png) center/contain no-repeat;
}
.sec05-box02 .box-list > li:nth-child(5) a {
  background: url(../images/sec05_list_bg05.png) center/contain no-repeat;
}
.sec05-box02 .box-list > li:nth-child(3n) {
  margin-right: 0;
}
.sec05-box02 .box-list > li:last-child {
  margin-right: 0;
}
.sec05-box02 .box-list > li:nth-child(n+4) {
  margin-top: 25px;
}
.sec05-box02 .box-list .list-img {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.sec05-box02 .box-list .list-img img {
  width: 85px;
}
.sec05-box02 .box-list .list-ttl {
  font-size: 20px;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec05-box02 .box-list > li a::after {
    bottom: 13%;
  }
  .sec05-box02 .box-list .list-img {
    top: 17%;
  }
  .sec05-box02 .box-list .list-img img {
    width: 7vw;
  }
  .sec05-box02 .box-list .list-ttl {
    top: 55%;
  }
}

@media (max-width: 800px) {
  .sec05 {
    padding: 45px 0;
    margin-bottom: 30px;
  }
  .sec05 .container.wide, .sec05 .wide.footer-inr, .sec05 .wide.u-layout05, .sec05 .breadcrumb ul.wide, .breadcrumb .sec05 ul.wide {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .sec05-inr {
    padding: 30px 0 40px;
  }
  .sec05-inr::before {
    height: 45px;
    top: -45px;
  }
  .sec05-inr::after {
    height: 45px;
    bottom: -45px;
  }
  .sec05-deco.deco01 {
    width: 60px;
    top: 30%;
  }
  .sec05-deco.deco02 {
    width: 70px;
    top: 60%;
  }
  .sec05-deco.deco03 {
    width: 80px;
    bottom: -5px;
  }
  .sec05 .t-ttl {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec05 .t-ttl .jp {
    font-size: 25px;
  }
  .sec05 .t-ttl .en {
    font-size: 17px;
  }
  .sec05-layout {
    margin: 0 5% 50px;
  }
  .sec05-layout .l-img {
    width: 90%;
    margin: 0 auto 20px;
  }
  .sec05-layout .l-desc-inr {
    max-width: none;
    margin-left: 0;
  }
  .sec05-layout .l-desc-inr::before {
    width: 80px;
    height: 80px;
    top: -25px;
    left: auto;
    right: calc(50% - 120px);
    transform: none;
  }
  .sec05-box01 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 30px 5vw;
    border-radius: 0 30px 0 0;
    display: block;
  }
  .sec05-box01::before {
    width: 30px;
    height: 30px;
    right: -30px;
  }
  .sec05-box01 .box-ttl {
    max-width: none;
    margin: 0 0 15px;
    display: block;
  }
  .sec05-box01 .box-ttl span {
    writing-mode: horizontal-tb;
  }
  .sec05-box01 .box-ttl .jp {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .sec05-box01 .box-layout {
    display: block;
  }
  .sec05-box01 .box-layout .l-img {
    margin: 0 0 15px;
  }
  .sec05-box01 .box-layout .l-img img {
    border-radius: 20px;
  }
  .sec05-box01 .box-layout .btn-more {
    margin-top: 20px;
  }
  .sec05-box02 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-left: auto;
    padding: 30px 5vw;
    border-radius: 0 0 0 30px;
  }
  .sec05-box02::before {
    width: 30px;
    height: 30px;
    left: -30px;
  }
  .sec05-box02 .box-list {
    max-width: 100%;
  }
  .sec05-box02 .box-list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
  .sec05-box02 .box-list > li a:hover {
    opacity: 1;
  }
  .sec05-box02 .box-list > li a::after {
    width: 14px;
    height: 14px;
    bottom: 5vw;
  }
  .sec05-box02 .box-list > li:nth-child(even) {
    margin-left: 10px;
  }
  .sec05-box02 .box-list > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .sec05-box02 .box-list > li:last-child {
    margin-left: 0;
    margin-top: 0;
  }
  .sec05-box02 .box-list .list-img {
    top: 10%;
    width: 18vw;
  }
  .sec05-box02 .box-list .list-img img {
    width: 100%;
  }
  .sec05-box02 .box-list .list-ttl {
    font-size: 16px;
    top: 22vw;
    width: 90%;
  }
}
.sec06 {
  margin-bottom: 150px;
}
.sec06 .t-ttl {
  margin-bottom: 45px;
}
.sec06-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}
.sec06-layout .l-img {
  width: 47.6%;
  margin-left: 5.5%;
}
.sec06-layout .l-img img {
  width: 100%;
}
.sec06-layout .l-desc {
  flex: 1;
}
.sec06-layout .btn-more {
  margin-top: 45px;
}
.sec06-list {
  display: flex;
  justify-content: space-between;
}
.sec06-list > li {
  flex: 1;
  max-width: 480px;
}
.sec06-list > li > a {
  display: block;
  padding: 70px 20px 50px;
  border-radius: 50px;
}
.sec06-list > li:nth-child(1) > a {
  background: #DEC27C;
}
.sec06-list > li:nth-child(2) > a {
  background: #67AC98;
}
.sec06-list .list-img {
  text-align: center;
  margin-bottom: 25px;
}
.sec06-list .list-img img {
  max-width: 314px;
}
.sec06-list .list-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding-right: 35px;
  letter-spacing: 0.05em;
}
.sec06-list .list-ttl::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_arrow_btn.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .sec06 {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
  }
  .sec06 .t-ttl {
    text-align: center;
    margin-bottom: 15px;
  }
  .sec06-layout {
    display: block;
    margin-bottom: 50px;
  }
  .sec06-layout .l-img {
    width: 90%;
    margin: 0 auto 15px;
  }
  .sec06-layout .btn-more {
    margin-top: 25px;
  }
  .sec06-list {
    display: block;
  }
  .sec06-list > li {
    max-width: none;
  }
  .sec06-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec06-list > li > a {
    padding: 25px 20px 30px;
    border-radius: 30px;
  }
  .sec06-list .list-img {
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
  }
  .sec06-list .list-img img {
    max-width: 100%;
    width: 100%;
  }
  .sec06-list .list-ttl {
    font-size: 22px;
    padding-right: 30px;
  }
  .sec06-list .list-ttl::after {
    width: 16px;
    height: 16px;
    top: 55%;
  }
}
.sec07 {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
.sec07::before {
  content: "";
  width: 220px;
  height: 404px;
  position: absolute;
  top: -270px;
  left: 0;
  background: url(../images/sec07_deco01.png) center/contain no-repeat;
  z-index: -1;
}
.sec07::after {
  content: "";
  width: 672px;
  height: 621px;
  position: absolute;
  right: 0;
  bottom: -140px;
  background: url(../images/sec07_deco02.png) center/contain no-repeat;
  z-index: -1;
}
.sec07 .t-ttl {
  margin-bottom: 45px;
}
.sec07-layout {
  display: flex;
}
.sec07-layout .l-img {
  flex: 1;
  padding-left: 3.3vw;
}
.sec07-layout .l-img img {
  border-radius: 50px;
}
.sec07-layout .l-desc {
  width: 40.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}
.sec07-layout .l-desc-inr {
  max-width: 476px;
}
.sec07-layout .btn-more {
  margin-top: 45px;
}

@media (max-width: 800px) {
  .sec07 {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .sec07::before {
    width: 100px;
    height: 177px;
    top: -120px;
  }
  .sec07::after {
    width: 90vw;
    height: 105vw;
    bottom: 0;
    background: url(../images/sec07_deco02.png) center/100% 100% no-repeat;
  }
  .sec07 .t-ttl {
    text-align: center;
    margin-bottom: 15px;
  }
  .sec07-layout {
    display: block;
  }
  .sec07-layout .l-img {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .sec07-layout .l-img img {
    border-radius: 30px;
  }
  .sec07-layout .l-desc {
    width: 100%;
    display: block;
    padding: 0 5%;
  }
  .sec07-layout .l-desc-inr {
    max-width: none;
  }
  .sec07-layout .btn-more {
    margin-top: 25px;
  }
}
.sec08 {
  margin-bottom: 150px;
}
.sec08-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.sec08 .t-ttl {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .sec08 {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 70px;
  }
  .sec08-ttl {
    display: block;
    margin-bottom: 30px;
  }
  .sec08 .t-ttl {
    margin-bottom: 0;
  }
  .sec08 .btn-more.min {
    width: 90%;
    max-width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.sec09 {
  position: relative;
  margin-bottom: 150px;
}
.sec09 iframe {
  width: 100%;
  height: 550px;
  vertical-align: bottom;
}
.sec09 .l-desc {
  width: 480px;
  max-width: 30vw;
  background: #FDFBFA;
  padding: 60px 3.2% 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.5%;
  border-radius: 50px;
}
.sec09 .l-desc .t-ttl {
  margin-bottom: 35px;
}
.sec09 .l-desc .l-txt p + p {
  margin-top: 10px;
}
.sec09 .l-desc .btn-more {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .sec09 {
    margin-bottom: 50px;
  }
  .sec09 iframe {
    height: 75vw;
  }
  .sec09 .l-desc {
    width: 90%;
    max-width: none;
    padding: 25px 20px;
    position: static;
    transform: none;
    border-radius: 30px;
    margin: -40px auto 0;
    position: relative;
    top: auto;
    right: auto;
    z-index: 5;
  }
  .sec09 .l-desc .t-ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec09 .l-desc .l-txt p + p {
    margin-top: 7px;
  }
  .sec09 .l-desc .btn-more {
    margin-top: 25px;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.list-top-news02 .list-item a {
  display: flex;
  align-items: center;
  padding: 25px 35px 25px 40px;
  background: #FDFBFA;
  border-radius: 10px;
  transition: 0.3s;
}
.list-top-news02 .list-item a:hover {
  opacity: 0.6;
}
.list-top-news02 time {
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  color: #67AC98;
  width: 125px;
  line-height: 2;
}
.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
}

/*ブログ*/
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}
.list-top-blog02 .list-item {
  width: 25%;
}
.list-top-blog02 .list-item a {
  display: block;
}
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #DBD8D1;
}
.list-top-blog02 .list-img img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  border-radius: 20px;
}
.list-top-blog02 .list-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-top-blog02 time {
  display: block;
  color: #67AC98;
  font-size: 14px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}

@media (max-width: 800px) {
  /*お知らせ*/
  .list-top-news02 .list-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-top-news02 .list-item a {
    display: block;
    padding: 10px 15px 15px;
  }
  .list-top-news02 .list-item a:hover {
    opacity: 1;
  }
  .list-top-news02 time {
    width: auto;
    font-size: 13px;
  }
  .list-top-news02 .list-txt {
    font-size: 15px;
  }
  /*ブログ*/
  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
    padding-bottom: 15px;
  }
}
/*------------
下層ページタイトル
--------------*/
.u-hero {
  padding: 127px 5.56% 155px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: linear-gradient(to top, transparent 196px, #FDFBFA 0);
}
.u-hero::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-top_bg02.png) center bottom/100% 100% no-repeat;
  bottom: 0;
  left: 0;
  height: 196px;
  width: 100%;
  z-index: 1;
}
.u-hero::after {
  content: "";
  position: absolute;
  background: url(../images/under/u-top_deco02.png) center/contain no-repeat;
  bottom: -200px;
  right: 0;
  height: 495px;
  width: 200px;
  z-index: 2;
}
.u-hero-img {
  position: relative;
  z-index: 3;
  width: 67.81%;
}
.u-hero-img img {
  border-radius: 50px;
  height: 568px;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-hero-img::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-top_deco01.png) center/contain no-repeat;
  bottom: -75px;
  left: -207px;
  height: 254px;
  width: 339px;
  z-index: 10;
}

.page-ttl {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 20px;
  min-width: 475px;
  position: relative;
  z-index: 3;
}

.page-ttl-main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.page-ttl-sub {
  display: block;
  font-size: 23px;
  font-weight: 500;
  font-family: "Parkinsans", sans-serif;
  color: #67AC98;
}

@media (max-width: 800px) {
  .u-hero {
    padding: 5vw 5% 30px;
    flex-direction: column;
    background: linear-gradient(to top, transparent 98px, #FDFBFA 0);
  }
  .u-hero::before {
    height: 98px;
    width: 100%;
    z-index: 1;
  }
  .u-hero::after {
    bottom: -50px;
    right: 0;
    height: 198px;
    width: 80px;
  }
  .u-hero-img {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: 60px;
  }
  .u-hero-img img {
    border-radius: 50px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u-hero-img::before {
    bottom: -50px;
    left: auto;
    right: -15px;
    height: 104px;
    width: 138px;
  }
  .page-ttl {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: inherit;
  }
  .page-ttl-main {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .page-ttl-sub {
    font-size: 15px;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-ttl-deco.svg) center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 43px;
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #DBD8D1;
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #67AC98;
  position: relative;
}
.u-h3::before, .post-ttl::before, .postdata h2::before {
  content: "";
  background: #DEC27C;
  width: 47px;
  height: 3px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.u-h4, .postdata h3 {
  font-size: 20px;
  padding-left: 22px;
  margin-bottom: 15px;
  color: #D3B66C;
  position: relative;
}
.u-h4::before, .postdata h3::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-ttl-deco02.png) center/contain no-repeat;
  top: 10px;
  left: 0;
  height: 14px;
  width: 14px;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h4::before, .postdata h3::before {
    top: 6px;
  }
}
/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.breadcrumb ul {
  font-size: 14px;
}
.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p + p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .u-contents p + p {
    margin-top: 1em;
  }
}
/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}
.tall:first-child {
  position: relative;
}
.tall:first-child::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-top_deco03.png) center/contain no-repeat;
  top: 0;
  left: 0;
  height: 457px;
  width: 182px;
  z-index: -1;
}
.tall:first-child .container, .tall:first-child .footer-inr, .tall:first-child .u-layout05, .tall:first-child .breadcrumb ul, .breadcrumb .tall:first-child ul {
  position: relative;
  z-index: 2;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  padding: 90px 0;
  position: relative;
}
.tall.bg01::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-layout05-bg01.png) center/cover no-repeat;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
}
.tall.bg01::after {
  content: "";
  position: absolute;
  background: url(../images/under/u-layout05-bg02.png) center/cover no-repeat;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
}

.short + .short {
  margin-top: 50px;
}
.short + .x-short {
  margin-top: 30px;
}

.x-short + .x-short {
  margin-top: 30px;
}
.x-short + .short {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall {
    padding: 40px 0;
  }
  .tall:first-child {
    position: relative;
  }
  .tall:first-child::before {
    height: 228.5px;
    width: 91px;
  }
  .tall:last-child {
    padding: 40px 0 80px;
  }
  .tall.bg01 {
    padding: 50px 0;
  }
  .tall.bg01::before, .tall.bg01::after {
    height: 50px;
  }
  .short + .short {
    margin-top: 30px;
  }
  .x-short + .short {
    margin-top: 30px;
  }
}
/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #67AC98;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-privacy li::before {
  background: #67AC98;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}
.list-privacy li + li {
  margin-top: 3px;
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: #67AC98;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13.5px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding-left: 20px;
}
.list-check li + li {
  margin-top: 3px;
}
.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #67AC98;
  border-bottom: 2px solid #67AC98;
  transform: rotate(-45deg);
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 12px;
  }
  .list-disc.col2, .list-disc.col3, .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
/*------------
ゼロ下層
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}
.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}
.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 20px;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }
  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }
}
.layout-bg {
  display: flex;
}
.layout-bg .l-img {
  position: relative;
  width: 45%;
  z-index: 1;
}
.layout-bg .l-img img {
  border-radius: 20px;
}
.layout-bg .l-desc {
  background: #F2ECDF;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: 20px;
}
.layout-bg.reverse {
  flex-direction: row-reverse;
}
.layout-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}
.layout-bg .l-num {
  display: inline-block;
  font-family: "Parkinsans", sans-serif;
  color: #67AC98;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.layout-bg .l-ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.layout-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.layout-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #4a8eff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-bg {
    flex-direction: column;
  }
  .layout-bg .l-img {
    width: 100%;
  }
  .layout-bg .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg.reverse {
    flex-direction: column;
  }
  .layout-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg .l-num {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .layout-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .layout-bg .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .layout-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}
.card-style01 > li {
  background-color: #F2ECDF;
  padding: 25px;
  border-radius: 20px;
}
.card-style01 .card-img {
  margin-bottom: 25px;
}
.card-style01 .card-img img {
  border-radius: 20px;
}
.card-style01 .card-ttl {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}

.card-style02 > li {
  border: 1px solid #DBD8D1;
  padding: 25px;
  border-radius: 20px;
  background: #FDFBFA;
}
.card-style02 .card-img {
  margin-bottom: 25px;
}
.card-style02 .card-img img {
  border-radius: 20px;
}
.card-style02 .card-ttl {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
.card-style02 .card-ttl.type02 {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-style01,
.card-style02 {
  display: grid;
}
.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.card-style01.col2 > li,
.card-style02.col2 > li {
  padding: 30px;
}
.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card-style01.col4 > li,
.card-style02.col4 > li {
  padding: 20px;
}

@media (max-width: 800px) {
  .card-style02 .card-ttl.type02 {
    height: auto;
  }
  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col2 > li,
  .card-style02.col2 > li {
    padding: 25px;
  }
  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col4 > li,
  .card-style02.col4 > li {
    padding: 25px;
  }
}
.flow-style01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  padding-top: 15px;
}
.flow-style01 > li {
  background-color: #F2ECDF;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}
.flow-style01 > li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #DEC27C;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}
.flow-style01 .flow-num {
  font-size: 25px;
  color: #67AC98;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 30px;
}
.flow-style01 .flow-img {
  margin-bottom: 15px;
}
.flow-style01 .flow-img img {
  border-radius: 20px;
}
.flow-style01 .flow-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style01 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .flow-style01 > li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.flow-style03 {
  display: grid;
  gap: 40px;
}
.flow-style03 > li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}
.flow-style03 > li:not(:last-child)::before {
  content: "";
  background-color: #67AC98;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}
.flow-style03 > li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #67AC98 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}
.flow-style03 .flow-num {
  font-size: 30px;
  font-weight: 500;
  color: #67AC98;
  font-family: "Parkinsans", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
.flow-style03 .flow-img {
  width: 35%;
}
.flow-style03 .flow-img img {
  border-radius: 20px;
}
.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}
.flow-style03 .flow-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }
  .flow-style03 > li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }
  .flow-style03 > li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }
  .flow-style03 > li:not(:last-child)::after {
    left: 20px;
  }
  .flow-style03 .flow-num {
    font-size: 25px;
  }
  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }
  .flow-style03 .flow-img {
    width: 100%;
  }
  .flow-style03 .flow-ttl {
    margin-bottom: 10px;
  }
  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}
.flow-style04 li {
  border: 1px solid #67AC98;
  padding: 20px 20px 20px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  position: relative;
  border-radius: 20px;
}
.flow-style04 li + li {
  margin-top: 40px;
}
.flow-style04 li + li::before {
  content: "";
  width: 14px;
  height: 50px;
  background: url(../images/share/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  z-index: 2;
}
.flow-style04 .num {
  text-align: center;
  font-weight: 500;
  font-family: "Parkinsans", sans-serif;
  color: #67AC98;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.flow-style04 .num::before {
  content: attr(data-en);
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}
.flow-style04 .flow-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}
.flow-style04 .flow-desc {
  flex: 1;
  border-left: 1px solid #DBD8D1;
  padding-left: 50px;
  line-height: 1.7;
}
.flow-style04 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.flow-style04 .flow-img {
  width: 30%;
}
.flow-style04 .flow-read {
  flex: 1;
}
.flow-style04 p + p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .flow-style04 li {
    padding: 20px 20px 20px 0;
    grid-template-columns: 50px 1fr;
  }
  .flow-style04 .num {
    font-size: 25px;
  }
  .flow-style04 .num::before {
    font-size: 12px;
  }
  .flow-style04 .flow-ttl {
    margin-bottom: 5px;
  }
  .flow-style04 .flow-desc {
    padding-left: 20px;
    line-height: 1.5;
  }
  .flow-style04 .wrapper {
    display: block;
  }
  .flow-style04 .flow-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.list-col2 {
  display: flex;
  flex-wrap: wrap;
}
.list-col2 > .list-item {
  width: 48%;
}
.list-col2 > .list-item:nth-child(odd) {
  margin-right: 4%;
}
.list-col2 > .list-item:nth-child(n+3) {
  margin-top: 40px;
}
.list-col2 > .list-item:last-child {
  margin-right: 0;
}
.list-col2 .list-img {
  margin-bottom: 20px;
}
.list-col2 .list-img img {
  border-radius: 20px;
}
.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col2 {
    display: block;
  }
  .list-col2 > .list-item {
    width: 100%;
  }
  .list-col2 > .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-col2 > .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}
.box-style01 {
  border: 1px solid #DBD8D1;
  background: #F2ECDF;
  padding: 5%;
  border-radius: 20px;
}
.box-style01 .box-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }
  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.box-style03 {
  background: #67AC98;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
}
.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 30px;
  }
}
.table-style01 {
  border: 1px solid #DBD8D1;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #DBD8D1;
}
.table-style01 th {
  background-color: #67AC98;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
  background: #FDFBFA;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.merit-demerit {
  display: flex;
}
.merit-demerit .list-item {
  flex: 1;
  background-color: #F2ECDF;
  padding: 30px;
  border-top: 5px solid #67AC98;
  border-radius: 20px;
}
.merit-demerit .list-item:nth-child(even) {
  margin-left: 4%;
  border-top: 5px solid #DEC27C;
}
.merit-demerit .list-item:nth-child(even) .list-ttl .en {
  color: #DEC27C;
}
.merit-demerit .list-item:nth-child(even) .list-disc > li::before {
  background: #DEC27C;
}
.merit-demerit .list-ttl {
  margin-bottom: 20px;
}
.merit-demerit .list-ttl .jp {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-right: 15px;
  line-height: 1;
  font-size: 24px;
}
.merit-demerit .list-ttl .en {
  font-size: 16px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  color: #67AC98;
}

@media (max-width: 800px) {
  .merit-demerit {
    display: block;
  }
  .merit-demerit .list-item {
    padding: 30px 20px;
  }
  .merit-demerit .list-item:nth-child(even) {
    margin-left: 0;
  }
  .merit-demerit .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }
  .merit-demerit .list-ttl .jp {
    font-size: 18px;
    margin-right: 10px;
  }
}
.box-style05 {
  border: 1px solid #67AC98;
  background: #fff;
  border-radius: 20px;
}
.box-style05 .box-ttl {
  background-color: #67AC98;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
}
.box-style05 .box-desc {
  padding: 50px 60px;
}

@media (max-width: 800px) {
  .box-style05 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
  }
  .box-style05 .box-desc {
    padding: 25px 30px 30px;
  }
}
.layout-large {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}
.layout-large .l-img {
  width: 56.64%;
}
.layout-large .l-img img {
  border-radius: 20px;
}
.layout-large .l-desc {
  flex: 1;
}
.layout-large.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}
.layout-large .l-num {
  display: inline-block;
  font-weight: 500;
  color: #67AC98;
  font-family: "Parkinsans", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.layout-large .l-ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #67AC98;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-large {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }
  .layout-large .l-img {
    width: 100%;
  }
  .layout-large .l-img img {
    border-radius: 0;
  }
  .layout-large.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }
  .layout-large .l-desc {
    padding: 0 5vw;
  }
  .layout-large .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .layout-large .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .layout-large .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}
.list-anchor-link01 li {
  position: relative;
}
.list-anchor-link01 li::after {
  content: "";
  display: inline-block;
  background: #DBD8D1;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-right: 25px;
}
.list-anchor-link01 a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.list-anchor-link01 a:hover {
  text-decoration: underline;
}

.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}
.dl-style01 dt {
  background: #67AC98;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
  border-radius: 20px 0 0 20px;
}
.dl-style01 dt .num {
  display: block;
  font-family: "Parkinsans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.dl-style01 dt:not(:first-child) {
  margin-top: 15px;
}
.dl-style01 dd {
  background: #F2ECDF;
  padding: 20px;
  width: 75%;
  border-radius: 0 20px 20px 0;
}
.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .dl-style01 {
    display: block;
  }
  .dl-style01 dt {
    padding: 15px;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .dl-style01 dd {
    padding: 15px;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }
}
.faq-style04 .item + .item {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.faq-style04 dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}
.faq-style04 dd {
  position: relative;
  padding-left: 60px;
}
.faq-style04 dd .faq-icon {
  background-color: #DEC27C;
}
.faq-style04 .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #67AC98;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .faq-style04 .item + .item {
    margin-top: 15px;
    padding-top: 15px;
  }
  .faq-style04 dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
/*------------
下層パーツ
--------------*/
.u-layout01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
}

@media (max-width: 800px) {
  .u-layout01 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.u-layout02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
}
.u-layout02 > li {
  border-radius: 50px;
  background: #fff;
  padding: 30px 40px 40px;
}
.u-layout02 .l-img {
  text-align: center;
}
.u-layout02 .l-img img {
  width: 320px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.u-layout02 .l-ttl {
  font-size: 28px;
  text-align: center;
  color: #67AC98;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD7CA;
}
.u-layout02 .l-txt {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .u-layout02 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .u-layout02 > li {
    padding: 25px 20px;
    border-radius: 30px;
  }
  .u-layout02 .l-ttl {
    font-size: 22px;
  }
}
.u-layout03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 64px;
       column-gap: 64px;
  row-gap: 30px;
}
.u-layout03 .l-item {
  background: #fff;
  border-radius: 50px;
  padding: 40px;
}
.u-layout03 .l-ttl {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD7CA;
}
.u-layout03 .l-ttl .jp {
  font-size: 28px;
}
.u-layout03 .l-ttl img {
  width: 62px;
  margin-right: 21px;
}
.u-layout03 .l-txt {
  margin-bottom: 15px;
  line-height: 1.7;
}
.u-layout03 .l-box {
  padding: 20px;
  background: #DEEFEA;
  border-radius: 10px;
}
.u-layout03 .b-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
.u-layout03 .list-disc.col2 {
  grid-gap: 0;
}
.u-layout03 .list-disc li:before {
  top: 13px;
}

@media (max-width: 800px) {
  .u-layout03 {
    grid-template-columns: 1fr;
  }
  .u-layout03 .l-item {
    padding: 25px 20px;
    border-radius: 30px;
  }
  .u-layout03 .l-ttl .jp {
    font-size: 20px;
  }
  .u-layout03 .l-ttl img {
    width: 40px;
    margin-right: 10px;
  }
  .u-layout03 .list-disc li:before {
    top: 12px;
  }
}
.txt-bg {
  background: #67AC98;
  padding: 15px 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
}

@media (max-width: 800px) {
  .txt-bg {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.u-layout04 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.u-layout04 .l-img {
  position: relative;
  margin-bottom: 25px;
}
.u-layout04 .l-img .num {
  position: absolute;
  left: 9px;
  bottom: -9px;
  font-size: 24px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 59px;
  height: 59px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(222, 194, 124, 0.76);
}
.u-layout04 .l-ttl {
  color: #67AC98;
  font-size: 21px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-layout04 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.u-layout05-wrap {
  padding: 80px 0;
  background: #FDFBFA;
}

.u-layout05 {
  background: #DEEFEA;
  border-radius: 50px;
  padding: 40px 50px 50px;
}
.u-layout05 .u-h2, .u-layout05 .post-category-ttl, .u-layout05 .postdata h1, .postdata .u-layout05 h1 {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .u-layout05-wrap {
    padding: 40px 0;
  }
  .u-layout05 {
    border-radius: 30px;
    padding: 25px 20px;
  }
  .u-layout05 .u-h2, .u-layout05 .post-category-ttl, .u-layout05 .postdata h1, .postdata .u-layout05 h1 {
    margin-bottom: 30px;
  }
}
/*------------
Footer
--------------*/
.footer {
  background: #F2ECDF;
  border-radius: 60px 60px 0 0;
  padding: 120px 0;
  position: relative;
}
.footer .top-layout01:nth-child(1) {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD7CA;
  margin-bottom: 60px;
}
.footer .top-layout01 .l-item {
  display: flex;
  flex-direction: column;
}
.footer .top-layout01 .top-cta {
  margin-top: 0;
}
.footer .footer-logo {
  display: block;
  max-width: 324px;
  margin-bottom: 15px;
}
.footer .f-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
}
.footer .f-navi-list li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 16px;
}
.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #67AC98;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .f-navi-list li:not(:last-child) {
  margin-bottom: 13px;
}
.footer .copyright {
  display: block;
  margin-top: auto;
  font-size: 13px;
  line-height: 1;
  color: #A39E92;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer .pagetop {
  display: block;
  width: 72px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 2;
  transition: 0.3s;
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}

.fixed-menu {
  border-radius: 15px 0 0 15px;
  background: #FFF;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transition: transform 0.5s;
  transform: translate(335px, -50%);
  z-index: 10;
}
.fixed-menu:hover {
  transform: translate(0, -50%);
}
.fixed-menu .ttl {
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  width: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #DEC27C;
  letter-spacing: 0.1em;
}
.fixed-menu .ttl i {
  margin-bottom: 12px;
}
.fixed-menu .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 20px;
  width: 335px;
}
.fixed-menu .txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 1.64;
  margin-bottom: 15px;
}
.fixed-menu .tel {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .footer {
    border-radius: 30px 30px 0 0;
    padding: 50px 0 75px;
  }
  .footer-inr {
    position: relative;
    padding-bottom: 50px;
  }
  .footer .top-layout01:nth-child(1) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer .top-layout01 .l-item {
    display: flex;
    flex-direction: column;
  }
  .footer .top-layout01 .l-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer .top-layout01 .top-cta {
    margin-top: 0;
  }
  .footer .footer-logo {
    max-width: 290px;
    margin: 0 auto 20px;
  }
  .footer .f-navi {
    justify-content: flex-start;
    max-width: 100%;
    margin-left: 0;
  }
  .footer .f-navi-list {
    width: 50%;
  }
  .footer .f-navi-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .copyright {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  .footer .pagetop {
    width: 60px;
    position: absolute;
    bottom: 70px;
    right: 15px;
  }
  .footer .pagetop:hover {
    transform: none;
  }
  .fixed-menu {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.post-layout {
  display: flex;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
  border-radius: 20px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 18px;
  color: #DEC27C;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #DEC27C;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #DEC27C;
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}
.postdata pre {
  white-space: pre-wrap;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.post-data time {
  margin-top: 4px;
  line-height: 1;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  color: #67AC98;
}
.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  background: #DEC27C;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 2px 10px 5px;
  border-radius: 4px;
  display: inline-block;
}
.post-category01 span {
  font-size: 12px;
}
.post-category01 span:not(:first-child):before {
  content: " / ";
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}
.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #67AC98;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #FDFBFA;
  font-size: 16px;
  color: #67AC98;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
}
.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #67AC98;
}
.post-number .current {
  color: #67AC98;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #67AC98;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #67AC98;
}
.post-number-single a.next {
  margin-top: 0;
}
.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a.prev {
  margin-top: 0;
}
.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-item {
    padding: 25px 20px;
  }
  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-post-type02 .list-cont + .list-cont {
    margin-top: 20px;
  }
  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }
  .list-post-type03 {
    display: block;
  }
  .list-post-type03 .list-item {
    width: 100%;
  }
  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }
  .list-post-type03 .list-img img {
    height: 60vw;
  }
  .list-post-type03 .list-ttl {
    font-size: 16px;
  }
  .post-layout {
    display: block;
  }
  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-layout .post-desc {
    width: 100%;
  }
  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }
  .postdata h4 {
    font-size: 17px;
  }
  .postdata h5 {
    font-size: 16px;
  }
  .postdata h6 {
    font-size: 15px;
  }
  .post-data .post-category01 {
    margin-left: 15px;
  }
  .post-data .post-category02 {
    margin-left: 15px;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item + .side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}
.side-area-links li + li {
  margin-top: 5px;
}
.side-area-links a {
  display: inline-block;
}
.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }
  .sidebar-layout .tall + .tall {
    margin-top: 50px;
  }
  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }
  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }
  .main-contents {
    width: 100%;
    padding: 0;
  }
  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }
  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .side-area-item + .side-area-item {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  min-height: 60px;
  padding: 10px 45px;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #67AC98;
  border: 1px solid #67AC98;
  transition: 0.3s;
  position: relative;
  border-radius: 100px;
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/share/icon_arrow_btn.svg) center/contain no-repeat;
  transition: 0.3s;
}
.btn-more:hover {
  color: #67AC98;
  background-color: #fff;
}
.btn-more:hover:before {
  background: url(../images/share/icon_arrow_btn_g.svg) center/contain no-repeat;
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  min-width: 310px;
}
.btn-more.min {
  max-width: 170px;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  min-height: 50px;
  padding: 10px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #DEC27C;
  border: 2px solid #DEC27C;
  transition: 0.3s;
  border-radius: 100px;
}
.btn-icon span {
  position: relative;
}
.btn-icon span.calendar {
  padding-left: 28px;
}
.btn-icon span.calendar::before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_calendar.svg) center/contain no-repeat;
  transition: 0.3s;
}
.btn-icon:hover {
  color: #DEC27C;
  background-color: #fff;
  border: 1px solid #DEC27C;
}
.btn-icon:hover span.calendar::before {
  background: url(../images/share/icon_calendar_y.svg) center/contain no-repeat;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}
.btn-wrap a {
  margin: 8px;
}
.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 50px;
  }
  .btn-more.wide {
    width: 100%;
    min-width: auto;
  }
  .btn-more.min {
    width: 100%;
    max-width: none;
  }
  .btn-icon {
    width: 100%;
    max-width: none;
  }
  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }
  .btn-wrap a {
    margin: 0;
  }
  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }
}
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

.bold,
strong {
  font-weight: 700;
}

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #F2ECDF 60%);
  padding-bottom: 3px;
}
.marker .large {
  font-size: 30px;
}
.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}
.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.txt-red {
  color: #E05E37;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

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

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

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

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

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }
  .marker .large {
    font-size: 24px;
  }
  .marker .small {
    font-size: 18px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*診療カレンダー*/
:root {
  --event01: #DEC27C;
  --event02: #DE937C;
  --event03: #75B3A0;
  --event04: #333333;
}

.business-calendar-box-wrap {
  margin-bottom: 10px;
}
.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: none !important;
  background: #FDFBFA;
  border-radius: 8px;
}
.business-calendar-box-wrap .business-calendar caption {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  position: relative;
  border: none;
  line-height: 30px;
}
.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
}
.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.business-calendar-box-wrap .business-calendar-past {
  left: 0;
}
.business-calendar-box-wrap .business-calendar-future {
  right: 0;
}
.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  background: #D8CFB9;
  border-radius: 6px;
  transform: translateY(2px);
}
.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  left: auto;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
}
.business-calendar-box-wrap .business-calendar tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.business-calendar-box-wrap .business-calendar tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.business-calendar-box-wrap .business-calendar th {
  background: #67AC98;
  color: #fff;
  border: none;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 8px;
  width: 14%;
}
.business-calendar-box-wrap .business-calendar th:first-child {
  border-radius: 6px 0 0 0;
}
.business-calendar-box-wrap .business-calendar th:last-child {
  border-radius: 0 6px 0 0;
}
.business-calendar-box-wrap .business-calendar td {
  background: #FDFBFA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 5px;
  z-index: 0;
  border: 0;
  border-bottom: 1px solid #DBD8D1;
  border-left: 1px solid #DBD8D1;
  overflow: hidden;
}
.business-calendar-box-wrap .business-calendar td:last-child {
  border-right: 1px solid #DBD8D1;
}
.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}
.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}
.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}
.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  opacity: 1;
}
.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2 {
  color: #fff;
}
.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before {
  opacity: 1;
}
.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}
.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}
.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-notice {
  font-size: 13px;
}

.list-event {
  display: flex;
  flex-wrap: wrap;
}
.list-event li {
  display: flex;
  font-size: 14px;
}
.list-event li:not(:last-child) {
  margin-right: 20px;
}
.list-event .event01, .list-event .event02, .list-event .event03 {
  display: block;
  width: 15px;
  height: 15px;
  margin: 7px 8px 0 0;
}
.list-event .event01 {
  background-color: var(--event01);
}
.list-event .event02 {
  background-color: var(--event02);
}
.list-event .event03 {
  background-color: var(--event03);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .business-calendar-box-wrap .business-calendar th {
    font-size: 14px;
  }
  .business-calendar-box-wrap .business-calendar td {
    font-size: 14px;
    padding: 5px;
  }
  .list-event li:not(:last-child) {
    margin-right: 15px;
  }
  .list-event .event01, .list-event .event02, .list-event .event03 {
    width: 14px;
    height: 14px;
    margin: 6px 5px 0 0;
  }
}
/*診療時間*/
.time-table {
  text-align: center;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
.time-table-head {
  border-bottom: 1px solid #DBD8D1;
}
.time-table-head .item {
  padding: 0 0 15px;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.time-table-body {
  border-bottom: 1px solid #DBD8D1;
}
.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  color: #67AC98;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.time-table-body .item:first-child {
  color: #333;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.time-table-body .item.color01 {
  color: #DEC27C;
  font-size: 19px;
}
.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 130px repeat(8, 1fr);
}
.time-table.large .time-table-head, .time-table.large .time-table-body {
  grid-template-columns: 220px repeat(8, 1fr);
}

.time-table-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.time-table-txt .color01 {
  color: #67AC98;
}

@media (max-width: 800px) {
  .time-table-head .item {
    font-size: 12px;
    padding: 0 0 10px;
  }
  .time-table-body .item {
    padding: 8px 0;
    font-size: 11px;
  }
  .time-table-body .item.color01 {
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    font-size: 11px;
  }
  .time-table-head, .time-table-body {
    grid-template-columns: 75px repeat(8, 1fr) !important;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 500px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 25px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 32px;
  position: relative;
}
.tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/share/icon_tel.svg) center/contain no-repeat;
  width: 27px;
  height: 27px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
    padding-left: 30px;
    line-height: 1.2;
  }
  .tel:before {
    width: 25px;
    height: 25px;
  }
}
/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #2cc194; /* 矢印 */
  --splide-focus-color: #2cc194; /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #2cc194; /* アクティブ時のページネーション */
  --splide-progress-color: #2cc194; /* プログレスバー */
  --splide-toggle-color: #2cc194; /* 再生ボタン */
  --splide-track-color: #2cc194; /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}
.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}
.splide__arrow:hover:not(:disabled), .splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }
  .splide__arrow--prev {
    left: 10px;
  }
  .splide__arrow--next {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */